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

References

tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  308     if ((pc & (1ULL << 63)) == 0) {
  312     if ((pc & (1ULL << 31)) == 0) {
  317   if (pc == LLDB_INVALID_ADDRESS)
  326   addr_t addr = pc & ~(pagesize - 1ULL);
  329   while (pc - addr < 32 * 0x100000) {