Home
last modified time | relevance | path

Searched refs:m_entry_point_address (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h236 lldb_private::Address m_entry_point_address; variable
H A DObjectFileELF.cpp945 if (m_entry_point_address.IsValid()) in GetEntryPointAddress()
946 return m_entry_point_address; in GetEntryPointAddress()
949 return m_entry_point_address; in GetEntryPointAddress()
955 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress()
957 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
958 return m_entry_point_address; in GetEntryPointAddress()