Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c677 static char *next_string(char *string, unsigned long *secsize) in next_string() function
705 modinfo = next_string(prev, &size); in get_next_modinfo()
708 for (p = modinfo; p; p = next_string(p, &size)) { in get_next_modinfo()
1838 for (char *s = mod->no_trim_symbol; s; s = next_string(s , &size)) { in keep_no_trim_symbols()