Searched defs:segment_command_64 (Results 1 – 1 of 1) sorted by relevance
552 struct segment_command_64 { struct553 uint32_t cmd;554 uint32_t cmdsize;555 char segname[16];556 uint64_t vmaddr;557 uint64_t vmsize;558 uint64_t fileoff;559 uint64_t filesize;560 uint32_t maxprot;561 uint32_t initprot;[all …]