Searched refs:m_entry_point_address (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 248 m_entry_point_address(), m_deps_filespec() { in ObjectFilePECOFF() 259 m_entry_point_address(), m_deps_filespec() { in ObjectFilePECOFF() 949 if (m_entry_point_address.IsValid()) in GetEntryPointAddress() 950 return m_entry_point_address; in GetEntryPointAddress() 953 return m_entry_point_address; in GetEntryPointAddress() 959 m_entry_point_address.SetOffset(file_addr); in GetEntryPointAddress() 961 m_entry_point_address.ResolveAddressUsingFileSections(file_addr, in GetEntryPointAddress() 963 return m_entry_point_address; in GetEntryPointAddress()
|
D | ObjectFilePECOFF.h | 301 lldb_private::Address m_entry_point_address; variable
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 228 lldb_private::Address m_entry_point_address; variable
|
D | ObjectFileMachO.cpp | 907 m_mach_segments(), m_mach_sections(), m_entry_point_address(), in ObjectFileMachO() 919 m_mach_segments(), m_mach_sections(), m_entry_point_address(), in ObjectFileMachO() 5239 m_entry_point_address.IsValid()) { in GetEntryPointAddress() 5240 return m_entry_point_address; in GetEntryPointAddress() 5288 return m_entry_point_address; in GetEntryPointAddress() 5334 return m_entry_point_address; in GetEntryPointAddress() 5378 if (!m_entry_point_address.ResolveAddressUsingFileSections( in GetEntryPointAddress() 5380 m_entry_point_address.Clear(); in GetEntryPointAddress() 5395 m_entry_point_address = context.symbol->GetAddress(); in GetEntryPointAddress() 5401 return m_entry_point_address; in GetEntryPointAddress()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 220 lldb_private::Address m_entry_point_address; variable
|
D | ObjectFileELF.cpp | 873 if (m_entry_point_address.IsValid()) in GetEntryPointAddress() 874 return m_entry_point_address; in GetEntryPointAddress() 877 return m_entry_point_address; in GetEntryPointAddress() 883 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress() 885 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress() 886 return m_entry_point_address; in GetEntryPointAddress()
|