Home
last modified time | relevance | path

Searched refs:exec_bfd (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcorefile.c124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in core_file_matches_executable_p() argument
126 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object) in core_file_matches_executable_p()
133 (core_bfd, exec_bfd)); in core_file_matches_executable_p()
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in generic_core_file_matches_executable_p() argument
164 if (exec_bfd == NULL || core_bfd == NULL) in generic_core_file_matches_executable_p()
176 exec = bfd_get_filename (exec_bfd); in generic_core_file_matches_executable_p()
Daix5ppc-core.c243 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in xcoff64_core_file_matches_executable_p() argument
292 str2 = strrchr (exec_bfd->filename, '/'); in xcoff64_core_file_matches_executable_p()
296 str2 = str2 != NULL ? str2 + 1 : exec_bfd->filename; in xcoff64_core_file_matches_executable_p()
340 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in xcoff64_core_file_matches_executable_p() argument
342 return generic_core_file_matches_executable_p (core_bfd, exec_bfd); in xcoff64_core_file_matches_executable_p()
Delfcore.h40 elf_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in elf_core_file_matches_executable_p() argument
46 if (core_bfd->xvec != exec_bfd->xvec) in elf_core_file_matches_executable_p()
56 const char* execname = strrchr (exec_bfd->filename, '/'); in elf_core_file_matches_executable_p()
58 execname = execname ? execname + 1 : exec_bfd->filename; in elf_core_file_matches_executable_p()
Drs6000-core.c269 bfd *exec_bfd);
656 rs6000coff_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in rs6000coff_core_file_matches_executable_p() argument
715 str2 = strrchr (exec_bfd->filename, '/'); in rs6000coff_core_file_matches_executable_p()
719 str2 = str2 != NULL ? str2 + 1 : exec_bfd->filename; in rs6000coff_core_file_matches_executable_p()
Daoutf1.h693 sunos4_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in sunos4_core_file_matches_executable_p() argument
695 if (core_bfd->xvec != exec_bfd->xvec) in sunos4_core_file_matches_executable_p()
706 (char *) exec_hdr (exec_bfd), in sunos4_core_file_matches_executable_p()
Dbfd-in2.h6772 (bfd *core_bfd, bfd *exec_bfd);
6775 (bfd *core_bfd, bfd *exec_bfd);