Home | History | Annotate | Download | only in config

Lines Matching full:fixp

162 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP)                       \
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 \
172 || FIXP->fx_r_type == BFD_RELOC_AVR_HH8_LDI_PM_NEG \
173 || FIXP->fx_r_type == BFD_RELOC_AVR_8_LO \
174 || FIXP->fx_r_type == BFD_RELOC_AVR_8_HI \
175 || FIXP->fx_r_type == BFD_RELOC_AVR_8_HLO \
176 || FIXP->fx_r_type == BFD_RELOC_AVR_16_PM) \
177 && FIXP->fx_addsy != NULL \
178 && FIXP->fx_subsy == NULL) \
180 symbol_mark_used_in_reloc (FIXP->fx_addsy); \