Searched refs:so_symbol (Results 1 – 1 of 1) sorted by relevance
406 const Symbol *so_symbol = symtab->SymbolAtIndex(so_idx); in InitOSO() local408 if (so_symbol && in InitOSO()410 so_symbol->GetType() == eSymbolTypeSourceFile && in InitOSO()413 … m_compile_unit_infos[i].so_file.SetFile(so_symbol->GetName().AsCString(), false); in InitOSO()418 uint32_t sibling_idx = so_symbol->GetSiblingIndex(); in InitOSO()422 …g in debug map, please file a bug and attach the binary listed in this error", so_symbol->GetID()); in InitOSO()429 m_compile_unit_infos[i].first_symbol_id = so_symbol->GetID(); in InitOSO()440 else if (so_symbol == NULL) in InitOSO()442 else if (so_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()443 …bol[%u], please file a bug and attach the binary listed in this error", so_symbol->GetType(), oso_… in InitOSO()