Searched refs:oso_file_addr (Results 1 – 2 of 2) sorted by relevance
297 lldb::addr_t oso_file_addr) : in OSOEntry() argument299 m_oso_file_addr (oso_file_addr) in OSOEntry()322 SetOSOFileAddress (lldb::addr_t oso_file_addr) in SetOSOFileAddress() argument324 m_oso_file_addr = oso_file_addr; in SetOSOFileAddress()355 lldb::addr_t oso_file_addr,393 LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_addr);
817 …lldb::addr_t oso_file_addr = exe_file_addr - debug_map_entry->GetRangeBase() + debug_map_entry->da… in ResolveSymbolContext() local819 if (oso_module->ResolveFileAddress(oso_file_addr, oso_so_addr)) in ResolveSymbolContext()1468 lldb::addr_t oso_file_addr, in AddOSOFileRange() argument1475 debug_map_entry->data.SetOSOFileAddress(oso_file_addr); in AddOSOFileRange()1476 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()1503 …bolFileDWARFDebugMap::LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_addr) in LinkOSOFileAddress() argument1508 …eMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOFileAddress()1514 const lldb::addr_t offset = oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()1535 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); in LinkOSOAddress() local1536 …eMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOAddress()[all …]