Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-iq2000.c243 sb_add_string (& macro->sub, semantics); in iq2000_add_macro()
269 sb_add_string (& formal->name, tt_args); in iq2000_add_macro()
270 sb_add_string (& formal->def, tt_dflt + 1); in iq2000_add_macro()
273 sb_add_string (& formal->name, *arguments); in iq2000_add_macro()
287 sb_add_string (&macro_name, name); in iq2000_add_macro()
/toolchain/binutils/binutils-2.27/gas/
Dsb.h61 extern void sb_add_string (sb *, const char *);
Dmacro.c387 sb_add_string (out, buf); in get_any_string()
606 sb_add_string (&formal->name, name); in do_formals()
848 sb_add_string (out, buffer); in macro_expand_body()
926 sb_add_string (&f->actual, buf); in macro_expand_body()
989 sb_add_string (out, "-1"); in macro_expand_body()
1196 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG"); in macro_expand()
1199 sb_add_string (&ptr->actual, buffer); in macro_expand()
Dsb.c174 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
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,
DChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.