Searched refs:hash_jam (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.h51 extern const char *hash_jam (struct hash_control *,
H A Dmacro.c556 hash_jam (macro->formal_hash, name, formal);
600 hash_jam (macro->formal_hash, name, formal);
679 error = hash_jam (macro_hash, macro->name, (PTR) macro);
889 err = hash_jam (formal_hash, name, f);
975 hash_jam (formal_hash, sb_terminate (&loclist->name), NULL);
1276 hash_jam (macro_hash, copy, NULL);
1310 err = hash_jam (h, sb_terminate (&f.name), &f);
H A Dhash.c256 hash_jam (struct hash_control *table, const char *key, PTR value) function
530 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
H A Dsymbols.c208 hash_jam (local_hash, name_copy, (PTR) ret);
245 hash_jam (local_hash, locsym->lsy_name, NULL);
494 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
502 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP)))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c134 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
H A Dtc-ia64.c11965 error_string = hash_jam (ahash, alias, (PTR) h);
11973 error_string = hash_jam (nhash, name, (PTR) alias);

Completed in 263 milliseconds