• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:ibfd

2076   bfd *ibfd;
2094 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd->link_next)
2096 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
2123 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd->link_next)
2128 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
2139 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
2140 || (bfd_bread (buffer + offset, length, ibfd) != length))
2153 datum = bfd_get_32 (ibfd, ptr);
2157 datum = bfd_get_32 (ibfd, ptr + 8);
2165 datum = bfd_get_32 (ibfd, ptr + 4);
2175 apuinfo_list_add (bfd_get_32 (ibfd, ptr + 20 + i));
2190 ibfd = abfd,
2197 (*_bfd_error_handler) (error_message, ibfd, APUINFO_SECTION_NAME);
3572 ppc_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
3578 if (!is_ppc_elf_target (ibfd->xvec)
3583 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
3586 new_flags = elf_elfheader (ibfd)->e_flags;
3611 "modules compiled normally"), ibfd);
3619 "modules compiled with -mrelocatable"), ibfd);
3647 ibfd, (long) new_flags, (long) old_flags);
3896 bfd *ibfd;
3904 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
3907 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
3909 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
3916 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
3937 sym_hashes = elf_sym_hashes (ibfd);
4039 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4050 lgot_refs = elf_local_got_refcounts (ibfd);
4692 bfd *ibfd;
4720 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
4728 if (!is_ppc_elf_target (ibfd->xvec))
4731 for (s = ibfd->sections; s != NULL; s = s->next)
4760 local_got = elf_local_got_refcounts (ibfd);
4764 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;