Lines Matching defs:next
38 do_fail (int error, off_t *next, off_t offset)
40 if (next != NULL)
41 *next = offset;
47 #define fail(error) do_fail (error, next, offset)
53 elf_begin_rand (Elf *parent, off_t offset, off_t size, off_t *next)
106 if (next != NULL)
107 *next = offset + size;
417 r_debug_info->module = module->next;
589 lastmodp = &(*lastmodp)->next;
591 module != NULL; module = module->next)
610 if (mod->next != NULL)
616 lastmodp = &(*lastmodp)->next;
618 *lastmodp = mod->next;
619 mod->next = NULL;
621 lastmodp = &(*lastmodp)->next;
624 lastmodp = &mod->next;