HomeSort by: relevance | last modified time | path
    Searched defs:tdesc_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 141 * Each node consists of a single tdesc_t, with one of several auxiliary
145 /* The type of tdesc_t node */
166 typedef struct tdesc tdesc_t; typedef in typeref:struct:tdesc
168 /* Auxiliary structure for array tdesc_t */
170 tdesc_t *ad_contents;
171 tdesc_t *ad_idxtype;
175 /* Auxiliary structure for structure/union tdesc_t */
184 /* Auxiliary structure for enum tdesc_t */
222 tdesc_t **fn_args;
229 * The tdesc_t (Type DESCription) is the basic node type used in the stabs dat
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
csky-tdep.c 724 struct type *tdesc_t = tdesc_register_type (gdbarch, reg_nr); local
725 if (tdesc_t)
726 return tdesc_t;
  /src/external/gpl3/gdb/dist/gdb/
csky-tdep.c 724 struct type *tdesc_t = tdesc_register_type (gdbarch, reg_nr); local
725 if (tdesc_t)
726 return tdesc_t;

Completed in 18 milliseconds