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

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

Completed in 60 milliseconds