Home | History | Annotate | Download | only in bfd

Lines Matching defs:ibfd

1184 rl78_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
1191 new_flags = elf_elfheader (ibfd)->e_flags;
1225 ibfd, rl78_cpu_name (out_cpu), obfd);
1241 rl78_cpu_name (in_cpu), ibfd,
1254 obfd, ibfd);
1258 ibfd, obfd);
1538 bfd *ibfd;
1564 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1566 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1574 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
1579 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
1603 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
1638 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1640 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1641 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;