reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
288 if (symtab) { 302 symtab->AppendSymbolIndexesWithTypeAndFlagsValue( 306 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, 309 symtab->AppendSymbolIndexesWithType(eSymbolTypeData, Symtab::eDebugYes, 313 symtab->SortSymbolIndexesByValue(m_func_indexes, true); 314 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); 317 const Symbol *symbol = symtab->SymbolAtIndex(sym_idx); 325 const Symbol *symbol = symtab->SymbolAtIndex(sym_idx); 339 const Symbol *so_symbol = symtab->SymbolAtIndex(so_idx); 340 const Symbol *oso_symbol = symtab->SymbolAtIndex(oso_idx); 358 const Symbol *last_symbol = symtab->SymbolAtIndex(sibling_idx - 1);