Home
last modified time | relevance | path

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

12

/third_party/elfutils/libelf/
Delf_version.c39 unsigned int __libelf_version = EV_NONE;
44 if (version == EV_NONE) in elf_version()
60 return EV_NONE; in elf_version()
Delf32_updatenull.c89 if (unlikely (ehdr->e_version == EV_NONE)) in ELFW()
DChangeLog335 (__libelf_version): Initialized to EV_NONE.
336 (elf_version): Always return EV_CURRENT for EV_NONE version.
786 * elf32_updatenull.c (default_ehdr): Set e_version when EV_NONE.
Delf.h377 #define EV_NONE 0 /* Invalid ELF version */ macro
/third_party/elfutils/tests/
Dsystem-elf-libelf-test.c27 if (elf_version (EV_CURRENT) == EV_NONE) in main()
Drdwrmmap.c35 if (elf_version (EV_CURRENT) == EV_NONE) in main()
Dnewscn.c36 if (elf_version (EV_CURRENT) == EV_NONE) in main()
Dsaridx.c117 if (elf_version (EV_CURRENT) == EV_NONE) in main()
Delfshphehdr.c87 ehdr.e_version = EV_NONE; /* Ask for current version. */ in test()
/third_party/elfutils/libdwfl/
Ddwfl_begin.c38 if (elf_version (EV_CURRENT) == EV_NONE) in dwfl_begin()
/third_party/libunwind/libunwind/src/
Delfxx.h68 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE in elf_w()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c103 eventfd.revents = EV_NONE; in lws_accept_cb()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp344 #define EV_NONE 0 macro
/third_party/libbpf/src/
Delf.c41 if (elf_version(EV_CURRENT) == EV_NONE) { in elf_open()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h121 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h122 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
/third_party/elfutils/doc/
Delfutils.sgml409 value <symbol>EV_NONE</symbol> the library will fill in
/third_party/elfio/elfio/
Delfio_dump.hpp86 { EV_NONE, "None" },
Delf_types.hpp324 constexpr unsigned char EV_NONE = 0; variable
/third_party/musl/porting/linux/user/include/
Delf.h322 #define EV_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h322 #define EV_NONE 0 macro
/third_party/musl/include/
Delf.h322 #define EV_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h322 #define EV_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h322 #define EV_NONE 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt652 EV_NONE

12