Searched refs:nsyms (Results 1 – 6 of 6) sorted by relevance
70 unsigned long nsyms, nrela, i; in module_frob_arch_sections() local95 nsyms = symtab->sh_size / sizeof(Elf64_Sym); in module_frob_arch_sections()96 chains = kzalloc_objs(struct got_entry, nsyms); in module_frob_arch_sections()120 for (i = 0; i < nsyms; ++i) { in module_frob_arch_sections()
832 unsigned long nsyms; in module_finalize() local891 nsyms = symhdr->sh_size / sizeof(Elf_Sym); in module_finalize()892 pr_debug("OLD num_symtab %lu\n", nsyms); in module_finalize()894 for (i = 1; i < nsyms; i++) { in module_finalize()906 nsyms = newptr - (Elf_Sym *)symhdr->sh_addr; in module_finalize()907 pr_debug("NEW num_symtab %lu\n", nsyms); in module_finalize()908 symhdr->sh_size = nsyms * sizeof(Elf_Sym); in module_finalize()
238 unsigned int nsyms; in elf_for_each_global() 249 nsyms = shdr->sh_size / shdr->sh_entsize; in elf_for_each_global() 251 for (n = 1; n < nsyms; ++n) { in elf_for_each_global() 237 unsigned int nsyms; elf_for_each_global() local
38 static int nsyms; variable279 --nsyms; in __add_symbol()309 ++nsyms; in __add_symbol()842 nsyms, HASH_SIZE(symbol_hashtable), in main()843 (double)nsyms / HASH_SIZE(symbol_hashtable)); in main()
28 int nsyms; member
180 static int nsyms; /* number of symbols */ variable1140 for (symind = 0; symind < nsyms; ++symind) { in findsym()1161 if (nsyms >= MAXSYMS) in addsym()1163 symind = nsyms++; in addsym()