/freebsd/usr.sbin/btxld/ |
H A D | elfh.c | 47 htole16(ET_EXEC), /* e_type */
|
/freebsd/contrib/file/src/ |
H A D | elfclass.h | 50 case ET_EXEC:
|
H A D | readelf.h | 128 #define ET_EXEC 2 macro
|
/freebsd/stand/common/ |
H A D | load_elf.c | 394 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN() 411 if (ehdr->e_type == ET_EXEC) in __elfN() 562 if (ehdr->e_type == ET_EXEC) { 1006 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) {
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 367 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params()
|
/freebsd/libexec/rtld-elf/ |
H A D | map_object.c | 374 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in check_elf_headers()
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | 288 hdr->kh_ehdr.e_type = ET_EXEC; in ksyms_snapshot()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 200 if (header.e_type != llvm::ELF::ET_EXEC) in CheckForKernelImageAtAddress()
|
/freebsd/lib/libkvm/ |
H A D | kvm_private.c | 133 kd->nlehdr.e_type == ET_DYN : kd->nlehdr.e_type == ET_EXEC) && in _kvm_probe_elf_kernel()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 198 #define ET_EXEC 2 /* Executable. */ macro
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 696 return ((m_header.e_type & ET_EXEC) != 0) || (m_header.e_entry != 0); in IsExecutable() 3299 case ET_EXEC: in DumpELFHeader_e_type() 3531 case llvm::ELF::ET_EXEC: in CalculateType() 3559 case llvm::ELF::ET_EXEC: in CalculateStrata()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 118 ET_EXEC = 2, // Executable file enumerator
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 842 else if (hdr->e_type == ET_EXEC) in __elfN() 1125 (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)) in __CONCAT() 1295 (__elfN(aslr_enabled) && hdr->e_type == ET_EXEC) || in __CONCAT()
|
H A D | link_elf.c | 1050 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in link_elf_load_file()
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 872 if (eh.e_type == ET_EXEC || eh.e_type == ET_DYN) { in find_section_base()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pid.c | 604 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr; in dt_pid_usdt_mapping()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 322 if (ieh.e_type == ET_EXEC) in create_elf()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 1238 return (Type != ELF::ET_DYN && Type != ELF::ET_EXEC) || MustBeRelocatable; in isRelocatable()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 891 _ELF_DEFINE_ET(ET_EXEC, 2, "Executable") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 275 case ET_EXEC: return "ET_EXEC"; in elf_type_str()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 2705 return ET_EXEC; in getELFType()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 51 ECase(ET_EXEC); in enumeration()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 641 case ET_EXEC: return "EXEC (Executable file)"; in elf_type()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1079 {"Executable", "EXEC (Executable file)", ELF::ET_EXEC},
|