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

References

tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  633   if (m_entry_point != LLDB_INVALID_ADDRESS)
  634     return m_entry_point;
  644   m_entry_point = static_cast<addr_t>(*entry_point);
  650     m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8);
  650     m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8);
  652   return m_entry_point;