Home
last modified time | relevance | path

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

/external/valgrind/none/tests/solaris/
Dproc_auxv.c13 auxv_t rauxv; in check_file() local
22 if (fread(&rauxv, sizeof(rauxv), 1, fi) != 1) { in check_file()
30 if (memcmp(auxv, &rauxv, sizeof(rauxv))) { in check_file()
34 fprintf(stderr, "got: type=%d, val=%ld\n", rauxv.a_type, in check_file()
35 rauxv.a_un.a_val); in check_file()