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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1454 unsigned int infoindex)
1463 infoindex,
1565 unsigned int infoindex; local
1669 infoindex = find_sec(hdr, sechdrs, secstrings, ".modinfo");
1676 sechdrs[infoindex].sh_flags &= ~(unsigned long)SHF_ALLOC;
1691 modmagic = get_modinfo(sechdrs, infoindex, "vermagic");
1790 set_license(mod, get_modinfo(sechdrs, infoindex, "license"));
1798 setup_modinfo(mod, sechdrs, infoindex);
1453 setup_modinfo(struct module *mod, Elf_Shdr *sechdrs, unsigned int infoindex) argument

Completed in 63 milliseconds