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

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6069             prot |= VM_PROT_READ;
 6071             prot |= VM_PROT_WRITE;
 6073             prot |= VM_PROT_EXECUTE;
 6075           if (prot != 0) {
 6090                 prot, // uint32_t maxprot;
 6091                 prot, // uint32_t initprot;