Home
last modified time | relevance | path

Searched refs:ET_EXEC (Results 1 – 21 of 21) sorted by relevance

/third_party/elfio/examples/writer/
Dwriter.cpp53 writer.set_type( ET_EXEC ); in main()
/third_party/elfio/tests/
DELFIOTest1.cpp147 writer.set_type( ET_EXEC ); in write_exe_i386()
521 writer.set_type( ET_EXEC ); in BOOST_AUTO_TEST_CASE()
629 writer.set_type( ET_EXEC ); in BOOST_AUTO_TEST_CASE()
754 writer.set_type( ET_EXEC ); in BOOST_AUTO_TEST_CASE()
DELFIOTest.cpp206 checkHeader( reader, ELFCLASS32, ELFDATA2LSB, EV_CURRENT, ET_EXEC, EM_386, in BOOST_AUTO_TEST_CASE()
306 checkHeader( reader, ELFCLASS64, ELFDATA2LSB, EV_CURRENT, ET_EXEC, in BOOST_AUTO_TEST_CASE()
598 checkHeader( reader, ELFCLASS32, ELFDATA2MSB, EV_CURRENT, ET_EXEC, EM_PPC, in BOOST_AUTO_TEST_CASE()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h119 #define ET_EXEC 2 /* Executable. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h119 #define ET_EXEC 2 /* Executable. */ macro
/third_party/skia/third_party/externals/angle2/util/posix/
Dcrash_handler_posix.cpp324 case ET_EXEC:
/third_party/elfio/elfio/
Delf_types.hpp77 #define ET_EXEC 2 macro
Delfio_dump.hpp69 { ET_EXEC, "Executable file" }, { ET_DYN, "Shared object file" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h113 ET_EXEC = 2, // Executable file enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h114 ET_EXEC = 2, // Executable file enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/musl/porting/linux/user/include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/musl/ndk_musl_include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/musl/include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h127 #define ET_EXEC 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp36 ECase(ET_EXEC); in enumeration()
/third_party/musl/ldso/
Ddynlink.c626 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c624 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c624 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1309 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
4221 if (l < sizeof(Ehdr) || (task->eh->e_type != ET_DYN && task->eh->e_type != ET_EXEC)) { in map_library_header()