Searched refs:sb_add_string (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-iq2000.c | 242 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 (¯o_name, name); in iq2000_add_macro()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-iq2000.c | 241 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 D | macro.c | 418 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 D | sb.h | 61 extern void sb_add_string (sb *, const char *);
|
| H A D | sb.c | 185 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
|
| H A D | ChangeLog-2012 | 1021 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 D | ChangeLog-9295 | 1545 (sb_add_string): Make parameter s into a const pointer.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | macro.c | 122 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 D | sb.h | 61 extern void sb_add_string (sb *, const char *);
|
| H A D | sb.c | 185 sb_add_string (sb *ptr, const char *s) in sb_add_string() function
|
| H A D | ChangeLog-2012 | 1021 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 D | ChangeLog-9295 | 1545 (sb_add_string): Make parameter s into a const pointer.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 85539 While there also switch to sb_add_string() instead of effectively open-
|