Home | History | Annotate | Download | only in libutil++

Lines Matching defs:op_bfd

2  * @file op_bfd.cpp
28 #include "op_bfd.h"
100 op_bfd::op_bfd(string const & fname, string_filter const & symbol_filter,
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
190 op_bfd::~op_bfd()
195 unsigned long op_bfd::get_start_offset(bfd_vma vma) const
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols)
280 void op_bfd::add_symbols(op_bfd::symbols_found_t & symbols,
301 bfd_vma op_bfd::offset_to_pc(bfd_vma offset) const
315 bool op_bfd::
326 bool op_bfd::
340 bool op_bfd::has_debug_info() const
368 bool op_bfd::get_linenr(symbol_index_t sym_idx, bfd_vma offset,
388 size_t op_bfd::symbol_size(op_bfd_symbol const & sym,
403 void op_bfd::get_symbol_range(symbol_index_t sym_idx,
434 void op_bfd::get_vma_range(bfd_vma & start, bfd_vma & end) const
450 op_bfd_symbol const op_bfd::create_artificial_symbol()
459 string op_bfd::get_filename() const
465 size_t op_bfd::bfd_arch_bits_per_address() const