Searched refs:nr_syms (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libutil++/
H A Dbfd_support.h27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {}
48 size_t nr_syms; member in struct:bfd_info
H A Dbfd_support.cpp529 if (image_bfd_info && image_bfd_info->nr_syms == 0) {
548 nr_syms = nr_mini_syms + nr_synth_syms;
549 syms.reset(new asymbol *[nr_syms + 1]);
562 syms[nr_syms] = NULL;
586 nr_syms = bfd_get_symtab_upper_bound(abfd);
589 << nr_syms << hex << endl;
591 nr_syms /= sizeof(asymbol *);
593 if (nr_syms < 1)
596 syms.reset(new asymbol *[nr_syms]);
598 nr_syms
[all...]
H A Dop_bfd.cpp222 for (i = 0; i < ibfd.nr_syms; ++i) {
231 for (i = 0; i < dbfd.nr_syms; ++i) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c38 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \
40 idx < nr_syms; \
684 uint32_t nr_syms; local
739 nr_syms = shdr.sh_size / shdr.sh_entsize;
748 elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) {
767 elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) {
H A Dsymbol.c926 int nr_syms = 0; local
967 nr_syms++;
974 return nr_syms;
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c70 size_t nr_syms; member in struct:__anon25168
128 for (k = 0; k < fake_symbols[i].nr_syms; k++) {

Completed in 120 milliseconds