Home
last modified time | relevance | path

Searched refs:sb_add_string (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-iq2000.c242 sb_add_string (& macro->sub, semantics); in iq2000_add_macro()
271 sb_add_string (& formal->name, tt_args); in iq2000_add_macro()
272 sb_add_string (& formal->def, tt_dflt + 1); in iq2000_add_macro()
275 sb_add_string (& formal->name, *arguments); in iq2000_add_macro()
291 sb_add_string (&macro_name, name); in iq2000_add_macro()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-iq2000.c241 sb_add_string (& macro->sub, semantics); in iq2000_add_macro()
264 sb_add_string (& formal->name, tt_args); in iq2000_add_macro()
265 sb_add_string (& formal->def, tt_dflt + 1); in iq2000_add_macro()
268 sb_add_string (& formal->name, *arguments); in iq2000_add_macro()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c418 sb_add_string (out, buf); in get_any_string()
640 sb_add_string (&formal->name, name); in do_formals()
889 sb_add_string (out, buffer); in macro_expand_body()
977 sb_add_string (&f->actual, buf); in macro_expand_body()
1028 sb_add_string (out, "-1"); in macro_expand_body()
1238 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG"); in macro_expand()
1241 sb_add_string (&ptr->actual, buffer); in macro_expand()
H A Dsb.h61 extern void sb_add_string (sb *, const char *);
H A Dsb.c185 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
H A DChangeLog-20121021 sufficient space and replace sb_add_string with sb_add_buffer.
1049 (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
H A DChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.c122 sb_add_string (ptr, linefile); in buffer_and_nest()
397 sb_add_string (out, buf); in get_any_string()
615 sb_add_string (&formal->name, name); in do_formals()
854 sb_add_string (out, buffer); in macro_expand_body()
939 sb_add_string (&f->actual, buf); in macro_expand_body()
990 sb_add_string (out, "-1"); in macro_expand_body()
1202 sb_add_string (&ptr->actual, buffer); in macro_expand()
H A Dsb.h61 extern void sb_add_string (sb *, const char *);
H A Dsb.c185 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
H A DChangeLog-20121021 sufficient space and replace sb_add_string with sb_add_buffer.
1049 (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
H A DChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git85539 While there also switch to sb_add_string() instead of effectively open-