Searched refs:AT_HWCAP (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/backends/
H A Dalpha_auxv.c36 if (a_type != AT_HWCAP)
H A Di386_auxv.c36 if (a_type != AT_HWCAP)
H A Dppc_auxv.c36 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c36 if (a_type != AT_HWCAP)
/external/kernel-headers/original/uapi/linux/
H A Dauxvec.h24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/external/pixman/pixman/
H A Dpixman-ppc.c97 if (aux.type == AT_HWCAP && (aux.value & PPC_FEATURE_HAS_ALTIVEC))
H A Dpixman-arm.c148 if (aux.a_type == AT_HWCAP)
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/qemu/
H A Delf.h240 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
392 /* Bits present in AT_HWCAP, primarily for Sparc32. */
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c691 case AT_HWCAP:
/external/elfutils/libelf/
H A Delf.h965 #define AT_HWCAP 16 /* Machine dependent hints about macro
1297 /* Bits present in AT_HWCAP on SPARC. */
/external/valgrind/main/perf/
H A Dtinycc.c875 #define AT_HWCAP 16 /* Machine dependent hints about macro
1060 /* Bits present in AT_HWCAP, primarily for Sparc32. */

Completed in 263 milliseconds