Lines Matching defs:STRUCT
114 typedef struct stab {
153 STRUCT,
166 typedef struct tdesc tdesc_t;
169 typedef struct ardef {
176 typedef struct mlist {
180 struct tdesc *ml_type; /* Member type */
181 struct mlist *ml_next; /* Next member */
185 typedef struct elist {
188 struct elist *el_next;
197 typedef struct intr {
211 typedef struct fnarg {
213 struct tdesc *fna_type;
219 typedef struct fndef {
220 struct tdesc *fn_ret;
236 struct tdesc {
250 mlist_t *members; /* struct, union */
283 II_SOU, /* Struct or union */
287 typedef struct iidesc {
307 typedef struct labelent {
316 typedef struct tdata {
341 typedef struct iiburst {
354 struct tdtrav_data *iib_tdtd; /* tdtrav_data_t */
357 typedef struct ctf_buf ctf_buf_t;
359 typedef struct symit_data symit_data_t;