OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:so_symbol
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp
406
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
->GetType(), oso_idx)
[
all
...]
Completed in 31 milliseconds