Home
last modified time | relevance | path

Searched defs:nsym (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/pan/
Dsymbol.c200 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_put() local
271 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_get() local
/third_party/elfutils/tests/
Dsectiondump.c166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
Dbacktrace.c446 int nsym = dwfl_module_getsymtab (data.mod); in exec_dump() local
/third_party/elfutils/src/
Dunstrip.c506 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
635 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
1844 size_t nsym = 0; in copy_elided_sections() local
/third_party/musl/ldso/
Ddynlink.c936 size_t nsym, i; in count_syms() local
966 size_t nsym = count_syms(p); in makefuncdescs() local
2223 uint32_t nsym; in dladdr() local
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c948 size_t nsym, i; in count_syms() local
978 size_t nsym = count_syms(p); in makefuncdescs() local
2256 uint32_t nsym; in dladdr() local
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c948 size_t nsym, i; in count_syms() local
978 size_t nsym = count_syms(p); in makefuncdescs() local
2257 uint32_t nsym; in dladdr() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1734 size_t nsym, i; in count_syms() local
1764 size_t nsym = count_syms(p); in makefuncdescs() local
3965 uint32_t nsym = p->hashtab[1]; in find_addr_by_elf() local
3978 size_t i, nsym, first_hash_sym_index; in find_addr_by_gnu() local
/third_party/ffmpeg/libavcodec/
Dscpr3.c34 static void renew_table3(uint32_t nsym, uint32_t *cntsum, in renew_table3()