Searched refs:crcindex (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.c1567 unsigned int crcindex; local
1660 crcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab");
1809 if (crcindex)
1810 mod->crcs = (void *)sechdrs[crcindex].sh_addr;
1833 if ((mod->num_syms && !crcindex) ||

Completed in 40 milliseconds