Home
last modified time | relevance | path

Searched refs:ResolveAddressUsingFileSections (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Core/
DAddress.h395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
/external/lldb/source/Core/
DAddress.cpp226 ResolveAddressUsingFileSections(address, section_list); in Address()
241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) in ResolveAddressUsingFileSections() function in Address
DModule.cpp446 return so_addr.ResolveAddressUsingFileSections(vm_addr, section_list); in ResolveFileAddress()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp568 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3912 … if (!m_entry_point_address.ResolveAddressUsingFileSections (start_address, GetSectionList())) in GetEntryPointAddress()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1059 …func_range.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSecti… in ParseCompileUnitFunction()