Home | History | Annotate | Download | only in qtools

Lines Matching refs:symbol_type

22 class MyFrame : public StackFrame<symbol_type> {
40 const symbol_type *syma, *symb;
43 syma = static_cast<symbol_type const *>(a);
44 symb = static_cast<symbol_type const *>(b);
61 const symbol_type *syma, *symb;
63 syma = static_cast<symbol_type const *>(a);
64 symb = static_cast<symbol_type const *>(b);
96 symbol_type *function;
122 symbol_type *syms = trace->GetSymbols(&nsyms);
125 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_names);
127 symbol_type *psym = syms;