/freebsd/contrib/file/src/ |
H A D | elfclass.h | 38 case ET_CORE:
|
H A D | readelf.h | 130 #define ET_CORE 4 macro
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc.c | 66 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
|
H A D | kvm_powerpc64.c | 67 if (_kvm16toh(kd, eh->e_type) != ET_CORE) in valid_elf_header()
|
H A D | kvm_private.c | 183 if (ehdr.e_type != ET_CORE) { in _kvm_read_core_phdrs()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 292 if (elfhdr.e_shnum == 0 && elfhdr.e_type == ET_CORE) { in handle_elf()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 540 if (elfhdr->e_shnum != 0 || elfhdr->e_type != ET_CORE) in handle_core() 644 if (elfhdr.e_shnum == 0 && elfhdr.e_type == ET_CORE) { in handle_elf()
|
/freebsd/sys/kern/ |
H A D | kern_dump.c | 313 ehdr.e_type = ET_CORE; in dumpsys_generic()
|
H A D | imgact_elf.c | 1929 ehdr->e_type = ET_CORE; in __elfN()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 117 if (ehdr.e_type != ET_CORE) { in procstat_core_open()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 643 case ET_CORE: return "CORE (Core file)"; in elf_type() 1146 et == ET_CORE) in note_type() 1149 if (et == ET_CORE) in note_type() 1153 else if (strcmp(name, "GNU") == 0 && et != ET_CORE) in note_type() 1155 else if (strcmp(name, "Go") == 0 && et != ET_CORE) in note_type() 1157 else if (strcmp(name, "NetBSD") == 0 && et != ET_CORE) in note_type() 1159 else if (strcmp(name, "OpenBSD") == 0 && et != ET_CORE) in note_type() 1161 else if (strcmp(name, "Xen") == 0 && et != ET_CORE) in note_type() 3709 if (re->ehdr.e_type == ET_CORE) { in dump_notes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 260 if (header.e_type == ET_CORE) { in mipsVariantFromElfFlags() 645 if (header.e_type == llvm::ELF::ET_CORE) { in GetModuleSpecifications() 3305 case ET_CORE: in DumpELFHeader_e_type() 3539 case ET_CORE: in CalculateType() 3591 case ET_CORE: in CalculateStrata()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 200 #define ET_CORE 4 /* Core file. */ macro
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 493 ehdr->e_type = ET_CORE; in elf_puthdr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 120 ET_CORE = 4, // Core file enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 73 if (elf_header.e_type == llvm::ELF::ET_CORE) in CreateInstance()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1081 {"Core", "CORE (Core file)", ELF::ET_CORE}, 6055 if (ELFType == ELF::ET_CORE) { in getNoteTypeName() 6065 if (ELFType == ELF::ET_CORE && Name.starts_with("NetBSD-CORE")) { in getNoteTypeName() 6071 if (ELFType == ELF::ET_CORE && Name.starts_with("OpenBSD")) { in getNoteTypeName() 6087 if (ELFType == ELF::ET_CORE) in getNoteTypeName() 6101 bool IsCoreFile = Obj.getHeader().e_type == ELF::ET_CORE; in processNotesHelper()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 893 _ELF_DEFINE_ET(ET_CORE, 4, "Core file") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 277 case ET_CORE: return "ET_CORE"; in elf_type_str()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 53 ECase(ET_CORE); in enumeration()
|