Home
last modified time | relevance | path

Searched refs:corename (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfcore.h42 char* corename; in elf_core_file_matches_executable_p() local
53 corename = elf_tdata (core_bfd)->core->program; in elf_core_file_matches_executable_p()
54 if (corename != NULL) in elf_core_file_matches_executable_p()
60 if (strcmp (execname, corename) != 0) in elf_core_file_matches_executable_p()
DChangeLog-91936257 * elf.c (elf_core_file_matches_executable_p): Enclose corename