Lines Matching full:fixp
644 md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED,
647 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
653 switch (fixP->fx_r_type)
695 as_bad_where (fixP->fx_file, fixP->fx_line,
709 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"));
711 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
712 fixP->fx_done = 1;
756 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixP)
761 switch (fixP->fx_r_type)
764 code = fixP->fx_r_type;
767 code = fixP->fx_r_type;
770 as_bad_where (fixP->fx_file, fixP->fx_line,
778 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
779 relP->address = fixPfixP->fx_where;
781 relP->addend = fixP->fx_offset;
806 && fixP->fx_addsy && S_IS_WEAK (fixP->fx_addsy)
807 && ! bfd_is_und_section (S_GET_SEGMENT (fixP->fx_addsy)))
809 relP->addend -= S_GET_VALUE (fixP->fx_addsy);
817 name = S_GET_NAME (fixP->fx_addsy);
830 md_pcrel_from (fixS *fixP)
832 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
834 switch (fixP->fx_r_type)