Home
last modified time | relevance | path

Searched refs:ET_NONE (Results 1 – 25 of 25) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_def.h142 ET_NONE = 0x00, ///< NONE Error Tools enumerator
/third_party/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c151 int result = find_elf_build_id (NULL, ET_NONE, elf, build_idp, in dwelf_elf_gnu_build_id()
/third_party/elfutils/backends/
Dcommon-reloc.c124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in EBLHOOK()
/third_party/elfutils/tests/
Demptyfile.c103 ehdr->e_type = ET_NONE; in check_elf()
Delfstrtab.c170 ehdr->e_type = ET_NONE; in check_elf()
Dnewdata.c100 ehdr->e_type = ET_NONE; in create_elf()
Dfillfile.c237 ehdr->e_type = ET_NONE; in check_elf()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h117 #define ET_NONE 0 /* Unknown type. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h117 #define ET_NONE 0 /* Unknown type. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp75 #define ET_NONE 0 macro
/third_party/elfutils/src/
Delfclassify.c186 case ET_NONE: in elf_type_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h111 ET_NONE = 0, // No file type enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h112 ET_NONE = 0, // No file type enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp95 { ET_NONE, "No file type" }, { ET_REL, "Relocatable file" },
Delf_types.hpp52 constexpr Elf_Half ET_NONE = 0; variable
/third_party/musl/ndk_musl_include/
Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h125 #define ET_NONE 0 macro
/third_party/musl/include/
Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/linux/user/include/
Delf.h125 #define ET_NONE 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt643 ET_NONE
/third_party/elfutils/libelf/
Delf.h158 #define ET_NONE 0 /* No file type */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp34 ECase(ET_NONE); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1434 pub const ET_NONE: u16 = 0; constant