Searched refs:ET_NONE (Results 1 - 20 of 20) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A 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/ |
H A D | common-reloc.c | 124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in reloc_valid_use()
|
/third_party/elfutils/tests/ |
H A D | emptyfile.c | 103 ehdr->e_type = ET_NONE; in check_elf()
|
H A D | newdata.c | 100 ehdr->e_type = ET_NONE; in create_elf()
|
H A D | fillfile.c | 237 ehdr->e_type = ET_NONE; in check_elf()
|
H A D | elfstrtab.c | 170 ehdr->e_type = ET_NONE; in check_elf()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 186 case ET_NONE: in elf_type_string() 187 return "ET_NONE"; in elf_type_string()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 75 #define ET_NONE 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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/ |
H A D | ELF.h | 112 ET_NONE = 0, // No file type enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 95 { ET_NONE, "No file type" }, { ET_REL, "Relocatable file" },
|
H A D | elf_types.hpp | 52 constexpr Elf_Half ET_NONE = 0;
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 125 #define ET_NONE 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 34 ECase(ET_NONE); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 158 #define ET_NONE 0 /* No file type */ macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1434 pub const ET_NONE: u16 = 0; consts
|
Completed in 99 milliseconds