reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8576 if ((maxprot & 8579 outs() << " maxprot ?" << format("0x%08" PRIx32, maxprot) << "\n"; 8582 outs() << ((maxprot & MachO::VM_PROT_READ) ? "r" : "-"); 8583 outs() << ((maxprot & MachO::VM_PROT_WRITE) ? "w" : "-"); 8584 outs() << ((maxprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n"); 8597 outs() << " maxprot " << format("0x%08" PRIx32, maxprot) << "\n";