Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.h31 #define T_ENUM 10 /* enumeration */ macro
Dcoffdump.c215 case T_ENUM: in dump_coff_type()
Dcoffgrok.c400 case T_ENUM: in do_type()
Drdcoff.c350 case T_ENUM: in parse_coff_base_type()
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h518 #define T_ENUM 10 /* enumeration */ macro
/toolchain/binutils/binutils-2.25/gas/
Decoff.c2931 coff_inside_enumeration = (coff_type.orig_type == T_ENUM); in ecoff_directive_endef()