Home
last modified time | relevance | path

Searched refs:nsyms (Results 1 – 7 of 7) sorted by relevance

/linux/arch/alpha/kernel/
H A Dmodule.c70 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 = kzalloc_objs(struct got_entry, nsyms); in module_frob_arch_sections()
120 for (i = 0; i < nsyms; ++i) { in module_frob_arch_sections()
/linux/arch/parisc/kernel/
H A Dmodule.c832 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/scripts/gendwarfksyms/
H A Dsymbols.c238 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
/linux/scripts/genksyms/
H A Dgenksyms.c38 static int nsyms; variable
279 --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()
/linux/arch/s390/include/asm/
H A Dmodule.h28 int nsyms; member
/linux/scripts/
H A Dunifdef.c180 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/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c610 uint nsyms, dur = 0, Ndps, kNdps; in brcms_c_calc_frame_time() local
631 nsyms = in brcms_c_calc_frame_time()
636 nsyms = in brcms_c_calc_frame_time()
641 dur += APHY_SYMBOL_TIME * nsyms; in brcms_c_calc_frame_time()
650 nsyms = in brcms_c_calc_frame_time()
653 dur += APHY_SYMBOL_TIME * nsyms; in brcms_c_calc_frame_time()
5751 uint nsyms, mac_len, Ndps, kNdps; in brcms_c_calc_frame_len() local
5764 nsyms = dur / APHY_SYMBOL_TIME; in brcms_c_calc_frame_len()
5766 ((nsyms * kNdps) - in brcms_c_calc_frame_len()
5773 nsyms = dur / APHY_SYMBOL_TIME; in brcms_c_calc_frame_len()
[all …]