Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c2501 static int coff_inside_enumeration; variable
2876 else if (coff_inside_enumeration) in ecoff_directive_endef()
2924 coff_inside_enumeration = (coff_type.orig_type == T_ENUM); in ecoff_directive_endef()
2934 coff_inside_enumeration = 0; in ecoff_directive_endef()
2943 if (! coff_type.bitfield && ! coff_inside_enumeration) in ecoff_directive_endef()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c2500 static int coff_inside_enumeration; variable
2875 else if (coff_inside_enumeration) in ecoff_directive_endef()
2923 coff_inside_enumeration = (coff_type.orig_type == T_ENUM); in ecoff_directive_endef()
2933 coff_inside_enumeration = 0; in ecoff_directive_endef()
2942 if (! coff_type.bitfield && ! coff_inside_enumeration) in ecoff_directive_endef()