Searched refs:macro_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Dmacro.h69 } macro_entry; typedef in typeref:struct:macro_struct
90 extern int check_macro (const char *, sb *, const char **, macro_entry **);
H A Dmacro.c40 static int do_formals (macro_entry *, int, sb *);
44 (sb *, sb *, formal_entry *, struct hash_control *, const macro_entry *);
45 static const char *macro_expand (int, sb *, macro_entry *, sb *);
46 static void free_macro(macro_entry *);
484 do_formals (macro_entry *macro, int idx, sb *in)
619 macro_entry *macro;
623 macro = (macro_entry *) xmalloc (sizeof (macro_entry));
757 struct hash_control *formal_hash, const macro_entry *macro)
987 macro_expand (int idx, sb *in, macro_entry *
[all...]
H A Dread.c565 macro_entry *macro;

Completed in 113 milliseconds