Lines Matching refs:default_reloc
1972 if (operand->default_reloc == BFD_RELOC_HI16) in handle_hi016()
1975 if (operand->default_reloc == BFD_RELOC_HI16_S) in handle_hi016()
1978 if (operand->default_reloc == BFD_RELOC_16) in handle_hi016()
1992 if (operand->default_reloc == BFD_RELOC_HI16_S) in handle_hi16()
1995 if (operand->default_reloc == BFD_RELOC_HI16) in handle_hi16()
1998 if (operand->default_reloc == BFD_RELOC_16) in handle_hi16()
2012 if (operand->default_reloc == BFD_RELOC_LO16) in handle_lo16()
2015 if (operand->default_reloc == BFD_RELOC_V850_16_SPLIT_OFFSET) in handle_lo16()
2018 if (operand->default_reloc == BFD_RELOC_V850_16_S1) in handle_lo16()
2021 if (operand->default_reloc == BFD_RELOC_16) in handle_lo16()
2041 if (operand->default_reloc == BFD_RELOC_V850_CALLT_6_7_OFFSET) in handle_ctoff()
2042 return operand->default_reloc; in handle_ctoff()
2044 if (operand->default_reloc == BFD_RELOC_V850_16_S1) in handle_ctoff()
2047 if (operand->default_reloc == BFD_RELOC_16) in handle_ctoff()
2060 if (operand->default_reloc == BFD_RELOC_V850_16_SPLIT_OFFSET) in handle_sdaoff()
2063 if (operand->default_reloc == BFD_RELOC_16) in handle_sdaoff()
2066 if (operand->default_reloc == BFD_RELOC_V850_16_S1) in handle_sdaoff()
2079 if (operand->default_reloc == BFD_RELOC_V850_16_SPLIT_OFFSET) in handle_zdaoff()
2082 if (operand->default_reloc == BFD_RELOC_16) in handle_zdaoff()
2085 if (operand->default_reloc == BFD_RELOC_V850_16_S1) in handle_zdaoff()
2099 switch (operand->default_reloc) in handle_tdaoff()
2111 return operand->default_reloc; in handle_tdaoff()
2116 if (operand->default_reloc == BFD_RELOC_16 && operand->shift == 16) in handle_tdaoff()
2648 fixups[fc].reloc = operand->default_reloc; in md_assemble()
2685 fixups[fc].reloc = operand->default_reloc; in md_assemble()
2699 if ((operand->default_reloc == BFD_RELOC_V850_32_ABS in md_assemble()
2700 || operand->default_reloc == BFD_RELOC_V850_32_PCREL) in md_assemble()
2722 fixups[fc].reloc = operand->default_reloc; in md_assemble()
3276 else if (operand->default_reloc == BFD_RELOC_V850_16_PCREL) in md_assemble()
3487 if (operand->default_reloc == BFD_RELOC_NONE) in md_apply_fix()
3496 fixP->fx_r_type = operand->default_reloc; in md_apply_fix()
3497 if (operand->default_reloc == BFD_RELOC_V850_16_PCREL) in md_apply_fix()