Lines Matching refs:syms
99 upper_bound(bfd.syms.begin(), bfd.syms.end(), tmpsym); in get_symbol_by_filepos()
101 if (it != bfd.syms.begin()) in get_symbol_by_filepos()
104 if (it == bfd.syms.end()) { in get_symbol_by_filepos()
120 i = distance(bfd.syms.begin(), it); in get_symbol_by_filepos()
166 sym.name = symbol_names.create(b.syms[i].name()); in caller_sym()
167 sym.sample.vma = b.syms[i].vma(); in caller_sym()
173 << b.syms[i].name() << " filepos " << start in caller_sym()
548 for (symbol_index_t i = 0; i < caller_bfd.syms.size(); ++i) { in add()
586 symbol_collection syms = recorder.get_symbols(); in output_hint() local
589 symbol_collection::iterator const end = syms.end(); in output_hint()
590 for (it = syms.begin(); it != end; ++it) in output_hint()