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

  /external/oprofile/libutil++/
bfd_support.cpp 516 long nr_mini_syms = bfd_read_minisymbols(abfd, 0, &buf, &tmp); local
517 if (nr_mini_syms < 1)
530 translate_debuginfo_syms(mini_syms, nr_mini_syms);
536 nr_mini_syms,
545 cverb << vbfd << "mini_syms: " << dec << nr_mini_syms << hex << endl;
548 nr_syms = nr_mini_syms + nr_synth_syms;
551 for (size_t i = 0; i < (size_t)nr_mini_syms; ++i)
556 syms[nr_mini_syms + i] = synth_syms + i;

Completed in 324 milliseconds