Home
last modified time | relevance | path

Searched refs:ctf_hash_eq_string (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-link.c158 ctf_hash_eq_string, free, in ctf_link_add_ctf()
254 ctf_hash_eq_string, free, in ctf_link_add_cu_mapping()
261 ctf_hash_eq_string, free, in ctf_link_add_cu_mapping()
612 ctf_hash_eq_string, free, in ctf_link()
H A Dctf-hash.c77 ctf_hash_eq_string (const void *a, const void *b) in ctf_hash_eq_string() function
H A Dctf-open.c723 ctf_hash_eq_string)) == NULL) in init_types()
728 ctf_hash_eq_string)) == NULL) in init_types()
733 ctf_hash_eq_string)) == NULL) in init_types()
746 ctf_hash_eq_string)) == NULL) in init_types()
H A Dctf-create.c89 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()
H A Dctf-impl.h368 extern int ctf_hash_eq_string (const void *, const void *);
H A Dctf-string.c104 fp->ctf_str_atoms = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_str_create_atoms()