Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h574 struct segment_command_64 { struct
575 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 …]