Searched refs:ctf_varent_t (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-serialize.c | 931 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 D | ctf-lookup.c | 381 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 D | ctf-open.c | 352 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 D | ctf-serialize.c | 931 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 D | ctf-lookup.c | 384 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 D | ctf-open.c | 352 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 D | ctf.h | 203 } ctf_varent_t; typedef
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf.h | 229 } ctf_varent_t; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf.h | 229 } ctf_varent_t; typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfout.cc | 489 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 D | ctf-spec.info | 1219 } 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 D | ctf-spec.texi | 1591 } 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 D | ctf-spec.texi | 1591 } ctf_varent_t; 1595 @tindex ctf_varent_t 1602 @vindex ctf_varent_t, ctv_name 1609 @vindex ctf_varent_t, ctv_type
|
H A D | ctf-spec.info | 1219 } 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)
|