HomeSort by relevance Sort by last modified time
    Searched refs:sb_add_string (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
sb.h 61 extern void sb_add_string (sb *, const char *);
sb.c 174 sb_add_string (sb *ptr, const char *s) function
macro.c 387 sb_add_string (out, buf);
606 sb_add_string (&formal->name, name);
848 sb_add_string (out, buffer);
926 sb_add_string (&f->actual, buf);
989 sb_add_string (out, "-1");
1196 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG");
1199 sb_add_string (&ptr->actual, buffer);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 245 sb_add_string (& macro->sub, semantics);
271 sb_add_string (& formal->name, tt_args);
272 sb_add_string (& formal->def, tt_dflt + 1);
275 sb_add_string (& formal->name, *arguments);
289 sb_add_string (&macro_name, name);

Completed in 51 milliseconds