Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDsb.h76 extern void sb_add_string (sb *, const char *);
HDmacro.c376 sb_add_string (out, buf); in get_any_string()
591 sb_add_string (&formal->name, name); in do_formals()
811 sb_add_string (out, buffer); in macro_expand_body()
887 sb_add_string (&f->actual, buf); in macro_expand_body()
950 sb_add_string (out, "-1"); in macro_expand_body()
1153 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG"); in macro_expand()
1156 sb_add_string (&ptr->actual, buffer); in macro_expand()
HDsb.c182 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
HDread.c1100 sb_add_string (&sbuf, new_buf); in read_a_source_file()
2515 sb_add_string (&label, S_GET_NAME (line_label)); in s_macro()
5706 sb_add_string (&newline, line); in input_scrub_insert_line()
HDChangeLog-92951545 (sb_add_string): Make parameter s into a const pointer.