Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

1228 			   bfd *input_bfd,
1268 opcode = bfd_get_32 (input_bfd, hit_data);
1307 bfd_put_32 (input_bfd, opcode, hit_data);
1312 opcode = bfd_get_32 (input_bfd, hit_data);
1376 bfd_put_32 (input_bfd, opcode, hit_data);
1380 opcode = bfd_get_32 (input_bfd, hit_data);
1394 bfd_put_32 (input_bfd, opcode, hit_data);
1396 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1401 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1411 #define METAG_RELOC_AGAINST_DISCARDED_SECTION(info, input_bfd, input_section, \
1414 _bfd_clear_contents (howto, input_bfd, input_section, \
1469 via elf_sym_hashes (input_bfd).
1480 bfd *input_bfd,
1495 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
1496 eh_syms = elf_sym_hashes (input_bfd);
1500 local_got_offsets = elf_local_got_offsets (input_bfd);
1537 (input_bfd, symtab_hdr->sh_link, sym->st_name);
1538 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
1545 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1555 METAG_RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
1811 tls_type = metag_elf_local_got_tls_type (input_bfd) [r_symndx];
1926 input_bfd, input_section,
1973 r = metag_final_link_relocate (howto, input_bfd, input_section,
1986 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1991 (info, name, input_bfd, input_section, rel->r_offset,
2014 (info, msg, name, input_bfd, input_section, rel->r_offset);
3721 bfd *input_bfd;
3730 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
3731 input_bfd != NULL;
3732 input_bfd = input_bfd->link.next)
3735 for (section = input_bfd->sections;
3894 get_local_syms (bfd *output_bfd ATTRIBUTE_UNUSED, bfd *input_bfd,
3913 input_bfd != NULL;
3914 input_bfd = input_bfd->link.next, bfd_indx++)
3919 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3927 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
4005 bfd *input_bfd;
4009 for (input_bfd = info->input_bfds, bfd_indx = 0;
4010 input_bfd != NULL;
4011 input_bfd = input_bfd->link.next, bfd_indx++)
4018 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
4025 for (section = input_bfd->sections;
4045 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
4099 if (shndx < elf_numsections (input_bfd))
4101 hdr = elf_elfsections (input_bfd)[shndx];
4115 elf_sym_hashes (input_bfd)[e_indx]);