Home
last modified time | relevance | path

Searched refs:hash_replace (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dhash.h58 extern void *hash_replace (struct hash_control *, const char *key,
Dhash.c274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace() function
520 p = hash_replace (h, name = what ("symbol"), value = what ("value")); in main()
DChangeLog-20052483 * hash.h (hash_replace): Remove declaration.
2485 * hash.c (hash_replace): Remove.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c4343 hash_replace (subsym_hash[i], name, value); in subsym_create_or_replace()
4348 hash_replace (subsym_hash[0], name, value); in subsym_create_or_replace()
Dtc-tic4x.c734 hash_replace (tic4x_asg_hash, name, (void *) str); in tic4x_asg()
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1948 @deftypefun @{@} void *hash_replace (struct hash_control *, const char *, void *)