Searched refs:initprot (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 315 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 D | MachOObject.cpp | 179 Seg.initprot |= in constructSegment()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 290 segment->protection = sc->initprot; in NextSegmentLoad()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 495 // 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 D | MachOYAML.cpp | 535 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 D | DebuggerSupportPlugin.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 278 this->initprot = this->maxprot;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8541 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 D | Writer.cpp | 242 c->initprot = seg->initProt; in writeTo()
|