Home | History | Annotate | Download | only in config

Lines Matching full:fixp

645 md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED,
648 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
654 switch (fixP->fx_r_type)
696 as_bad_where (fixP->fx_file, fixP->fx_line,
710 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"));
712 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
713 fixP->fx_done = 1;
757 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixP)
762 switch (fixP->fx_r_type)
765 code = fixP->fx_r_type;
768 code = fixP->fx_r_type;
771 as_bad_where (fixP->fx_file, fixP->fx_line,
778 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
779 relP->address = fixP->fx_frag->fr_address + fixP->fx_where;
781 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)