Home
last modified time | relevance | path

Searched refs:nsym (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/pan/
Dsymbol.c200 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_put() local
214 *kk != NULL && (nsym = find_key1(csym->sym, *kk)) != NULL; in sym_put()
215 csym = nsym->data) { in sym_put()
220 if (nsym->data == NULL) { /* fatal error */ in sym_put()
225 if (((SYM) (nsym->data))->magic != SYM_MAGIC) { in sym_put()
237 nsym->data = data; in sym_put()
271 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_get() local
282 *kk != NULL && (nsym = find_key1(csym->sym, *kk)) != NULL; in sym_get()
283 csym = nsym->data) { in sym_get()
288 if (nsym->data == NULL) { /* fatal error */ in sym_get()
[all …]
/third_party/nghttp2/
Dmkhufftbl.py340 nsym = node.term
342 nsym = sym
344 _traverse(node, nsym, start_node, root, left - 1)
/third_party/elfutils/tests/
Dsectiondump.c166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
170 for (cnt = 0; cnt < nsym; ++cnt) in print_symtab()
Dbacktrace.c446 int nsym = dwfl_module_getsymtab (data.mod); in exec_dump() local
448 for (symi = 1; symi < nsym; ++symi) in exec_dump()
469 assert (symi < nsym); in exec_dump()
/third_party/elfutils/src/
Dunstrip.c506 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
521 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
527 new_hash[1] = nsym; \ in adjust_relocs()
635 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
636 size_t symndx_map[nsym - 1]; in add_new_section_symbols()
685 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()
700 adjust_all_relocs (elf, symscn, shdr, symndx_map, nsym - 1); in add_new_section_symbols()
1844 size_t nsym = 0; in copy_elided_sections() local
1870 *s->map = ++nsym; in copy_elided_sections()
1876 if (nsym < total_syms) in copy_elided_sections()
[all …]
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c948 size_t nsym, i; in count_syms() local
951 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
952 if (buckets[i] > nsym) in count_syms()
953 nsym = buckets[i]; in count_syms()
955 if (nsym) { in count_syms()
956 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
957 do nsym++; in count_syms()
960 return nsym; in count_syms()
978 size_t nsym = count_syms(p); in makefuncdescs() local
979 size_t i, size = nsym * sizeof(*p->funcdescs); in makefuncdescs()
[all …]
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c948 size_t nsym, i; in count_syms() local
951 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
952 if (buckets[i] > nsym) in count_syms()
953 nsym = buckets[i]; in count_syms()
955 if (nsym) { in count_syms()
956 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
957 do nsym++; in count_syms()
960 return nsym; in count_syms()
978 size_t nsym = count_syms(p); in makefuncdescs() local
979 size_t i, size = nsym * sizeof(*p->funcdescs); in makefuncdescs()
[all …]
/third_party/musl/ldso/
Ddynlink.c936 size_t nsym, i; in count_syms() local
939 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
940 if (buckets[i] > nsym) in count_syms()
941 nsym = buckets[i]; in count_syms()
943 if (nsym) { in count_syms()
944 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
945 do nsym++; in count_syms()
948 return nsym; in count_syms()
966 size_t nsym = count_syms(p); in makefuncdescs() local
967 size_t i, size = nsym * sizeof(*p->funcdescs); in makefuncdescs()
[all …]
/third_party/vixl/examples/aarch32/
Ddisasm-a32.cc134 int nsym = symtab->sh_size / symtab->sh_entsize; in LocateSymbols() local
137 for (int snum = 0; snum < nsym; snum++) { in LocateSymbols()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1805 size_t nsym, i; in count_syms() local
1808 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms()
1809 if (buckets[i] > nsym) in count_syms()
1810 nsym = buckets[i]; in count_syms()
1812 if (nsym) { in count_syms()
1813 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms()
1814 do nsym++; in count_syms()
1817 return nsym; in count_syms()
1835 size_t nsym = count_syms(p); in makefuncdescs() local
1836 size_t i, size = nsym * sizeof(*p->funcdescs); in makefuncdescs()
[all …]
/third_party/ffmpeg/libavcodec/
Dscpr3.c34 static void renew_table3(uint32_t nsym, uint32_t *cntsum, in renew_table3() argument
38 uint32_t a = 0, b = 4096 / nsym, c = b - (b >> 1); in renew_table3()
40 *cntsum = c * nsym; in renew_table3()
42 for (int d = 0; d < nsym; d++) { in renew_table3()