Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c332 (!HAVE_IN_PLACE_ADDENDS \
470 #define HAVE_IN_PLACE_ADDENDS (!HAVE_NEWABI) macro
4194 return (HAVE_IN_PLACE_ADDENDS in reloc_needs_lo_p()
17175 && HAVE_IN_PLACE_ADDENDS in mips_fix_adjustable()
17180 if (jalr_reloc_p (fixp->fx_r_type) && HAVE_IN_PLACE_ADDENDS) in mips_fix_adjustable()
17190 && (HAVE_IN_PLACE_ADDENDS || ISA_IS_R6 (file_mips_opts.isa))) in mips_fix_adjustable()
17292 else if (HAVE_IN_PLACE_ADDENDS in tc_gen_reloc()
/toolchain/binutils/binutils-2.27/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.