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

/external/elfutils/0.153/libelf/
H A Delf_version.c69 if (version == EV_NONE)
89 return EV_NONE;
H A Delf32_fsize.c71 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
H A Dgelf_fsize.c64 /* We have no entry for EV_NONE since we have to set an error. */
114 if (version == EV_NONE || version >= EV_NUM)
H A Dcommon.h80 && version > EV_NONE && version < EV_NUM)
H A Delf32_updatenull.c108 if (unlikely (ehdr->e_version == EV_NONE)
291 if (unlikely (data->d_version == EV_NONE)
H A Delf.h267 #define EV_NONE 0 /* Invalid ELF version */ macro
/external/elfutils/0.153/libdwfl/
H A Ddwfl_begin.c55 if (elf_version (EV_CURRENT) == EV_NONE)
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file_unittest.cc123 ASSERT_NE(EV_NONE, elf_version(EV_CURRENT));
144 ASSERT_NE(EV_NONE, elf_version(EV_CURRENT));
H A Dmain.cc142 if (elf_version(EV_CURRENT) == EV_NONE) {
/external/libunwind/src/
H A Delfxx.h66 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE
/external/chromium_org/third_party/libvpx/include/
H A Delf.h385 #define EV_NONE 0 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h89 EV_NONE = 0, /* invalid */ enumerator in enum:__anon16340
/external/kernel-headers/original/uapi/linux/
H A Delf.h351 #define EV_NONE 0 /* e_version, EI_VERSION */ macro
/external/qemu/include/
H A Delf.h1418 #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::__anon25577
/external/valgrind/main/perf/
H A Dtinycc.c294 #define EV_NONE 0 /* Invalid ELF version */ macro

Completed in 346 milliseconds