Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c207 const ctf_varent_t *memb = memb_; in ctf_lookup_var()
217 ctf_varent_t *ent; in ctf_lookup_variable()
222 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t), in ctf_lookup_variable()
H A Dctf-create.c234 const ctf_varent_t *one = one_; in ctf_sort_var()
235 const ctf_varent_t *two = two_; in ctf_sort_var()
270 ctf_varent_t *dvarents; in ctf_serialize()
347 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); in ctf_serialize()
368 dvarents = (ctf_varent_t *) t; in ctf_serialize()
372 ctf_varent_t *var = &dvarents[i]; in ctf_serialize()
379 t += sizeof (ctf_varent_t) * nvars; in ctf_serialize()
489 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var, in ctf_serialize()
H A Dctf-open.c324 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf + in ctf_set_base()
326 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t); in ctf_set_base()
1015 ctf_varent_t *var = start; in flip_vars()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h214 } ctf_varent_t; typedef