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.h228 lldb_private::Address m_entry_point_address; variable
H A DObjectFileELF.cpp935 if (m_entry_point_address.IsValid()) in GetEntryPointAddress()
936 return m_entry_point_address; in GetEntryPointAddress()
939 return m_entry_point_address; in GetEntryPointAddress()
945 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress()
947 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
948 return m_entry_point_address; in GetEntryPointAddress()