Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance
827 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local830 m_debug_map.FindEntryThatContains(exe_file_addr); in ResolveSymbolContext()847 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext()1409 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument1414 m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()1417 m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()1426 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1462 const lldb::addr_t exe_file_addr = in LinkOSOFileAddress() local1464 return exe_file_addr; in LinkOSOFileAddress()1490 const lldb::addr_t exe_file_addr = in LinkOSOAddress() local[all …]
342 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
3442 const addr_t exe_file_addr = exe_symbol->GetAddressRef().GetFileAddress(); in fixupExternalAddrZeroVariable() local3443 if (exe_file_addr == LLDB_INVALID_ADDRESS) in fixupExternalAddrZeroVariable()3447 if (location->Update_DW_OP_addr(die.GetCU(), exe_file_addr)) in fixupExternalAddrZeroVariable()3639 const lldb::addr_t exe_file_addr = in ParseVariableDIE() local3641 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3645 location->Update_DW_OP_addr(die.GetCU(), exe_file_addr); in ParseVariableDIE()