/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-spu.h | 40 #define TC_INIT_FIX_DATA(FIXP) \ argument 43 (FIXP)->tc_fix_data.arg_format = 0; \ 44 (FIXP)->tc_fix_data.insn_tag = 0; \ 50 #define tc_fix_adjustable(FIXP) \ argument 51 (!(S_IS_FUNCTION ((FIXP)->fx_addsy) \ 52 || (FIXP)->fx_r_type == BFD_RELOC_SPU_PPU32 \ 53 || (FIXP)->fx_r_type == BFD_RELOC_SPU_PPU64 \ 54 || (FIXP)->fx_r_type == BFD_RELOC_SPU_ADD_PIC)) 58 #define TC_FORCE_RELOCATION(FIXP) \ argument 59 ((FIXP)->tc_fix_data.insn_tag == M_BRSL \ [all …]
|
D | tc-avr.h | 164 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \ argument 165 if ( (FIXP->fx_r_type == BFD_RELOC_AVR_7_PCREL \ 166 || FIXP->fx_r_type == BFD_RELOC_AVR_13_PCREL \ 167 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_PM \ 168 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_GS \ 169 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_PM \ 170 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_GS \ 171 || FIXP->fx_r_type == BFD_RELOC_AVR_HH8_LDI_PM \ 172 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_PM_NEG \ 173 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_PM_NEG \ [all …]
|
D | tc-arc.h | 131 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \ argument 132 if ((FIXP->fx_r_type == BFD_RELOC_ARC_GOTPC32 \ 133 || FIXP->fx_r_type == BFD_RELOC_ARC_PLT32 \ 134 || FIXP->fx_r_type == BFD_RELOC_ARC_S25W_PCREL_PLT \ 135 || FIXP->fx_r_type == BFD_RELOC_ARC_S25H_PCREL_PLT \ 136 || FIXP->fx_r_type == BFD_RELOC_ARC_S21W_PCREL_PLT \ 137 || FIXP->fx_r_type == BFD_RELOC_ARC_S21H_PCREL_PLT) \ 138 && FIXP->fx_addsy != NULL \ 139 && FIXP->fx_subsy == NULL) \ 141 symbol_mark_used_in_reloc (FIXP->fx_addsy); \
|
D | tc-visium.h | 45 #define tc_fix_adjustable(FIXP) visium_fix_adjustable (FIXP) argument 58 #define MD_PCREL_FROM_SECTION(FIXP, SEC) visium_pcrel_from_section (FIXP, SEC) argument
|
D | tc-score.h | 45 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP) argument 48 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) argument
|
D | tc-microblaze.h | 44 #define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1 argument 73 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-lm32.h | 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-iq2000.h | 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-mt.h | 51 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-cr16.h | 49 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) argument
|
D | tc-crx.h | 50 #define TC_FORCE_RELOCATION(FIXP) crx_force_relocation (FIXP) argument
|
D | tc-epiphany.h | 53 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP,SEC) argument
|
D | tc-rx.h | 61 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-rl78.h | 60 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-msp430.h | 87 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC) argument
|
D | tc-ppc.h | 104 #define TC_INIT_FIX_DATA(FIXP) \ argument 105 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
|
D | tc-sh64.c | 42 #define SHMEDIA_MD_PCREL_FROM_FIX(FIXP) \ argument 43 ((FIXP)->fx_size + (FIXP)->fx_where + (FIXP)->fx_frag->fr_address - 4)
|