Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp315 uint32_t initprot; member
383 Segment.initprot = SC.initprot; in getSegment()
397 Segment.initprot = SC.initprot; in getSegment()
939 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp192 Seg.initprot |= in constructSegment()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp290 segment->protection = sc->initprot; in NextSegmentLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h547 uint32_t initprot; member
561 uint32_t initprot; member
1205 sys::swapByteOrder(seg.initprot); in swapStruct()
1218 sys::swapByteOrder(seg.initprot); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp536 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
549 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h273 this->initprot = this->maxprot;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8560 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
8609 if ((initprot & in PrintSegmentCommand()
8612 outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
8615 outs() << ((initprot & MachO::VM_PROT_READ) ? "r" : "-"); in PrintSegmentCommand()
8616 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
8617 outs() << ((initprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n"); in PrintSegmentCommand()
8621 outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
10120 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands()
10133 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp241 c->initprot = seg->initProt; in writeTo()