HomeSort by: relevance | last modified time | path
    Searched defs:ibfd (Results 1 - 25 of 151) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/binutils/
arsup.c 176 bfd *ibfd; local
178 ibfd = bfd_openr (name, NULL);
180 if (!ibfd)
188 if (!bfd_check_format(ibfd, bfd_archive))
198 element = bfd_openr_next_archived_file (ibfd, NULL);
204 element = bfd_openr_next_archived_file (ibfd, element);
  /src/external/gpl3/binutils.old/dist/binutils/
arsup.c 181 bfd *ibfd; local
184 ibfd = bfd_openr (name, "plugin");
186 ibfd = bfd_openr (name, NULL);
189 if (!ibfd)
197 if (!bfd_check_format(ibfd, bfd_archive))
207 element = bfd_openr_next_archived_file (ibfd, NULL);
213 element = bfd_openr_next_archived_file (ibfd, element);
  /src/external/gpl3/binutils/dist/bfd/
elf32-xstormy16.c 588 bfd *ibfd;
615 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
617 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
625 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
630 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
689 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
586 bfd *ibfd; local
    [all...]
pef.h 138 bfd *ibfd; member in struct:bfd_pef_data_struct
elf32-m32c.c 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
1160 bfd *ibfd; local
    [all...]
elf32-rl78.c 1185 rl78_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
1192 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour)
1195 new_flags = elf_elfheader (ibfd)->e_flags;
1229 ibfd, rl78_cpu_name (out_cpu), obfd);
1245 rl78_cpu_name (in_cpu), ibfd,
1258 obfd, ibfd);
1262 ibfd, obfd);
1543 bfd *ibfd;
1569 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1242 rl78_cpu_name (in_cpu), ibfd, local
1537 bfd *ibfd; local
    [all...]
merge.c 1063 const bfd *ibfd; local
1069 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
1070 if ((ibfd->flags & DYNAMIC) == 0)
1071 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xstormy16.c 588 bfd *ibfd;
615 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
617 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
625 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
630 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
689 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
586 bfd *ibfd; local
    [all...]
pef.h 138 bfd *ibfd; member in struct:bfd_pef_data_struct
elf32-m32c.c 332 bfd *ibfd ATTRIBUTE_UNUSED,
340 input_section, ibfd, error_msg);
818 m32c_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
828 new_flags = elf_elfheader (ibfd)->e_flags;
835 bfd_get_filename (ibfd));
882 ibfd, new_opt, old_opt);
896 ibfd, new_flags, old_flags);
1161 bfd *ibfd;
1182 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1155 bfd *ibfd; local
    [all...]
elf32-rl78.c 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
1238 rl78_cpu_name (in_cpu), ibfd, local
1532 bfd *ibfd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xstormy16.c 588 bfd *ibfd;
615 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
617 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
625 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
630 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
689 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
586 bfd *ibfd; local
    [all...]
pef.h 138 bfd *ibfd; member in struct:bfd_pef_data_struct
elf32-m32c.c 332 bfd *ibfd ATTRIBUTE_UNUSED,
340 input_section, ibfd, error_msg);
817 m32c_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
827 new_flags = elf_elfheader (ibfd)->e_flags;
834 bfd_get_filename (ibfd));
881 ibfd, new_opt, old_opt);
895 ibfd, new_flags, old_flags);
1160 bfd *ibfd;
1181 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1154 bfd *ibfd; local
    [all...]
elf32-rl78.c 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);
1537 bfd *ibfd;
1563 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1238 rl78_cpu_name (in_cpu), ibfd, local
1531 bfd *ibfd; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xstormy16.c 588 bfd *ibfd;
615 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
617 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
625 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
630 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
689 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
586 bfd *ibfd; local
    [all...]
pef.h 138 bfd *ibfd; member in struct:bfd_pef_data_struct
elf32-m32c.c 332 bfd *ibfd ATTRIBUTE_UNUSED,
340 input_section, ibfd, error_msg);
819 m32c_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
829 new_flags = elf_elfheader (ibfd)->e_flags;
836 bfd_get_filename (ibfd));
883 ibfd, new_opt, old_opt);
897 ibfd, new_flags, old_flags);
1162 bfd *ibfd;
1183 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1156 bfd *ibfd; local
    [all...]
elf32-rl78.c 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
1239 rl78_cpu_name (in_cpu), ibfd, local
1533 bfd *ibfd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-if.c 503 struct bfd *ibfd;
540 ibfd = bfd_openr (interp, STATE_TARGET (sd));
541 if (ibfd == NULL)
546 if (!bfd_check_format (ibfd, bfd_object)
547 || bfd_get_flavour (ibfd) != bfd_target_elf_flavour)
551 cris_get_progbounds (ibfd, &interp_bounds);
580 if (!cris_load_elf_file (sd, ibfd, cris_write_interp))
587 = (bfd_get_start_address (ibfd)
603 bfd_close (ibfd);
502 struct bfd *ibfd; local
  /src/external/gpl3/gdb/dist/sim/cris/
sim-if.c 503 struct bfd *ibfd;
540 ibfd = bfd_openr (interp, STATE_TARGET (sd));
541 if (ibfd == NULL)
546 if (!bfd_check_format (ibfd, bfd_object)
547 || bfd_get_flavour (ibfd) != bfd_target_elf_flavour)
551 cris_get_progbounds (ibfd, &interp_bounds);
580 if (!cris_load_elf_file (sd, ibfd, cris_write_interp))
587 = (bfd_get_start_address (ibfd)
603 bfd_close (ibfd);
502 struct bfd *ibfd; local
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 227 bfd *ibfd, *inext;
230 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
232 inext = ibfd->link.next;
233 bfd_close_all_done (ibfd);
225 bfd *ibfd, *inext; local
plugin.c 110 bfd *ibfd; member in struct:plugin_input_file
633 bfd_plugin_close_file_descriptor (input->ibfd, input->fd);
1221 plugin_object_p (bfd *ibfd, bool known_used)
1229 if ((ibfd->flags & BFD_PLUGIN) != 0)
1236 if (ibfd->plugin_format != bfd_plugin_unknown
1237 && (!known_used || ibfd->plugin_format != bfd_plugin_yes_unused))
1239 if (ibfd->plugin_format == bfd_plugin_no)
1247 abfd = plugin_get_ir_dummy_bfd (bfd_get_filename (ibfd), ibfd);
1254 if (!bfd_plugin_open_input (ibfd, &file)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 225 bfd *ibfd, *inext;
228 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
230 inext = ibfd->link.next;
231 bfd_close_all_done (ibfd);
223 bfd *ibfd, *inext; local
plugin.c 111 bfd *ibfd; member in struct:plugin_input_file
634 bfd_plugin_close_file_descriptor (input->ibfd, input->fd);
1222 plugin_object_p (bfd *ibfd, bool known_used)
1230 if ((ibfd->flags & BFD_PLUGIN) != 0)
1237 if (ibfd->plugin_format != bfd_plugin_unknown
1238 && (!known_used || ibfd->plugin_format != bfd_plugin_yes_unused))
1240 if (ibfd->plugin_format == bfd_plugin_no)
1248 abfd = plugin_get_ir_dummy_bfd (bfd_get_filename (ibfd), ibfd);
1255 if (!bfd_plugin_open_input (ibfd, &file)
    [all...]

Completed in 55 milliseconds

1 2 3 4 5 6 7