Home | History | Annotate | Download | only in bfd

Lines Matching defs:ibfd

1185 rl78_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
1192 new_flags = elf_elfheader (ibfd)->e_flags;
1226 ibfd, rl78_cpu_name (out_cpu), obfd);
1242 rl78_cpu_name (in_cpu), ibfd,
1255 obfd, ibfd);
1259 ibfd, obfd);
1539 bfd *ibfd;
1565 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1567 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1575 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
1580 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
1604 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
1639 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
1641 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
1642 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;