Lines Matching refs:howto
109 reloc_howto_type *howto = reloc_entry->howto; in coff_i386_reloc() local
118 if (howto->pc_relative && howto->pcrel_offset) in coff_i386_reloc()
119 diff = -bfd_get_reloc_size (howto); in coff_i386_reloc()
132 if (reloc_entry->howto->type == R_IMAGEBASE in coff_i386_reloc()
139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_i386_reloc()
143 reloc_howto_type *howto = reloc_entry->howto; in coff_i386_reloc() local
148 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in coff_i386_reloc()
151 switch (bfd_get_reloc_size (howto)) in coff_i386_reloc()
191 in_reloc_p (bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) in in_reloc_p() argument
193 return ! howto->pc_relative in in_reloc_p()
194 && howto->type != R_IMAGEBASE in in_reloc_p()
195 && howto->type != R_SECREL32 in in_reloc_p()
196 && howto->type != R_SECTION; in in_reloc_p()
367 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
372 ((cache_ptr)->howto = \
531 reloc_howto_type *howto; in coff_i386_rtype_to_howto() local
539 howto = howto_table + rel->r_type; in coff_i386_rtype_to_howto()
546 if (howto->pc_relative) in coff_i386_rtype_to_howto()
580 if (howto->pc_relative) in coff_i386_rtype_to_howto()
632 return howto; in coff_i386_rtype_to_howto()