Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

916 			 bfd *                              input_bfd,
950 x = bfd_get_16 (input_bfd, contents);
952 bfd_put_16 (input_bfd, x, contents);
978 switch (bfd_get_mach (input_bfd))
990 x = bfd_get_16 (input_bfd, contents);
992 bfd_put_16 (input_bfd, x, contents);
998 x = bfd_get_16 (input_bfd, contents);
1000 bfd_put_16 (input_bfd, x, contents);
1011 x = bfd_get_16 (input_bfd, contents);
1013 bfd_put_16 (input_bfd, x, contents);
1022 x = bfd_get_16 (input_bfd, contents);
1025 bfd_put_16 (input_bfd, x, contents);
1034 x = bfd_get_16 (input_bfd, contents);
1036 bfd_put_16 (input_bfd, x, contents);
1043 x = bfd_get_16 (input_bfd, contents);
1045 bfd_put_16 (input_bfd, x, contents);
1052 x = bfd_get_16 (input_bfd, contents);
1054 bfd_put_16 (input_bfd, x, contents);
1061 x = bfd_get_16 (input_bfd, contents);
1063 bfd_put_16 (input_bfd, x, contents);
1070 x = bfd_get_16 (input_bfd, contents);
1072 bfd_put_16 (input_bfd, x, contents);
1080 x = bfd_get_16 (input_bfd, contents);
1082 bfd_put_16 (input_bfd, x, contents);
1090 x = bfd_get_16 (input_bfd, contents);
1092 bfd_put_16 (input_bfd, x, contents);
1100 x = bfd_get_16 (input_bfd, contents);
1102 bfd_put_16 (input_bfd, x, contents);
1133 x = bfd_get_16 (input_bfd, contents);
1135 bfd_put_16 (input_bfd, x, contents);
1167 x = bfd_get_16 (input_bfd, contents);
1169 bfd_put_16 (input_bfd, x, contents);
1179 x = bfd_get_16 (input_bfd, contents);
1181 bfd_put_16 (input_bfd, x, contents);
1191 x = bfd_get_16 (input_bfd, contents);
1193 bfd_put_16 (input_bfd, x, contents);
1204 x = bfd_get_16 (input_bfd, contents);
1206 bfd_put_16 (input_bfd, x, contents);
1217 x = bfd_get_16 (input_bfd, contents);
1219 bfd_put_16 (input_bfd, x, contents);
1228 x = bfd_get_16 (input_bfd, contents);
1230 bfd_put_16 (input_bfd, x, contents);
1231 bfd_put_16 (input_bfd, (bfd_vma) srel & 0xffff, contents+2);
1260 bfd_put_16 (input_bfd, (bfd_vma) srel &0x00ffff, contents);
1276 x = bfd_get_16 (input_bfd, contents);
1278 bfd_put_16 (input_bfd, x, contents);
1286 x = bfd_get_16 (input_bfd, contents);
1288 bfd_put_16 (input_bfd, x, contents);
1296 x = bfd_get_16 (input_bfd, contents);
1298 bfd_put_16 (input_bfd, x, contents);
1302 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1315 bfd *input_bfd,
1331 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
1332 sym_hashes = elf_sym_hashes (input_bfd);
1361 (input_bfd, symtab_hdr->sh_link, sym->st_name);
1362 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
1368 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1377 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
1383 r = avr_final_link_relocate (howto, input_bfd, input_section,
1396 input_bfd, input_section, rel->r_offset);
1401 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
1423 (info, msg, name, input_bfd, input_section, rel->r_offset);
2632 bfd *input_bfd = input_section->owner;
2645 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
2658 (input_bfd, input_section, NULL, NULL, FALSE));
2666 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
2691 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
2696 if (! elf32_avr_relocate_section (output_bfd, link_info, input_bfd,
2917 bfd *input_bfd;
2929 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
2930 input_bfd != NULL;
2931 input_bfd = input_bfd->link.next)
2934 for (section = input_bfd->sections;
2981 get_local_syms (bfd *input_bfd, struct bfd_link_info *info)
3004 input_bfd != NULL;
3005 input_bfd = input_bfd->link.next, bfd_indx++)
3010 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3018 local_syms = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
3073 bfd *input_bfd;
3080 for (input_bfd = info->input_bfds, bfd_indx = 0;
3081 input_bfd != NULL;
3082 input_bfd = input_bfd->link.next, bfd_indx++)
3089 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3096 for (section = input_bfd->sections;
3116 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
3161 if (shndx < elf_numsections (input_bfd))
3163 hdr = elf_elfsections (input_bfd)[shndx];
3176 hh = elf_sym_hashes (input_bfd)[e_indx];