Lines Matching refs:tmp

623       bfd_vma val, tmp, targ, src, low;  in coff_pe_mips_relocate_section()  local
733 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
735 tmp += val; in coff_pe_mips_relocate_section()
736 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
740 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
741 targ = val + (tmp & 0x03ffffff) * 4; in coff_pe_mips_relocate_section()
748 tmp &= 0xfc000000; in coff_pe_mips_relocate_section()
749 tmp |= (targ / 4) & 0x3ffffff; in coff_pe_mips_relocate_section()
750 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
754 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
759 targ = val + rel[1].r_offset + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section()
767 targ = val + low + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section()
775 tmp &= 0xffff0000; in coff_pe_mips_relocate_section()
776 tmp |= (targ >> 16) & 0xffff; in coff_pe_mips_relocate_section()
777 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
781 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
782 targ = val + (tmp & 0xffff); in coff_pe_mips_relocate_section()
784 tmp &= 0xffff0000; in coff_pe_mips_relocate_section()
785 tmp |= targ & 0xffff; in coff_pe_mips_relocate_section()
786 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
811 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
813 tmp += val in coff_pe_mips_relocate_section()
815 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()