Home
last modified time | relevance | path

Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp797 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local
799 const DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains (exe_file_addr); in ResolveSymbolContext()
817 …lldb::addr_t oso_file_addr = exe_file_addr - debug_map_entry->GetRangeBase() + debug_map_entry->da… in ResolveSymbolContext()
1467 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument
1471 const uint32_t debug_map_idx = m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()
1474 DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()
1476 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()
1515 const lldb::addr_t exe_file_addr = debug_map_entry->GetRangeBase() + offset; in LinkOSOFileAddress() local
1516 return exe_file_addr; in LinkOSOFileAddress()
1543 const lldb::addr_t exe_file_addr = debug_map_entry->GetRangeBase() + offset; in LinkOSOAddress() local
[all …]
DSymbolFileDWARFDebugMap.h354 lldb::addr_t exe_file_addr,
DSymbolFileDWARF.cpp7441 … const addr_t exe_file_addr = exe_symbol->GetAddress().GetFileAddress(); in ParseVariableDIE() local
7442 if (exe_file_addr != LLDB_INVALID_ADDRESS) in ParseVariableDIE()
7444 if (location.Update_DW_OP_addr (exe_file_addr)) in ParseVariableDIE()
7460 …const lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr… in ParseVariableDIE() local
7461 if (exe_file_addr != LLDB_INVALID_ADDRESS) in ParseVariableDIE()
7464 location.Update_DW_OP_addr (exe_file_addr); in ParseVariableDIE()