Searched refs:EV_NUM (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libelf/
H A Delf_version.c72 if (likely (version < EV_NUM))
H A Delf32_fsize.c71 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
83 #if EV_NUM != 2
H A Dgelf_fsize.c62 const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
112 if (version == EV_NONE || version >= EV_NUM)
124 #if EV_NUM != 2
H A Delf32_xlatetof.c76 #if EV_NUM != 2
127 #if EV_NUM != 2
H A Delf32_xlatetom.c76 #if EV_NUM != 2
128 #if EV_NUM != 2
H A DlibelfP.h426 extern const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
427 extern const xfct_t __elf_xfctstof[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
432 extern const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
434 #if EV_NUM != 2
452 #if EV_NUM == 2
461 extern const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
H A Dcommon.h80 && version > EV_NONE && version < EV_NUM)
H A Delf32_updatefile.c146 #if EV_NUM != 2
184 #if EV_NUM != 2
221 #if EV_NUM != 2
335 #if EV_NUM != 2
491 #if EV_NUM != 2
542 #if EV_NUM != 2
596 #if EV_NUM != 2
652 #if EV_NUM != 2
H A Dgelf_xlate.c192 const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
H A Delf_getdata.c74 static const Elf_Type shtype_map[EV_NUM - 1][TYPEIDX (SHT_HISUNW) + 1] =
102 const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
169 #if EV_NUM != 2
H A Delf32_updatenull.c109 || unlikely (ehdr->e_version >= EV_NUM))
288 || unlikely (data->d_version >= EV_NUM))
H A Delf.h272 #define EV_NUM 2 macro
/external/qemu/
H A Delf.h1172 #define EV_NUM 2 macro
/external/valgrind/main/perf/
H A Dtinycc.c296 #define EV_NUM 2 macro

Completed in 242 milliseconds