Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/fpu/
Dtst-setcontext-fpscr.c43 FILE *auxv_f; in query_auxv() local
53 auxv_f = fopen("/proc/self/auxv", "r"); in query_auxv()
55 if(auxv_f == 0) in query_auxv()
64 fread (&auxv_struct, sizeof (ElfW(auxv_t)), 1, auxv_f); in query_auxv()