Searched defs:so_symbol (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp406 const Symbol *so_symbol = symtab->SymbolAtIndex(so_idx); local
408 if (so_symbol &&
410 so_symbol->GetType() == eSymbolTypeSourceFile &&
413 m_compile_unit_infos[i].so_file.SetFile(so_symbol->GetName().AsCString(), false);
418 uint32_t sibling_idx = so_symbol->GetSiblingIndex();
422 m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map, please file a bug and attach the binary listed in this error", so_symbol->GetID());
429 m_compile_unit_infos[i].first_symbol_id = so_symbol->GetID();
440 else if (so_symbol == NULL)
442 else if (so_symbol->GetType() != eSymbolTypeSourceFile)
443 m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", so_symbol
[all...]

Completed in 177 milliseconds