Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

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