Searched defs:obstack_free (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | obstack.h | 494 # define obstack_free(OBSTACK, OBJ) \ macro 590 # define obstack_free(h,obj) \ macro 597 # define obstack_free(h,obj) \ macro
|
/openbsd/gnu/gcc/include/ |
H A D | obstack.h | 437 # define obstack_free(OBSTACK, OBJ) \ macro 532 # define obstack_free(h,obj) \ macro
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | obstack.h | 437 # define obstack_free(OBSTACK, OBJ) \ macro 532 # define obstack_free(h,obj) \ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | obstack.h | 437 # define obstack_free(OBSTACK, OBJ) \ macro 532 # define obstack_free(h,obj) \ macro
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | obstack.c | 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|