Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-hash.c40 } ctf_helem_t; typedef
54 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_integer()
62 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_integer()
63 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_integer()
71 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_string()
79 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_string()
80 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_string()
89 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_type_mapping_key()
98 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_type_mapping_key()
99 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_type_mapping_key()
[all …]