Searched refs:ET_CORE (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/file/src/
H A Delfclass.h38 case ET_CORE:
H A Dreadelf.h130 #define ET_CORE 4 macro
274 /* Notes used in ET_CORE */
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfcore.h176 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE)
H A Delfcode.h567 /* Reject ET_CORE (header indicates core file, not object file) */
568 if (i_ehdrp->e_type == ET_CORE)
H A Delf.c4361 && !(elf_elfheader (abfd)->e_type == ET_CORE
5005 i_ehdrp->e_type = ET_CORE;
/freebsd-10-stable/lib/libkvm/
H A Dkvm_powerpc.c70 if (be16toh(eh->e_type) != ET_CORE)
H A Dkvm_powerpc64.c70 if (be16toh(eh->e_type) != ET_CORE)
/freebsd-10-stable/sys/powerpc/powerpc/
H A Ddump_machdep.c229 ehdr.e_type = ET_CORE;
/freebsd-10-stable/sys/arm/arm/
H A Ddump_machdep.c325 ehdr.e_type = ET_CORE;
/freebsd-10-stable/sys/mips/mips/
H A Ddump_machdep.c288 ehdr.e_type = ET_CORE;
/freebsd-10-stable/sys/x86/x86/
H A Ddump_machdep.c296 ehdr.e_type = ET_CORE;
/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h150 #define ET_CORE 4 /* core file */ macro
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dcommon.h91 #define ET_CORE 4 /* Core file */ macro
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELFYAML.cpp27 ECase(ET_CORE)
/freebsd-10-stable/lib/libprocstat/
H A Dcore.c98 if (ehdr.e_type != ET_CORE) {
/freebsd-10-stable/sys/ia64/ia64/
H A Ddump_machdep.c351 ehdr.e_type = ET_CORE;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1731 case ET_CORE: *s << "ET_CORE"; break;
1988 case ET_CORE:
2025 case ET_CORE:
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp127 { "Core", ELF::ET_CORE },
/freebsd-10-stable/sys/sys/
H A Delf_common.h192 #define ET_CORE 4 /* Core file. */ macro
/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c442 ehdr->e_type = ET_CORE;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h115 ET_CORE = 4, // Core file enumerator in enum:llvm::ELF::__anon2100
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c1670 case ET_CORE: return _("CORE (Core file)");
9088 if (elf_header.e_type == ET_CORE)
9142 if (elf_header.e_type == ET_CORE)
9435 if (elf_header.e_type != ET_CORE)
/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c1626 ehdr->e_type = ET_CORE;

Completed in 208 milliseconds