Searched refs:unusedgplcrcindex (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.c1577 unsigned int unusedgplcrcindex; local
1664 unusedgplcrcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab_unused_gpl");
1829 if (unusedgplcrcindex)
1830 mod->unused_crcs = (void *)sechdrs[unusedgplcrcindex].sh_addr;
1837 (mod->num_unused_gpl_syms && !unusedgplcrcindex)) {

Completed in 65 milliseconds