Lines Matching refs:input_bfd
237 bfd *input_bfd;
259 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
260 input_bfd != NULL;
261 input_bfd = input_bfd->link.next)
264 for (section = input_bfd->sections;
331 bfd *input_bfd;
347 for (input_bfd = info->input_bfds, bfd_count = 0;
348 input_bfd != NULL;
349 input_bfd = input_bfd->link.next)
361 for (input_bfd = info->input_bfds, bfd_indx = 0;
362 input_bfd != NULL;
363 input_bfd = input_bfd->link.next, bfd_indx++)
368 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
376 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
391 for (input_bfd = info->input_bfds, bfd_indx = 0;
392 input_bfd != NULL;
393 input_bfd = input_bfd->link.next, bfd_indx++)
398 sym_hashes = elf_sym_hashes (input_bfd);
401 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
408 for (section = input_bfd->sections;
428 = _bfd_elf_link_read_relocs (input_bfd, section, NULL,
467 if (sym->st_shndx >= elf_numsections (input_bfd))
471 hdr = elf_elfsections (input_bfd)[sym->st_shndx];
475 (input_bfd, symtab_hdr->sh_link,
901 reloc_warning (struct bfd_link_info *info, const char *name, bfd *input_bfd,
917 info->callbacks->warning (info, buf, name, input_bfd, input_section,
927 bfd *input_bfd, asection *input_section,
937 const struct elf_backend_data * const ebd = get_elf_backend_data (input_bfd);
941 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
942 sym_hashes = elf_sym_hashes (input_bfd);
943 e_flags = elf_elfheader (input_bfd)->e_flags;
984 if (! (*ebd->elf_info_to_howto_rel) (input_bfd, &arel, rel))
1006 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1016 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
1035 (input_bfd, symtab_hdr->sh_link, sym->st_name));
1078 val = (bfd_get_8 (input_bfd, (bfd_byte*) contents + rel->r_offset) << 8)
1079 | bfd_get_8 (input_bfd, (bfd_byte*) contents + rel->r_offset - 2);
1085 bfd_put_8 (input_bfd, (relocation >> 8) & 0xff,
1089 bfd_put_8 (input_bfd, relocation & 0xff,
1106 bfd_put_16 (input_bfd, phys_addr,
1108 bfd_put_8 (input_bfd, phys_page,
1133 input_bfd, input_section, rel,
1164 if (!reloc_warning (info, name, input_bfd, input_section, rel,
1180 if (!reloc_warning (info, name, input_bfd, input_section, rel,
1195 if (!reloc_warning (info, name, input_bfd, input_section, rel,
1231 if (!reloc_warning (info, name, input_bfd, input_section, rel,
1245 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1249 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1261 input_bfd, input_section, rel->r_offset);
1266 (info, name, input_bfd, input_section, rel->r_offset, true);
1286 (*info->callbacks->warning) (info, msg, name, input_bfd,