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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c516 static char *next_string(char *string, unsigned long *secsize) function
543 modinfo = next_string(info, &size);
546 for (p = modinfo; p; p = next_string(p, &size)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1420 static char *next_string(char *string, unsigned long *secsize) function
1446 for (p = (char *)sechdrs[info].sh_addr; p; p = next_string(p, &size)) {

Completed in 58 milliseconds