Searched refs:FIX (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.h80 #define TC_FORCE_RELOCATION_ABS(FIX) \
81 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
82 || TC_FORCE_RELOCATION (FIX))
93 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
94 (!(FIX)->fx_pcrel \
96 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \
97 || TC_FORCE_RELOCATION (FIX))
106 #define tc_fix_adjustable(FIX) \
107 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
108 && (FIX)
[all...]
H A Dtc-s390.h27 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX)
31 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
32 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
38 #define MD_APPLY_SYM_VALUE(FIX) 0
77 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)
H A Dtc-alpha.h59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX)
60 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX)
64 #define MD_APPLY_SYM_VALUE(FIX) 0
161 #define TC_INIT_FIX_DATA(FIX) \
163 FIX->tc_fix_data.next_reloc = NULL; \
164 FIX->tc_fix_data.info = NULL; \
168 #define TC_FIX_DATA_PRINT(STREAM, FIX) \
170 if (FIX
[all...]
H A Dtc-ppc.h101 #define tc_fix_adjustable(FIX) ppc_pe_fix_adjustable (FIX)
161 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
210 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
214 #define MD_APPLY_SYM_VALUE(FIX) 0
222 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX)
227 #define MD_PCREL_FROM_SECTION(FIX, SE
[all...]
H A Dtc-arm.h82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX)
111 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0)
168 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
169 (!(FIX)->fx_pcrel \
170 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \
171 || (FIX)->fx_r_type == BFD_RELOC_32 \
172 || TC_FORCE_RELOCATION (FIX))
176 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SE
[all...]
H A Dtc-mips.h120 #define MD_APPLY_SYM_VALUE(FIX) 0
128 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX)
131 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
132 (! SEG_NORMAL (SEG) || mips_force_relocation (FIX))
H A Dtc-i386.h212 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
218 #define MD_APPLY_SYM_VALUE(FIX) 0
237 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
238 (!(FIX)->fx_pcrel \
239 || (FIX)->fx_r_type == BFD_RELOC_386_PLT32 \
240 || (FIX)->fx_r_type == BFD_RELOC_386_GOT32 \
241 || (FIX)->fx_r_type == BFD_RELOC_386_GOTPC \
242 || TC_FORCE_RELOCATION (FIX))
H A Dtc-arc.h69 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-ia64.h139 #define MD_APPLY_SYM_VALUE(FIX) 0
315 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
316 ((FIX)->fx_r_type != BFD_RELOC_UNUSED \
317 && (!(FIX)->fx_pcrel \
318 || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22 \
319 || TC_FORCE_RELOCATION (FIX)))
H A Dtc-mep.h49 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-spu.h69 #define MD_APPLY_SYM_VALUE(FIX) 0
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c33 #define TC_ADJUST_RELOC_COUNT(FIX, COUNT)
37 #define TC_FORCE_RELOCATION(FIX) \
38 (generic_force_reloc (FIX))
42 #define TC_FORCE_RELOCATION_ABS(FIX) \
43 (TC_FORCE_RELOCATION (FIX))
47 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
48 (!(FIX)->fx_pcrel \
49 || TC_FORCE_RELOCATION (FIX))
53 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
58 #define TC_FORCE_RELOCATION_SUB_ABS(FIX)
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c576 #define FIX(off1, off2, type) \
584 FIX (cbLineOffset, line, unsigned char *);
585 FIX (cbDnOffset, external_dnr, void *);
586 FIX (cbPdOffset, external_pdr, void *);
587 FIX (cbSymOffset, external_sym, void *);
588 FIX (cbOptOffset, external_opt, void *);
589 FIX (cbAuxOffset, external_aux, union aux_ext *);
590 FIX (cbSsOffset, ss, char *);
591 FIX (cbSsExtOffset, ssext, char *);
592 FIX (cbFdOffse
574 #define FIX macro
593 #undef FIX macro
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h221 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; enumerator in enum:fixstate
H A Dfsutil.c939 idesc->id_fix = FIX;
946 idesc->id_fix = FIX;
949 case FIX:
957 errx(EEXIT, "UNKNOWN INODESC FIX MODE %d", idesc->id_fix);
/freebsd-11-stable/contrib/gcc/
H A Dsched-vis.c311 case FIX:
H A Doptabs.c4484 /* FIXME: This requires a port to define both FIX and FTRUNC pattern
4760 doing_unsigned ? UNSIGNED_FIX : FIX);
4880 gen_rtx_fmt_e (unsignedp ? UNSIGNED_FIX : FIX,
5352 sfix_optab = init_convert_optab (FIX);
H A Dreg-stack.c442 case FIX:
H A Dsimplify-rtx.c944 such as FIX. At some point, this should be simplified. */
1269 case FIX:
1294 /* Although the overflow semantics of RTL's FIX and UNSIGNED_FIX
1306 case FIX:
H A Dreload1.c2563 case FLOAT: case FIX:
2784 case FLOAT: case FIX:
H A Drtlanal.c2169 case FIX:
H A Dcse.c3913 || code == FIX
H A Dexpr.c6099 case FIX:
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_pkt.c1119 FIX ME
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c2342 case FIX:
8473 case FIX:

Completed in 406 milliseconds

12