Lines Matching refs:old_chunk
120 #define CALL_FREEFUN(h, old_chunk) \ argument
123 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
125 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
133 #define CALL_FREEFUN(h, old_chunk) \ argument
136 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
138 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
280 register struct _obstack_chunk *old_chunk = h->chunk; local
297 new_chunk->prev = old_chunk;
323 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
325 new_chunk->prev = old_chunk->prev;
326 CALL_FREEFUN (h, old_chunk);