Searched refs:macro_expand_body (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | macro.c | 76 static const char *macro_expand_body 621 macro_expand_body (sb *in, sb *out, formal_entry *formals, in macro_expand_body() function 996 err = macro_expand_body (&m->sub, out, m->formals, m->formal_hash, 1); in macro_expand() 1134 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp() 1163 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp()
|
H A D | ChangeLog-9899 | 1549 * macro.c (macro_expand_body): Call hash_jam with NULL rather than 4314 * macro.c (macro_expand_body): Increase buffer size. 4467 (macro_expand_body): Permit keyword parameters following
|
H A D | ChangeLog-9295 | 332 * macro.c (macro_expand_body): Don't warn about == with a 745 (macro_expand_body): If macro_strip_at, don't recognize parameters 1042 * macro.c (macro_expand_body): Delete local variables from the 1479 (macro_expand_body): New static function, broken out of 1481 (macro_expand): Call macro_expand_body.
|
H A D | ChangeLog-0001 | 1215 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA 6644 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
|
H A D | ChangeLog-9697 | 2921 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | macro.c | 79 static const char *macro_expand_body 792 macro_expand_body (sb *in, sb *out, formal_entry *formals, in macro_expand_body() function 1198 err = macro_expand_body (&m->sub, out, m->formals, m->formal_hash, m); in macro_expand() 1363 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp() 1390 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp()
|
H A D | ChangeLog-2005 | 2322 (macro_expand_body): Use new_formal and del_formal. 2551 * macro.c (macro_expand_body): Replace locals indicator parameters 2825 (macro_expand_body): Adjust comment. Range-check input before use.
|
H A D | ChangeLog-9899 | 1549 * macro.c (macro_expand_body): Call hash_jam with NULL rather than 4314 * macro.c (macro_expand_body): Increase buffer size. 4467 (macro_expand_body): Permit keyword parameters following
|
H A D | ChangeLog-2004 | 1106 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
|
H A D | ChangeLog-9295 | 332 * macro.c (macro_expand_body): Don't warn about == with a 745 (macro_expand_body): If macro_strip_at, don't recognize parameters 1042 * macro.c (macro_expand_body): Delete local variables from the 1479 (macro_expand_body): New static function, broken out of 1481 (macro_expand): Call macro_expand_body.
|
H A D | ChangeLog-0001 | 1215 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA 6644 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
|
H A D | ChangeLog-9697 | 2921 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
|