Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c72 static packing_type etype = PACK_UNSPEC; /* Used by d10v_cleanup. */ variable
1618 && etype == PACK_UNSPEC in d10v_cleanup()
1726 if (etype == PACK_UNSPEC) in md_assemble()
1769 etype = extype; in md_assemble()
1775 if (etype != PACK_UNSPEC) in md_assemble()
1777 extype = etype; in md_assemble()
1778 etype = PACK_UNSPEC; in md_assemble()
Dtc-d30v.c1573 static exec_type_enum etype = EXEC_UNKNOWN; in md_assemble() local
1588 if (etype == EXEC_UNKNOWN) in md_assemble()
1633 (extype != EXEC_UNKNOWN || etype != EXEC_UNKNOWN), in md_assemble()
1638 etype = extype; in md_assemble()
1643 if (etype != EXEC_UNKNOWN) in md_assemble()
1645 extype = etype; in md_assemble()
1646 etype = EXEC_UNKNOWN; in md_assemble()
Dtc-arm.c1745 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype) in parse_vfp_reg_list() argument
1763 switch (etype) in parse_vfp_reg_list()
1779 if (etype != REGLIST_VFP_S) in parse_vfp_reg_list()
/toolchain/binutils/binutils-2.25/binutils/
Dieee.c1808 debug_type etype; in parse_ieee_ty() local
1811 if (! ieee_read_type_index (info, pp, &etype) in parse_ieee_ty()
1815 type = debug_make_array_type (dhandle, etype, in parse_ieee_ty()
1906 debug_type etype; in parse_ieee_ty() local
1909 || ! ieee_read_type_index (info, pp, &etype)) in parse_ieee_ty()
1914 type = debug_make_set_type (dhandle, etype, FALSE); in parse_ieee_ty()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98992377 * config/tc-d10v.c (md_assemble): Make static 'etype' have file
DChangeLog-92954568 * config/obj-ecoff.c (obj_pseudo_table): Accept .esize and .etype