Lines Matching full:symbol
20 #include "symbol.h"
71 // the range of sample_entry inside each symbol entry are valid
125 symbol_entry const * symbol = symbols->insert(symb_entry);
128 add_samples(abfd, i, p_it, symbol, pclass, start);
136 symbol_entry const * symbol, size_t pclass,
159 samples->insert(symbol, sample);
201 // contain sample does not work: a symbol can contain samples and this
202 // symbol is in a source file that contain zero sample because only
276 profile_container::find_sample(symbol_entry const * symbol, bfd_vma vma) const
278 return samples->find_by_vma(symbol, vma);
296 profile_container::begin(symbol_entry const * symbol) const
298 return samples->begin(symbol);
303 profile_container::end(symbol_entry const * symbol) const
305 return samples->end(symbol);
320 symbol_entry const * profile_container::find(symbol_entry const & symbol) const
322 return symbols->find(symbol);