Lines Matching refs:input_bfd
592 bfd *input_bfd, in coff_pe_mips_relocate_section() argument
606 (_("%B: `ld -r' not supported with PE MIPS objects\n"), input_bfd); in coff_pe_mips_relocate_section()
611 BFD_ASSERT (input_bfd->xvec->byteorder in coff_pe_mips_relocate_section()
636 h = obj_coff_sym_hashes (input_bfd)[symndx]; in coff_pe_mips_relocate_section()
650 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h, in coff_pe_mips_relocate_section()
684 if (! obj_pe (input_bfd)) in coff_pe_mips_relocate_section()
704 (info, h->root.root.string, input_bfd, input_section, in coff_pe_mips_relocate_section()
719 input_bfd, x); \ in coff_pe_mips_relocate_section()
733 tmp = bfd_get_32 (input_bfd, mem); 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()
744 (*_bfd_error_handler) (_("%B: jump too far away\n"), input_bfd); 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()
763 low = bfd_get_32 (input_bfd, contents + rel[1].r_vaddr); in coff_pe_mips_relocate_section()
771 input_bfd); 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()
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()
815 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()