Searched refs:CHECK_ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-v850.c | 2141 #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/ |
D | ChangeLog-9697 | 655 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
|
D | ChangeLog-0203 | 3906 * config/tc-v850.c (CHECK_): Remove token pasting operator.
|