next_string 1671 kernel/module.c for (p = (char *)sechdrs[info].sh_addr; p; p = next_string(p, &size)) { next_string 590 scripts/mod/modpost.c modinfo = next_string(info, &size); next_string 593 scripts/mod/modpost.c for (p = modinfo; p; p = next_string(p, &size)) {