Searched refs:oso_file_addr (Results 1 – 2 of 2) sorted by relevance
286 OSOEntry(uint32_t exe_sym_idx, lldb::addr_t oso_file_addr) in OSOEntry() argument287 : m_exe_sym_idx(exe_sym_idx), m_oso_file_addr(oso_file_addr) {} in OSOEntry()297 void SetOSOFileAddress(lldb::addr_t oso_file_addr) { in SetOSOFileAddress() argument298 m_oso_file_addr = oso_file_addr; in SetOSOFileAddress()327 lldb::addr_t exe_byte_size, lldb::addr_t oso_file_addr,357 lldb::addr_t oso_file_addr);
791 lldb::addr_t oso_file_addr = in ResolveSymbolContext() local795 if (oso_module->ResolveFileAddress(oso_file_addr, oso_so_addr)) { in ResolveSymbolContext()1332 lldb::addr_t oso_file_addr, in AddOSOFileRange() argument1339 debug_map_entry->data.SetOSOFileAddress(oso_file_addr); in AddOSOFileRange()1347 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1372 lldb::addr_t oso_file_addr) { in LinkOSOFileAddress() argument1376 cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOFileAddress()1382 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()1402 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); in LinkOSOAddress() local1404 cu_info->GetFileRangeMap(this).FindEntryThatContains(oso_file_addr); in LinkOSOAddress()[all …]