Lines Matching refs:symbol
47 bool operator()(op_bfd_symbol const & symbol) {
48 return !filter_.match(symbol.name());
68 // we name the symbol after the section.
111 // after creating all symbol it's convenient for user code to access
184 // make the fake symbol fit within the fake file
249 // we need to ensure than for a given vma only one symbol exist else
266 // now we can calculate the symbol size, we can't first include/exclude
267 // symbols because the size of symbol is calculated from the difference
268 // between the vma of a symbol and the next one.
283 // images with no symbols debug info available get a placeholder symbol
332 if (!bfd_get_section_contents(ibfd.abfd, bfd_sym.symbol()->section,
421 cverb << (vbfd & vlevel1) << "symbol " << sym.name()
426 if (sym.symbol()) {
428 << sym.symbol()->section->name << ", filepos "
429 << hex << sym.symbol()->section->filepos << endl;
437 // syms are sorted by vma so vma of the first symbol and vma +
438 // size of the last symbol give the vma range for gprof output