/toolchain/binutils/binutils-2.25/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 | 162 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \ argument 163 if ( (FIXP->fx_r_type == BFD_RELOC_AVR_7_PCREL \ 164 || FIXP->fx_r_type == BFD_RELOC_AVR_13_PCREL \ 165 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_PM \ 166 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_GS \ 167 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_PM \ 168 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_GS \ 169 || FIXP->fx_r_type == BFD_RELOC_AVR_HH8_LDI_PM \ 170 || FIXP->fx_r_type == BFD_RELOC_AVR_LO8_LDI_PM_NEG \ 171 || FIXP->fx_r_type == BFD_RELOC_AVR_HI8_LDI_PM_NEG \ [all …]
|
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-m32c.h | 40 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument 76 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) 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-rl78.h | 60 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-epiphany.h | 53 #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-rx.h | 61 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-mep.h | 55 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
|
D | tc-ppc.h | 102 #define TC_INIT_FIX_DATA(FIXP) \ argument 103 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)
|