Lines Matching refs:next
133 char *orig = *stringp, *next;
140 next = strchr(orig, '\n');
141 if (next)
142 *next++ = '\0';
144 *stringp = next;
156 for (mod = modules; mod; mod = mod->next)
173 mod->next = modules;
188 struct symbol *next;
219 struct symbol *next)
226 s->next = next;
251 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
261 for (; list; list = list->next)
276 ns_entry->next = *list;
2215 for (s = mod->unres; s; s = s->next) {
2330 for (s = mod->unres; s; s = s->next) {
2346 for (s = mod->unres; s; s = s->next) {
2375 for (s = mod->unres; s; s = s->next)
2381 for (s = mod->unres; s; s = s->next) {
2535 symbol = symbol->next;
2548 for (mod = modules; mod; mod = mod->next) {
2555 for (ns = mod->missing_namespaces; ns; ns = ns->next)
2566 struct dump_list *next;
2591 dump_read_iter = &(*dump_read_iter)->next;
2629 tmp = dump_read_start->next;
2649 for (mod = modules; mod; mod = mod->next) {
2684 for (s = symbolhash[n]; s; s = s->next) {