Home
last modified time | relevance | path

Searched refs:obstack_grow (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/
Dobstack.h214 void obstack_grow (struct obstack *obstack, void *data, int size);
331 # define obstack_grow(OBSTACK,where,length) \ macro
410 obstack_grow (__h, (where), (length)); \
467 # define obstack_grow(h,where,length) \ macro
513 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dobstack.c458 void (obstack_grow) (struct obstack *obstack, POINTER pointer, int length)
460 obstack_grow (obstack, pointer, length);
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mmix.c1940 obstack_grow (&mmix_sym_obstack, p, strlen (p) + 1); in s_prefix()
1974 obstack_grow (&mmix_sym_obstack, mmix_current_prefix, in mmix_prefix_name()
1976 obstack_grow (&mmix_sym_obstack, shortname, strlen (shortname) + 1); in mmix_prefix_name()
2042 obstack_grow (&mmix_sym_obstack, p, strlen (p) + 1); in s_greg()
3010 obstack_grow (&mmix_sym_obstack, label, len_0); in mmix_handle_mmixal()
3132 obstack_grow (&mmix_sym_obstack, fb_name, strlen (fb_name) + 1); in mmix_handle_mmixal()
3180 obstack_grow (&mmix_sym_obstack, fb_name, strlen (fb_name) + 1); in mmix_handle_mmixal()
Dtc-i370.c1348 obstack_grow (&notes, name, name_length); in symbol_locate()
Dtc-ia64.c11707 obstack_grow (&notes, name, len); in dot_alias()
Dtc-arm.c1835 obstack_grow (&notes, name, name_length); in symbol_locate()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dobjfiles.c96 obstack_grow (&objfile->objfile_obstack, (char *) &section, sizeof (section)); in add_to_objfile_sections()
Dcp-valprint.c692 obstack_grow (&dont_print_statmem_obstack, (char *) &VALUE_ADDRESS (val), in cp_print_static_field()
Dp-valprint.c1050 obstack_grow (&dont_print_statmem_obstack, (char *) &VALUE_ADDRESS (val), in pascal_object_print_static_field()
Dada-lang.c3777 obstack_grow (obstackp, &info, sizeof (struct ada_symbol_info)); in add_defn_to_vec()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dsymbols.c113 obstack_grow (&notes, name, name_length); in save_symbol_name()