Searched refs:exec_bfd (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | corefile.c | 124 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()
|
D | aix5ppc-core.c | 243 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()
|
D | elfcore.h | 40 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()
|
D | rs6000-core.c | 269 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()
|
D | aoutf1.h | 693 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()
|
D | bfd-in2.h | 6772 (bfd *core_bfd, bfd *exec_bfd); 6775 (bfd *core_bfd, bfd *exec_bfd);
|