Home
last modified time | relevance | path

Searched refs:hash_jam (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/
Dhash.h51 extern const char *hash_jam (struct hash_control *,
Dmacro.c556 hash_jam (macro->formal_hash, name, formal); in do_formals()
600 hash_jam (macro->formal_hash, name, formal); in do_formals()
679 error = hash_jam (macro_hash, macro->name, (PTR) macro); in define_macro()
889 err = hash_jam (formal_hash, name, f); in macro_expand_body()
975 hash_jam (formal_hash, sb_terminate (&loclist->name), NULL); in macro_expand_body()
1276 hash_jam (macro_hash, copy, NULL); in delete_macro()
1310 err = hash_jam (h, sb_terminate (&f.name), &f); in expand_irp()
Dhash.c256 hash_jam (struct hash_control *table, const char *key, PTR value) in hash_jam() function
529 p = hash_jam (h, name = what ("symbol"), value = what ("value")); in main()
Dsymbols.c207 hash_jam (local_hash, name_copy, (PTR) ret); in local_symbol_make()
244 hash_jam (local_hash, locsym->lsy_name, NULL); in local_symbol_convert()
491 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert()
499 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP))) in symbol_table_insert()
DChangeLog-98991549 * macro.c (macro_expand_body): Call hash_jam with NULL rather than
DChangeLog-00015681 (hash_jam): Ditto.
DChangeLog-92959217 * hash.c (hash_insert, hash_jam, hash_grow): Return null pointer
/freebsd-12-stable/contrib/binutils/gas/config/
Dobj-coff.c132 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP))) in tag_insert()
Dtc-ia64.c11965 error_string = hash_jam (ahash, alias, (PTR) h); in dot_alias()
11973 error_string = hash_jam (nhash, name, (PTR) alias); in dot_alias()
/freebsd-12-stable/contrib/binutils/gas/doc/
Dinternals.texi1903 @deftypefun @{@} @{const char *@} hash_jam (struct hash_control *, const char *, PTR)