Home | History | Annotate | Download | only in bfd

Lines Matching defs:ibfd

332 						  bfd *ibfd ATTRIBUTE_UNUSED,
340 input_section, ibfd, error_msg);
820 m32c_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
829 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour)
833 new_flags = elf_elfheader (ibfd)->e_flags;
840 bfd_get_filename (ibfd));
887 ibfd, new_opt, old_opt);
901 ibfd, new_flags, old_flags);
1166 bfd *ibfd;
1187 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1189 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1197 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
1202 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
1226 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
1261 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1263 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1264 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;