Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-s390.h27 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) macro
32 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
H A Dtc-sparc.h82 || TC_FORCE_RELOCATION (FIX))
97 || TC_FORCE_RELOCATION (FIX))
H A Dtc-arm.h82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) macro
172 || TC_FORCE_RELOCATION (FIX))
H A Dtc-cr16.h48 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) macro
H A Dtc-score.h47 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) macro
H A Dtc-ia64.h137 #define TC_FORCE_RELOCATION(f) ia64_force_relocation (f) macro
319 || TC_FORCE_RELOCATION (FIX)))
H A Dtc-spu.h57 #define TC_FORCE_RELOCATION(FIXP) \ macro
H A Dtc-mep.h70 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) macro
H A Dtc-mips.h128 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) macro
H A Dtc-alpha.h59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) macro
H A Dtc-ppc.h221 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX) macro
H A Dtc-i386.h242 || TC_FORCE_RELOCATION (FIX))
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-02032857 * config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
3991 (TC_FORCE_RELOCATION): Tidy arg.
4235 * write.c (TC_FORCE_RELOCATION): Change default.
4314 (TC_FORCE_RELOCATION): Tweak param name.
4350 (TC_FORCE_RELOCATION): Tweak param name.
4451 (TC_FORCE_RELOCATION): Tweak param name.
4476 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4513 (TC_FORCE_RELOCATION): Tweak param name.
4532 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4820 (TC_FORCE_RELOCATION): Define.
[all …]
H A Dwrite.c36 #ifndef TC_FORCE_RELOCATION
37 #define TC_FORCE_RELOCATION(FIX) \ macro
43 (TC_FORCE_RELOCATION (FIX))
49 || TC_FORCE_RELOCATION (FIX))
H A DChangeLog294 (TC_FORCE_RELOCATION): Don't resolve them either.
673 (TC_FORCE_RELOCATION): Define.
1201 (TC_FORCE_RELOCATION): Define.
H A DChangeLog-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
H A DChangeLog-9295479 TC_FORCE_RELOCATION, taking an additional section argument. If
489 older TC_FORCE_RELOCATION if not defined.
493 TC_FORCE_RELOCATION.
864 * config/tc-ppc.h (TC_FORCE_RELOCATION): Define to force all
1144 * write.c (fixup_segment): Get TC_FORCE_RELOCATION up the
2014 (TC_FORCE_RELOCATION): Define.
2022 (TC_FORCE_RELOCATION): Define if not defined.
2023 (fixup_segment): Use TC_FORCE_RELOCATION to decide whether to
6596 * config/tc-mips.h (TC_FORCE_RELOCATION): Define.
7785 have TC_FORCE_RELOCATION control clearing add_symbolP too.
[all …]
H A DChangeLog-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.
H A DChangeLog-96974791 absolute symbol unless TC_FORCE_RELOCATION returns true.
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dinternals.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