HomeSort by: relevance | last modified time | path
    Searched refs:ctf_varent_t (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 932 const ctf_varent_t *one = one_;
933 const ctf_varent_t *two = two_;
956 ctf_varent_t *dvarents;
1037 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t));
1064 /* Work over the variable list, translating everything into ctf_varent_t's and
1067 dvarents = (ctf_varent_t *) t;
1071 ctf_varent_t *var = &dvarents[i];
1078 t += sizeof (ctf_varent_t) * nvars;
1100 ctf_varent_t's. */
1102 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var
    [all...]
ctf-lookup.c 365 const ctf_varent_t *lookup = lookup_;
377 ctf_varent_t *ent;
385 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t),
ctf-open.c 352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf +
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t);
1128 /* Flip the endianness of the variable section, an array of ctf_varent_t. */
1133 ctf_varent_t *var = start;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 926 const ctf_varent_t *one = one_;
927 const ctf_varent_t *two = two_;
950 ctf_varent_t *dvarents;
1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t));
1058 /* Work over the variable list, translating everything into ctf_varent_t's and
1061 dvarents = (ctf_varent_t *) t;
1065 ctf_varent_t *var = &dvarents[i];
1072 t += sizeof (ctf_varent_t) * nvars;
1094 ctf_varent_t's. */
1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var
    [all...]
ctf-lookup.c 365 const ctf_varent_t *lookup = lookup_;
377 ctf_varent_t *ent;
385 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t),
ctf-open.c 352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf +
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t);
1128 /* Flip the endianness of the variable section, an array of ctf_varent_t. */
1133 ctf_varent_t *var = start;
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 926 const ctf_varent_t *one = one_;
927 const ctf_varent_t *two = two_;
950 ctf_varent_t *dvarents;
1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t));
1058 /* Work over the variable list, translating everything into ctf_varent_t's and
1061 dvarents = (ctf_varent_t *) t;
1065 ctf_varent_t *var = &dvarents[i];
1072 t += sizeof (ctf_varent_t) * nvars;
1094 ctf_varent_t's. */
1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var
    [all...]
ctf-lookup.c 365 const ctf_varent_t *lookup = lookup_;
377 ctf_varent_t *ent;
385 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t),
ctf-open.c 352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf +
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t);
1128 /* Flip the endianness of the variable section, an array of ctf_varent_t. */
1133 ctf_varent_t *var = start;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 926 const ctf_varent_t *one = one_;
927 const ctf_varent_t *two = two_;
950 ctf_varent_t *dvarents;
1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t));
1058 /* Work over the variable list, translating everything into ctf_varent_t's and
1061 dvarents = (ctf_varent_t *) t;
1065 ctf_varent_t *var = &dvarents[i];
1072 t += sizeof (ctf_varent_t) * nvars;
1094 ctf_varent_t's. */
1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var
    [all...]
ctf-lookup.c 365 const ctf_varent_t *lookup = lookup_;
377 ctf_varent_t *ent;
385 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t),
ctf-open.c 352 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf +
354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t);
1045 /* Flip the endianness of the variable section, an array of ctf_varent_t. */
1050 ctf_varent_t *var = start;
  /src/external/gpl3/binutils/dist/include/
ctf.h 230 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 229 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 203 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/gcc/dist/include/
ctf.h 229 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/gdb/dist/include/
ctf.h 229 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 229 } ctf_varent_t; typedef in typeref:struct:ctf_varent
  /src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc 489 typeoff = varoff + (ctfc->ctfc_vars_list_count) * sizeof (ctf_varent_t);
  /src/external/gpl3/gcc/dist/gcc/
ctfout.cc 489 typeoff = varoff + (ctfc->ctfc_vars_list_count) * sizeof (ctf_varent_t);

Completed in 64 milliseconds