Home | History | Annotate | Download | only in libiberty

Lines Matching refs:next

60   /* Next chunk.  */
61 struct objalloc_chunk *next;
103 chunk->next = NULL;
148 chunk->next = (struct objalloc_chunk *) o->chunks;
162 chunk->next = (struct objalloc_chunk *) o->chunks;
184 struct objalloc_chunk *next;
186 next = l->next;
188 l = next;
206 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
241 struct objalloc_chunk *next;
243 next = q->next;
255 q = next;
273 then start allocating from the next chunk containing small
278 p = p->next;
283 struct objalloc_chunk *next;
285 next = q->next;
287 q = next;
293 p = p->next;