Home
last modified time | relevance | path

Searched refs:EV_NONE (Results 1 - 25 of 27) sorted by relevance

12

/third_party/elfutils/libelf/
H A Delf_version.c38 Will be EV_NONE if elf_version () has not been called yet. */
39 unsigned int __libelf_version = EV_NONE;
44 if (version == EV_NONE) in elf_version()
60 return EV_NONE; in elf_version()
H A Delf32_updatenull.c89 if (unlikely (ehdr->e_version == EV_NONE)) in ELFW()
H A Delf.h377 #define EV_NONE 0 /* Invalid ELF version */ macro
/third_party/elfutils/tests/
H A Dsystem-elf-libelf-test.c27 if (elf_version (EV_CURRENT) == EV_NONE) in main()
H A Dnewscn.c36 if (elf_version (EV_CURRENT) == EV_NONE) in main()
H A Drdwrmmap.c35 if (elf_version (EV_CURRENT) == EV_NONE) in main()
H A Dsaridx.c117 if (elf_version (EV_CURRENT) == EV_NONE) in main()
H A Delfshphehdr.c87 ehdr.e_version = EV_NONE; /* Ask for current version. */ in test()
/third_party/elfutils/libdwfl/
H A Ddwfl_begin.c38 if (elf_version (EV_CURRENT) == EV_NONE) in dwfl_begin()
/third_party/libunwind/libunwind/src/
H A Delfxx.h68 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE in valid_object()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp344 #define EV_NONE 0 macro
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c103 eventfd.revents = EV_NONE; in lws_accept_cb()
/third_party/libbpf/src/
H A Delf.c41 if (elf_version(EV_CURRENT) == EV_NONE) { in elf_open()
H A Dlinker.c225 if (elf_version(EV_CURRENT) == EV_NONE) { in bpf_linker__new()
H A Dbtf.c1124 if (elf_version(EV_CURRENT) == EV_NONE) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h122 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp86 { EV_NONE, "None" },
H A Delf_types.hpp324 constexpr unsigned char EV_NONE = 0; member
/third_party/musl/porting/linux/user/include/
H A Delf.h323 #define EV_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h322 #define EV_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h322 #define EV_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h322 #define EV_NONE 0 macro
/third_party/musl/include/
H A Delf.h323 #define EV_NONE 0 macro
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc15961 if (elf_version(EV_CURRENT) == EV_NONE)
16004 if (elf_version(EV_CURRENT) == EV_NONE)

Completed in 103 milliseconds

12