Searched refs:old_chunk (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobstack.c109 #define CALL_FREEFUN(h, old_chunk) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
122 #define CALL_FREEFUN(h, old_chunk) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
127 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
241 register struct _obstack_chunk *old_chunk = h->chunk;
258 new_chunk->prev = old_chunk;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
286 new_chunk->prev = old_chunk
240 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobstack.c109 #define CALL_FREEFUN(h, old_chunk) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
122 #define CALL_FREEFUN(h, old_chunk) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
127 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
241 register struct _obstack_chunk *old_chunk = h->chunk;
258 new_chunk->prev = old_chunk;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
286 new_chunk->prev = old_chunk
240 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.c119 #define CALL_FREEFUN(h, old_chunk) \
122 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
124 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
132 #define CALL_FREEFUN(h, old_chunk) \
135 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
137 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
280 register struct _obstack_chunk *old_chunk = h->chunk;
297 new_chunk->prev = old_chunk;
323 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
325 new_chunk->prev = old_chunk
279 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]

Completed in 45 milliseconds