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
  146   if (!(cursor = ReadPointer(cursor + padding, &info.map_addr)))
  163   if (m_current.map_addr == 0)
  374   if (m_current.map_addr == 0)
  377   for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) {
  435   if (m_current.map_addr == 0)
  441   for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
   87   lldb::addr_t GetLinkMapAddress() const { return m_current.map_addr; }