Lines Matching refs:r_bits
504 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE) in alpha_ecoff_swap_reloc_in()
506 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_ecoff_swap_reloc_in()
507 intern->r_offset = ((ext->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE) in alpha_ecoff_swap_reloc_in()
510 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in alpha_ecoff_swap_reloc_in()
579 ext->r_bits[0] = ((intern->r_type << RELOC_BITS0_TYPE_SH_LITTLE) in alpha_ecoff_swap_reloc_out()
581 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0) in alpha_ecoff_swap_reloc_out()
584 ext->r_bits[2] = 0; in alpha_ecoff_swap_reloc_out()
585 ext->r_bits[3] = ((size << RELOC_BITS3_SIZE_SH_LITTLE) in alpha_ecoff_swap_reloc_out()
1241 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; in alpha_convert_external_reloc()
1489 r_type = ((ext_rel->r_bits[0] & RELOC_BITS0_TYPE_LITTLE) in alpha_relocate_section()
1491 r_extern = (ext_rel->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_relocate_section()
1492 r_offset = ((ext_rel->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE) in alpha_relocate_section()
1495 r_size = ((ext_rel->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in alpha_relocate_section()