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

/external/elfutils/libelf/
H A Delf32_fsize.c47 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
59 #if EV_NUM != 2
H A Delf_version.c50 if (likely (version < EV_NUM))
H A Dgelf_fsize.c41 const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
90 if (version == EV_NONE || version >= EV_NUM)
102 #if EV_NUM != 2
H A Delf32_xlatetof.c53 #if EV_NUM != 2
104 #if EV_NUM != 2
H A Delf32_xlatetom.c53 #if EV_NUM != 2
109 #if EV_NUM != 2
H A DlibelfP.h411 extern const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
412 extern const xfct_t __elf_xfctstof[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
417 extern const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
419 #if EV_NUM != 2
437 #if EV_NUM == 2
446 extern const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
H A Dcommon.h59 && version > EV_NONE && version < EV_NUM)
H A Delf32_updatefile.c147 #if EV_NUM != 2
193 #if EV_NUM != 2
242 #if EV_NUM != 2
359 #if EV_NUM != 2
534 #if EV_NUM != 2
593 #if EV_NUM != 2
654 #if EV_NUM != 2
744 #if EV_NUM != 2
H A Dgelf_xlate.c173 const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
H A Delf_getdata.c53 static const Elf_Type shtype_map[EV_NUM - 1][TYPEIDX (SHT_HISUNW) + 1] =
81 const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
193 #if EV_NUM != 2
H A Delf32_updatenull.c92 else if (unlikely (ehdr->e_version >= EV_NUM))
288 || unlikely (data->d_version >= EV_NUM))
H A Delf.h269 #define EV_NUM 2 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h353 #define EV_NUM 2 macro
/external/valgrind/perf/
H A Dtinycc.c296 #define EV_NUM 2 macro

Completed in 257 milliseconds