Searched refs:tmp_bfd (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dpa64solib.c221 bfd *tmp_bfd; local
229 tmp_bfd = bfd_openr (name, gnutarget);
230 if (tmp_bfd == NULL)
236 if (!bfd_check_format (tmp_bfd, bfd_object))
238 bfd_close (tmp_bfd);
248 sec = bfd_get_section_by_name (tmp_bfd, ".text");
249 text_addr += bfd_section_vma (tmp_bfd, sec);
253 bfd_map_over_sections (tmp_bfd, find_lowest_section, &sec);
258 text_addr -= bfd_section_vma (tmp_bfd, sec);
264 section_addrs = alloc_section_addr_info (bfd_count_sections (tmp_bfd));
515 bfd *tmp_bfd; local
[all...]
H A Dsolib-svr4.c1009 bfd *tmp_bfd = NULL; local
1033 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd);
1035 if (tmp_bfd == NULL)
1039 if (!bfd_check_format (tmp_bfd, bfd_object))
1042 bfd_close (tmp_bfd);
1049 tmp_bfd_target = target_bfd_reopen (tmp_bfd);
1075 - exec_entry_point (tmp_bfd, tmp_bfd_target));
1079 interp_sect = bfd_get_section_by_name (tmp_bfd, ".text");
1083 bfd_section_vma (tmp_bfd, interp_sect) + load_addr;
1085 interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sec
[all...]

Completed in 108 milliseconds