Home
last modified time | relevance | path

Searched defs:obstack_free (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/
H A Dobstack.h494 # 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 Dobstack.h437 # define obstack_free(OBSTACK, OBJ) \ macro
532 # define obstack_free(h,obj) \ macro
/openbsd/gnu/lib/libiberty/include/
H A Dobstack.h437 # define obstack_free(OBSTACK, OBJ) \ macro
532 # define obstack_free(h,obj) \ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h437 # define obstack_free(OBSTACK, OBJ) \ macro
532 # define obstack_free(h,obj) \ macro
/openbsd/gnu/lib/libiberty/src/
H A Dobstack.c362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function