Lines Matching refs:input_bfd
915 bfd * input_bfd, in avr_final_link_relocate() argument
949 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
951 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
977 switch (bfd_get_mach (input_bfd)) in avr_final_link_relocate()
989 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
991 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
997 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
999 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1010 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1012 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1021 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1024 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1033 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1035 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1042 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1044 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1051 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1053 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1060 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1062 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1069 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1071 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1079 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1081 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1089 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1091 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1099 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1101 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1132 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1134 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1166 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1168 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1178 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1180 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1190 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1192 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1203 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1205 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1216 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1218 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1227 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1229 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1230 bfd_put_16 (input_bfd, (bfd_vma) srel & 0xffff, contents+2); in avr_final_link_relocate()
1259 bfd_put_16 (input_bfd, (bfd_vma) srel &0x00ffff, contents); in avr_final_link_relocate()
1275 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1277 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1285 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1287 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1295 x = bfd_get_16 (input_bfd, contents); in avr_final_link_relocate()
1297 bfd_put_16 (input_bfd, x, contents); in avr_final_link_relocate()
1301 r = _bfd_final_link_relocate (howto, input_bfd, input_section, in avr_final_link_relocate()
1314 bfd *input_bfd, in elf32_avr_relocate_section() argument
1330 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; in elf32_avr_relocate_section()
1331 sym_hashes = elf_sym_hashes (input_bfd); in elf32_avr_relocate_section()
1360 (input_bfd, symtab_hdr->sh_link, sym->st_name); in elf32_avr_relocate_section()
1361 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; in elf32_avr_relocate_section()
1367 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf32_avr_relocate_section()
1376 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in elf32_avr_relocate_section()
1382 r = avr_final_link_relocate (howto, input_bfd, input_section, in elf32_avr_relocate_section()
1395 input_bfd, input_section, rel->r_offset); in elf32_avr_relocate_section()
1400 (info, name, input_bfd, input_section, rel->r_offset, TRUE); in elf32_avr_relocate_section()
1422 (info, msg, name, input_bfd, input_section, rel->r_offset); in elf32_avr_relocate_section()
2631 bfd *input_bfd = input_section->owner; in elf32_avr_get_relocated_section_contents() local
2644 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_avr_get_relocated_section_contents()
2657 (input_bfd, input_section, NULL, NULL, FALSE)); in elf32_avr_get_relocated_section_contents()
2665 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_avr_get_relocated_section_contents()
2690 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx); in elf32_avr_get_relocated_section_contents()
2695 if (! elf32_avr_relocate_section (output_bfd, link_info, input_bfd, in elf32_avr_get_relocated_section_contents()
2916 bfd *input_bfd; in elf32_avr_setup_section_lists() local
2928 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_avr_setup_section_lists()
2929 input_bfd != NULL; in elf32_avr_setup_section_lists()
2930 input_bfd = input_bfd->link.next) in elf32_avr_setup_section_lists()
2933 for (section = input_bfd->sections; in elf32_avr_setup_section_lists()
2980 get_local_syms (bfd *input_bfd, struct bfd_link_info *info) in get_local_syms() argument
3003 input_bfd != NULL; in get_local_syms()
3004 input_bfd = input_bfd->link.next, bfd_indx++) in get_local_syms()
3009 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in get_local_syms()
3017 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in get_local_syms()
3072 bfd *input_bfd; in elf32_avr_size_stubs() local
3079 for (input_bfd = info->input_bfds, bfd_indx = 0; in elf32_avr_size_stubs()
3080 input_bfd != NULL; in elf32_avr_size_stubs()
3081 input_bfd = input_bfd->link.next, bfd_indx++) in elf32_avr_size_stubs()
3088 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_avr_size_stubs()
3095 for (section = input_bfd->sections; in elf32_avr_size_stubs()
3115 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL, in elf32_avr_size_stubs()
3160 if (shndx < elf_numsections (input_bfd)) in elf32_avr_size_stubs()
3162 hdr = elf_elfsections (input_bfd)[shndx]; in elf32_avr_size_stubs()
3175 hh = elf_sym_hashes (input_bfd)[e_indx]; in elf32_avr_size_stubs()