Searched defs:segment_64_command (Results 1 – 2 of 2) sorted by relevance
136 struct segment_64_command { struct137 uint32_t cmd; /* LC_SEGMENT_64 */138 uint32_t cmdsize; /* includes sizeof section_64 structs */139 char segname[16]; /* segment name */140 uint64_t vmaddr; /* memory address of this segment */141 uint64_t vmsize; /* memory size of this segment */142 uint64_t fileoff; /* file offset of this segment */143 uint64_t filesize; /* amount to map from the file */144 uint32_t maxprot; /* maximum VM protection */145 uint32_t initprot; /* initial VM protection */[all …]
229 struct segment_64_command { struct230 uint32_t cmd; /* LC_SEGMENT_64 */231 uint32_t cmdsize; /* includes sizeof section_64 structs */232 char segname[16]; /* segment name */233 uint64_t vmaddr; /* memory address of this segment */234 uint64_t vmsize; /* memory size of this segment */235 uint64_t fileoff; /* file offset of this segment */236 uint64_t filesize; /* amount to map from the file */237 uint32_t maxprot; /* maximum VM protection */238 uint32_t initprot; /* initial VM protection */[all …]