Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-v850.c2153 #define CHECK_(name, reloc) \ in v850_reloc_prefix() macro
2160 CHECK_ ("hi0", handle_hi016(operand, errmsg) ); in v850_reloc_prefix()
2161 CHECK_ ("hi", handle_hi16(operand, errmsg) ); in v850_reloc_prefix()
2162 CHECK_ ("lo", handle_lo16 (operand, errmsg) ); in v850_reloc_prefix()
2163 CHECK_ ("sdaoff", handle_sdaoff (operand, errmsg)); in v850_reloc_prefix()
2164 CHECK_ ("zdaoff", handle_zdaoff (operand, errmsg)); in v850_reloc_prefix()
2165 CHECK_ ("tdaoff", handle_tdaoff (operand, errmsg)); in v850_reloc_prefix()
2166 CHECK_ ("hilo", BFD_RELOC_32); in v850_reloc_prefix()
2167 CHECK_ ("lo23", BFD_RELOC_V850_23); in v850_reloc_prefix()
2168 CHECK_ ("ctoff", handle_ctoff (operand, errmsg) ); in v850_reloc_prefix()
/toolchain/binutils/binutils-2.27/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.