Home
last modified time | relevance | path

Searched refs:HAVE_IN_PLACE_ADDENDS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c348 (!HAVE_IN_PLACE_ADDENDS \
489 #define HAVE_IN_PLACE_ADDENDS (!HAVE_NEWABI) macro
4399 return (HAVE_IN_PLACE_ADDENDS in reloc_needs_lo_p()
15674 if (HAVE_IN_PLACE_ADDENDS && limited_pcrel_reloc_p (fixp->fx_r_type)) in mips_force_relocation_abs()
15907 else if (HAVE_IN_PLACE_ADDENDS && (fixP->fx_offset & 0x3) != 0) in fix_validate_branch()
16046 else if (HAVE_IN_PLACE_ADDENDS in md_apply_fix()
16300 else if (HAVE_IN_PLACE_ADDENDS && (fixP->fx_offset & 0x1) != 0) in md_apply_fix()
18399 && HAVE_IN_PLACE_ADDENDS in mips_fix_adjustable()
18404 if (jalr_reloc_p (fixp->fx_r_type) && HAVE_IN_PLACE_ADDENDS) in mips_fix_adjustable()
18414 && (HAVE_IN_PLACE_ADDENDS || ISA_IS_R6 (file_mips_opts.isa))) in mips_fix_adjustable()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20041611 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
1612 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.