/third_party/ltp/pan/ |
H A D | symbol.c | 200 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 in sym_get() [all...] |
/third_party/nghttp2/ |
H A D | mkhufftbl.py | 340 nsym = node.term 342 nsym = sym 344 _traverse(node, nsym, start_node, root, left - 1)
|
/third_party/elfutils/tests/ |
H A D | sectiondump.c | 166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local 170 for (cnt = 0; cnt < nsym; ++cnt) in print_symtab()
|
H A D | backtrace.c | 446 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/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 948 size_t nsym, i; in count_syms() 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 * sizeo in makefuncdescs() 2257 uint32_t nsym; dladdr() local [all...] |
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 948 size_t nsym, i; in count_syms() 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 * sizeo in makefuncdescs() 2256 uint32_t nsym; dladdr() local [all...] |
/third_party/elfutils/src/ |
H A D | unstrip.c | 507 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() 522 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs() 528 new_hash[1] = nsym; \ in adjust_relocs() 636 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() 637 size_t symndx_map[nsym - 1]; in add_new_section_symbols() 686 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols() 701 adjust_all_relocs (elf, symscn, shdr, symndx_map, nsym - 1); in add_new_section_symbols() 1846 size_t nsym = 0; in copy_elided_sections() 1872 *s->map = ++nsym; in copy_elided_sections() 1878 if (nsym < total_sym in copy_elided_sections() 506 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; adjust_relocs() local 635 const size_t nsym = shdr->sh_size / shdr->sh_entsize; add_new_section_symbols() local 1844 size_t nsym = 0; copy_elided_sections() local [all...] |
/third_party/musl/ldso/ |
H A D | dynlink.c | 1017 size_t nsym, i; in count_syms() 1020 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms() 1021 if (buckets[i] > nsym) in count_syms() 1022 nsym = buckets[i]; in count_syms() 1024 if (nsym) { in count_syms() 1025 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms() 1026 do nsym++; in count_syms() 1029 return nsym; in count_syms() 1047 size_t nsym = count_syms(p); in makefuncdescs() local 1048 size_t i, size = nsym * sizeo in makefuncdescs() 2366 uint32_t nsym; global() local [all...] |
/third_party/vixl/examples/aarch32/ |
H A D | disasm-a32.cc | 134 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/ |
H A D | dynlink.c | 1808 size_t nsym, i; in count_syms() 1811 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms() 1812 if (buckets[i] > nsym) in count_syms() 1813 nsym = buckets[i]; in count_syms() 1815 if (nsym) { in count_syms() 1816 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms() 1817 do nsym++; in count_syms() 1820 return nsym; in count_syms() 1838 size_t nsym = count_syms(p); in makefuncdescs() local 1839 size_t i, size = nsym * sizeo in makefuncdescs() 4163 uint32_t nsym = p->hashtab[1]; find_addr_by_elf() local 4176 size_t i, nsym, first_hash_sym_index; find_addr_by_gnu() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1996 size_t nsym, i; in count_syms() 1999 for (i = nsym = 0; i < p->ghashtab[0]; i++) { in count_syms() 2000 if (buckets[i] > nsym) in count_syms() 2001 nsym = buckets[i]; in count_syms() 2003 if (nsym) { in count_syms() 2004 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]); in count_syms() 2005 do nsym++; in count_syms() 2008 return nsym; in count_syms() 2026 size_t nsym = count_syms(p); in makefuncdescs() local 2027 size_t i, size = nsym * sizeo in makefuncdescs() 4505 uint32_t nsym = p->hashtab[1]; find_addr_by_elf() local 4518 size_t i, nsym, first_hash_sym_index; find_addr_by_gnu() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | scpr3.c | 34 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()
|