Home
last modified time | relevance | path

Searched refs:ET_CORE (Results 1 – 25 of 25) sorted by relevance

/NextBSD/contrib/file/src/
HDelfclass.h38 case ET_CORE:
HDreadelf.h94 #define ET_CORE 4 macro
/NextBSD/contrib/binutils/bfd/
HDelfcore.h176 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE) in elf_core_file_p()
HDelfcode.h566 if (i_ehdrp->e_type == ET_CORE) in elf_object_p()
HDelf.c4356 && !(elf_elfheader (abfd)->e_type == ET_CORE in assign_file_positions_for_load_sections()
5000 i_ehdrp->e_type = ET_CORE; in prep_headers()
HDChangeLog-98993838 * elfcode.h (elf_object_p): Reject files of header type ET_CORE
3851 (prep_headers): identify core files as type ET_CORE.
/NextBSD/lib/libkvm/
HDkvm_powerpc.c67 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
HDkvm_powerpc64.c67 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
HDkvm.c268 if (ehdr.e_type != ET_CORE) { in _kvm_read_core_phdrs()
/NextBSD/contrib/elftoolchain/strings/
HDstrings.c274 if (elfhdr.e_shnum == 0 && elfhdr.e_type == ET_CORE) { in handle_elf()
/NextBSD/contrib/binutils/include/elf/
HDcommon.h91 #define ET_CORE 4 /* Core file */ macro
/NextBSD/contrib/elftoolchain/size/
HDsize.c497 if (elfhdr->e_shnum != 0 || elfhdr->e_type != ET_CORE) in handle_core()
607 if (elfhdr.e_shnum == 0 && elfhdr.e_type == ET_CORE) { in handle_elf()
/NextBSD/sys/kern/
HDkern_dump.c310 ehdr.e_type = ET_CORE; in dumpsys_generic()
HDimgact_elf.c1623 ehdr->e_type = ET_CORE; in __elfN()
/NextBSD/lib/libprocstat/
HDcore.c98 if (ehdr.e_type != ET_CORE) { in procstat_core_open()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp77 if (elf_header.e_type == llvm::ELF::ET_CORE) in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp710 if (header.e_type == llvm::ELF::ET_CORE) in GetModuleSpecifications()
2772 case ET_CORE: *s << "ET_CORE"; break; in DumpELFHeader_e_type()
3033 case ET_CORE: in CalculateType()
3070 case ET_CORE: in CalculateStrata()
/NextBSD/sys/sys/
HDelf_common.h192 #define ET_CORE 4 /* Core file. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h115 ET_CORE = 4, // Core file enumerator
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c586 case ET_CORE: return "CORE (Core file)"; in elf_type()
1591 et == ET_CORE) in note_type()
1594 if (et == ET_CORE) in note_type()
1598 else if (strcmp(name, "GNU") == 0 && et != ET_CORE) in note_type()
1600 else if (strcmp(name, "NetBSD") == 0 && et != ET_CORE) in note_type()
1602 else if (strcmp(name, "OpenBSD") == 0 && et != ET_CORE) in note_type()
1604 else if (strcmp(name, "Xen") == 0 && et != ET_CORE) in note_type()
3776 if (re->ehdr.e_type == ET_CORE) { in dump_notes()
/NextBSD/usr.bin/gcore/
HDelfcore.c431 ehdr->e_type = ET_CORE; in elf_puthdr()
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp32 ECase(ET_CORE) in enumeration()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1667 case ET_CORE: return _("CORE (Core file)"); in get_file_type()
9085 if (elf_header.e_type == ET_CORE) in get_note_type()
9139 if (elf_header.e_type == ET_CORE) in get_freebsd_note_type()
9432 if (elf_header.e_type != ET_CORE) in process_notes()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp208 { "Core", ELF::ET_CORE },
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h838 _ELF_DEFINE_ET(ET_CORE, 4, "Core file") \