Home
last modified time | relevance | path

Searched refs:dynhash (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c163 ctf_dynhash_t *dynhash; in ctf_dynhash_create() local
167 dynhash = malloc (sizeof (ctf_dynhash_t)); in ctf_dynhash_create()
169 dynhash = malloc (offsetof (ctf_dynhash_t, key_free)); in ctf_dynhash_create()
170 if (!dynhash) in ctf_dynhash_create()
177 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun, in ctf_dynhash_create()
180 free (dynhash); in ctf_dynhash_create()
186 dynhash->key_free = key_free; in ctf_dynhash_create()
187 dynhash->value_free = value_free; in ctf_dynhash_create()
190 return dynhash; in ctf_dynhash_create()
H A DChangeLog409 (ctf_dedup_emit_type): Set the errno on dynhash insertion failure.
H A DChangeLog-2020681 <cu.ctn_h>: New, pointer to the dynhash under iteration.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c163 ctf_dynhash_t *dynhash; in ctf_dynhash_create() local
167 dynhash = malloc (sizeof (ctf_dynhash_t)); in ctf_dynhash_create()
169 dynhash = malloc (offsetof (ctf_dynhash_t, key_free)); in ctf_dynhash_create()
170 if (!dynhash) in ctf_dynhash_create()
177 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun, in ctf_dynhash_create()
180 free (dynhash); in ctf_dynhash_create()
186 dynhash->key_free = key_free; in ctf_dynhash_create()
187 dynhash->value_free = value_free; in ctf_dynhash_create()
190 return dynhash; in ctf_dynhash_create()
H A DChangeLog388 (ctf_dedup_emit_type): Set the errno on dynhash insertion failure.
H A DChangeLog-2020681 <cu.ctn_h>: New, pointer to the dynhash under iteration.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020681 <cu.ctn_h>: New, pointer to the dynhash under iteration.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS75717 fe07734b58e631b3abf8ddb796852303 gcc/testsuite/gnat.dg/dynhash.adb
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS87037 fe07734b58e631b3abf8ddb796852303 gcc/testsuite/gnat.dg/dynhash.adb
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git127425 unfortunately since we are working over a dynhash in essentially