Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance
845 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local848 m_debug_map.FindEntryThatContains(exe_file_addr); in ResolveSymbolContext()865 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext()1416 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument1421 m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()1424 m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()1433 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1469 const lldb::addr_t exe_file_addr = in LinkOSOFileAddress() local1471 return exe_file_addr; in LinkOSOFileAddress()1497 const lldb::addr_t exe_file_addr = in LinkOSOAddress() local[all …]
338 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
3349 const addr_t exe_file_addr = exe_symbol->GetAddressRef().GetFileAddress(); in fixupExternalAddrZeroVariable() local3350 if (exe_file_addr == LLDB_INVALID_ADDRESS) in fixupExternalAddrZeroVariable()3354 if (location->Update_DW_OP_addr(die.GetCU(), exe_file_addr)) in fixupExternalAddrZeroVariable()3552 const lldb::addr_t exe_file_addr = in ParseVariableDIE() local3554 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3558 location->Update_DW_OP_addr(die.GetCU(), exe_file_addr); in ParseVariableDIE()