Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-v850.c2141 #define CHECK_(name, reloc) \ in v850_reloc_prefix() macro
2148 CHECK_ ("hi0", handle_hi016(operand, errmsg) ); in v850_reloc_prefix()
2149 CHECK_ ("hi", handle_hi16(operand, errmsg) ); in v850_reloc_prefix()
2150 CHECK_ ("lo", handle_lo16 (operand, errmsg) ); in v850_reloc_prefix()
2151 CHECK_ ("sdaoff", handle_sdaoff (operand, errmsg)); in v850_reloc_prefix()
2152 CHECK_ ("zdaoff", handle_zdaoff (operand, errmsg)); in v850_reloc_prefix()
2153 CHECK_ ("tdaoff", handle_tdaoff (operand, errmsg)); in v850_reloc_prefix()
2154 CHECK_ ("hilo", BFD_RELOC_32); in v850_reloc_prefix()
2155 CHECK_ ("lo23", BFD_RELOC_V850_23); in v850_reloc_prefix()
2156 CHECK_ ("ctoff", handle_ctoff (operand, errmsg) ); in v850_reloc_prefix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9697655 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
DChangeLog-02033906 * config/tc-v850.c (CHECK_): Remove token pasting operator.