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