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

References

tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  283   entry.next = 0;
  377   for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) {
  441   for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) {
  542   if (!(addr = ReadPointer(addr, &entry.next)))
  632     LLDB_LOGF(log, "      Next : %" PRIx64, I->next);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  148       next = 0;