Home
last modified time | relevance | path

Searched refs:oso_file_addr (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h297 lldb::addr_t oso_file_addr) : in OSOEntry() argument
299 m_oso_file_addr (oso_file_addr) in OSOEntry()
322 SetOSOFileAddress (lldb::addr_t oso_file_addr) in SetOSOFileAddress() argument
324 m_oso_file_addr = oso_file_addr; in SetOSOFileAddress()
355 lldb::addr_t oso_file_addr,
393 LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_addr);
DSymbolFileDWARFDebugMap.cpp817 …lldb::addr_t oso_file_addr = exe_file_addr - debug_map_entry->GetRangeBase() + debug_map_entry->da… in ResolveSymbolContext() local
819 if (oso_module->ResolveFileAddress(oso_file_addr, oso_so_addr)) in ResolveSymbolContext()
1468 lldb::addr_t oso_file_addr, in AddOSOFileRange() argument
1475 debug_map_entry->data.SetOSOFileAddress(oso_file_addr); in AddOSOFileRange()
1476 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()
1503 …bolFileDWARFDebugMap::LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_addr) in LinkOSOFileAddress() argument
1508 …eMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOFileAddress()
1514 const lldb::addr_t offset = oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()
1535 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); in LinkOSOAddress() local
1536 …eMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOAddress()
[all …]