Home
last modified time | relevance | path

Searched refs:basic_type (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c885 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member
1060 bt_t basic_type; /* basic type */ member
1426 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
1861 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir()
1882 || t->basic_type == bt_Struct in add_aux_sym_tir()
1883 || t->basic_type == bt_Union in add_aux_sym_tir()
1884 || t->basic_type == bt_Enum in add_aux_sym_tir()
1949 if (t->basic_type == bt_Struct in add_aux_sym_tir()
1950 || t->basic_type == bt_Union in add_aux_sym_tir()
1951 || t->basic_type == bt_Enum) in add_aux_sym_tir()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Decoff.c1060 unsigned int basic_type; in ecoff_type_to_string() local
1082 basic_type = u.ti.bt; in ecoff_type_to_string()
1092 switch (basic_type) in ecoff_type_to_string()
1227 sprintf (p1, _("Unknown basic type %d"), (int) basic_type); in ecoff_type_to_string()