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

12345678

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-vax.h54 #define MD_APPLY_SYM_VALUE(FIX) 0
56 #define tc_fix_adjustable(FIX) \
57 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
58 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
59 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
60 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
61 && ((FIX)->fx_pcrel \
62 || ((FIX)->fx_subsy != NULL \
63 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
64 == S_GET_SEGMENT ((FIX)
[all...]
H A Dtc-sparc.h66 #define TC_FORCE_RELOCATION_ABS(FIX) \
67 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
68 || TC_FORCE_RELOCATION (FIX))
79 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
80 (!(FIX)->fx_pcrel \
81 || (FIX)->fx_plt \
83 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \
84 || TC_FORCE_RELOCATION (FIX))
93 #define tc_fix_adjustable(FIX) \
94 ((FIX)
[all...]
H A Dtc-i960.h126 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
127 ((FIX)->fx_tcbit \
129 || TC_FORCE_RELOCATION (FIX))
136 #define TC_FORCE_RELOCATION_ABS(FIX) \
137 (TC_FORCE_RELOCATION (FIX) \
138 || reloc_callj (FIX))
140 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
141 (!(FIX)->fx_pcrel \
142 || (FIX)->fx_plt \
143 || TC_FORCE_RELOCATION (FIX) \
[all...]
H A Dtc-openrisc.h46 #define MD_APPLY_SYM_VALUE(FIX) 0
51 #define tc_fix_adjustable(FIX) openrisc_fix_adjustable (FIX)
57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
H A Dtc-sh64.h80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
81 (!(FIX)->fx_pcrel \
82 || (FIX)->fx_plt \
83 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \
85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \
86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \
87 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \
88 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
89 || (FIX)
[all...]
H A Dtc-mn10300.h29 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \
30 ((FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
31 && (FIX)->fx_r_type != BFD_RELOC_MN10300_GOT32 \
32 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
33 && ((FIX)->fx_addsy == NULL \
34 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
35 && ! S_IS_WEAK ((FIX)->fx_addsy) \
36 && S_IS_DEFINED ((FIX)->fx_addsy) \
37 && ! S_IS_COMMON ((FIX)->fx_addsy))))
66 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SE
[all...]
H A Dtc-sh.h63 #define SWITCH_TABLE(FIX) \
64 ((FIX)->fx_addsy != NULL \
65 && (FIX)->fx_subsy != NULL \
66 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
67 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
68 && ((FIX)->fx_r_type == BFD_RELOC_32 \
69 || (FIX)->fx_r_type == BFD_RELOC_16 \
70 || (FIX)->fx_r_type == BFD_RELOC_8))
72 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
74 || TC_FORCE_RELOCATION (FIX) \
[all...]
H A Dtc-i370.h52 #define MD_APPLY_SYM_VALUE(FIX) 0
58 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
H A Dtc-d10v.h33 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
61 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX)
65 #define MD_APPLY_SYM_VALUE(FIX) 0
H A Dtc-fr30.h42 #define MD_APPLY_SYM_VALUE(FIX) 0
46 #define tc_fix_adjustable(FIX) fr30_fix_adjustable (FIX)
53 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
H A Dtc-xstormy16.h41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX)
56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
/haiku-buildtools/binutils/gas/config/
H A Dtc-sparc.h83 #define TC_FORCE_RELOCATION_ABS(FIX) \
84 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
85 || TC_FORCE_RELOCATION (FIX))
96 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
97 (!(FIX)->fx_pcrel \
99 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \
100 || TC_FORCE_RELOCATION (FIX))
109 #define tc_fix_adjustable(FIX) \
110 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
111 && (FIX)
[all...]
H A Dtc-vax.h61 #define MD_APPLY_SYM_VALUE(FIX) 0
63 #define tc_fix_adjustable(FIX) \
64 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
65 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
66 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
67 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
68 && ((FIX)->fx_pcrel \
69 || ((FIX)->fx_subsy != NULL \
70 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
71 == S_GET_SEGMENT ((FIX)
[all...]
H A Dtc-i960.h124 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
125 ((FIX)->fx_tcbit \
127 || TC_FORCE_RELOCATION (FIX))
134 #define TC_FORCE_RELOCATION_ABS(FIX) \
135 (TC_FORCE_RELOCATION (FIX) \
136 || reloc_callj (FIX))
138 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
139 (!(FIX)->fx_pcrel \
140 || TC_FORCE_RELOCATION (FIX) \
141 || reloc_callj (FIX))
[all...]
H A Dtc-sh64.h80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
81 (!(FIX)->fx_pcrel \
82 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
83 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \
84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \
85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \
86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \
87 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
88 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \
89 || (FIX)
[all...]
H A Dtc-mn10300.h28 #define TC_FORCE_RELOCATION(FIX) mn10300_force_relocation (FIX)
31 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
32 (!(FIX)->fx_pcrel \
33 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
34 || (FIX)->fx_r_type == BFD_RELOC_MN10300_GOT32 \
35 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
36 || TC_FORCE_RELOCATION (FIX))
65 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
68 || (FIX)
[all...]
H A Dtc-xstormy16.h41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX)
56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
69 #define TC_FX_SIZE_SLACK(FIX) 2
H A Dtc-sh.h70 #define SWITCH_TABLE(FIX) \
71 ((FIX)->fx_addsy != NULL \
72 && (FIX)->fx_subsy != NULL \
73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
75 && ((FIX)->fx_r_type == BFD_RELOC_32 \
76 || (FIX)->fx_r_type == BFD_RELOC_16 \
77 || (FIX)->fx_r_type == BFD_RELOC_8))
79 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
81 || TC_FORCE_RELOCATION (FIX) \
[all...]
H A Dtc-v850.h37 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX)
40 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX)
45 #define MD_APPLY_SYM_VALUE(FIX) 0
76 #define TC_FX_SIZE_SLACK(FIX) 2
78 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC)
H A Dtc-bfin.h63 #define tc_fix_adjustable(FIX) bfin_fix_adjustable (FIX)
66 #define TC_FORCE_RELOCATION(FIX) bfin_force_relocation (FIX)
70 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
74 #define MD_APPLY_SYM_VALUE(FIX) 0
77 #define TC_FX_SIZE_SLACK(FIX) 2
H A Dtc-i370.h51 #define MD_APPLY_SYM_VALUE(FIX) 0
57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
H A Dtc-lm32.h37 #define MD_APPLY_SYM_VALUE(FIX) 0
47 #define tc_fix_adjustable(FIX) lm32_fix_adjustable (FIX)
H A Dtc-ft32.h43 // #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
48 #define md_pcrel_from(FIX) \
49 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-or1k.h44 #define MD_APPLY_SYM_VALUE(FIX) 0
50 #define tc_fix_adjustable(FIX) or1k_fix_adjustable (FIX)
54 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
H A Dtc-d10v.h32 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
53 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX)
57 #define MD_APPLY_SYM_VALUE(FIX) 0

Completed in 470 milliseconds

12345678