| /NextBSD/contrib/file/src/ |
| HD | elfclass.h | 38 case ET_CORE:
|
| HD | readelf.h | 94 #define ET_CORE 4 macro
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elfcore.h | 176 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE) in elf_core_file_p()
|
| HD | elfcode.h | 566 if (i_ehdrp->e_type == ET_CORE) in elf_object_p()
|
| HD | elf.c | 4356 && !(elf_elfheader (abfd)->e_type == ET_CORE in assign_file_positions_for_load_sections() 5000 i_ehdrp->e_type = ET_CORE; in prep_headers()
|
| HD | ChangeLog-9899 | 3838 * 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/ |
| HD | kvm_powerpc.c | 67 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
|
| HD | kvm_powerpc64.c | 67 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
|
| HD | kvm.c | 268 if (ehdr.e_type != ET_CORE) { in _kvm_read_core_phdrs()
|
| /NextBSD/contrib/elftoolchain/strings/ |
| HD | strings.c | 274 if (elfhdr.e_shnum == 0 && elfhdr.e_type == ET_CORE) { in handle_elf()
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | common.h | 91 #define ET_CORE 4 /* Core file */ macro
|
| /NextBSD/contrib/elftoolchain/size/ |
| HD | size.c | 497 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/ |
| HD | kern_dump.c | 310 ehdr.e_type = ET_CORE; in dumpsys_generic()
|
| HD | imgact_elf.c | 1623 ehdr->e_type = ET_CORE; in __elfN()
|
| /NextBSD/lib/libprocstat/ |
| HD | core.c | 98 if (ehdr.e_type != ET_CORE) { in procstat_core_open()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ProcessElfCore.cpp | 77 if (elf_header.e_type == llvm::ELF::ET_CORE) in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 710 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/ |
| HD | elf_common.h | 192 #define ET_CORE 4 /* Core file. */ macro
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 115 ET_CORE = 4, // Core file enumerator
|
| /NextBSD/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 586 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/ |
| HD | elfcore.c | 431 ehdr->e_type = ET_CORE; in elf_puthdr()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | ELFYAML.cpp | 32 ECase(ET_CORE) in enumeration()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 1667 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/ |
| HD | ELFDumper.cpp | 208 { "Core", ELF::ET_CORE },
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 838 _ELF_DEFINE_ET(ET_CORE, 4, "Core file") \
|