Searched refs:basic_type (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | mips-tfile.c | 943 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1064 bt_t basic_type; /* basic type */ member 1976 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 1998 || t->basic_type == bt_Struct in add_aux_sym_tir() 1999 || t->basic_type == bt_Union in add_aux_sym_tir() 2000 || t->basic_type == bt_Enum in add_aux_sym_tir() 2065 if (t->basic_type == bt_Struct in add_aux_sym_tir() 2066 || t->basic_type == bt_Union in add_aux_sym_tir() 2067 || t->basic_type == bt_Enum) in add_aux_sym_tir() 2127 bt_t basic_type) /* bt_Struct, bt_Union, or bt_Enum */ in get_tag() argument [all …]
|
H A D | mips-tdump.c | 426 bt_t basic_type; in type_to_string() local 446 basic_type = (bt_t) u.ti.bt; in type_to_string() 458 switch (basic_type) in type_to_string() 596 sprintf (p1, "Unknown basic type %d", (int) basic_type); in type_to_string()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | ecoff.c | 882 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1057 bt_t basic_type; /* basic type */ member 1423 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type); 1868 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 1889 || t->basic_type == bt_Struct in add_aux_sym_tir() 1890 || t->basic_type == bt_Union in add_aux_sym_tir() 1891 || t->basic_type == bt_Enum in add_aux_sym_tir() 1956 if (t->basic_type == bt_Struct in add_aux_sym_tir() 1957 || t->basic_type == bt_Union in add_aux_sym_tir() 1958 || t->basic_type == bt_Enum) in add_aux_sym_tir() [all …]
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | ecoff.c | 882 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1057 bt_t basic_type; /* basic type */ member 1423 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type); 1868 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 1889 || t->basic_type == bt_Struct in add_aux_sym_tir() 1890 || t->basic_type == bt_Union in add_aux_sym_tir() 1891 || t->basic_type == bt_Enum in add_aux_sym_tir() 1956 if (t->basic_type == bt_Struct in add_aux_sym_tir() 1957 || t->basic_type == bt_Union in add_aux_sym_tir() 1958 || t->basic_type == bt_Enum) in add_aux_sym_tir() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | mdebugread.c | 1351 basic_type (int bt, struct objfile *objfile) in basic_type() function 1438 TYPE_TARGET_TYPE (tp) = basic_type (btFloat, objfile); in basic_type() 1445 TYPE_TARGET_TYPE (tp) = basic_type (btDouble, objfile); in basic_type() 1534 return basic_type (btInt, mdebugread_objfile); in parse_type() 1540 return basic_type (btInt, mdebugread_objfile); in parse_type() 1546 tp = basic_type (t->bt, mdebugread_objfile); in parse_type() 1579 return basic_type (btInt, mdebugread_objfile); in parse_type() 1597 tp = basic_type (btChar, mdebugread_objfile); in parse_type() 1599 tp = basic_type (btUChar, mdebugread_objfile); in parse_type() 1635 return basic_type (btInt, mdebugread_objfile); in parse_type() [all …]
|