Searched refs:TC_FORCE_RELOCATION (Results 1 – 20 of 20) sorted by relevance
27 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) macro32 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
82 || TC_FORCE_RELOCATION (FIX))97 || TC_FORCE_RELOCATION (FIX))
82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) macro172 || TC_FORCE_RELOCATION (FIX))
48 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) macro
47 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) macro
137 #define TC_FORCE_RELOCATION(f) ia64_force_relocation (f) macro319 || TC_FORCE_RELOCATION (FIX)))
57 #define TC_FORCE_RELOCATION(FIXP) \ macro
70 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) macro
128 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) macro
59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) macro
221 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX) macro
242 || TC_FORCE_RELOCATION (FIX))
560 * 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 …]
36 #ifndef TC_FORCE_RELOCATION37 #define TC_FORCE_RELOCATION(FIX) \ macro43 (TC_FORCE_RELOCATION (FIX))49 || TC_FORCE_RELOCATION (FIX))
294 (TC_FORCE_RELOCATION): Don't resolve them either.673 (TC_FORCE_RELOCATION): Define.1201 (TC_FORCE_RELOCATION): Define.
91 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe2201 (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 vtable2737 * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF.2810 * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
479 TC_FORCE_RELOCATION, taking an additional section argument. If486 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 offset864 * config/tc-ppc.h (TC_FORCE_RELOCATION): Define to force all1144 * write.c (fixup_segment): Get TC_FORCE_RELOCATION up the1155 * 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 …]
453 triggered by TC_FORCE_RELOCATION.454 * config/tc-s390.h (TC_FORCE_RELOCATION): Replace macro code with1496 (TC_FORCE_RELOCATION): Force for BFD_RELOC_PPC64_TOC.1894 TC_FORCE_RELOCATION.2321 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocations2898 * config/tc-s390.h (TC_FORCE_RELOCATION): Define.5209 * config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
4791 absolute symbol unless TC_FORCE_RELOCATION returns true.
1265 @item TC_FORCE_RELOCATION (@var{fix})1266 @cindex TC_FORCE_RELOCATION1275 Like @code{TC_FORCE_RELOCATION}, but used only for fixup expressions against an1276 absolute symbol. If undefined, @code{TC_FORCE_RELOCATION} will be used.1280 Like @code{TC_FORCE_RELOCATION}, but used only for fixup expressions against a1282 @code{fx_pcrel} or for which @code{TC_FORCE_RELOCATION}1291 @w{@code{! SEG_NORMAL (@var{seg}) || TC_FORCE_RELOCATION (@var{fix})}} will