Lines Matching refs:next
330 GElf_Addr next = addrs[0];
340 while (next != 0 && ++iterations < dwfl->lookup_elts)
343 &buffer, &buffer_available, next, &read_vaddr,
354 next = addrs[3];
407 r_debug_info_module->next = r_debug_info->module;
509 if (mod->next != NULL)
515 lastmodp = &(*lastmodp)->next;
517 *lastmodp = mod->next;
518 mod->next = NULL;
520 lastmodp = &(*lastmodp)->next;
524 lastmodp = &mod->next;
704 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next)