Lines Matching refs:input_bfd
764 bfd *input_bfd = link_order->u.indirect.section->owner; local
766 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
781 if (! bfd_get_section_contents (input_bfd, input_section, data,
789 reloc_count = bfd_canonicalize_reloc (input_bfd, input_section,
867 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
879 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
910 insn = bfd_get_32 (input_bfd, data + rel->address);
915 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
943 insn1 = bfd_get_32 (input_bfd, data + rel->address);
944 insn2 = bfd_get_32 (input_bfd, data + rel->address + rel->addend);
963 addend -= (ecoff_data (input_bfd)->gp
980 bfd_put_32 (input_bfd, (bfd_vma) insn1, data + rel->address);
981 bfd_put_32 (input_bfd, (bfd_vma) insn2,
1140 input_bfd, input_section, rel->address, TRUE)))
1145 (link_info, err, input_bfd, input_section,
1152 rel->howto->name, rel->addend, input_bfd,
1255 alpha_convert_external_reloc (output_bfd, info, input_bfd, ext_rel, h) in alpha_convert_external_reloc() argument
1258 bfd *input_bfd;
1362 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx);
1372 alpha_relocate_section (output_bfd, info, input_bfd, input_section, in alpha_relocate_section() argument
1376 bfd *input_bfd;
1394 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
1398 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
1404 bfd_get_section_by_name (input_bfd, ".text");
1406 bfd_get_section_by_name (input_bfd, ".rdata");
1408 bfd_get_section_by_name (input_bfd, ".data");
1410 bfd_get_section_by_name (input_bfd, ".sdata");
1412 bfd_get_section_by_name (input_bfd, ".sbss");
1414 bfd_get_section_by_name (input_bfd, ".bss");
1416 bfd_get_section_by_name (input_bfd, ".init");
1418 bfd_get_section_by_name (input_bfd, ".lit8");
1420 bfd_get_section_by_name (input_bfd, ".lit4");
1422 bfd_get_section_by_name (input_bfd, ".xdata");
1424 bfd_get_section_by_name (input_bfd, ".pdata");
1426 bfd_get_section_by_name (input_bfd, ".fini");
1428 bfd_get_section_by_name (input_bfd, ".lita");
1431 bfd_get_section_by_name (input_bfd, ".rconst");
1433 ecoff_data (input_bfd)->symndx_to_section = symndx_to_section;
1436 sym_hashes = ecoff_data (input_bfd)->sym_hashes;
1452 lita_sec_data = ecoff_section_data (input_bfd, lita_sec);
1457 bfd_zalloc (input_bfd, amt));
1509 BFD_ASSERT (bfd_header_little_endian (input_bfd));
1526 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr);
1527 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx);
1556 H_PUT_64 (input_bfd, input_section->output_offset + r_vaddr,
1582 addend = ecoff_data (input_bfd)->gp - gp;
1608 insn = bfd_get_32 (input_bfd,
1615 addend = ecoff_data (input_bfd)->gp - gp;
1634 insn1 = bfd_get_32 (input_bfd,
1636 insn2 = bfd_get_32 (input_bfd,
1663 - ecoff_data (input_bfd)->gp
1675 bfd_put_32 (input_bfd, (bfd_vma) insn1,
1677 bfd_put_32 (input_bfd, (bfd_vma) insn2,
1722 (info, h->root.root.string, input_bfd,
1738 (info, h->root.root.string, input_bfd,
1744 input_bfd,
1754 H_PUT_64 (input_bfd, addend, ext_rel->r_vaddr);
1805 val = bfd_get_64 (input_bfd,
1809 bfd_put_64 (input_bfd, val,
1816 gp = ecoff_data (input_bfd)->gp + r_symndx;
1865 (info, h->root.root.string, input_bfd,
1872 input_bfd,
1898 r = _bfd_relocate_contents (howto, input_bfd, relocation,
1922 (info, h->root.root.string, input_bfd,
1943 input_bfd,
1965 name = bfd_section_name (input_bfd,
1969 (bfd_vma) 0, input_bfd, input_section,
1981 H_PUT_64 (input_bfd,
1993 input_bfd, input_section, r_vaddr - input_section->vma)))