Searched defs:nr_syms (Results 1 - 2 of 2) 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
/external/linux-tools-perf/util/
H A Dsymbol.c726 int nr_syms = 0; local
767 nr_syms++;
774 return nr_syms;
789 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \
791 idx < nr_syms; \
1074 uint32_t nr_syms; local
1145 nr_syms = shdr.sh_size / shdr.sh_entsize;
1156 elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) {

Completed in 89 milliseconds