Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h86 uint32_t initprot = 0; global() variable
/llvm-project/lld/test/MachO/
H A Dobj-file-with-stabs.s32 initprot: 7 label
H A Dobjc-uses-custom-personality.s66 initprot: 7 label
H A Dcompact-unwind-both-local-and-dylib-personality.s216 initprot: 7 label
H A Dcompact-unwind-sym-relocs.s60 initprot: 7 label
H A Dweak-definition-gc.s287 initprot: 7 label
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h59 uint64_t initprot; member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member
125 unsigned char initprot[4]; /* Initial vmem protection. */ member
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member
125 unsigned char initprot[4]; /* Initial vmem protection. */ member
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member
125 unsigned char initprot[4]; /* Initial vmem protection. */ member
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member
125 unsigned char initprot[4]; /* Initial vmem protection. */ member
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c168 uint32_t initprot; /* Initial virtual memory protection */ member
185 uint32_t initprot; /* Initial virtual memory protection */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member
105 unsigned char initprot[4]; /* Initial vm protection. */ member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member
105 unsigned char initprot[4]; /* Initial vm protection. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp302 uint32_t initprot; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d586 int initprot; in version() member
628 int initprot; in version() local
2756 int initprot; member
2771 int initprot; variable
/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp315 uint32_t initprot; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h544 uint32_t initprot; member
558 uint32_t initprot; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h547 uint32_t initprot; member
561 uint32_t initprot; member
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8541 PrintSegmentCommand(uint32_t cmd,uint32_t cmdsize,StringRef SegName,uint64_t vmaddr,uint64_t vmsize,uint64_t fileoff,uint64_t filesize,uint32_t maxprot,uint32_t initprot,uint32_t nsects,uint32_t flags,uint32_t object_size,bool verbose) PrintSegmentCommand() argument
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8552 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand()