/external/elfutils/libelf/ |
D | elf_version.c | 39 unsigned int __libelf_version = EV_NONE; 44 if (version == EV_NONE) in elf_version() 60 return EV_NONE; in elf_version()
|
D | elf32_updatenull.c | 91 if (unlikely (ehdr->e_version == EV_NONE)) in ELFW()
|
D | ChangeLog | 201 (__libelf_version): Initialized to EV_NONE. 202 (elf_version): Always return EV_CURRENT for EV_NONE version. 652 * elf32_updatenull.c (default_ehdr): Set e_version when EV_NONE.
|
D | elf.h | 375 #define EV_NONE 0 /* Invalid ELF version */ macro
|
/external/elfutils/tests/ |
D | system-elf-libelf-test.c | 27 if (elf_version (EV_CURRENT) == EV_NONE) in main()
|
D | rdwrmmap.c | 35 if (elf_version (EV_CURRENT) == EV_NONE) in main()
|
D | newscn.c | 36 if (elf_version (EV_CURRENT) == EV_NONE) in main()
|
D | elfshphehdr.c | 87 ehdr.e_version = EV_NONE; /* Ask for current version. */ in test()
|
D | saridx.c | 117 if (elf_version (EV_CURRENT) == EV_NONE) in main()
|
/external/elfutils/libdwfl/ |
D | dwfl_begin.c | 38 if (elf_version (EV_CURRENT) == EV_NONE) in dwfl_begin()
|
/external/llvm-project/openmp/libomptarget/plugins/common/ |
D | elf_common.c | 29 if (elf_version(EV_CURRENT) == EV_NONE) { in elf_check_machine()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 74 if (elf_version(EV_CURRENT) == EV_NONE) { in FindElfTextSection()
|
D | dump_symbols.cc | 640 if (elf_version(EV_CURRENT) == EV_NONE) { in WriteSymbolFile()
|
/external/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
D | rtl.cpp | 144 if (elf_version(EV_CURRENT) == EV_NONE) { in __tgt_rtl_load_binary()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 356 #define EV_NONE 0 /* e_version, EI_VERSION */ macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 188 pub const EV_NONE: u32 = 0; constant
|
/external/libwebsockets/lib/event-libs/libev/ |
D | libev.c | 93 eventfd.revents = EV_NONE; in lws_accept_cb()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 122 EV_NONE = 0, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 121 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 122 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 122 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
|
/external/bcc/src/cc/ |
D | bcc_elf.c | 37 if (elf_version(EV_CURRENT) == EV_NONE) in openelf_fd()
|
/external/elfutils/doc/ |
D | elfutils.sgml | 409 value <symbol>EV_NONE</symbol> the library will fill in
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 222 #define EV_NONE 0 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 266 #define EV_NONE 0 /* Invalid ELF version */ macro
|