Searched refs:ctf_hash_fun (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-impl.h | 612 typedef unsigned int (*ctf_hash_fun) (const void *ptr); typedef 632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 639 extern ctf_dynhash_t *ctf_dynhash_create (ctf_hash_fun, ctf_hash_eq_fun,
|
H A D | ctf-hash.c | 160 ctf_dynhash_create (ctf_hash_fun hash_fun, ctf_hash_eq_fun eq_fun, in ctf_dynhash_create() 774 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create()
|
H A D | ctf-create.c | 1483 ctf_hash_fun f = ctf_hash_type_key; in ctf_add_type_mapping()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-impl.h | 612 typedef unsigned int (*ctf_hash_fun) (const void *ptr); typedef 632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 639 extern ctf_dynhash_t *ctf_dynhash_create (ctf_hash_fun, ctf_hash_eq_fun,
|
H A D | ctf-hash.c | 160 ctf_dynhash_create (ctf_hash_fun hash_fun, ctf_hash_eq_fun eq_fun, in ctf_dynhash_create() 774 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create()
|
H A D | ctf-create.c | 1513 ctf_hash_fun f = ctf_hash_type_key; in ctf_add_type_mapping()
|