HomeSort by relevance Sort by last modified time
    Searched full:nr_synth_syms (Results 1 - 1 of 1) sorted by null

  /external/oprofile/libutil++/
bfd_support.cpp 535 long nr_synth_syms = bfd_get_synthetic_symtab(synth_bfd, local
540 if (nr_synth_syms < 0) {
546 cverb << vbfd << "synth_syms: " << dec << nr_synth_syms << hex << endl;
548 nr_syms = nr_mini_syms + nr_synth_syms;
555 for (size_t i = 0; i < (size_t)nr_synth_syms; ++i)

Completed in 576 milliseconds