Searched refs:get_any_string (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | macro.c | 363 get_any_string (size_t idx, sb *in, sb *out) in get_any_string() function 556 idx = get_any_string (idx + 1, in, &formal->def); in do_formals() 1064 idx = get_any_string (idx, in, &n->actual); in macro_expand() 1106 idx = get_any_string (idx + 1, in, &t); in macro_expand() 1118 idx = get_any_string (idx + 1, in, &ptr->actual); in macro_expand() 1155 idx = get_any_string (idx, in, &f->actual); in macro_expand() 1364 idx = get_any_string (idx, in, &f.actual); in expand_irp()
|
D | ChangeLog-2006 | 2406 * macro.c (get_any_string): Don't insert quotes for <>-quoted input. 2412 (get_any_string): Don't consider '(' and ')' as quoting anymore.
|
D | ChangeLog-2005 | 1377 (get_any_string): Likewise. 2211 * macro.c (get_any_string): Remove the two last parameters. Replace 2215 (do_formals): Remove two last arguments to get_any_string.
|
D | ChangeLog-2011 | 1557 * macro.c (get_any_string): Free malloced br_buf.
|
D | ChangeLog-0203 | 3762 * macro.c (get_any_string): Correct logic for not going beyond end 7300 * macro.c (get_any_string): Add no-c-format comment to prevent 7302 * gasp.c (get_any_string): Add no-c-format comment to prevent
|
D | ChangeLog-9295 | 337 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is 1069 (get_any_string): Copy some characters for which ISSEP is true: 1468 * gasp.c (do_align, get_any_string): Mark as static. 5656 (get_any_string): New arg 'pretend_quote'. 5676 * gasp.c (get_any_string): Cope with getting a string with an
|
D | ChangeLog-9899 | 4465 (get_any_string): '<' only starts a string if macro_alternate or
|