HomeSort by: relevance | last modified time | path
    Searched refs:getauxval (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/crypto/
loongarchcap.c 16 OPENSSL_loongarch_hwcap_P = getauxval(AT_HWCAP);
uid.c 50 return getauxval(AT_SECURE) != 0;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_getauxval.h 9 // Common getauxval() guards and definitions.
10 // getauxval() is not defined until glibc version 2.16, or until API level 21
12 // Implement the getauxval() compat function for NetBSD.
35 // The weak getauxval definition allows to check for the function at runtime.
38 extern "C" SANITIZER_WEAK_ATTRIBUTE unsigned long getauxval(unsigned long type);
48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_getauxval.h 9 // Common getauxval() guards and definitions.
10 // getauxval() is not defined until glibc version 2.16, or until API level 21
12 // Implement the getauxval() compat function for NetBSD.
35 // The weak getauxval definition allows to check for the function at runtime.
38 extern "C" SANITIZER_WEAK_ATTRIBUTE unsigned long getauxval(unsigned long type);
48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_getauxval.h 10 // Common getauxval() guards and definitions.
11 // getauxval() is not defined until glibc version 2.16, or until API level 21
39 // The weak getauxval definition allows to check for the function at runtime.
43 unsigned long getauxval(unsigned long type); // NOLINT
  /src/crypto/external/bsd/openssl/dist/crypto/
uid.c 50 return getauxval(AT_SECURE) != 0;
armcap.c 90 static unsigned long getauxval(unsigned long key) function
104 * getauxval is supported starting with API level 18
190 if (getauxval(HWCAP) & HWCAP_NEON) {
191 unsigned long hwcap = getauxval(HWCAP_CE);
231 /* If we used getauxval, we already have all the values */
  /src/crypto/external/bsd/openssl.old/dist/crypto/
uid.c 50 return getauxval(AT_SECURE) != 0;
armcap.c 84 static unsigned long getauxval(unsigned long key) function
98 * getauxval is supported starting with API level 18
173 if (getauxval(HWCAP) & HWCAP_NEON) {
174 unsigned long hwcap = getauxval(HWCAP_CE);
211 /* If we used getauxval, we already have all the values */
240 /* Things that getauxval didn't tell us */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-sve.c 55 if (getauxval (AT_HWCAP) & HWCAP_SVE)
aarch64-sme-regs-unavailable.c 127 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
aarch64-sme-regs-available.c 142 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
aarch64-sme-sanity.c 142 unsigned long hwcap2 = getauxval (AT_HWCAP2);
262 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-sve.c 55 if (getauxval (AT_HWCAP) & HWCAP_SVE)
aarch64-sme-regs-unavailable.c 127 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
aarch64-sme-regs-available.c 142 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
aarch64-sme-sanity.c 142 unsigned long hwcap2 = getauxval (AT_HWCAP2);
262 if (getauxval (AT_HWCAP) & HWCAP_SVE && getauxval (AT_HWCAP2) & HWCAP2_SME)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
issuid.c 73 return getauxval(type);
75 unsigned long ret = getauxval(type);
133 /* If we have getauxval(), use that */
184 * Fall through if we have getauxval() but we didn't have (or don't
  /src/external/gpl3/gdb.old/dist/gdb/nat/
ppc-linux.c 35 *valp = getauxval (AT_HWCAP);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
aarch64-test-sme.c 77 if (getauxval (AT_HWCAP) & HWCAP2_SME)
aarch64-test-sve.c 77 if (getauxval (AT_HWCAP) & HWCAP_SVE)
  /src/external/gpl3/gdb/dist/gdb/nat/
ppc-linux.c 35 *valp = getauxval (AT_HWCAP);
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
aarch64-test-sme.c 77 if (getauxval (AT_HWCAP) & HWCAP2_SME)
aarch64-test-sve.c 77 if (getauxval (AT_HWCAP) & HWCAP_SVE)
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 43 getauxval(unsigned int type) function
63 phdr = (void *)getauxval(AT_PHDR);
64 phnum = (Elf_Half)getauxval(AT_PHNUM);

Completed in 38 milliseconds

1 2 3 4