Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance
765 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local768 m_debug_map.FindEntryThatContains(exe_file_addr); in ResolveSymbolContext()785 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext()1320 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument1325 m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()1328 m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()1337 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1373 const lldb::addr_t exe_file_addr = in LinkOSOFileAddress() local1375 return exe_file_addr; in LinkOSOFileAddress()1401 const lldb::addr_t exe_file_addr = in LinkOSOAddress() local[all …]
327 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
3497 const addr_t exe_file_addr = in ParseVariableDIE() local3499 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3500 if (location.Update_DW_OP_addr(exe_file_addr)) { in ParseVariableDIE()3514 const lldb::addr_t exe_file_addr = in ParseVariableDIE() local3517 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3519 location.Update_DW_OP_addr(exe_file_addr); in ParseVariableDIE()