HomeSort by: relevance | last modified time | path
    Searched defs:getauxval (Results 1 - 9 of 9) sorted by relevancy

  /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);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
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 */
ppccap.c 237 static unsigned long getauxval(unsigned long key) function
348 unsigned long hwcap = getauxval(HWCAP);
349 unsigned long hwcap2 = getauxval(HWCAP2);
  /src/crypto/external/apache2/openssl/dist/crypto/
ppccap.c 112 static unsigned long getauxval(unsigned long key) function
231 unsigned long hwcap = getauxval(AT_HWCAP);
232 unsigned long hwcap2 = getauxval(AT_HWCAP2);
armcap.c 61 /* 3 ways of handling things here: __APPLE__, getauxval() or SIGILL detect */
63 /* First determine if getauxval() is available (OSSL_IMPLEMENT_GETAUXVAL) */
87 static unsigned long getauxval(unsigned long key) function
101 * getauxval is supported starting with API level 18
309 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_NEON) {
310 unsigned long hwcap = getauxval(OSSL_HWCAP_CE);
343 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_SVE)
346 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_SVE2)
349 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_RNG)
  /src/crypto/external/bsd/openssl/dist/crypto/
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 */
ppccap.c 111 static unsigned long getauxval(unsigned long key) function
222 unsigned long hwcap = getauxval(HWCAP);
223 unsigned long hwcap2 = getauxval(HWCAP2);
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 7341 getauxval (unsigned long type) function
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 7341 getauxval (unsigned long type) function

Completed in 38 milliseconds