Lines Matching defs:nextp
249 struct dwfl_cu **nextp;
255 nextp = &mod->first_cu;
261 nextp = &lastcu->next;
264 if (*nextp == NULL)
278 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
282 if (*nextp != (void *) -1
283 && (*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
284 (*nextp)->next = (void *) -1l;
287 *cu = *nextp == (void *) -1l ? NULL : *nextp;