Searched refs:FIX (Results 101 - 125 of 178) sorted by relevance

12345678

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.h77 #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_plt \
319 || TC_FORCE_RELOCATION (FIX)))
H A Dtc-i860.h79 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m32c.h68 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m68hc11.h91 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m68k.h140 #define MD_APPLY_SYM_VALUE(FIX) 0
/haiku-buildtools/binutils/gas/config/
H A Dtc-mt.h58 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-z80.h77 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-xgate.h91 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-visium.h62 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-ia64.h141 #define MD_APPLY_SYM_VALUE(FIX) 0
321 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
322 ((FIX)->fx_r_type != BFD_RELOC_UNUSED \
323 && (!(FIX)->fx_pcrel \
324 || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22 \
325 || TC_FORCE_RELOCATION (FIX)))
H A Dtc-spu.h71 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m32c.h73 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-i860.h78 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-mep.h48 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m68hc11.h90 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-m68k.h138 #define MD_APPLY_SYM_VALUE(FIX) 0
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dround2-op.l12 9 001c 05AD00E9 FIX \$173,\$233
H A Dcomment-1.s11 FIX $9,$10 nothing; x y z
12 FIX $11,ROUND_DOWN,$12 that; x y z
H A Dlist-insns.s22 FIX $112,ROUND_OFF,$41
23 FIX $11,$141
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dround2-op.l12 9 001c 05AD00E9 FIX \$173,\$233
H A Dcomment-1.s11 FIX $9,$10 nothing; x y z
12 FIX $11,ROUND_DOWN,$12 that; x y z
H A Dlist-insns.s22 FIX $112,ROUND_OFF,$41
23 FIX $11,$141
/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.c32 #define TC_ADJUST_RELOC_COUNT(FIX, COUNT)
36 #define TC_FORCE_RELOCATION(FIX) \
37 (generic_force_reloc (FIX))
41 #define TC_FORCE_RELOCATION_ABS(FIX) \
42 (TC_FORCE_RELOCATION (FIX))
46 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
47 (!(FIX)->fx_pcrel \
48 || (FIX)->fx_plt \
49 || TC_FORCE_RELOCATION (FIX))
53 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SE
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50908-2.c26 ZERO_EXTEND, TRUNCATE, FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT, FIX, enumerator in enum:rtx_code

Completed in 128 milliseconds

12345678