HomeSort by relevance Sort by last modified time
    Searched refs:translate_debuginfo_syms (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libutil++/
bfd_support.h 84 void translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms);
bfd_support.cpp 449 * translate_debuginfo_syms function maps the debuginfo symbol's sections to
452 void bfd_info::translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms) function in class:bfd_info
527 * then we need to do the extra processing in translate_debuginfo_syms.
530 translate_debuginfo_syms(mini_syms, nr_mini_syms);
601 translate_debuginfo_syms(syms.get(), nr_syms);

Completed in 1318 milliseconds