Searched refs:BFD_RELOC_HI16 (Results 1 - 25 of 112) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-iq2000.c524 case IQ2000_OPERAND_HI16: return BFD_RELOC_HI16;
541 gas_assert (reloc_type == BFD_RELOC_HI16);
568 && (fixP->fx_cgen.opinfo == BFD_RELOC_HI16
594 gas_assert (FX_OPINFO_R_TYPE (l->fixp) == BFD_RELOC_HI16
624 || (FX_OPINFO_R_TYPE (prev) != BFD_RELOC_HI16)
H A Dtc-or32.c276 mask_or_shift = BFD_RELOC_HI16;
471 reloc = BFD_RELOC_HI16;
493 if (reloc == BFD_RELOC_HI16)
519 if (reloc == BFD_RELOC_LO16 || reloc == BFD_RELOC_HI16)
595 case BFD_RELOC_HI16: /* 0000XXXX pattern in a word. */
H A Dtc-openrisc.c319 type = BFD_RELOC_HI16;
H A Dtc-v850.c1686 return BFD_RELOC_HI16;
1688 if (operand->default_reloc == BFD_RELOC_HI16)
1689 return BFD_RELOC_HI16;
1692 return BFD_RELOC_HI16;
1695 return BFD_RELOC_HI16;
1711 if (operand->default_reloc == BFD_RELOC_HI16)
2149 case BFD_RELOC_HI16:
2213 && reloc != BFD_RELOC_HI16
2255 else if ((reloc == BFD_RELOC_HI16
2284 && reloc != BFD_RELOC_HI16
[all...]
H A Dtc-lm32.c332 return BFD_RELOC_HI16;
H A Dtc-tic4x.c1737 tinsn->reloc = BFD_RELOC_HI16;
2129 tinsn->reloc = BFD_RELOC_HI16;
2191 tinsn->reloc = BFD_RELOC_HI16;
2639 case BFD_RELOC_HI16:
2660 case BFD_RELOC_HI16:
3037 if (fixP->fx_r_type == BFD_RELOC_HI16)
H A Dtc-i370.c2169 case BFD_RELOC_HI16:
2277 case BFD_RELOC_HI16:
2586 case BFD_RELOC_HI16:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/cpu/
H A Dmt.opc162 code = BFD_RELOC_HI16;
183 if (code == BFD_RELOC_HI16)
H A Diq2000.opc207 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
H A Dlm32.opc70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dxstormy16-asm.c142 code = BFD_RELOC_HI16;
161 if ((code == BFD_RELOC_HI16 || code == BFD_RELOC_LO16)
H A Dmt-asm.c124 code = BFD_RELOC_HI16;
145 if (code == BFD_RELOC_HI16)
H A Dopenrisc-asm.c82 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
H A Dlm32-asm.c93 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dxstormy16-asm.c142 code = BFD_RELOC_HI16;
161 if ((code == BFD_RELOC_HI16 || code == BFD_RELOC_LO16)
H A Dmt-asm.c124 code = BFD_RELOC_HI16;
145 if (code == BFD_RELOC_HI16)
H A Dopenrisc-asm.c82 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-tic4x.c145 case BFD_RELOC_HI16: type = R_PARTMS8; break;
H A Delf32-openrisc.c197 { BFD_RELOC_HI16, R_OPENRISC_HI_16_IN_INSN },
H A Delf32-or32.c451 { BFD_RELOC_HI16, R_OR32_CONSTH },
H A Delf32-mt.c179 case BFD_RELOC_HI16:
H A Dmipsbsd.c320 case BFD_RELOC_HI16:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-tic4x.c145 case BFD_RELOC_HI16: type = R_PARTMS8; break;
H A Delf32-openrisc.c197 { BFD_RELOC_HI16, R_OPENRISC_HI_16_IN_INSN },
H A Delf32-or32.c451 { BFD_RELOC_HI16, R_OR32_CONSTH },

Completed in 294 milliseconds

12345