Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c50 } ctf_helem_t; typedef
66 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_integer()
74 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_integer()
75 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_integer()
83 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_string()
91 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_string()
92 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_string()
101 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_type_key()
111 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_type_key()
112 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_type_key()
[all …]
H A DChangeLog-2020760 * ctf-hash.c (ctf_helem_t) <key_free>: Remove.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c50 } ctf_helem_t; typedef
66 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_integer()
74 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_integer()
75 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_integer()
83 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_string()
91 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_string()
92 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_string()
101 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_type_key()
111 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_type_key()
112 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_type_key()
[all …]
H A DChangeLog-2020760 * ctf-hash.c (ctf_helem_t) <key_free>: Remove.
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_hash.c59 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
67 bzero(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
102 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert()
138 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define()
147 ctf_helem_t *
150 ctf_helem_t *hep; in ctf_hash_lookup()
178 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_destroy()
H A Dctf_impl.h70 } ctf_helem_t; typedef
74 ctf_helem_t *h_chains; /* hash chains buffer */
287 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_create.c854 ctf_helem_t *hep = NULL; in ctf_add_struct()
876 ctf_helem_t *hep = NULL; in ctf_add_union()
898 ctf_helem_t *hep = NULL; in ctf_add_enum()
920 ctf_helem_t *hep; in ctf_add_forward()
1279 ctf_helem_t *hep; in ctf_add_type()
H A Dctf_lookup.c87 const ctf_helem_t *hp; in ctf_lookup_by_name()
H A Dctf_open.c357 ctf_helem_t *hep; in init_types()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020760 * ctf-hash.c (ctf_helem_t) <key_free>: Remove.