Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-iq2000.c244 sb_add_string (& macro->sub, semantics); in iq2000_add_macro()
270 sb_add_string (& formal->name, tt_args); in iq2000_add_macro()
271 sb_add_string (& formal->def, tt_dflt + 1); in iq2000_add_macro()
274 sb_add_string (& formal->name, *arguments); in iq2000_add_macro()
288 sb_add_string (&macro_name, name); in iq2000_add_macro()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dmacro.c368 sb_add_string (out, buf); in get_any_string()
485 sb_add_string (&formal->name, name); in do_formals()
672 sb_add_string (out, buffer); in macro_expand_body()
752 sb_add_string (&f->actual, buf); in macro_expand_body()
806 sb_add_string (out, "-1"); in macro_expand_body()
989 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG"); in macro_expand()
993 sb_add_string (&ptr->actual, buffer); in macro_expand()
H A Dsb.h87 extern void sb_add_string (sb *, const char *);
H A Dsb.c163 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
H A Dread.c1040 sb_add_string (&sbuf, new_buf); in read_a_source_file()
2212 sb_add_string (&label, S_GET_NAME (line_label)); in s_macro()
5207 sb_add_string (&newline, line); in input_scrub_insert_line()
H A DChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-iq2000.c244 sb_add_string (&macro->sub, semantics);
269 sb_add_string (&formal->name, tt_args);
270 sb_add_string (&formal->def, tt_dflt + 1);
273 sb_add_string (&formal->name, *arguments);
287 sb_add_string (&macro_name, name);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dsb.h87 extern void sb_add_string (sb *, const char *);
H A Dmacro.c412 sb_add_string (out, buf); in get_any_string()
627 sb_add_string (&formal->name, name); in do_formals()
847 sb_add_string (out, buffer); in macro_expand_body()
923 sb_add_string (&f->actual, buf); in macro_expand_body()
986 sb_add_string (out, "-1"); in macro_expand_body()
1192 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG"); in macro_expand()
1195 sb_add_string (&ptr->actual, buffer); in macro_expand()
H A Dsb.c191 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
H A Dread.c1098 sb_add_string (&sbuf, new_buf); in read_a_source_file()
2322 sb_add_string (&label, S_GET_NAME (line_label)); in s_macro()
5405 sb_add_string (&newline, line); in input_scrub_insert_line()
H A DChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.