Home
last modified time | relevance | path

Searched defs:segment_command_64 (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h576 struct segment_command_64 { struct
577 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 …]