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 | 192 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 | 547 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 D | MachOYAML.cpp | 536 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 D | DebuggerSupportPlugin.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOBuilder.h | 273 this->initprot = this->maxprot;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8560 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 D | Writer.cpp | 241 c->initprot = seg->initProt; in writeTo()
|