/third_party/openh264/codec/api/svc/ |
D | codec_def.h | 142 ET_NONE = 0x00, ///< NONE Error Tools enumerator
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 151 int result = find_elf_build_id (NULL, ET_NONE, elf, build_idp, in dwelf_elf_gnu_build_id()
|
/third_party/elfutils/backends/ |
D | common-reloc.c | 124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in EBLHOOK()
|
/third_party/elfutils/tests/ |
D | emptyfile.c | 103 ehdr->e_type = ET_NONE; in check_elf()
|
D | elfstrtab.c | 170 ehdr->e_type = ET_NONE; in check_elf()
|
D | newdata.c | 100 ehdr->e_type = ET_NONE; in create_elf()
|
D | fillfile.c | 237 ehdr->e_type = ET_NONE; in check_elf()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 117 #define ET_NONE 0 /* Unknown type. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 117 #define ET_NONE 0 /* Unknown type. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 75 #define ET_NONE 0 macro
|
/third_party/elfutils/src/ |
D | elfclassify.c | 186 case ET_NONE: in elf_type_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 111 ET_NONE = 0, // No file type enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 112 ET_NONE = 0, // No file type enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 95 { ET_NONE, "No file type" }, { ET_REL, "Relocatable file" },
|
D | elf_types.hpp | 52 constexpr Elf_Half ET_NONE = 0; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 643 ET_NONE
|
/third_party/elfutils/libelf/ |
D | elf.h | 158 #define ET_NONE 0 /* No file type */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 34 ECase(ET_NONE); in enumeration()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1434 pub const ET_NONE: u16 = 0; constant
|