Searched defs:segment_command_64 (Results 1 – 1 of 1) sorted by relevance
231 struct segment_command_64 { struct232 uint32_t cmd;234 uint32_t cmdsize;236 char segname[16];238 uint64_t vmaddr;240 uint64_t vmsize;242 uint64_t fileoff;244 uint64_t filesize;246 uint32_t maxprot;248 uint32_t initprot;[all …]