Searched refs:ctf_dynhash_create (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-link.c | 59 if ((dst_fp->ctf_link_type_mapping = ctf_dynhash_create (f, e, free, in ctf_add_type_mapping() 157 fp->ctf_link_inputs = ctf_dynhash_create (ctf_hash_string, in ctf_link_add_ctf() 253 fp->ctf_link_cu_mapping = ctf_dynhash_create (ctf_hash_string, in ctf_link_add_cu_mapping() 260 fp->ctf_link_outputs = ctf_dynhash_create (ctf_hash_string, in ctf_link_add_cu_mapping() 611 fp->ctf_link_outputs = ctf_dynhash_create (ctf_hash_string, in ctf_link()
|
H A D | ctf-string.c | 104 fp->ctf_str_atoms = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_str_create_atoms() 110 fp->ctf_prov_strtab = ctf_dynhash_create (ctf_hash_integer, in ctf_str_create_atoms() 459 fp->ctf_syn_ext_strtab = ctf_dynhash_create (ctf_hash_integer, in ctf_str_write_strtab()
|
H A D | ctf-create.c | 81 dthash = ctf_dynhash_create (ctf_hash_integer, ctf_hash_eq_integer, in ctf_create() 89 dvhash = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_create() 97 structs = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_create() 99 unions = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_create() 101 enums = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_create() 103 names = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_create() 2051 src_fp->ctf_add_processing = ctf_dynhash_create (ctf_hash_integer, in ctf_add_type()
|
H A D | ctf-hash.c | 124 ctf_dynhash_create (ctf_hash_fun hash_fun, ctf_hash_eq_fun eq_fun, in ctf_dynhash_create() function
|
H A D | ctf-impl.h | 383 extern ctf_dynhash_t *ctf_dynhash_create (ctf_hash_fun, ctf_hash_eq_fun,
|