Searched refs:nsyms (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dmodule.h28 int nsyms; member in struct:mod_arch_specific
/linux-master/arch/alpha/kernel/
H A Dmodule.c70 unsigned long nsyms, nrela, i; local
95 nsyms = symtab->sh_size / sizeof(Elf64_Sym);
96 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL);
120 for (i = 0; i < nsyms; ++i) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c832 unsigned long nsyms; local
891 nsyms = symhdr->sh_size / sizeof(Elf_Sym);
892 pr_debug("OLD num_symtab %lu\n", nsyms);
894 for (i = 1; i < nsyms; i++) {
906 nsyms = newptr - (Elf_Sym *)symhdr->sh_addr;
907 pr_debug("NEW num_symtab %lu\n", nsyms);
908 symhdr->sh_size = nsyms * sizeof(Elf_Sym);
/linux-master/scripts/genksyms/
H A Dgenksyms.c37 static int nsyms; variable
272 --nsyms;
303 ++nsyms;
835 nsyms, HASH_BUCKETS,
836 (double)nsyms / (double)HASH_BUCKETS);
/linux-master/arch/s390/kernel/
H A Dmodule.c130 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
132 me->arch.nsyms));
137 for (i = 0; i < me->arch.nsyms; i++) {
/linux-master/arch/x86/tools/
H A Drelocs.c293 long nsyms; local
301 nsyms = sec->shdr.sh_size/sizeof(Elf_Sym);
305 for (sym = symtab; --nsyms >= 0; sym++) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c618 uint nsyms, dur = 0, Ndps, kNdps; local
639 nsyms =
644 nsyms =
649 dur += APHY_SYMBOL_TIME * nsyms;
658 nsyms =
661 dur += APHY_SYMBOL_TIME * nsyms;
5759 uint nsyms, mac_len, Ndps, kNdps; local
5772 nsyms = dur / APHY_SYMBOL_TIME;
5774 ((nsyms * kNdps) -
5781 nsyms
7148 uint nsyms, len = 0, kNdps; local
[all...]
/linux-master/scripts/
H A Dunifdef.c180 static int nsyms; /* number of symbols */ variable
1140 for (symind = 0; symind < nsyms; ++symind) {
1161 if (nsyms >= MAXSYMS)
1163 symind = nsyms++;

Completed in 313 milliseconds