Home
last modified time | relevance | path

Searched refs:TC_FORCE_RELOCATION (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDtc-s390.h27 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) macro
32 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
HDtc-sparc.h82 || TC_FORCE_RELOCATION (FIX))
97 || TC_FORCE_RELOCATION (FIX))
HDtc-arm.h82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) macro
172 || TC_FORCE_RELOCATION (FIX))
HDtc-cr16.h48 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) macro
HDtc-score.h47 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) macro
HDtc-ia64.h137 #define TC_FORCE_RELOCATION(f) ia64_force_relocation (f) macro
319 || TC_FORCE_RELOCATION (FIX)))
HDtc-spu.h57 #define TC_FORCE_RELOCATION(FIXP) \ macro
HDtc-mep.h70 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) macro
HDtc-mips.h128 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) macro
HDtc-alpha.h59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) macro
HDtc-ppc.h221 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX) macro
HDtc-i386.h242 || TC_FORCE_RELOCATION (FIX))
/NextBSD/contrib/binutils/gas/
HDChangeLog-0203560 * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
968 * config/tc-frv.c (md_pcrel_from_section): Heed TC_FORCE_RELOCATION.
2829 (TC_FORCE_RELOCATION): Use it here instead of S_FORCE_RELOC.
2830 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2857 * config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
2858 * config/tc-mcore.h (TC_FORCE_RELOCATION): Likewise.
2862 * config/tc-d10v.h (TC_FORCE_RELOCATION): Don't define.
2864 * config/tc-dlx.h (TC_FORCE_RELOCATION): Don't define.
2866 * config/tc-fr30.h (TC_FORCE_RELOCATION): Don't define.
2868 * config/tc-mn10300.h (TC_FORCE_RELOCATION): Don't define.
[all …]
HDwrite.c36 #ifndef TC_FORCE_RELOCATION
37 #define TC_FORCE_RELOCATION(FIX) \ macro
43 (TC_FORCE_RELOCATION (FIX))
49 || TC_FORCE_RELOCATION (FIX))
HDChangeLog294 (TC_FORCE_RELOCATION): Don't resolve them either.
673 (TC_FORCE_RELOCATION): Define.
1201 (TC_FORCE_RELOCATION): Define.
HDChangeLog-989991 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe
2201 (TC_FORCE_RELOCATION): Define.
2433 (TC_FORCE_RELOCATION): Define.
2611 * config/tc-sparc.h (TC_FORCE_RELOCATION): Define.
2621 (TC_FORCE_RELOCATION): Define.
2728 * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
2737 * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF.
2810 * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
HDChangeLog-9295479 TC_FORCE_RELOCATION, taking an additional section argument. If
486 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
489 older TC_FORCE_RELOCATION if not defined.
493 TC_FORCE_RELOCATION.
859 (md_pcrel_from): If TC_FORCE_RELOCATION is true, relocation offset
864 * config/tc-ppc.h (TC_FORCE_RELOCATION): Define to force all
1144 * write.c (fixup_segment): Get TC_FORCE_RELOCATION up the
1155 * config/tc-{i386,arm}.h (TC_FORCE_RELOCATION): Keep RVA relocs.
2014 (TC_FORCE_RELOCATION): Define.
2016 (TC_COUNT_RELOC): Simplify; rely on TC_FORCE_RELOCATION instead.
[all …]
HDChangeLog-0001453 triggered by TC_FORCE_RELOCATION.
454 * config/tc-s390.h (TC_FORCE_RELOCATION): Replace macro code with
1496 (TC_FORCE_RELOCATION): Force for BFD_RELOC_PPC64_TOC.
1894 TC_FORCE_RELOCATION.
2321 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocations
2898 * config/tc-s390.h (TC_FORCE_RELOCATION): Define.
5209 * config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
HDChangeLog-96974791 absolute symbol unless TC_FORCE_RELOCATION returns true.
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi1265 @item TC_FORCE_RELOCATION (@var{fix})
1266 @cindex TC_FORCE_RELOCATION
1275 Like @code{TC_FORCE_RELOCATION}, but used only for fixup expressions against an
1276 absolute symbol. If undefined, @code{TC_FORCE_RELOCATION} will be used.
1280 Like @code{TC_FORCE_RELOCATION}, but used only for fixup expressions against a
1282 @code{fx_pcrel} or for which @code{TC_FORCE_RELOCATION}
1291 @w{@code{! SEG_NORMAL (@var{seg}) || TC_FORCE_RELOCATION (@var{fix})}} will