reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 8586     if ((initprot &
 8589       outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n";
 8592       outs() << ((initprot & MachO::VM_PROT_READ) ? "r" : "-");
 8593       outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-");
 8594       outs() << ((initprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n");
 8598     outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n";