Searched refs:old_chunk (Results 1 – 1 of 1) sorted by relevance
125 # define CALL_FREEFUN(h, old_chunk) \ argument128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \138 # define CALL_FREEFUN(h, old_chunk) \ argument141 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \143 (*(void (*) ()) (h)->freefun) ((old_chunk)); \285 register struct _obstack_chunk *old_chunk = h->chunk; local303 new_chunk->prev = old_chunk;334 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)336 new_chunk->prev = old_chunk->prev;[all …]