Home
last modified time | relevance | path

Searched refs:tc_fix_adjustable (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.h100 #define tc_fix_adjustable(FIX) ppc_pe_fix_adjustable (FIX) macro
160 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX) macro
209 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX) macro
HDtc-sparc.h106 #define tc_fix_adjustable(FIX) \ macro
135 #define tc_fix_adjustable(FIX) \ macro
HDtc-cr16.h45 #define tc_fix_adjustable(fixP) 0 macro
HDtc-s390.h34 #define tc_fix_adjustable(X) tc_s390_fix_adjustable(X) macro
HDtc-score.h50 #define tc_fix_adjustable(fixp) score_fix_adjustable (fixp) macro
HDtc-spu.h50 #define tc_fix_adjustable(FIXP) \ macro
HDtc-mep.h62 #define tc_fix_adjustable(fixP) mep_fix_adjustable (fixP) macro
HDtc-mips.h116 #define tc_fix_adjustable(fixp) mips_fix_adjustable (fixp) macro
HDtc-alpha.h60 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) macro
HDtc-i386.h214 #define tc_fix_adjustable(X) tc_i386_fix_adjustable(X) macro
HDtc-arm.h249 # define tc_fix_adjustable(FIX) arm_fix_adjustable (FIX) macro
HDtc-ia64.h138 #define tc_fix_adjustable(f) ia64_fix_adjustable (f) macro
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-02032780 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust TLS
2859 * config/tc-sparc.h (tc_fix_adjustable): Likewise.
4288 (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
4317 (tc_fix_adjustable): Call arm_fix_adjustable.
4333 (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
4336 (tc_fix_adjustable): Remove extern, weak tests.
4349 (tc_fix_adjustable): Define.
4372 (tc_fix_adjustable): Define.
4380 (tc_fix_adjustable): Define.
4388 (tc_fix_adjustable): Define.
[all …]
HDwrite.c779 #ifdef tc_fix_adjustable in adjust_reloc_syms()
780 if (! tc_fix_adjustable (fixp)) in adjust_reloc_syms()
HDChangeLog-96971280 * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
1285 * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
1291 * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
1415 * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
2761 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
3293 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
3321 (tc_fix_adjustable): Define.
3362 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
3464 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
3519 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
[all …]
HDChangeLog-9899752 * config/tc-sparc.h (tc_fix_adjustable): Fix check for PIC local
868 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust GOT, PLT, or
954 * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: Call S_IS_LOCAL
956 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: Likewise.
2005 (tc_fix_adjustable): Define.
3229 (tc_fix_adjustable): Don't adjust them.
3881 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
4600 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
4602 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
4636 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
HDChangeLog293 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
HDChangeLog-9295787 * config/tc-ppc.h (tc_fix_adjustable): Define.
1402 * config/tc-sparc.h (tc_fix_adjustable): For OBJ_AOUT case, adjust
2133 (tc_fix_adjustable): New definition for OBJ_AOUT.
2264 (tc_fix_adjustable): Don't adjust PC relative relocs if PIC.
3599 * config/tc-sparc.h (tc_fix_adjustable): Define if OBJ_ELF.
5036 * config/tc-i386.h (TC_RELOC, tc_fix_adjustable,
6924 tc_fix_adjustable): New macros.
8732 * config/tc-hppa.h (tc_fix_adjustable): Call hppa_fix_adjustable to
8950 * config/tc-hppa.h (tc_fix_adjustable): New macro. Only accept relocations
HDChangeLog-00011498 (tc_fix_adjustable): Move body of macro to tc-ppc.c.
2864 * config/tc-cris.h (tc_fix_adjustable): Allow only
2962 (tc_fix_adjustable): Don't adjust a globally visible symbol when
5234 obj_fix_adjustable() and tc_fix_adjustable() to tell whether to
HDChangeLog-20062397 tc_fix_adjustable): Define.
/freebsd-11-stable/contrib/binutils/gas/doc/
HDinternals.texi1351 @item tc_fix_adjustable
1352 @cindex tc_fix_adjustable