Lines Matching refs:howto
91 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_i860_reloc()
95 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc() local
98 switch (howto->size) in coff_i860_reloc()
145 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc_nyi() local
146 (*_bfd_error_handler) (_("relocation `%s' not yet implemented"), howto->name); in coff_i860_reloc_nyi()
442 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
447 ((cache_ptr)->howto = \
484 reloc_howto_type *howto; in coff_i860_rtype_to_howto() local
492 howto = howto_table + rel->r_type; in coff_i860_rtype_to_howto()
494 if (howto->pc_relative) in coff_i860_rtype_to_howto()
522 return howto; in coff_i860_rtype_to_howto()
587 cache_ptr->howto = howto_table + dst->r_type; in i860_reloc_processing()