Searched refs:oso_file_addr (Results 1 – 2 of 2) sorted by relevance
301 OSOEntry(uint32_t exe_sym_idx, lldb::addr_t oso_file_addr) in OSOEntry() argument302 : m_exe_sym_idx(exe_sym_idx), m_oso_file_addr(oso_file_addr) {} in OSOEntry()312 void SetOSOFileAddress(lldb::addr_t oso_file_addr) { in SetOSOFileAddress() argument313 m_oso_file_addr = oso_file_addr; in SetOSOFileAddress()343 lldb::addr_t exe_byte_size, lldb::addr_t oso_file_addr,373 lldb::addr_t oso_file_addr);
846 lldb::addr_t oso_file_addr = in ResolveSymbolContext() local850 if (oso_module->ResolveFileAddress(oso_file_addr, oso_so_addr)) { in ResolveSymbolContext()1411 lldb::addr_t oso_file_addr, in AddOSOFileRange() argument1418 debug_map_entry->data.SetOSOFileAddress(oso_file_addr); in AddOSOFileRange()1426 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1451 lldb::addr_t oso_file_addr) { in LinkOSOFileAddress() argument1455 cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOFileAddress()1461 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()1481 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); in LinkOSOAddress() local1483 cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOAddress()[all …]