Searched refs:core_bfd (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/hosts/
H A Ddecstation.h16 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
17 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h30 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
31 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcorefile.c90 (bfd *core_bfd, bfd *exec_bfd);
93 Return <<TRUE>> if the core file attached to @var{core_bfd}
99 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
101 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
107 return BFD_SEND (core_bfd, _core_file_matches_executable_p,
108 (core_bfd, exec_bfd));
117 (bfd *core_bfd, bfd *exec_bfd);
120 Return TRUE if the core file attached to @var{core_bfd}
133 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
139 if (exec_bfd == NULL || core_bfd
[all...]
H A Delfcore.h34 elf_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
40 if (core_bfd->xvec != exec_bfd->xvec)
47 corename = elf_tdata (core_bfd)->core_program;
H A Drs6000-core.c255 bfd_boolean rs6000coff_core_file_matches_executable_p (bfd *core_bfd,
636 rs6000coff_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
646 if (!read_hdr (core_bfd, &core))
659 if (bfd_seek (core_bfd, c_loader + size, SEEK_SET) != 0)
670 if (bfd_bread (s, (bfd_size_type) 1, core_bfd) != 1)
H A Daoutf1.h695 sunos4_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
697 if (core_bfd->xvec != exec_bfd->xvec)
704 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
707 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
694 sunos4_core_file_matches_executable_p(bfd *core_bfd, bfd *exec_bfd) argument
H A Dbfd-in2.h4969 (bfd *core_bfd, bfd *exec_bfd);
4972 (bfd *core_bfd, bfd *exec_bfd);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorelow.c60 file currently open on core_bfd. */
202 if (core_bfd)
212 name = bfd_get_filename (core_bfd);
213 if (!bfd_close (core_bfd))
217 core_bfd = NULL;
287 error (core_bfd ?
326 core_bfd = temp_bfd;
335 core_gdbarch = gdbarch_from_bfd (core_bfd);
337 /* Find a suitable core file handler to munch on core_bfd */
338 core_vec = sniff_core_bfd (core_bfd);
[all...]
H A Dcorefile.c60 bfd *core_bfd = NULL; variable
181 if (exec_bfd && core_bfd)
183 if (!core_file_matches_executable_p (core_bfd, exec_bfd))
185 else if (bfd_get_mtime (exec_bfd) > bfd_get_mtime (core_bfd))
H A Dgdbcore.h111 extern bfd *core_bfd;
H A Dmaint.c389 if (core_bfd)
392 printf_filtered (" `%s', ", bfd_get_filename (core_bfd));
394 printf_filtered ("file type %s.\n", bfd_get_target (core_bfd));
395 bfd_map_over_sections (core_bfd, print_bfd_section_info, arg);
H A Drs6000-nat.c1091 ldinfo_sec = bfd_get_section_by_name (core_bfd, ".ldinfo");
1106 if (bfd_get_section_contents (core_bfd, ldinfo_sec, buffer,
1119 if (bfd_get_section_contents (core_bfd, ldinfo_sec, &buffer[i],
H A Dwin32-nat.c2389 if (core_bfd)
2392 bfd_map_over_sections (core_bfd, &core_section_load_dll_symbols, target);
/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c64 op = bfd_get_32 (core_bfd, ((unsigned char *)core_text_space
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c295 bfd_map_over_sections (core_bfd, fbsd_core_get_first_lwp, &lwpid);
451 section = bfd_get_section_by_name (core_bfd, section_name);
456 size = bfd_section_size (core_bfd, section);
460 if (! bfd_get_section_contents (core_bfd, section, last_thr_name,
1152 bfd_map_over_sections (core_bfd, fbsd_core_check_lwp, &lwp);
1423 proc_handle.pid = elf_tdata (core_bfd)->core_pid;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4976 (bfd *core_bfd, bfd *exec_bfd);
4979 (bfd *core_bfd, bfd *exec_bfd);

Completed in 308 milliseconds