Lines Matching defs:tdesc_t
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;
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 data
238 tdesc_t *t_next; /* Name hash next pointer */
241 tdesc_t *t_hash; /* ID hash next pointer */
248 tdesc_t *tdesc; /* ptr, typedef, vol, const, restr */
272 * iidesc_t (Interesting Item DESCription) nodes point to tdesc_t nodes that
290 tdesc_t *ii_dtype;
296 tdesc_t **ii_args;
319 int td_nextid; /* The ID for the next tdesc_t created */
418 tdesc_t *lookup(int);
419 tdesc_t *lookupname(const char *);
434 const char *tdesc_name(tdesc_t *);
441 void tdesc_free(tdesc_t *);