Searched refs:__bionic_getauxval (Results 1 – 3 of 3) sorted by relevance
40 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists) { in __bionic_getauxval() function53 unsigned long result = __bionic_getauxval(type, &exists); in getauxval()
33 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists);
41 __libc_sysinfo = reinterpret_cast<void*>(__bionic_getauxval(AT_SYSINFO, &unused)); in __libc_init_sysinfo()