Lines Matching refs:howto
96 …x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_… in coff_mips_reloc()
100 reloc_howto_type *howto = reloc_entry->howto; in coff_mips_reloc() local
103 switch (howto->size) in coff_mips_reloc()
146 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) in in_reloc_p() argument
148 return ! howto->pc_relative && howto->type != MIPS_R_RVA; in in_reloc_p()
346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; } argument
353 (cache_ptr)->howto = howto_table + (dst)->r_type;
400 reloc_howto_type *howto; in coff_mips_rtype_to_howto() local
402 howto = howto_table + rel->r_type; in coff_mips_rtype_to_howto()
408 if (howto->pc_relative) in coff_mips_rtype_to_howto()
442 if (howto->pc_relative) in coff_mips_rtype_to_howto()
460 return howto; in coff_mips_rtype_to_howto()
624 reloc_howto_type *howto; in coff_pe_mips_relocate_section() local
650 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h, in coff_pe_mips_relocate_section()
652 if (howto == NULL) in coff_pe_mips_relocate_section()
659 if (howto->pc_relative && howto->pcrel_offset) in coff_pe_mips_relocate_section()