Searched refs:m_entry_point_address (Results 1 – 4 of 4) sorted by relevance
556 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()
201 lldb_private::Address m_entry_point_address; variable
196 lldb_private::Address m_entry_point_address; variable
596 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()