Searched refs:formal_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h65 struct hash_control *formal_hash; /* Hash table of formals. */ member in struct:macro_struct
H A Dmacro.c555 if (! hash_find (macro->formal_hash, name))
556 hash_jam (macro->formal_hash, name, formal);
594 if (hash_find (macro->formal_hash, name))
600 hash_jam (macro->formal_hash, name, formal);
631 macro->formal_hash = hash_new ();
709 sub_actual (int start, sb *in, sb *t, struct hash_control *formal_hash, argument
723 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t));
757 struct hash_control *formal_hash, const macro_entry *macro)
774 src = sub_actual (src + 2, in, &t, formal_hash, '\'', out, 1);
783 src = sub_actual (src + 1, in, &t, formal_hash, '
756 macro_expand_body(sb *in, sb *out, formal_entry *formals, struct hash_control *formal_hash, const macro_entry *macro) argument
[all...]

Completed in 157 milliseconds