Home | History | Annotate | Download | only in qtools

Lines Matching refs:symbol_names

643     char *symbol_names = new char[symstr->sh_size];
644 ReadSection(symstr, symbol_names, fobj);
687 if (idx == 0 || symbol_names[idx] == 0 || symbol_names[idx] == '$')
713 &symbol_names[idx]);
725 func_symbols[nfuncs].name = Strdup(&symbol_names[idx]);
865 delete[] symbol_names;