Home
last modified time | relevance | path

Searched refs:SPARC_OPCODE_ARCH_BAD (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
HDsparc.h51 SPARC_OPCODE_ARCH_BAD /* Error return from sparc_opcode_lookup_arch. */ enumerator
55 #define SPARC_OPCODE_ARCH_MAX (SPARC_OPCODE_ARCH_BAD - 1)
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-sparc.c289 if (max_architecture == SPARC_OPCODE_ARCH_BAD) in init_default_arch()
496 if (opcode_arch == SPARC_OPCODE_ARCH_BAD)
/freebsd-11-stable/contrib/binutils/opcodes/
HDsparc-opc.c100 return SPARC_OPCODE_ARCH_BAD; in sparc_opcode_lookup_arch()