Home
last modified time | relevance | path

Searched refs:ctf_hash_eq_fun (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h366 typedef int (*ctf_hash_eq_fun) (const void *, const void *); typedef
376 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
383 extern ctf_dynhash_t *ctf_dynhash_create (ctf_hash_fun, ctf_hash_eq_fun,
H A Dctf-hash.c124 ctf_dynhash_create (ctf_hash_fun hash_fun, ctf_hash_eq_fun eq_fun, in ctf_dynhash_create()
296 ctf_hash_eq_fun eq_fun) in ctf_hash_create()
H A Dctf-link.c57 ctf_hash_eq_fun e = ctf_hash_eq_type_mapping_key; in ctf_add_type_mapping()