Searched defs:segment_command_64 (Results 1 – 1 of 1) sorted by relevance
576 struct segment_command_64 { struct577 uint32_t cmd;578 uint32_t cmdsize;579 char segname[16];580 uint64_t vmaddr;581 uint64_t vmsize;582 uint64_t fileoff;583 uint64_t filesize;584 uint32_t maxprot;585 uint32_t initprot;[all …]