Searched refs:corename (Results 1 – 2 of 2) sorted by relevance
42 char* corename; in elf_core_file_matches_executable_p() local53 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()
6257 * elf.c (elf_core_file_matches_executable_p): Enclose corename