/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sh64.h | 80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 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)->fx_r_type == BFD_RELOC_SH_GOT_MEDLOW16 \ [all …]
|
D | tc-sparc.h | 83 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 84 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \ 85 || TC_FORCE_RELOCATION (FIX)) 96 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 97 (!(FIX)->fx_pcrel \ 99 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \ 100 || TC_FORCE_RELOCATION (FIX)) 109 #define tc_fix_adjustable(FIX) \ argument 110 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 111 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ [all …]
|
D | tc-sh.h | 70 #define SWITCH_TABLE(FIX) \ argument 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) \ argument 81 || TC_FORCE_RELOCATION (FIX) \ [all …]
|
D | tc-i960.h | 124 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 125 ((FIX)->fx_tcbit \ 127 || TC_FORCE_RELOCATION (FIX)) 134 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument 135 (TC_FORCE_RELOCATION (FIX) \ 136 || reloc_callj (FIX)) 138 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 139 (!(FIX)->fx_pcrel \ 140 || TC_FORCE_RELOCATION (FIX) \ 141 || reloc_callj (FIX)) [all …]
|
D | tc-arm.h | 91 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) argument 126 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0) argument 197 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 198 (!(FIX)->fx_pcrel \ 199 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \ 200 || (FIX)->fx_r_type == BFD_RELOC_32 \ 201 || ((FIX)->fx_addsy != NULL && S_IS_WEAK ((FIX)->fx_addsy)) \ 202 || TC_FORCE_RELOCATION (FIX)) 206 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 207 (THUMB_IS_FUNC ((FIX)->fx_addsy) \ [all …]
|
D | tc-mn10300.h | 28 #define TC_FORCE_RELOCATION(FIX) mn10300_force_relocation (FIX) argument 31 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 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) \ argument 68 || (FIX)->fx_r_type == BFD_RELOC_MN10300_ALIGN \ 69 || TC_FORCE_RELOCATION (FIX)) [all …]
|
D | tc-vax.h | 61 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 63 #define tc_fix_adjustable(FIX) \ argument 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)->fx_addsy))) \ [all …]
|
D | tc-cris.h | 83 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX) argument 97 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 98 (!(FIX)->fx_pcrel \ 99 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 100 || TC_FORCE_RELOCATION (FIX)) 104 #define tc_fix_adjustable(FIX) \ argument 105 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 106 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 107 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 108 || (FIX)->fx_r_type == BFD_RELOC_CRIS_32_GOTREL)) [all …]
|
D | tc-alpha.h | 57 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) argument 58 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) argument 62 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 70 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1 argument 164 #define TC_INIT_FIX_DATA(FIX) \ argument 166 FIX->tc_fix_data.next_reloc = NULL; \ 167 FIX->tc_fix_data.info = NULL; \ 171 #define TC_FIX_DATA_PRINT(STREAM, FIX) \ argument 173 if (FIX->tc_fix_data.info) \ 175 (long) FIX->tc_fix_data.info, \ [all …]
|
D | tc-i386.h | 150 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX) argument 156 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 174 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 175 (!(FIX)->fx_pcrel \ 176 || (FIX)->fx_r_type == BFD_RELOC_386_PLT32 \ 177 || (FIX)->fx_r_type == BFD_RELOC_386_GOTPC \ 178 || (FIX)->fx_r_type == BFD_RELOC_X86_64_GOTPCREL \ 179 || TC_FORCE_RELOCATION (FIX)) 329 #define TC_FORCE_RELOCATION(FIX) (obj_mach_o_force_reloc (FIX)) argument 331 #define TC_FORCE_RELOCATION_SUB_SAME(FIX,SEG) \ argument [all …]
|
D | tc-aarch64.h | 67 #define TC_FORCE_RELOCATION(FIX) aarch64_force_relocation (FIX) argument 82 #define TC_INIT_FIX_DATA(FIX) { (FIX)->tc_fix_data.inst = NULL; \ argument 83 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; } 111 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 112 (!(FIX)->fx_pcrel \ 113 || (FIX)->fx_r_type == BFD_RELOC_64 \ 114 || (FIX)->fx_r_type == BFD_RELOC_32 \ 115 || TC_FORCE_RELOCATION (FIX)) 201 # define tc_fix_adjustable(FIX) 1 argument 203 # define MD_APPLY_SYM_VALUE(FIX) 0 argument
|
D | tc-ppc.h | 111 #define tc_fix_adjustable(FIX) ppc_pe_fix_adjustable (FIX) argument 177 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX) argument 228 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX) argument 232 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 238 #define TC_CONS_FIX_CHECK(EXP, NBYTES, FIX) \ argument 239 ppc_elf_cons_fix_check (EXP, NBYTES, FIX) 254 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX) argument 259 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument
|
D | tc-bfin.h | 62 #define tc_fix_adjustable(FIX) bfin_fix_adjustable (FIX) argument 65 #define TC_FORCE_RELOCATION(FIX) bfin_force_relocation (FIX) argument 69 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument 73 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 76 #define TC_FX_SIZE_SLACK(FIX) 2 argument
|
D | tc-v850.h | 37 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX) argument 40 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX) argument 45 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 76 #define TC_FX_SIZE_SLACK(FIX) 2 argument 78 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC) argument
|
D | tc-nds32.h | 86 #define tc_fix_adjustable(FIX) nds32_fix_adjustable (FIX) argument 93 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \ argument 94 (! SEG_NORMAL (SEC) || TC_FORCE_RELOCATION (FIX)) 96 #define TC_VALIDATE_FIX_SUB(FIX,SEG) nds32_validate_fix_sub (FIX,SEG) argument 99 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 187 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument 188 ((FIX)->fx_addsy == NULL \ 189 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \ 190 && ! S_IS_WEAK ((FIX)->fx_addsy) \ 191 && S_IS_DEFINED ((FIX)->fx_addsy) \ [all …]
|
D | tc-msp430.h | 77 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 119 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 120 msp430_force_relocation_local (FIX) 130 #define tc_fix_adjustable(FIX) msp430_fix_adjustable (FIX) argument 161 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \ argument 164 || TC_FORCE_RELOCATION (FIX)) 168 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1 argument
|
D | tc-pj.h | 46 #define md_pcrel_from(FIX) \ argument 47 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1) 57 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 59 #define tc_fix_adjustable(FIX) \ argument 60 (! ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ 61 || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY))
|
D | tc-s390.h | 26 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) argument 30 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument 31 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX)) 37 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 76 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument
|
D | tc-mmix.h | 130 #define tc_fix_adjustable(FIX) \ argument 131 (((FIX)->fx_addsy == NULL \ 132 || S_GET_SEGMENT ((FIX)->fx_addsy) != reg_section) \ 133 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 134 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 135 && (FIX)->fx_r_type != BFD_RELOC_MMIX_LOCAL) 176 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument 237 #define TC_FX_SIZE_SLACK(FIX) 6 argument
|
D | tc-xstormy16.h | 41 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX) argument 56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument 69 #define TC_FX_SIZE_SLACK(FIX) 2 argument
|
D | tc-microblaze.h | 47 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument 48 (!(FIX)->fx_pcrel \ 49 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOT \ 50 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_PLT \ 51 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOTOFF \ 52 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_32_GOTOFF \ 53 || TC_FORCE_RELOCATION (FIX))
|
D | tc-frv.h | 43 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 54 #define tc_fix_adjustable(FIX) frv_fix_adjustable (FIX) argument 65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1 argument 78 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument
|
D | tc-fr30.h | 41 #define MD_APPLY_SYM_VALUE(FIX) 0 argument 45 #define tc_fix_adjustable(FIX) fr30_fix_adjustable (FIX) argument 52 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument
|
D | tc-d10v.h | 32 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) argument 53 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX) argument 57 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-opcode-table.h | 35 #define FIX(id, val) RAN(id, val, val) macro 133 FIX1(FIX(op, 0)), 138 FIX3(FIX(op, 0x38), FIX(x, 0), FIX(src1, 0)), 143 FIX1(FIX(op, 0x4)), 149 FIX2(FIX(op, 0x2c), FIX(x, 0)), 155 FIX1(FIX(op, 0)), 161 FIX1(FIX(op, 0x3)), 166 FIX1(FIX(op, 0x23)), 171 FIX1(FIX(op, 0x21)), 176 FIX1(FIX(op, 0x2)), [all …]
|