Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1082 struct dyld_chained_starts_in_segment { struct
1083 uint32_t size; ///< Size of this, including chain_starts entries
1084 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000)
1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR*
1086 uint64_t segment_offset; ///< VM offset from the __TEXT segment
1087 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit
1088 uint16_t page_count; ///< Length of the page_start array
1089 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or