Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d391 const(segment_command_64)* getsegbyname( in version() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h549 struct segment_command_64 { struct
550 uint32_t cmd;
551 uint32_t cmdsize;
552 char segname[16];
553 uint64_t vmaddr;
554 uint64_t vmsize;
555 uint64_t fileoff;
556 uint64_t filesize;
557 uint32_t maxprot;
558 uint32_t initprot;
[all …]