Home
last modified time | relevance | path

Searched refs:__getauxval2 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/misc/
Dgetauxval.c24 __getauxval2 (unsigned long int type, unsigned long int *result) in __getauxval2() function
52 libc_hidden_def (__getauxval2) in libc_hidden_def() argument
59 if (__getauxval2 (type, &result)) in libc_hidden_def()
/glibc-2.36/include/sys/
Dauxv.h10 _Bool __getauxval2 (unsigned long int type, unsigned long int *result);
11 libc_hidden_proto (__getauxval2)
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dsysconf.c28 if (__getauxval2 (type, result)) in getauxval2_einval()
/glibc-2.36/ChangeLog.old/
DChangeLog.227579 misc: Add internal __getauxval2 function
7582 [! _ISOMAC](__getauxval2): New function.
7588 (__getauxval2): New function.