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

  /external/oprofile/libutil++/
bfd_support.h 27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {}
59 * On PPC64, synth_syms points to an array of synthetic asymbol
64 asymbol * synth_syms; member in struct:bfd_info
bfd_support.cpp 424 free(synth_syms);
538 NULL, &synth_syms);
546 cverb << vbfd << "synth_syms: " << dec << nr_synth_syms << hex << endl;
556 syms[nr_mini_syms + i] = synth_syms + i;

Completed in 397 milliseconds