Searched refs:nsyms (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/alpha/kernel/ |
| H A D | module.c | 70 unsigned long nsyms, nrela, i; in module_frob_arch_sections() local 95 nsyms = symtab->sh_size / sizeof(Elf64_Sym); in module_frob_arch_sections() 96 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections() 120 for (i = 0; i < nsyms; ++i) { in module_frob_arch_sections()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | module.c | 832 unsigned long nsyms; in module_finalize() local 891 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()
|
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | symbols.c | 235 unsigned int nsyms; in elf_for_each_global() local 246 nsyms = shdr->sh_size / shdr->sh_entsize; in elf_for_each_global() 248 for (n = 1; n < nsyms; ++n) { in elf_for_each_global()
|
| /linux-6.15/scripts/genksyms/ |
| H A D | genksyms.c | 38 static int nsyms; variable 266 --nsyms; in __add_symbol() 296 ++nsyms; in __add_symbol() 829 nsyms, HASH_SIZE(symbol_hashtable), in main() 830 (double)nsyms / HASH_SIZE(symbol_hashtable)); in main()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | module.h | 28 int nsyms; member
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | module.c | 130 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym); in module_frob_arch_sections() 132 me->arch.nsyms)); in module_frob_arch_sections() 137 for (i = 0; i < me->arch.nsyms; i++) { in module_frob_arch_sections()
|
| /linux-6.15/scripts/ |
| H A D | unifdef.c | 180 static int nsyms; /* number of symbols */ variable 1140 for (symind = 0; symind < nsyms; ++symind) { in findsym() 1161 if (nsyms >= MAXSYMS) in addsym() 1163 symind = nsyms++; in addsym()
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 611 uint nsyms, dur = 0, Ndps, kNdps; in brcms_c_calc_frame_time() local 632 nsyms = in brcms_c_calc_frame_time() 637 nsyms = in brcms_c_calc_frame_time() 651 nsyms = in brcms_c_calc_frame_time() 5767 ((nsyms * kNdps) - in brcms_c_calc_frame_len() 5776 ((nsyms * Ndps) - in brcms_c_calc_frame_len() 7141 uint nsyms, len = 0, kNdps; in brcms_c_calc_lsig_len() local 7157 nsyms = in brcms_c_calc_lsig_len() 7162 nsyms = in brcms_c_calc_lsig_len() 7168 nsyms += (tot_streams + 3); in brcms_c_calc_lsig_len() [all …]
|