Lines Matching refs:input_bfd
238 bfd *input_bfd; in elf32_m68hc11_setup_section_lists() local
260 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_m68hc11_setup_section_lists()
261 input_bfd != NULL; in elf32_m68hc11_setup_section_lists()
262 input_bfd = input_bfd->link.next) in elf32_m68hc11_setup_section_lists()
265 for (section = input_bfd->sections; in elf32_m68hc11_setup_section_lists()
269 const char* name = bfd_get_section_name (input_bfd, section); in elf32_m68hc11_setup_section_lists()
332 bfd *input_bfd; in elf32_m68hc11_size_stubs() local
348 for (input_bfd = info->input_bfds, bfd_count = 0; in elf32_m68hc11_size_stubs()
349 input_bfd != NULL; in elf32_m68hc11_size_stubs()
350 input_bfd = input_bfd->link.next) in elf32_m68hc11_size_stubs()
362 for (input_bfd = info->input_bfds, bfd_indx = 0; in elf32_m68hc11_size_stubs()
363 input_bfd != NULL; in elf32_m68hc11_size_stubs()
364 input_bfd = input_bfd->link.next, bfd_indx++) in elf32_m68hc11_size_stubs()
369 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_m68hc11_size_stubs()
377 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_m68hc11_size_stubs()
392 for (input_bfd = info->input_bfds, bfd_indx = 0; in elf32_m68hc11_size_stubs()
393 input_bfd != NULL; in elf32_m68hc11_size_stubs()
394 input_bfd = input_bfd->link.next, bfd_indx++) in elf32_m68hc11_size_stubs()
399 sym_hashes = elf_sym_hashes (input_bfd); in elf32_m68hc11_size_stubs()
402 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_m68hc11_size_stubs()
409 for (section = input_bfd->sections; in elf32_m68hc11_size_stubs()
429 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, in elf32_m68hc11_size_stubs()
468 if (sym->st_shndx >= elf_numsections (input_bfd)) in elf32_m68hc11_size_stubs()
472 hdr = elf_elfsections (input_bfd)[sym->st_shndx]; in elf32_m68hc11_size_stubs()
476 (input_bfd, symtab_hdr->sh_link, in elf32_m68hc11_size_stubs()
911 bfd *input_bfd, asection *input_section, in elf32_m68hc11_relocate_section() argument
921 const struct elf_backend_data * const ebd = get_elf_backend_data (input_bfd); in elf32_m68hc11_relocate_section()
925 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_m68hc11_relocate_section()
926 sym_hashes = elf_sym_hashes (input_bfd); in elf32_m68hc11_relocate_section()
927 e_flags = elf_elfheader (input_bfd)->e_flags; in elf32_m68hc11_relocate_section()
967 (*ebd->elf_info_to_howto_rel) (input_bfd, &arel, rel); in elf32_m68hc11_relocate_section()
988 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf32_m68hc11_relocate_section()
998 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1017 (input_bfd, symtab_hdr->sh_link, sym->st_name)); in elf32_m68hc11_relocate_section()
1019 name = bfd_section_name (input_bfd, sec); in elf32_m68hc11_relocate_section()
1060 val = (bfd_get_8 (input_bfd, (bfd_byte*) contents + rel->r_offset) << 8) in elf32_m68hc11_relocate_section()
1061 | bfd_get_8 (input_bfd, (bfd_byte*) contents + rel->r_offset - 2); in elf32_m68hc11_relocate_section()
1067 bfd_put_8 (input_bfd, (relocation >> 8) & 0xff, in elf32_m68hc11_relocate_section()
1071 bfd_put_8 (input_bfd, relocation & 0xff, in elf32_m68hc11_relocate_section()
1088 bfd_put_16 (input_bfd, phys_addr, in elf32_m68hc11_relocate_section()
1090 bfd_put_8 (input_bfd, phys_page, in elf32_m68hc11_relocate_section()
1124 (info, buf, name, input_bfd, NULL, rel->r_offset); in elf32_m68hc11_relocate_section()
1160 if (!((*info->callbacks->warning) (info, buf, name, input_bfd, in elf32_m68hc11_relocate_section()
1183 (info, buf, name, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1200 (info, buf, name, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1246 if (!((*info->callbacks->warning) (info, buf, name, input_bfd, in elf32_m68hc11_relocate_section()
1257 r = _bfd_final_link_relocate (howto, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1261 r = _bfd_final_link_relocate (howto, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1275 input_bfd, input_section, rel->r_offset))) in elf32_m68hc11_relocate_section()
1281 (info, name, input_bfd, input_section, in elf32_m68hc11_relocate_section()
1304 (info, msg, name, input_bfd, input_section, in elf32_m68hc11_relocate_section()