LLVM 20.0.0git
|
dyld_chained_starts_in_image is embedded in LC_DYLD_CHAINED_FIXUPS payload. More...
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | seg_count |
uint32_t | seg_info_offset [1] |
dyld_chained_starts_in_image is embedded in LC_DYLD_CHAINED_FIXUPS payload.
Each seg_info_offset entry is the offset into this struct for that segment followed by pool of dyld_chain_starts_in_segment data.
uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_count |
Definition at line 1078 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getChainedFixupsSegments().
uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_info_offset[1] |