Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c2023 const struct alpha_operand *reloc_operand = NULL; in assemble_insn() local
2080 gas_assert (reloc_operand == NULL); in assemble_insn()
2081 reloc_operand = operand; in assemble_insn()
2110 gas_assert (reloc_operand == NULL); in assemble_insn()
2111 reloc_operand = operand; in assemble_insn()
2146 if (reloc_operand == NULL in assemble_insn()
2147 || reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2007143 * config/tc-alpha.c (assemble_insn): Don't segv on NULL reloc_operand.