HomeSort by relevance Sort by last modified time
    Searched defs:AT_HWCAP (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/
auxvec.h 38 #define AT_HWCAP 16
  /external/kernel-headers/original/uapi/linux/
auxvec.h 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
auxvec.h 24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
  /external/boringssl/src/crypto/
cpu-arm-linux.c 32 #define AT_HWCAP 16
312 hwcap = getauxval(AT_HWCAP);
315 hwcap = getauxval_proc(AT_HWCAP);
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 502 #define AT_HWCAP 16
570 if (entry.tag == AT_HWCAP) {
779 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP);
963 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP);
    [all...]
  /external/syslinux/com32/include/sys/
elfcommon.h 182 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
  /toolchain/binutils/binutils-2.27/include/elf/
common.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /external/valgrind/perf/
tinycc.c 875 #define AT_HWCAP 16 /* Machine dependent hints about
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]

Completed in 451 milliseconds