Searched refs:obstack_free (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | cond.c | 395 obstack_free (&cond_obstack, hold); in s_endif() 574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
D | hash.c | 120 obstack_free (&table->memory, 0); in hash_die() 347 obstack_free (&table->memory, p); in hash_delete()
|
D | stabs.c | 347 obstack_free (¬es, string); in s_stab_generic()
|
D | ChangeLog-2008 | 726 (hash_delete): Add "freeme" parameter. Call obstack_free.
|
/toolchain/binutils/binutils-2.27/include/ |
D | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|
D | ChangeLog-0415 | 637 * obstack.h [!GNUC] (obstack_free): Avoid cast to int. 2095 * obstack.h (obstack_free): Likewise.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | obstacks.texi | 263 @code{obstack_free}. Since the obstack is a stack of objects, freeing 269 @deftypefun void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object}) 278 valid for further allocation, call @code{obstack_free} with the address 282 obstack_free (obstack_ptr, first_object_allocated_ptr); 426 obstack_free (obstack_ptr, obstack_finish (obstack_ptr)); 718 @item void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object})
|
D | ChangeLog | 2844 _obstack_allocated_p, _obstack_free, obstack_free,
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | aix.em | 1155 obstack_free (o, obstack_base (o)); 1169 obstack_free (o, obstack_base (o)); 1301 obstack_free (o, obstack_base (o)); 1308 obstack_free (o, obstack_base (o)); 1313 obstack_free (o, NULL);
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-ia64.c | 4689 obstack_free (¬es, name); in dot_rot() 5022 obstack_free (¬es, form); in dot_pred_rel() 11849 obstack_free (¬es, name); in dot_alias() 11850 obstack_free (¬es, alias); in dot_alias()
|
D | tc-mips.c | 3192 obstack_free (&mips_operand_tokens, in mips_parse_arguments() 13682 obstack_free (&mips_operand_tokens, tokens); in mips_ip() 13750 obstack_free (&mips_operand_tokens, tokens); in mips16_ip()
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ldlang.c | 4189 obstack_free (&map_obstack, entries); in print_all_symbols()
|