Home
last modified time | relevance | path

Searched refs:initprot (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp280 uint32_t initprot; member
348 Segment.initprot = SC.initprot; in getSegment()
362 Segment.initprot = SC.initprot; in getSegment()
831 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc222 segment->protection = sc->initprot; in NextSegmentLoad()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h535 uint32_t initprot; member
549 uint32_t initprot; member
1056 sys::swapByteOrder(seg.initprot); in swapStruct()
1069 sys::swapByteOrder(seg.initprot); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp472 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
485 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp633 seg->initprot = VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE; in writeSingleSegmentLoadCommand()
681 cmd->initprot = seg.init_access; in writeSegmentLoadCommands()
701 cmd->initprot = seg.init_access; in writeSegmentLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8119 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
8168 if ((initprot & in PrintSegmentCommand()
8171 outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
8174 outs() << ((initprot & MachO::VM_PROT_READ) ? "r" : "-"); in PrintSegmentCommand()
8175 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
8176 outs() << ((initprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n"); in PrintSegmentCommand()
8180 outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
9654 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands()
9667 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()