Home | History | Annotate | Download | only in Symbol

Lines Matching defs:curr_symbol

872     const Symbol *curr_symbol = info->symtab->SymbolAtIndex (index_ptr[0]);
873 if (curr_symbol == NULL)
880 if (curr_symbol->ValueIsAddress())
882 const addr_t curr_file_addr = curr_symbol->GetAddress().GetFileAddress();
887 info->match_symbol = const_cast<Symbol *>(curr_symbol);