Searched refs:ctf_hash_eq_string (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-link.c | 158 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 D | ctf-hash.c | 77 ctf_hash_eq_string (const void *a, const void *b) in ctf_hash_eq_string() function
|
H A D | ctf-open.c | 723 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 D | ctf-create.c | 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()
|
H A D | ctf-impl.h | 368 extern int ctf_hash_eq_string (const void *, const void *);
|
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()
|