Searched defs:segment_64_command (Results 1 – 1 of 1) sorted by relevance
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 …]