Searched refs:ctf_hash_create (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-hash.c | 295 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create() function
|
H A D | ctf-open.c | 722 = ctf_hash_create (pop[CTF_K_STRUCT], ctf_hash_string, in init_types() 727 = ctf_hash_create (pop[CTF_K_UNION], ctf_hash_string, in init_types() 732 = ctf_hash_create (pop[CTF_K_ENUM], ctf_hash_string, in init_types() 737 = ctf_hash_create (pop[CTF_K_INTEGER] + in init_types()
|
H A D | ctf-impl.h | 376 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
|