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

  /toolchain/binutils/binutils-2.25/gas/
hash.h 51 extern const char *hash_jam (struct hash_control *,
hash.c 236 hash_jam (struct hash_control *table, const char *key, void *val) function
509 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
macro.c 571 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);
1301 hash_jam (macro_hash, copy, NULL);
1335 err = hash_jam (h, sb_terminate (&f.name), &f);
symbols.c 209 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)))
    [all...]
dw2gencfi.c 212 if ((error_string = hash_jam (dwcfi_hash, name, (char *) item)))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 278 hash_jam (macro->formal_hash, sb_terminate (& formal->name), formal);
291 hash_jam (macro_hash, namestr, macro);
obj-coff-seh.c 122 if ((error_string = hash_jam (seh_hash, name, (char *) item)))
obj-coff.c 139 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
    [all...]
tc-tic6x.c 771 if ((errmsg = hash_jam (opcode_hash, tic6x_opcode_table[id].name, opc))
    [all...]
tc-ia64.c     [all...]
tc-m68k.c     [all...]

Completed in 981 milliseconds