Home
last modified time | relevance | path

Searched refs:macro_expand_body (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c834 macro_expand_body (sb *in, sb *out, formal_entry *formals, in macro_expand_body() function
1244 err = macro_expand_body (&m->sub, out, m->formals, m->formal_hash, m); in macro_expand()
1392 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp()
1429 err = macro_expand_body (&sub, out, &f, h, 0); in expand_irp()
H A DChangeLog-2010949 (macro_expand_body): Correct comment.
1706 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
H A DChangeLog-20052293 (macro_expand_body): Use new_formal and del_formal.
2522 * macro.c (macro_expand_body): Replace locals indicator parameters
2796 (macro_expand_body): Adjust comment. Range-check input before use.
H A DChangeLog-98991549 * 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 DChangeLog-2008729 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
H A DChangeLog-20041106 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
H A DChangeLog-9295332 * 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 DChangeLog-20201817 * macro.c (do_formals, define_macro, macro_expand_body): Likewise.
2459 (macro_expand_body): Likewise.
H A DChangeLog-00011205 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA
6634 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
H A DChangeLog-20162387 * macro.c (macro_expand_body): Use a buffer big enough to hold an
H A DChangeLog-96972921 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.c799 macro_expand_body (sb *in, sb *out, formal_entry *formals, in macro_expand_body() function
1206 err = macro_expand_body (&m->sub, out, m->formals, m->formal_hash, m); in macro_expand()
1353 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 DChangeLog-2010949 (macro_expand_body): Correct comment.
1706 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
H A DChangeLog-20052293 (macro_expand_body): Use new_formal and del_formal.
2522 * macro.c (macro_expand_body): Replace locals indicator parameters
2796 (macro_expand_body): Adjust comment. Range-check input before use.
H A DChangeLog-98991549 * 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 DChangeLog-2008729 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
H A DChangeLog-20041106 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
H A DChangeLog-9295332 * 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 DChangeLog-20201817 * macro.c (do_formals, define_macro, macro_expand_body): Likewise.
2459 (macro_expand_body): Likewise.
H A DChangeLog-00011205 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA
6634 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
H A DChangeLog-20162387 * macro.c (macro_expand_body): Use a buffer big enough to hold an
H A DChangeLog-96972921 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git107372 too by adding a newline if needed in macro_expand_body.
107381 * macro.c (macro_expand_body): Add terminating newline.
114046 (do_formals, define_macro, macro_expand_body): Use str_hash_insert
114047 (macro_expand_body): Use str_hash_find and str_hash_delete.