Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance
803 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local805 const DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains (exe_file_addr); in ResolveSymbolContext()823 …lldb::addr_t oso_file_addr = exe_file_addr - debug_map_entry->GetRangeBase() + debug_map_entry->da… in ResolveSymbolContext()1506 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument1510 const uint32_t debug_map_idx = m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()1513 DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()1515 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()1554 const lldb::addr_t exe_file_addr = debug_map_entry->GetRangeBase() + offset; in LinkOSOFileAddress() local1555 return exe_file_addr; in LinkOSOFileAddress()1582 const lldb::addr_t exe_file_addr = debug_map_entry->GetRangeBase() + offset; in LinkOSOAddress() local[all …]
367 lldb::addr_t exe_file_addr,
7638 … const addr_t exe_file_addr = exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE() local7639 if (exe_file_addr != LLDB_INVALID_ADDRESS) in ParseVariableDIE()7641 if (location.Update_DW_OP_addr (exe_file_addr)) in ParseVariableDIE()7657 …const lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr… in ParseVariableDIE() local7658 if (exe_file_addr != LLDB_INVALID_ADDRESS) in ParseVariableDIE()7661 location.Update_DW_OP_addr (exe_file_addr); in ParseVariableDIE()