Searched refs:rauxv (Results 1 – 1 of 1) sorted by relevance
13 auxv_t rauxv; in check_file() local22 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()