Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h552 struct segment_command_64 { struct
553 uint32_t cmd;
554 uint32_t cmdsize;
555 char segname[16];
556 uint64_t vmaddr;
557 uint64_t vmsize;
558 uint64_t fileoff;
559 uint64_t filesize;
560 uint32_t maxprot;
561 uint32_t initprot;
[all …]