Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c931 const ctf_varent_t *one = one_; in ctf_sort_var()
932 const ctf_varent_t *two = two_; in ctf_sort_var()
957 ctf_varent_t *dvarents; in ctf_serialize()
1022 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); in ctf_serialize()
1049 dvarents = (ctf_varent_t *) t; in ctf_serialize()
1053 ctf_varent_t *var = &dvarents[i]; in ctf_serialize()
1060 t += sizeof (ctf_varent_t) * nvars; in ctf_serialize()
1086 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var, in ctf_serialize()
H A Dctf-lookup.c381 const ctf_varent_t *lookup = lookup_; in ctf_lookup_var()
391 ctf_varent_t *ent; in ctf_lookup_variable()
396 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t), in ctf_lookup_variable()
H A Dctf-open.c352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf + in ctf_set_base()
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t); in ctf_set_base()
1020 ctf_varent_t *var = start; in flip_vars()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c931 const ctf_varent_t *one = one_; in ctf_sort_var()
932 const ctf_varent_t *two = two_; in ctf_sort_var()
957 ctf_varent_t *dvarents; in ctf_serialize()
1022 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); in ctf_serialize()
1049 dvarents = (ctf_varent_t *) t; in ctf_serialize()
1053 ctf_varent_t *var = &dvarents[i]; in ctf_serialize()
1060 t += sizeof (ctf_varent_t) * nvars; in ctf_serialize()
1086 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var, in ctf_serialize()
H A Dctf-lookup.c384 const ctf_varent_t *lookup = lookup_; in ctf_lookup_var()
394 ctf_varent_t *ent; in ctf_lookup_variable()
399 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t), in ctf_lookup_variable()
H A Dctf-open.c352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf + in ctf_set_base()
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t); in ctf_set_base()
1020 ctf_varent_t *var = start; in flip_vars()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h203 } ctf_varent_t; typedef
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h229 } ctf_varent_t; typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h229 } ctf_varent_t; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc489 typeoff = varoff + (ctfc->ctfc_vars_list_count) * sizeof (ctf_varent_t); in output_ctf_header()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info1219 } ctf_varent_t;
1501 * ctf_varent_t: The variable section. (line 21)
1502 * ctf_varent_t, ctv_name: The variable section. (line 24)
1503 * ctf_varent_t, ctv_type: The variable section. (line 26)
H A Dctf-spec.texi1591 } ctf_varent_t;
1595 @tindex ctf_varent_t
1602 @vindex ctf_varent_t, ctv_name
1609 @vindex ctf_varent_t, ctv_type
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi1591 } ctf_varent_t;
1595 @tindex ctf_varent_t
1602 @vindex ctf_varent_t, ctv_name
1609 @vindex ctf_varent_t, ctv_type
H A Dctf-spec.info1219 } ctf_varent_t;
1501 * ctf_varent_t: The variable section. (line 21)
1502 * ctf_varent_t, ctv_name: The variable section. (line 24)
1503 * ctf_varent_t, ctv_type: The variable section. (line 26)