Lines Matching refs:r_type

2130       natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2142 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
2165 unsigned int r_type;
2172 r_type = (unsigned int) g->howto->type;
2211 natptr->r_type[0] = ((r_extern ? RELOC_EXT_BITS_EXTERN_BIG : 0)
2212 | (r_type << RELOC_EXT_BITS_TYPE_SH_BIG));
2219 natptr->r_type[0] = ((r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
2220 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE));
2281 unsigned int r_type;
2292 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_BIG));
2293 r_type = ((bytes->r_type[0] & RELOC_EXT_BITS_TYPE_BIG)
2301 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
2302 r_type = ((bytes->r_type[0] & RELOC_EXT_BITS_TYPE_LITTLE)
2306 cache_ptr->howto = howto_table_ext + r_type;
2311 if (r_type == (unsigned int) RELOC_BASE10
2312 || r_type == (unsigned int) RELOC_BASE13
2313 || r_type == (unsigned int) RELOC_BASE22)
2351 r_extern = (0 != (bytes->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
2352 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2353 r_baserel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_BASEREL_BIG));
2354 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG));
2355 r_relative= (0 != (bytes->r_type[0] & RELOC_STD_BITS_RELATIVE_BIG));
2356 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
2364 r_extern = (0 != (bytes->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
2365 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2366 r_baserel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_BASEREL_LITTLE));
2367 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_LITTLE));
2368 r_relative= (0 != (bytes->r_type[0] & RELOC_STD_BITS_RELATIVE_LITTLE));
2369 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
4919 r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
4920 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
4921 r_baserel = (0 != (rel->r_type[0] & RELOC_STD_BITS_BASEREL_BIG));
4922 r_jmptable= (0 != (rel->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG));
4923 r_relative= (0 != (rel->r_type[0] & RELOC_STD_BITS_RELATIVE_BIG));
4924 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
4932 r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
4933 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
4934 r_baserel = (0 != (rel->r_type[0]
4936 r_jmptable= (0 != (rel->r_type[0]
4938 r_relative= (0 != (rel->r_type[0]
4940 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
4969 rel->r_type[0] &=~ RELOC_STD_BITS_EXTERN_BIG;
4971 rel->r_type[0] &=~ RELOC_STD_BITS_EXTERN_LITTLE;
5241 unsigned int r_type;
5254 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_BIG));
5255 r_type = ((rel->r_type[0] & RELOC_EXT_BITS_TYPE_BIG)
5263 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
5264 r_type = ((rel->r_type[0] & RELOC_EXT_BITS_TYPE_LITTLE)
5270 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
5277 || r_type == (unsigned int) RELOC_BASE10
5278 || r_type == (unsigned int) RELOC_BASE13
5279 || r_type == (unsigned int) RELOC_BASE22)
5284 if (r_type == (unsigned int) RELOC_BASE10
5285 || r_type == (unsigned int) RELOC_BASE13
5286 || r_type == (unsigned int) RELOC_BASE22)
5298 rel->r_type[0] &=~ RELOC_EXT_BITS_EXTERN_BIG;
5300 rel->r_type[0] &=~ RELOC_EXT_BITS_EXTERN_LITTLE;
5409 if (howto_table_ext[r_type].pc_relative
5410 && ! howto_table_ext[r_type].pcrel_offset)
5454 else if (r_type == (unsigned int) RELOC_BASE10
5455 || r_type == (unsigned int) RELOC_BASE13
5456 || r_type == (unsigned int) RELOC_BASE22)
5517 if (howto_table_ext[r_type].pc_relative)
5538 && r_type != (unsigned int) RELOC_BASE10
5539 && r_type != (unsigned int) RELOC_BASE13
5540 && r_type != (unsigned int) RELOC_BASE22)
5554 if (r_type != (unsigned int) RELOC_SPARC_REV32)
5555 r = MY_final_link_relocate (howto_table_ext + r_type,
5583 || r_type == (unsigned int) RELOC_BASE10
5584 || r_type == (unsigned int) RELOC_BASE13
5585 || r_type == (unsigned int) RELOC_BASE22)
5596 (finfo->info, name, howto_table_ext[r_type].name,
5713 srel.r_type[0] =
5726 srel.r_type[0] =
5798 erel.r_type[0] =
5807 erel.r_type[0] =