Home
last modified time | relevance | path

Searched refs:macro_entry (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dmacro.h70 } macro_entry; typedef
92 extern int check_macro (const char *, sb *, const char **, macro_entry **);
Dmacro.c498 do_formals (macro_entry *macro, size_t idx, sb *in) in do_formals()
627 free_macro (macro_entry *macro) in free_macro()
654 macro_entry *macro; in define_macro()
658 macro = XNEW (macro_entry); in define_macro()
794 struct hash_control *formal_hash, const macro_entry *macro) in macro_expand_body()
1026 macro_expand (size_t idx, sb *in, macro_entry *m, sb *out) in macro_expand()
1236 const char **error, macro_entry **info) in check_macro()
1240 macro_entry *macro; in check_macro()
1257 macro = (macro_entry *) hash_find (macro_hash, copy); in check_macro()
1287 macro_entry *macro; in delete_macro()
[all …]
DChangeLog-20052523 with actual macro_entry. New local variables macro_line and err.
2531 variable namestr. New local variable error. Initialize macro_entry
2534 to insert the macro name. Free macro_entry on error.
2535 (macro_expand): Pass macro_entry to macro_epand_body. Don't return
Dread.c597 macro_entry *macro; in try_macro()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-iq2000.c232 macro_entry *macro; in iq2000_add_macro()
236 macro = XNEW (macro_entry); in iq2000_add_macro()
Dtc-tic54x.c2507 tic54x_macro_info (const macro_entry *macro) in tic54x_macro_info()
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1424 macro (macro_entry *), which includes expansion of the formal arguments.