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

/external/elfutils/0.153/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/0.153/src/
H A Darlib.c167 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
169 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
258 int nsyms = shdr->sh_size / shdr->sh_entsize; local
259 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
H A Dnm.c748 GElf_SymX *syms, size_t nsyms, int longest_name,
818 for (cnt = 1; cnt < nsyms; ++cnt)
931 GElf_SymX *syms, size_t nsyms)
957 for (size_t cnt = 0; cnt < nsyms; ++cnt)
1051 size_t nsyms)
1072 for (size_t cnt = 0; cnt < nsyms; ++cnt)
747 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
929 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
1049 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
H A Dldgeneric.c1890 size_t nsyms; local
1893 syms = elf_getarsym (fileinfo->elf, &nsyms);
1916 for (cnt = 0; cnt < nsyms; ++cnt)
H A Dreadelf.c1970 unsigned int nsyms = data->d_size / (class == ELFCLASS32 local
1976 nsyms),
1978 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms);
1996 for (unsigned int cnt = 0; cnt < nsyms; ++cnt)
2626 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr)
2670 (nzero_counts * 100.0) / nsyms);
2711 uint_fast32_t nsyms = 0; local
2717 ++nsyms;
2725 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2753 uint_fast32_t nsyms local
2624 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
2807 uint_fast32_t nsyms = 0; local
[all...]
/external/qemu/include/hw/
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 = g_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
/external/elfutils/0.153/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.c41 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/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h157 uint32_t nsyms; member in struct:ObjectFilePECOFF::coff_header
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c406 Word nsyms, i, j, k, m; local
408 nsyms = VG_(sizeXA)(syms);
431 for (i = 0; i < nsyms; i++) {
433 k < nsyms
441 if (k < nsyms) {
451 vg_assert(i <= nsyms);
455 if (nsyms > 0) {
457 for (i = 1; i < nsyms; i++) {
475 vg_assert(j >= 0 && j <= nsyms);
476 VG_(dropTailXA)(syms, nsyms
[all...]
/external/valgrind/main/coregrind/
H A Dm_redir.c393 Int i, nsyms, becTag, becPrio; local
500 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
501 for (i = 0; i < nsyms; i++) {
594 for (i = 0; i < nsyms; i++) {
734 Int nsyms, i; local
756 nsyms = VG_(DebugInfo_syms_howmany)( di );
757 for (i = 0; i < nsyms; i++) {
791 } /* for (i = 0; i < nsyms; i++) */
1563 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
1564 for (j = 0; j < nsyms;
[all...]
/external/llvm/include/llvm/Support/
H A DMachO.h711 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 828 milliseconds