Searched refs:hash_replace (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | hash.h | 58 extern void *hash_replace (struct hash_control *, const char *key,
|
D | hash.c | 274 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()
|
D | ChangeLog-2005 | 2483 * hash.h (hash_replace): Remove declaration. 2485 * hash.c (hash_replace): Remove.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 4343 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()
|
D | tc-tic4x.c | 734 hash_replace (tic4x_asg_hash, name, (void *) str); in tic4x_asg()
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | internals.texi | 1948 @deftypefun @{@} void *hash_replace (struct hash_control *, const char *, void *)
|