Searched refs:ctf_hash_free_fun (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-hash.c | 57 ctf_hash_free_fun key_free; 58 ctf_hash_free_fun value_free; 161 ctf_hash_free_fun key_free, ctf_hash_free_fun value_free) in ctf_dynhash_create() 202 ctf_hash_free_fun key_free, in ctf_hashtab_insert() 203 ctf_hash_free_fun value_free) in ctf_hashtab_insert() 242 ctf_hash_free_fun key_free = NULL, value_free = NULL; in ctf_dynhash_insert() 574 ctf_hash_free_fun key_free) in ctf_dynset_create()
|
H A D | ctf-impl.h | 624 typedef void (*ctf_hash_free_fun) (void *); typedef 640 ctf_hash_free_fun, ctf_hash_free_fun); 663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun);
|
H A D | ctf-link.c | 392 (ctf_hash_free_fun) in ctf_link_add_cu_mapping() 1512 (ctf_hash_free_fun) in ctf_link()
|
H A D | ctf-dedup.c | 1623 (ctf_hash_free_fun) ctf_dynhash_destroy)) == NULL) in ctf_dedup_init() 1641 (ctf_hash_free_fun) ctf_dynset_destroy)) == NULL) in ctf_dedup_init() 1647 (ctf_hash_free_fun) ctf_dynset_destroy)) == NULL) in ctf_dedup_init()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-hash.c | 57 ctf_hash_free_fun key_free; 58 ctf_hash_free_fun value_free; 161 ctf_hash_free_fun key_free, ctf_hash_free_fun value_free) in ctf_dynhash_create() 202 ctf_hash_free_fun key_free, in ctf_hashtab_insert() 203 ctf_hash_free_fun value_free) in ctf_hashtab_insert() 242 ctf_hash_free_fun key_free = NULL, value_free = NULL; in ctf_dynhash_insert() 574 ctf_hash_free_fun key_free) in ctf_dynset_create()
|
H A D | ctf-impl.h | 624 typedef void (*ctf_hash_free_fun) (void *); typedef 640 ctf_hash_free_fun, ctf_hash_free_fun); 663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun);
|
H A D | ctf-link.c | 393 (ctf_hash_free_fun) in ctf_link_add_cu_mapping() 1499 (ctf_hash_free_fun) in ctf_link()
|
H A D | ctf-dedup.c | 1624 (ctf_hash_free_fun) ctf_dynhash_destroy)) == NULL) in ctf_dedup_init() 1642 (ctf_hash_free_fun) ctf_dynset_destroy)) == NULL) in ctf_dedup_init() 1648 (ctf_hash_free_fun) ctf_dynset_destroy)) == NULL) in ctf_dedup_init()
|