Home
last modified time | relevance | path

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

/xnu-8020.140.41/EXTERNAL_HEADERS/mach-o/
H A Dfixup-chains.h58 struct dyld_chained_starts_in_segment struct
60 uint32_t size; // size of this (amount kernel needs to copy)
61 uint16_t page_size; // 0x1000 or 0x4000
62 uint16_t pointer_format; // DYLD_CHAINED_PTR_*
63 uint64_t segment_offset; // offset in memory to start of segment
64 uint32_t max_valid_pointer; // for 32-bit OS, any value beyond this is not a pointer
65 uint16_t page_count; // how many pages are in array
89 // values for dyld_chained_starts_in_segment.pointer_format argument