Home
last modified time | relevance | path

Searched refs:ET_NONE (Results 1 - 20 of 20) sorted by relevance

/third_party/elfutils/libdwelf/
H A 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/
H A Dcommon-reloc.c124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in reloc_valid_use()
/third_party/elfutils/tests/
H A Demptyfile.c103 ehdr->e_type = ET_NONE; in check_elf()
H A Dnewdata.c100 ehdr->e_type = ET_NONE; in create_elf()
H A Dfillfile.c237 ehdr->e_type = ET_NONE; in check_elf()
H A Delfstrtab.c170 ehdr->e_type = ET_NONE; in check_elf()
/third_party/elfutils/src/
H A Delfclassify.c186 case ET_NONE: in elf_type_string()
187 return "ET_NONE"; in elf_type_string()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp75 #define ET_NONE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h112 ET_NONE = 0, // No file type enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp95 { ET_NONE, "No file type" }, { ET_REL, "Relocatable file" },
H A Delf_types.hpp52 constexpr Elf_Half ET_NONE = 0;
/third_party/musl/porting/linux/user/include/
H A Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h125 #define ET_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h125 #define ET_NONE 0 macro
/third_party/musl/include/
H A Delf.h125 #define ET_NONE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp34 ECase(ET_NONE); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h158 #define ET_NONE 0 /* No file type */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1434 pub const ET_NONE: u16 = 0; consts

Completed in 99 milliseconds