| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-sh64.h | 80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 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)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \ [all …]
|
| H A D | tc-sparc.h | 75 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 76 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \ 77 || TC_FORCE_RELOCATION (FIX)) 88 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 89 (!(FIX)->fx_pcrel \ 90 || (FIX)->fx_plt \ 92 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \ 93 || TC_FORCE_RELOCATION (FIX)) 102 #define tc_fix_adjustable(FIX) \ argument 103 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ [all …]
|
| H A D | tc-sh.h | 66 #define SWITCH_TABLE_CONS(FIX) (0) argument 68 #define SWITCH_TABLE_CONS(FIX) \ argument 69 ((FIX)->fx_r_type == 0 \ 70 && ((FIX)->fx_size == 2 \ 71 || (FIX)->fx_size == 1 \ 72 || (FIX)->fx_size == 4)) 75 #define SWITCH_TABLE(FIX) \ argument 76 ((FIX)->fx_addsy != NULL \ 77 && (FIX)->fx_subsy != NULL \ 78 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \ [all …]
|
| H A D | tc-i960.h | 65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) argument 66 #define TC_COFF_FIX2RTYPE(FIX) tc_coff_fix2rtype (FIX) argument 135 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 136 ((FIX)->fx_tcbit \ 138 || TC_FORCE_RELOCATION (FIX)) 145 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 146 (TC_FORCE_RELOCATION (FIX) \ 147 || reloc_callj (FIX)) 149 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 150 (!(FIX)->fx_pcrel \ [all …]
|
| H A D | tc-mn10300.h | 33 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument 34 ((FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \ 35 && (FIX)->fx_r_type != BFD_RELOC_MN10300_GOT32 \ 36 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \ 37 && ((FIX)->fx_addsy == NULL \ 38 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \ 39 && ! S_IS_WEAK ((FIX)->fx_addsy) \ 40 && S_IS_DEFINED ((FIX)->fx_addsy) \ 41 && ! S_IS_COMMON ((FIX)->fx_addsy)))) 69 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \ argument [all …]
|
| H A D | tc-vax.h | 64 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 66 #define tc_fix_adjustable(FIX) \ argument 67 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 68 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \ 69 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \ 70 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 71 && ((FIX)->fx_pcrel \ 72 || ((FIX)->fx_subsy != NULL \ 73 && (S_GET_SEGMENT ((FIX)->fx_subsy) \ 74 == S_GET_SEGMENT ((FIX)->fx_addsy))) \ [all …]
|
| H A D | tc-cris.h | 88 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX) argument 102 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 103 (!(FIX)->fx_pcrel \ 104 || (FIX)->fx_plt \ 105 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 106 || TC_FORCE_RELOCATION (FIX)) 110 #define tc_fix_adjustable(FIX) \ argument 111 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 112 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 113 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ [all …]
|
| H A D | tc-arm.h | 82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) argument 100 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = NULL) argument 140 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 141 (!(FIX)->fx_pcrel \ 142 || (FIX)->fx_plt \ 143 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT12 \ 144 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \ 145 || (FIX)->fx_r_type == BFD_RELOC_32 \ 146 || TC_FORCE_RELOCATION (FIX)) 189 # define tc_fix_adjustable(FIX) arm_fix_adjustable (FIX) argument [all …]
|
| H A D | tc-alpha.h | 58 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) argument 59 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) argument 63 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 160 #define TC_INIT_FIX_DATA(FIX) \ argument 162 FIX->tc_fix_data.next_reloc = (struct fix *) 0; \ 163 FIX->tc_fix_data.info = (struct alpha_reloc_tag *) 0; \ 167 #define TC_FIX_DATA_PRINT(STREAM, FIX) \ argument 169 if (FIX->tc_fix_data.info) \ 171 (long) FIX->tc_fix_data.info, \ 172 (long) FIX->tc_fix_data.next_reloc); \
|
| H A D | tc-m32r.h | 47 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument 79 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 83 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX) argument 102 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument 103 ((FIX)->fx_addsy == NULL \ 104 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \ 105 && ! S_IS_WEAK ((FIX)->fx_addsy) \ 106 && S_IS_DEFINED ((FIX)->fx_addsy) \ 107 && ! S_IS_COMMON ((FIX)->fx_addsy)))
|
| H A D | tc-pj.h | 45 #define md_pcrel_from(FIX) \ argument 46 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1) 56 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 58 #define tc_fix_adjustable(FIX) \ argument 59 (! ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ 60 || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY))
|
| H A D | tc-v850.h | 40 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX) argument 43 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX) argument 48 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 77 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC) argument
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-sparc.h | 66 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 67 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \ 68 || TC_FORCE_RELOCATION (FIX)) 79 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 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) \ argument 94 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ [all …]
|
| H A D | tc-sh64.h | 80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 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)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \ [all …]
|
| H A D | tc-sh.h | 63 #define SWITCH_TABLE(FIX) \ argument 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) \ argument 74 || TC_FORCE_RELOCATION (FIX) \ [all …]
|
| H A D | tc-i960.h | 126 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 127 ((FIX)->fx_tcbit \ 129 || TC_FORCE_RELOCATION (FIX)) 136 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 137 (TC_FORCE_RELOCATION (FIX) \ 138 || reloc_callj (FIX)) 140 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 141 (!(FIX)->fx_pcrel \ 142 || (FIX)->fx_plt \ 143 || TC_FORCE_RELOCATION (FIX) \ [all …]
|
| H A D | tc-mn10300.h | 29 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument 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, SEC) \ argument [all …]
|
| H A D | tc-vax.h | 54 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 56 #define tc_fix_adjustable(FIX) \ argument 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)->fx_addsy))) \ [all …]
|
| H A D | tc-cris.h | 89 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX) argument 103 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 104 (!(FIX)->fx_pcrel \ 105 || (FIX)->fx_plt \ 106 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 107 || TC_FORCE_RELOCATION (FIX)) 111 #define tc_fix_adjustable(FIX) \ argument 112 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 113 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 114 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ [all …]
|
| H A D | tc-arm.h | 80 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) argument 108 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0) argument 147 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 148 (!(FIX)->fx_pcrel \ 149 || (FIX)->fx_plt \ 150 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \ 151 || (FIX)->fx_r_type == BFD_RELOC_32 \ 152 || TC_FORCE_RELOCATION (FIX)) 156 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 157 (THUMB_IS_FUNC ((FIX)->fx_addsy) \ [all …]
|
| H A D | tc-alpha.h | 59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) argument 60 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) argument 64 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 161 #define TC_INIT_FIX_DATA(FIX) \ argument 163 FIX->tc_fix_data.next_reloc = NULL; \ 164 FIX->tc_fix_data.info = NULL; \ 168 #define TC_FIX_DATA_PRINT(STREAM, FIX) \ argument 170 if (FIX->tc_fix_data.info) \ 172 (long) FIX->tc_fix_data.info, \ 173 (long) FIX->tc_fix_data.next_reloc); \
|
| H A D | tc-m32r.h | 42 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument 70 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 74 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX) argument 91 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument 92 ((FIX)->fx_addsy == NULL \ 93 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \ 94 && ! S_IS_WEAK ((FIX)->fx_addsy) \ 95 && S_IS_DEFINED ((FIX)->fx_addsy) \ 96 && ! S_IS_COMMON ((FIX)->fx_addsy)))
|
| H A D | tc-pj.h | 45 #define md_pcrel_from(FIX) \ argument 46 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1) 56 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 58 #define tc_fix_adjustable(FIX) \ argument 59 (! ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ 60 || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY))
|
| H A D | tc-v850.h | 36 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX) argument 39 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX) argument 44 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 73 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC) argument
|
| H A D | tc-bfin.h | 65 #define tc_fix_adjustable(FIX) bfin_fix_adjustable (FIX) argument 68 #define TC_FORCE_RELOCATION(FIX) bfin_force_relocation (FIX) argument 72 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument 76 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
|