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

1234567891011

/netbsd-current/external/gpl3/binutils.old/dist/bfd/hosts/
H A Ddecstation.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Dsymmetry.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h49 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
50 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/netbsd-current/external/gpl3/binutils/dist/bfd/hosts/
H A Ddecstation.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Dsymmetry.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h49 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
50 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/hosts/
H A Ddecstation.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Dsymmetry.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h49 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
50 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/netbsd-current/external/gpl3/gdb/dist/bfd/hosts/
H A Dsymmetry.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Ddecstation.h35 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
36 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h49 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
50 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcorefile.c115 (bfd *core_bfd, bfd *exec_bfd);
118 Return <<TRUE>> if the core file attached to @var{core_bfd}
124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
126 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
132 return BFD_SEND (core_bfd, _core_file_matches_executable_p,
133 (core_bfd, exec_bfd));
142 (bfd *core_bfd, bfd *exec_bfd);
145 Return TRUE if the core file attached to @var{core_bfd}
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
164 if (exec_bfd == NULL || core_bfd
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcorefile.c115 (bfd *core_bfd, bfd *exec_bfd);
118 Return <<TRUE>> if the core file attached to @var{core_bfd}
124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
126 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
132 return BFD_SEND (core_bfd, _core_file_matches_executable_p,
133 (core_bfd, exec_bfd));
142 (bfd *core_bfd, bfd *exec_bfd);
145 Return TRUE if the core file attached to @var{core_bfd}
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
164 if (exec_bfd == NULL || core_bfd
[all...]
H A Delfcore.h40 elf_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
46 if (core_bfd->xvec != exec_bfd->xvec)
53 if (core_bfd->build_id != NULL
55 && core_bfd->build_id->size == exec_bfd->build_id->size
56 && memcmp (core_bfd->build_id->data, exec_bfd->build_id->data,
57 core_bfd->build_id->size) == 0)
61 corename = elf_tdata (core_bfd)->core->program;
H A Daix5ppc-core.c242 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
251 if (bfd_seek (core_bfd, 0, SEEK_SET) != 0)
255 bfd_bread (&core, sizeof (struct core_dumpxx), core_bfd))
258 if (bfd_seek (core_bfd, core.c_loader, SEEK_SET) != 0)
270 if (bfd_bread (s, 1, core_bfd) != 1)
339 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
341 return generic_core_file_matches_executable_p (core_bfd, exec_bfd);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcorefile.c115 (bfd *core_bfd, bfd *exec_bfd);
118 Return <<TRUE>> if the core file attached to @var{core_bfd}
124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
126 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
132 return BFD_SEND (core_bfd, _core_file_matches_executable_p,
133 (core_bfd, exec_bfd));
142 (bfd *core_bfd, bfd *exec_bfd);
145 Return TRUE if the core file attached to @var{core_bfd}
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
164 if (exec_bfd == NULL || core_bfd
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcorefile.c115 (bfd *core_bfd, bfd *exec_bfd);
118 Return <<TRUE>> if the core file attached to @var{core_bfd}
124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
126 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
132 return BFD_SEND (core_bfd, _core_file_matches_executable_p,
133 (core_bfd, exec_bfd));
142 (bfd *core_bfd, bfd *exec_bfd);
145 Return TRUE if the core file attached to @var{core_bfd}
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) argument
164 if (exec_bfd == NULL || core_bfd
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.h36 extern bfd * core_bfd; /* BFD for core-file. */
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcorefile.h36 extern bfd * core_bfd; /* BFD for core-file. */
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcorefile.h36 extern bfd * core_bfd; /* BFD for core-file. */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c157 m_core_gdbarch = gdbarch_from_bfd (core_bfd);
162 bfd_get_filename (core_bfd));
165 if (build_section_table (core_bfd,
169 bfd_get_filename (core_bfd), bfd_errmsg (bfd_get_error ()));
202 gdbarch_read_core_file_mappings (m_core_gdbarch, core_bfd,
264 /* Ensure that the bfd will be closed when core_bfd is closed.
267 gdb_bfd_record_inclusion (core_bfd, bfd);
303 if (core_bfd)
338 pid = bfd_core_file_pid (core_bfd);
383 if (core_bfd !
[all...]
H A Dfbsd-tdep.c505 section = bfd_get_section_by_name (core_bfd, section_name.c_str ());
512 if (bfd_get_section_contents (core_bfd, section, buf, (file_ptr) 0,
522 if (strcmp (buf, elf_tdata (core_bfd)->core->program) != 0)
547 asection *section = bfd_get_section_by_name (core_bfd, section_name.c_str ());
552 if (!bfd_get_section_contents (core_bfd, section, buf,
569 if (!bfd_get_section_contents (core_bfd, section, readbuf,
1056 = bfd_get_section_by_name (core_bfd, ".note.freebsdcore.files");
1068 if (!bfd_get_section_contents (core_bfd, section, contents.data (),
1082 ULONGEST structsize = bfd_get_32 (core_bfd, descdata + KF_STRUCTSIZE);
1086 LONGEST type = bfd_get_signed_32 (core_bfd, descdat
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfbsd-tdep.c567 section = bfd_get_section_by_name (core_bfd, section_name.c_str ());
574 if (bfd_get_section_contents (core_bfd, section, buf, (file_ptr) 0,
584 if (strcmp (buf, elf_tdata (core_bfd)->core->program) != 0)
609 asection *section = bfd_get_section_by_name (core_bfd, section_name.c_str ());
614 if (!bfd_get_section_contents (core_bfd, section, buf,
631 if (!bfd_get_section_contents (core_bfd, section, readbuf,
1021 = bfd_get_section_by_name (core_bfd, ".note.freebsdcore.files");
1033 if (!bfd_get_section_contents (core_bfd, section, contents.data (),
1047 ULONGEST structsize = bfd_get_32 (core_bfd, descdata + KF_STRUCTSIZE);
1051 LONGEST type = bfd_get_signed_32 (core_bfd, descdat
[all...]
H A Dcorelow.c172 m_core_gdbarch = gdbarch_from_bfd (core_bfd);
181 info.abfd = core_bfd;
189 bfd_get_filename (core_bfd));
192 m_core_section_table = build_section_table (core_bfd);
219 gdbarch_read_core_file_mappings (m_core_gdbarch, core_bfd,
283 /* Ensure that the bfd will be closed when core_bfd is closed.
286 gdb_bfd_record_inclusion (core_bfd, bfd);
325 if (core_bfd)
367 pid = bfd_core_file_pid (core_bfd);
412 if (core_bfd !
[all...]

Completed in 545 milliseconds

1234567891011