Searched refs:ET_CORE (Results 1 – 14 of 14) sorted by relevance
237 if (ehdr->e_type != ET_CORE) in elf_read() 329 EI_Ehdr.e_type == ET_CORE) { in process_phdr()
11 #define ET_CORE 4 /* Core file */ macro
538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
92 * this is an ELF file of type ET_CORE. in open_core() 99 SELFMAG)) != 0 || ehdr.e_type != ET_CORE) { in open_core()
1108 ehdr.e_type = ET_CORE; in Pfgcore() 1166 ehdr.e_type = ET_CORE; in Pfgcore()
1561 * check, and convert the file header manually in case type == ET_CORE. in core_elf_fdopen() 1762 * So if type is ET_CORE, we don't bother doing elf_begin; the code in core_elf_fdopen() 1766 if (type == ET_CORE) { in core_elf_fdopen() 2291 if (core_elf_fdopen(&core, ET_CORE, perr) == -1)
138 #define ET_CORE 4 macro
192 #define ET_CORE 4 /* Core file. */ macro
470 @ MSG_ET_CORE_CF "ET_CORE" # 5
719 #if ET_NUM != (ET_CORE + 1) in ehdr_type_strings()
934 * The object file turned out to be a user core file (ET_CORE), in main() 938 if (ehdr.e_type == ET_CORE) { in main()
1134 if (state->ehdr->e_type == ET_CORE) { in output_symbol() 3692 is_corenote = (ehdr->e_type == ET_CORE) && in note_entry() 5202 if ((note_cnt == 0) && (ehdr->e_type == ET_CORE) && in regular()
1824 ehdr->e_type = ET_CORE; in elfcore()
1945 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()