Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h319 struct segment_command_64 { struct
320 uint32_t cmd;
321 uint32_t cmdsize;
322 char segname[16];
323 uint64_t vmaddr;
324 uint64_t vmsize;
325 uint64_t fileoff;
326 uint64_t filesize;
327 uint32_t maxprot;
328 uint32_t initprot;
[all …]
/external/llvm/include/llvm/Support/
DMachO.h532 struct segment_command_64 { struct
533 uint32_t cmd;
534 uint32_t cmdsize;
535 char segname[16];
536 uint64_t vmaddr;
537 uint64_t vmsize;
538 uint64_t fileoff;
539 uint64_t filesize;
540 uint32_t maxprot;
541 uint32_t initprot;
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h532 struct segment_command_64 { struct
533 uint32_t cmd;
534 uint32_t cmdsize;
535 char segname[16];
536 uint64_t vmaddr;
537 uint64_t vmsize;
538 uint64_t fileoff;
539 uint64_t filesize;
540 uint32_t maxprot;
541 uint32_t initprot;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h537 struct segment_command_64 { struct
538 uint32_t cmd;
539 uint32_t cmdsize;
540 char segname[16];
541 uint64_t vmaddr;
542 uint64_t vmsize;
543 uint64_t fileoff;
544 uint64_t filesize;
545 uint32_t maxprot;
546 uint32_t initprot;
[all …]