LLVM: llvm::MachO::dyld_chained_starts_in_image Struct Reference (original) (raw)

dyld_chained_starts_in_image is embedded in LC_DYLD_CHAINED_FIXUPS payload. More...

#include "[llvm/BinaryFormat/MachO.h](BinaryFormat%5F2MachO%5F8h%5Fsource.html)"

Detailed Description

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.

Definition at line 1077 of file MachO.h.

Member Data Documentation

seg_count

uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_count

seg_info_offset

uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_info_offset[1]


The documentation for this struct was generated from the following file: