Searched refs:obstack_free (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dobstack.h212 void obstack_free (struct obstack *obstack, void *block);
441 # define obstack_free(OBSTACK, OBJ) \
447 else (obstack_free) (__o, __obj); })
537 # define obstack_free(h,obj) \
542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
437 # define obstack_free macro
532 # define obstack_free macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dobstack.c344 # undef obstack_free
379 strong_alias (obstack_free, _obstack_free)
342 # undef obstack_free macro
H A Dobstack.h190 /* The default name of the function for freeing a chunk is 'obstack_free',
193 # define __obstack_free obstack_free
405 # define obstack_free(OBSTACK, OBJ) \
504 # define obstack_free(h,obj) \
401 # define obstack_free macro
499 # define obstack_free macro
H A Dhash.c669 obstack_free (&table->entry_stack, NULL);
831 obstack_free (&new_table->entry_stack, NULL);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dobstack.c326 #undef obstack_free
364 obstack_free (struct obstack *h, POINTER obj)
324 #undef obstack_free macro
362 obstack_free (struct obstack *h, POINTER obj) function
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dgenfile.c469 obstack_free (&stk, name);
472 obstack_free (&stk, NULL);
/macosx-10.10/gnutar-453/gnutar/src/
H A Dtransform.c509 obstack_free (&stk, str);
H A Dincremen.c643 obstack_free (&stk, NULL);
1013 obstack_free (&stk, content);
H A Dxheader.c724 obstack_free (xhdr->stk, NULL);
786 obstack_free (xhdr->stk, obstack_finish (xhdr->stk));
/macosx-10.10/gnutar-453/gnutar/rmt/
H A Drmt.c125 obstack_free (&string_stk, string);
/macosx-10.10/gnutar-453/gnutar/
H A Dconfigure24742 struct obstack *mem; obstack_free(mem,(char *) 0)
[all...]

Completed in 300 milliseconds