Home | History | Annotate | Download | only in bfd

Lines Matching refs:r_type

152   unsigned int r_type;
159 r_type = (unsigned int) g->howto->type;
197 if (r_type > 2)
200 bfd_get_filename (abfd), r_type);
209 natptr->r_type[0] =
211 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
227 unsigned int r_type;
236 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
237 r_type = ((bytes->r_type[0]) >> RELOC_EXT_BITS_TYPE_SH_LITTLE)
240 if (r_type > 2)
243 abfd, r_type);
248 cache_ptr->howto = howto_table_ext + r_type;