Home
last modified time | relevance | path

Searched refs:coff_type (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h90 struct coff_type struct
132 struct coff_type *points_to;
138 struct coff_type *array_of;
143 struct coff_type * function_returns;
211 struct coff_type * type;
H A Dcoffgrok.c42 static struct coff_type * last_function_type;
43 static struct coff_type * last_struct;
44 static struct coff_type * last_enum;
340 static struct coff_type *
345 struct coff_type *res = (struct coff_type *) xmalloc (sizeof (struct coff_type)); in do_type()
495 struct coff_type *ptr = ((struct coff_type *) in do_type()
496 xmalloc (sizeof (struct coff_type))); in do_type()
525 struct coff_type *ptr = in do_type()
526 (struct coff_type *) xmalloc (sizeof (struct coff_type)); in do_type()
536 struct coff_type *ptr in do_type()
[all …]
H A Dcoffdump.c41 static void dump_coff_type (struct coff_type *);
126 dump_coff_type (struct coff_type *p) in dump_coff_type()
H A Dsrconv.c603 struct coff_type *type, int nest) in walk_tree_type_1()
876 struct coff_type *type, int nest) in walk_tree_type()
1281 struct coff_type *t = sy->type; in wr_dln()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h90 struct coff_type struct
132 struct coff_type *points_to;
138 struct coff_type *array_of;
143 struct coff_type * function_returns;
211 struct coff_type * type;
H A Dcoffgrok.c42 static struct coff_type * last_function_type;
43 static struct coff_type * last_struct;
44 static struct coff_type * last_enum;
340 static struct coff_type *
345 struct coff_type *res = (struct coff_type *) xmalloc (sizeof (struct coff_type)); in do_type()
515 struct coff_type *ptr = ((struct coff_type *) in do_type()
516 xmalloc (sizeof (struct coff_type))); in do_type()
545 struct coff_type *ptr = in do_type()
546 (struct coff_type *) xmalloc (sizeof (struct coff_type)); in do_type()
556 struct coff_type *ptr in do_type()
[all …]
H A Dcoffdump.c41 static void dump_coff_type (struct coff_type *);
126 dump_coff_type (struct coff_type *p) in dump_coff_type()
H A Dsrconv.c603 struct coff_type *type, int nest) in walk_tree_type_1()
876 struct coff_type *type, int nest) in walk_tree_type()
1281 struct coff_type *t = sy->type; in wr_dln()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c2489 static type_info_t coff_type; variable
2523 coff_type = type_info_init; in ecoff_directive_def()
2577 if (coff_type.num_dims >= N_TQ) in ecoff_directive_dim()
2582 coff_type.dimensions[coff_type.num_dims] = dimens[i]; in ecoff_directive_dim()
2583 ++coff_type.num_dims; in ecoff_directive_dim()
2650 if (coff_type.num_sizes >= N_TQ) in ecoff_directive_size()
2655 coff_type.sizes[coff_type.num_sizes] = sizes[i]; in ecoff_directive_size()
2656 ++coff_type.num_sizes; in ecoff_directive_size()
2681 coff_type.orig_type = BTYPE (val); in ecoff_directive_type()
2682 coff_type.basic_type = map_coff_types[coff_type.orig_type]; in ecoff_directive_type()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c2490 static type_info_t coff_type; variable
2524 coff_type = type_info_init; in ecoff_directive_def()
2578 if (coff_type.num_dims >= N_TQ) in ecoff_directive_dim()
2583 coff_type.dimensions[coff_type.num_dims] = dimens[i]; in ecoff_directive_dim()
2584 ++coff_type.num_dims; in ecoff_directive_dim()
2651 if (coff_type.num_sizes >= N_TQ) in ecoff_directive_size()
2656 coff_type.sizes[coff_type.num_sizes] = sizes[i]; in ecoff_directive_size()
2657 ++coff_type.num_sizes; in ecoff_directive_size()
2682 coff_type.orig_type = BTYPE (val); in ecoff_directive_type()
2683 coff_type.basic_type = map_coff_types[coff_type.orig_type]; in ecoff_directive_type()
[all …]