Searched refs:hash_replace (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Dhash.h58 extern PTR hash_replace (struct hash_control *, const char *key,
H A Dhash.c294 hash_replace (struct hash_control *table, const char *key, PTR value) function
542 p = hash_replace (h, name = what ("symbol"), value = what ("value"));
/haiku-buildtools/binutils/gas/
H A Dhash.h58 extern void *hash_replace (struct hash_control *, const char *key,
H A Dhash.c274 hash_replace (struct hash_control *table, const char *key, void *value) function
521 p = hash_replace (h, name = what ("symbol"), value = what ("value"));
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic4x.c830 hash_replace (tic4x_asg_hash, name, (PTR) str);
H A Dtc-tic54x.c4669 hash_replace (subsym_hash[i], name, value);
4674 hash_replace (subsym_hash[0], name, value);
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic4x.c734 hash_replace (tic4x_asg_hash, name, (void *) str);
H A Dtc-tic54x.c4343 hash_replace (subsym_hash[i], name, value);
4348 hash_replace (subsym_hash[0], name, value);

Completed in 129 milliseconds