Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp556 if (m_entry_point_address.IsValid()) in GetEntryPointAddress()
557 return m_entry_point_address; in GetEntryPointAddress()
560 return m_entry_point_address; in GetEntryPointAddress()
566 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress()
568 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
569 return m_entry_point_address; in GetEntryPointAddress()
DObjectFileELF.h201 lldb_private::Address m_entry_point_address; variable
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h196 lldb_private::Address m_entry_point_address; variable
DObjectFileMachO.cpp596 m_entry_point_address(), in ObjectFileMachO()
611 m_entry_point_address(), in ObjectFileMachO()
3799 if (!IsExecutable() || m_entry_point_address.IsValid()) in GetEntryPointAddress()
3800 return m_entry_point_address; in GetEntryPointAddress()
3847 return m_entry_point_address; in GetEntryPointAddress()
3877 return m_entry_point_address; in GetEntryPointAddress()
3912 … if (!m_entry_point_address.ResolveAddressUsingFileSections (start_address, GetSectionList())) in GetEntryPointAddress()
3914 m_entry_point_address.Clear(); in GetEntryPointAddress()
3931 m_entry_point_address = context.symbol->GetAddress(); in GetEntryPointAddress()
3937 return m_entry_point_address; in GetEntryPointAddress()