Searched defs:obstack_free (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gdb-7/include/ |
H A D | obstack.h | 437 # define obstack_free(OBSTACK, OBJ) \ macro 532 # define obstack_free(h,obj) \ macro
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | obstack.h | 437 # define obstack_free(OBSTACK, OBJ) \ macro 532 # define obstack_free(h,obj) \ macro
|
/dflybsd-src/contrib/grep/lib/ |
H A D | obstack.h | 429 # define obstack_free(OBSTACK, OBJ) \ macro 533 # define obstack_free(h, obj) \ macro
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | obstack.c | 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | obstack.c | 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|