Searched defs:nsyms (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libelf/
H A Dnlist.c91 size_t nsyms; local
149 nsyms = (shdr->sh_size
153 table = nlist_fshash_init (nsyms);
161 for (cnt = 0; cnt < nsyms; ++cnt)
/external/elfutils/src/
H A Darlib.c166 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
168 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
257 int nsyms = shdr->sh_size / shdr->sh_entsize; local
258 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
H A Dnm.c723 GElf_SymX *syms, size_t nsyms, int longest_name,
791 for (cnt = 0; cnt < nsyms; ++cnt)
850 GElf_SymX *syms, size_t nsyms)
871 for (size_t cnt = 0; cnt < nsyms; ++cnt)
914 const char *fullname, GElf_SymX *syms, size_t nsyms)
930 for (size_t cnt = 0; cnt < nsyms; ++cnt)
721 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
848 show_symbols_bsd(Elf *elf, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
913 show_symbols_posix(Elf *elf, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
H A Dldgeneric.c1892 size_t nsyms; local
1895 syms = elf_getarsym (fileinfo->elf, &nsyms);
1918 for (cnt = 0; cnt < nsyms; ++cnt)
H A Dreadelf.c1810 unsigned int nsyms = data->d_size / (class == ELFCLASS32 local
1816 nsyms),
1818 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms);
1836 for (unsigned int cnt = 0; cnt < nsyms; ++cnt)
2466 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr)
2509 (nzero_counts * 100.0) / nsyms);
2550 uint_fast32_t nsyms = 0; local
2556 ++nsyms;
2564 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2592 uint_fast32_t nsyms local
2464 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) argument
2646 uint_fast32_t nsyms = 0; local
[all...]
/external/qemu/
H A Delf_ops.h106 int nsyms, i; local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym);
130 while (i < nsyms) {
138 nsyms--;
139 if (i < nsyms) {
140 syms[i] = syms[nsyms];
150 syms = qemu_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
/external/elfutils/libasm/
H A Ddisasm_cb.c93 int nsyms = shdr->sh_size / shdr->sh_entsize; local
94 for (int cnt = 1; cnt < nsyms; ++cnt)
/external/bison/src/
H A Dgram.c42 int nsyms = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
255 for (i = ntokens; i < nsyms; i++)
/external/oprofile/daemon/liblegacy/
H A Dp_module.h143 unsigned nsyms; member in struct:module
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c414 Word nsyms, i, j, k, m; local
416 nsyms = VG_(sizeXA)(syms);
439 for (i = 0; i < nsyms; i++) {
441 k < nsyms
449 if (k < nsyms) {
459 vg_assert(i <= nsyms);
463 if (nsyms > 0) {
465 for (i = 1; i < nsyms; i++) {
483 vg_assert(j >= 0 && j <= nsyms);
484 VG_(dropTailXA)(syms, nsyms
[all...]
/external/valgrind/main/coregrind/
H A Dm_redir.c378 Int i, nsyms, becTag, becPrio; local
409 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
410 for (i = 0; i < nsyms; i++) {
461 for (i = 0; i < nsyms; i++) {
601 Int nsyms, i; local
623 nsyms = VG_(DebugInfo_syms_howmany)( di );
624 for (i = 0; i < nsyms; i++) {
658 } /* for (i = 0; i < nsyms; i++) */
1369 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
1370 for (j = 0; j < nsyms;
[all...]
/external/llvm/include/llvm/Support/
H A DMachO.h467 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
/external/valgrind/main/perf/
H A Dtinycc.c20117 int i, bound, nsyms, sym_index, off, ret;
20126 nsyms = get_be32(data);
20128 ar_names = ar_index + nsyms * 4;
20132 for(p = ar_names, i = 0; i < nsyms; i++, p += strlen(p)+1) {
20115 int i, bound, nsyms, sym_index, off, ret; local

Completed in 523 milliseconds