Home
last modified time | relevance | path

Searched refs:formal_hash (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDmacro.c555 if (! hash_find (macro->formal_hash, name)) in do_formals()
556 hash_jam (macro->formal_hash, name, formal); in do_formals()
594 if (hash_find (macro->formal_hash, name)) in do_formals()
600 hash_jam (macro->formal_hash, name, formal); in do_formals()
631 macro->formal_hash = hash_new (); in define_macro()
709 sub_actual (int start, sb *in, sb *t, struct hash_control *formal_hash, in sub_actual() argument
723 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t)); in sub_actual()
757 struct hash_control *formal_hash, const macro_entry *macro) in macro_expand_body() argument
774 src = sub_actual (src + 2, in, &t, formal_hash, '\'', out, 1); in macro_expand_body()
783 src = sub_actual (src + 1, in, &t, formal_hash, '&', out, 0); in macro_expand_body()
[all …]
HDmacro.h65 struct hash_control *formal_hash; /* Hash table of formals. */ member
HDChangeLog-92951477 (sub_actual): Change parameter m to formal_hash, changing type