Home
last modified time | relevance | path

Searched refs:obstack_free (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dcond.c395 obstack_free (&cond_obstack, hold); in s_endif()
574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
Dhash.c120 obstack_free (&table->memory, 0); in hash_die()
347 obstack_free (&table->memory, p); in hash_delete()
Dstabs.c347 obstack_free (&notes, string); in s_stab_generic()
DChangeLog-2008726 (hash_delete): Add "freeme" parameter. Call obstack_free.
/toolchain/binutils/binutils-2.27/include/
Dobstack.h418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
DChangeLog-0415637 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
2095 * obstack.h (obstack_free): Likewise.
/toolchain/binutils/binutils-2.27/libiberty/
Dobstacks.texi263 @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})
DChangeLog2844 _obstack_allocated_p, _obstack_free, obstack_free,
/toolchain/binutils/binutils-2.27/ld/emultempl/
Daix.em1155 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/
Dtc-ia64.c4689 obstack_free (&notes, name); in dot_rot()
5022 obstack_free (&notes, form); in dot_pred_rel()
11849 obstack_free (&notes, name); in dot_alias()
11850 obstack_free (&notes, alias); in dot_alias()
Dtc-mips.c3192 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/
Dldlang.c4189 obstack_free (&map_obstack, entries); in print_all_symbols()