Home
last modified time | relevance | path

Searched defs:ChainedFixupsSegment (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h299 struct ChainedFixupsSegment { struct
300 ChainedFixupsSegment(uint8_t SegIdx, uint32_t Offset, in ChainedFixupsSegment() argument
306 uint32_t SegIdx;
307 uint32_t Offset; // dyld_chained_starts_in_image::seg_info_offset[SegIdx]
308 MachO::dyld_chained_starts_in_segment Header;
309 std::vector<uint16_t> PageStarts; // page_start[] entries, host endianness