Home
last modified time | relevance | path

Searched refs:core_file_matches_executable_p (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dcore.texi27 @findex core_file_matches_executable_p
28 @subsubsection @code{core_file_matches_executable_p}
31 bfd_boolean core_file_matches_executable_p
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dcore.texi30 @findex core_file_matches_executable_p
31 @subsubsection @code{core_file_matches_executable_p}
34 bfd_boolean core_file_matches_executable_p
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcorefile.c96 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in core_file_matches_executable_p() function
H A Daout-target.h456 #define MY_core_file_matches_executable_p NAME(aout,core_file_matches_executable_p)
H A Daout-tic30.c912 #define MY_core_file_matches_executable_p NAME(aout,core_file_matches_executable_p)
H A Delfcode.h86 NAME(bfd_elf,core_file_matches_executable_p)
H A Dbfd-in2.h4009 bfd_boolean core_file_matches_executable_p
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcorefile.c99 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd) in core_file_matches_executable_p() function
H A Daout-target.h421 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
H A Daout-tic30.c863 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
H A Delfcode.h86 NAME(bfd_elf,core_file_matches_executable_p)
H A Dbfd-in2.h4727 bfd_boolean core_file_matches_executable_p
H A DChangeLog-2005130 * aix386-core.c: Replace core_file_matches_executable_p null
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcorefile.c181 if (!core_file_matches_executable_p (core_bfd, exec_bfd)) in validate_files()