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

/external/elfutils/tests/
H A Dsystem-elf-libelf-test.c27 if (elf_version (EV_CURRENT) == EV_NONE)
H A Drdwrmmap.c35 if (elf_version (EV_CURRENT) == EV_NONE)
H A Dnewscn.c36 if (elf_version (EV_CURRENT) == EV_NONE)
H A Delfshphehdr.c87 ehdr.e_version = EV_NONE; /* Ask for current version. */
H A Dsaridx.c117 if (elf_version (EV_CURRENT) == EV_NONE)
/external/elfutils/libelf/
H A Delf_version.c47 if (version == EV_NONE)
67 return EV_NONE;
H A Delf32_fsize.c47 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
H A Dgelf_fsize.c43 /* We have no entry for EV_NONE since we have to set an error. */
90 if (version == EV_NONE || version >= EV_NUM)
H A Dcommon.h59 && version > EV_NONE && version < EV_NUM)
H A Delf32_updatenull.c87 if (unlikely (ehdr->e_version == EV_NONE))
287 if (unlikely (data->d_version == EV_NONE)
H A Delf.h267 #define EV_NONE 0 /* Invalid ELF version */ macro
/external/elfutils/libdwfl/
H A Ddwfl_begin.c34 if (elf_version (EV_CURRENT) == EV_NONE)
/external/libunwind/src/
H A Delfxx.h99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
/external/google-breakpad/src/common/solaris/
H A Dfile_id.cc74 if (elf_version(EV_CURRENT) == EV_NONE) {
H A Ddump_symbols.cc640 if (elf_version(EV_CURRENT) == EV_NONE) {
/external/kernel-headers/original/uapi/linux/
H A Delf.h351 #define EV_NONE 0 /* e_version, EI_VERSION */ macro
/external/llvm/include/llvm/Support/
H A DELF.h122 EV_NONE = 0, enumerator in enum:llvm::ELF::__anon12014
/external/iproute2/tc/
H A Dtc_bpf.c1606 if (elf_version(EV_CURRENT) == EV_NONE ||
/external/valgrind/perf/
H A Dtinycc.c294 #define EV_NONE 0 /* Invalid ELF version */ macro

Completed in 1964 milliseconds