Searched refs:obstack_free (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | obstack.h | 210 void obstack_free (struct obstack *obstack, void *block); 437 # define obstack_free(OBSTACK, OBJ) \ macro 443 else (obstack_free) (__o, __obj); }) 532 # define obstack_free(h,obj) \ macro 537 : ((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0)))
|
D | ChangeLog | 525 * obstack.h [!GNUC] (obstack_free): Avoid cast to int. 2024 * obstack.h (obstack_free): Likewise.
|
/toolchain/binutils/binutils-2.25/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.25/libiberty/ |
D | obstack.c | 324 #undef obstack_free 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|
D | obstacks.texi | 240 @code{obstack_free}. Since the obstack is a stack of objects, freeing 246 @deftypefun void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object}) 255 valid for further allocation, call @code{obstack_free} with the address 259 obstack_free (obstack_ptr, first_object_allocated_ptr); 426 obstack_free (obstack_ptr, obstack_finish (obstack_ptr)); 705 @item void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object})
|
D | ChangeLog | 2530 _obstack_allocated_p, _obstack_free, obstack_free,
|
/toolchain/binutils/binutils-2.25/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.25/gas/config/ |
D | tc-ia64.c | 4718 obstack_free (¬es, name); in dot_rot() 4818 obstack_free(¬es, name); in cross_section() 5067 obstack_free (¬es, form); in dot_pred_rel() 11899 obstack_free (¬es, name); in dot_alias() 11900 obstack_free (¬es, alias); in dot_alias()
|
D | tc-mips.c | 3223 obstack_free (&mips_operand_tokens, in mips_parse_arguments() 13785 obstack_free (&mips_operand_tokens, tokens); in mips_ip() 13853 obstack_free (&mips_operand_tokens, tokens); in mips16_ip()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 4185 obstack_free (&map_obstack, entries); in print_all_symbols()
|