Searched refs:ET_CORE (Results 1 – 11 of 11) sorted by relevance
154 || ehdr->e_type == ET_CORE)) in __elfw2()161 && unlikely (ehdr->e_type != ET_CORE)) in __elfw2()
174 #define ET_CORE 4 /* Core file */ macro
297 * elf32_updatenull.c: Look for and accept phdr also for ET_CORE.
108 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in EBLHOOK()
185 case ET_CORE: in __libdwfl_report_elf()
399 && ehdr->e_type != ET_DYN && ehdr->e_type != ET_CORE) in check_elf_header()433 && ehdr->e_type != ET_CORE) in check_elf_header()3901 if (ehdr->e_type == ET_CORE) in check_note_data()3968 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note()4010 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note_section()4034 && ehdr->e_type != ET_CORE) in check_program_header()
677 if (likely (e_type <= ET_CORE)) in print_file_type()6115 ehdr->e_type == ET_CORE in handle_notes_data()6126 if (ehdr->e_type == ET_CORE) in handle_notes_data()
64 #define ET_CORE 4 macro
114 ET_CORE = 4, // Core file enumerator
97 ehdr->e_type = ET_CORE; in fill_ehdr()
238 #define ET_CORE 4 /* Core file */ macro