Home
last modified time | relevance | path

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

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