Home
last modified time | relevance | path

Searched refs:___getauxval (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetisax.c36 extern long ___getauxval(int type);
53 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP); in getisax()
54 auxv_hwcap_2 = (uint32_t)___getauxval(AT_SUN_HWCAP2); in getisax()
H A Dgetauxv.c110 ___getauxval(int type) in ___getauxval() function