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

/haiku-buildtools/legacy/binutils/gas/
H A Dhash.h51 extern const char *hash_jam (struct hash_control *,
H A Dmacro.c592 hash_jam (macro->formal_hash, name, formal);
636 hash_jam (macro->formal_hash, name, formal);
715 error = hash_jam (macro_hash, macro->name, (PTR) macro);
925 err = hash_jam (formal_hash, name, f);
1011 hash_jam (formal_hash, sb_terminate (&loclist->name), NULL);
1315 hash_jam (macro_hash, copy, NULL);
1349 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.c209 hash_jam (local_hash, name_copy, (PTR) ret);
246 hash_jam (local_hash, locsym->lsy_name, NULL);
498 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
506 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP)))
/haiku-buildtools/binutils/gas/
H A Dhash.h51 extern const char *hash_jam (struct hash_control *,
H A Dhash.c236 hash_jam (struct hash_control *table, const char *key, void *val) function
509 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
H A Dmacro.c571 hash_jam (macro->formal_hash, name, formal);
615 hash_jam (macro->formal_hash, name, formal);
714 error = hash_jam (macro_hash, macro->name, (void *) macro);
928 err = hash_jam (formal_hash, name, f);
1300 hash_jam (macro_hash, copy, NULL);
1335 err = hash_jam (h, sb_terminate (&f.name), &f);
H A Dsymbols.c209 hash_jam (local_hash, name_copy, (void *) ret);
246 hash_jam (local_hash, locsym->lsy_name, NULL);
495 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
503 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP)))
H A Ddw2gencfi.c334 if ((error_string = hash_jam (dwcfi_hash, name, (char *) item)))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-iq2000.c279 hash_jam (macro->formal_hash, sb_terminate (& formal->name), formal);
292 hash_jam (macro_hash, namestr, macro);
H A Dobj-coff.c134 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
H A Dtc-ia64.c11960 error_string = hash_jam (ahash, alias, (PTR) h);
11968 error_string = hash_jam (nhash, name, (PTR) alias);
H A Dtc-m68k.c4283 retval = hash_jam (op_hash, alias, val);
/haiku-buildtools/binutils/gas/config/
H A Dtc-iq2000.c277 hash_jam (macro->formal_hash, sb_terminate (& formal->name), formal);
290 hash_jam (macro_hash, namestr, macro);
H A Dobj-coff-seh.c122 if ((error_string = hash_jam (seh_hash, name, (char *) item)))
H A Dobj-coff.c136 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
H A Dtc-tic6x.c768 if ((errmsg = hash_jam (opcode_hash, tic6x_opcode_table[id].name, opc))
H A Dtc-ia64.c11840 error_string = hash_jam (ahash, alias, (void *) h);
11848 error_string = hash_jam (nhash, name, (void *) alias);
H A Dtc-m68k.c4708 retval = hash_jam (op_hash, alias, val);

Completed in 338 milliseconds