Searched refs:initprot (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc86 *protection = sc->initprot;
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h141 initprot(0),
153 uint32_t initprot; member in class:DynamicLoaderMacOSXDYLD::Segment
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c230 prot = (((segcmd->initprot & VM_PROT_READ) ? VKI_PROT_READ : 0) |
231 ((segcmd->initprot & VM_PROT_WRITE) ? VKI_PROT_WRITE : 0) |
232 ((segcmd->initprot & VM_PROT_EXECUTE) ? VKI_PROT_EXEC : 0));
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c36 initprot 0x00000003
62 initprot 0x00000001
489 if (seg->initprot != 3)
490 fail("has __UNIXSTACK, but wrong ::initprot (should be 3)");
517 seg->initprot = 3;
592 initprot 0x00000001
606 initprot 0x00000003
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp65 outs() << " ('initprot', " << InitProt << ")\n";
131 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags);
153 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags);
/external/llvm/include/llvm/Support/
H A DMachO.h519 // Values for segment_command.initprot.
565 uint32_t initprot; member in struct:llvm::MachO::segment_command
579 uint32_t initprot; member in struct:llvm::MachO::segment_command_64
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py417 initprot = f.uint32()
/external/chromium_org/v8/src/
H A Dgdb-jit.cc523 uint32_t initprot; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
572 cmd->initprot = 7;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp182 sys::swapByteOrder(C.initprot);
196 sys::swapByteOrder(C.initprot);

Completed in 647 milliseconds