Home
last modified time | relevance | path

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

/kernel/
Dmodule.c2335 static char *next_string(char *string, unsigned long *secsize) in next_string() function
2360 for (p = (char *)infosec->sh_addr; p; p = next_string(p, &size)) { in get_modinfo()