Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

433 crx_elf_final_link_relocate (reloc_howto_type *howto, bfd *input_bfd,
538 input_bfd, hit_data) & 0x0f);
541 bfd_put_8 (input_bfd, (unsigned char) Rvalue, hit_data);
546 Rvalue |= (bfd_get_16 (input_bfd, hit_data) & 0xf000);
548 bfd_put_16 (input_bfd, Rvalue, hit_data);
555 Rvalue |= (((bfd_get_16 (input_bfd, hit_data) << 16) |
556 bfd_get_16 (input_bfd, hit_data + 2)) & ~howto->dst_mask);
563 bfd_put_32 (input_bfd, Rvalue, hit_data);
572 bfd_put_16 (input_bfd, (Rvalue >> 16) & 0xffff, hit_data);
573 bfd_put_16 (input_bfd, Rvalue & 0xffff, hit_data + 2);
728 bfd *input_bfd = input_section->owner;
742 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
756 (input_bfd, input_section, NULL,
765 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
790 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
795 if (! elf32_crx_relocate_section (output_bfd, link_info, input_bfd,
827 bfd *input_bfd, asection *input_section,
836 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
837 sym_hashes = elf_sym_hashes (input_bfd);
869 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
876 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
882 r = crx_elf_final_link_relocate (howto, input_bfd, output_bfd,
898 (input_bfd, symtab_hdr->sh_link, sym->st_name));
900 name = bfd_section_name (input_bfd, sec);
908 (bfd_vma) 0, input_bfd, input_section,
915 (info, name, input_bfd, input_section,
938 (info, msg, name, input_bfd, input_section,