Home
last modified time | relevance | path

Searched refs:__getauxval (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/misc/
H A Dgetauxval.c5 unsigned long __getauxval(unsigned long item) in __getauxval() function
15 weak_alias(__getauxval, getauxval);
/third_party/musl/src/include/sys/
H A Dauxv.h8 hidden unsigned long __getauxval(unsigned long);
/third_party/musl/src/conf/
H A Dsysconf.c222 long val = __getauxval(AT_MINSIGSTKSZ); in sysconf()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c98 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c98 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()
/third_party/musl/src/aio/
H A Daio.c104 unsigned long val = __getauxval(AT_MINSIGSTKSZ); in __aio_get_queue()

Completed in 3 milliseconds