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.cpp179 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.h495 // Values for segment_command.initprot.
547 uint32_t initprot;
561 uint32_t initprot;
1205 sys::swapByteOrder(seg.initprot); in swapStruct()
1218 sys::swapByteOrder(seg.initprot); in swapStruct()
553 uint32_t initprot; global() member
567 uint32_t initprot; global() member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp535 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
548 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.h278 this->initprot = this->maxprot;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8541 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
8590 if ((initprot & in PrintSegmentCommand()
8593 outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
8596 outs() << ((initprot & MachO::VM_PROT_READ) ? "r" : "-"); in PrintSegmentCommand()
8597 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
8598 outs() << ((initprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n"); in PrintSegmentCommand()
8602 outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
10101 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands()
10114 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp242 c->initprot = seg->initProt; in writeTo()