Lines Matching refs:op_bfd_symbol
47 bool operator()(op_bfd_symbol const & symbol) { in operator ()()
58 op_bfd_symbol::op_bfd_symbol(asymbol const * a) in op_bfd_symbol() function in op_bfd_symbol
80 op_bfd_symbol::op_bfd_symbol(bfd_vma vma, size_t size, string const & name) in op_bfd_symbol() function in op_bfd_symbol
89 bool op_bfd_symbol::operator<(op_bfd_symbol const & rhs) const in operator <()
94 unsigned long op_bfd_symbol::symbol_endpos(void) const in symbol_endpos()
228 symbols.push_back(op_bfd_symbol(ibfd.syms[i])); in get_symbols()
242 symbols.push_back(op_bfd_symbol(dbfd.syms[i])); in get_symbols()
270 op_bfd_symbol const * next = 0; in get_symbols()
318 op_bfd_symbol const & bfd_sym = syms[sym_idx]; in symbol_has_contents()
329 op_bfd_symbol const & bfd_sym = syms[sym_index]; in get_symbol_contents()
375 op_bfd_symbol const & sym = syms[sym_idx]; in get_linenr()
388 size_t op_bfd::symbol_size(op_bfd_symbol const & sym, in symbol_size()
389 op_bfd_symbol const * next) const in symbol_size()
406 op_bfd_symbol const & sym = syms[sym_idx]; in get_symbol_range()
439 op_bfd_symbol const & last_symb = syms[syms.size() - 1]; in get_vma_range()
450 op_bfd_symbol const op_bfd::create_artificial_symbol() in create_artificial_symbol()
455 return op_bfd_symbol(start, end - start, get_filename()); in create_artificial_symbol()