HomeSort by relevance Sort by last modified time
    Searched refs:formal_hash (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
macro.h 66 struct hash_control *formal_hash; /* Hash table of formals. */ member in struct:macro_struct
macro.c 570 if (! hash_find (macro->formal_hash, name))
571 hash_jam (macro->formal_hash, name, formal);
609 if (hash_find (macro->formal_hash, name))
615 hash_jam (macro->formal_hash, name, formal);
639 hash_die (macro->formal_hash);
666 macro->formal_hash = hash_new_sized (7);
744 sub_actual (size_t start, sb *in, sb *t, struct hash_control *formal_hash,
758 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t));
794 struct hash_control *formal_hash, const macro_entry *macro)
812 src = sub_actual (src + 2, in, &t, formal_hash, '\'', out, 1)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 252 macro->formal_hash = hash_new ();
278 hash_jam (macro->formal_hash, sb_terminate (& formal->name), formal);

Completed in 680 milliseconds