Home
last modified time | relevance | path

Searched refs:string_tuple_alloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dhash.h53 string_tuple_alloc (htab_t table, const char *key, const void *value) in string_tuple_alloc() function
91 string_tuple_t *elt = string_tuple_alloc (table, key, value); in str_hash_insert()
H A DChangeLog-20201806 (string_tuple_alloc): Likewise.
2412 (string_tuple_alloc): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dhash.h65 string_tuple_alloc (const char *key, const void *value) in string_tuple_alloc() function
103 string_tuple_t *elt = string_tuple_alloc (key, value); in str_hash_insert()
H A DChangeLog-20201806 (string_tuple_alloc): Likewise.
2412 (string_tuple_alloc): Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git113935 (string_tuple_alloc): Add table param, allocate using table alloc_f.