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.h570 struct segment_command_64 { struct
571 uint32_t cmd;
572 uint32_t cmdsize;
573 char segname[16];
574 uint64_t vmaddr;
575 uint64_t vmsize;
576 uint64_t fileoff;
577 uint64_t filesize;
578 uint32_t maxprot;
579 uint32_t initprot;
[all …]