Searched refs:coff_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h90 struct coff_type struct
130 struct coff_type *points_to;
135 struct coff_type *array_of;
140 struct coff_type *function_returns;
215 struct coff_type *type;
H A Dcoffgrok.c44 static struct coff_type *last_function_type;
45 static struct coff_type *last_struct;
46 static struct coff_type *last_enum;
78 static struct coff_type *do_type (int);
305 struct coff_type *
310 struct coff_type *res =
311 (struct coff_type *) xmalloc (sizeof (struct coff_type));
429 struct coff_type *ptr = ((struct coff_type *)
[all...]
H A Dcoffdump.c39 static void dump_coff_type (struct coff_type *);
124 dump_coff_type (struct coff_type *p)
H A Dsrconv.c67 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
69 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int);
636 struct coff_type *type, int nest)
895 struct coff_type *type;
909 struct coff_type *type, int nest)
1315 struct coff_type *t = sy->type;
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c2512 static type_info_t coff_type;
2549 coff_type = type_info_init;
2603 if (coff_type.num_dims >= N_TQ)
2608 coff_type.dimensions[coff_type.num_dims] = dimens[i];
2609 ++coff_type.num_dims;
2676 if (coff_type.num_sizes >= N_TQ)
2681 coff_type.sizes[coff_type.num_sizes] = sizes[i];
2682 ++coff_type
2493 static type_info_t coff_type; variable
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c838 typedef enum coff_type {
832 typedef enum coff_type { enum

Completed in 183 milliseconds