Home
last modified time | relevance | path

Searched refs:FIXP (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-spu.h40 #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 …]
Dtc-avr.h164 #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 …]
Dtc-arc.h131 #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); \
Dtc-visium.h45 #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
Dtc-score.h45 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP) argument
48 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) argument
Dtc-microblaze.h44 #define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1 argument
73 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-lm32.h44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-iq2000.h44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-mt.h51 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-cr16.h49 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) argument
Dtc-crx.h50 #define TC_FORCE_RELOCATION(FIXP) crx_force_relocation (FIXP) argument
Dtc-epiphany.h53 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP,SEC) argument
Dtc-rx.h61 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-rl78.h60 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) argument
Dtc-msp430.h87 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC) argument
Dtc-ppc.h104 #define TC_INIT_FIX_DATA(FIXP) \ argument
105 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
Dtc-sh64.c42 #define SHMEDIA_MD_PCREL_FROM_FIX(FIXP) \ argument
43 ((FIXP)->fx_size + (FIXP)->fx_where + (FIXP)->fx_frag->fr_address - 4)