Searched refs:symb_value (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dop_bfd.h50 bfd_vma vma() const { return symb_value + section_vma; }
51 unsigned long value() const { return symb_value; }
52 unsigned long filepos() const { return symb_value + section_filepos; }
72 unsigned long symb_value; member in class:op_bfd_symbol
H A Dop_bfd.cpp59 : bfd_symbol(a), symb_value(a->value),
81 : bfd_symbol(0), symb_value(vma),

Completed in 29 milliseconds