Home
last modified time | relevance | path

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

/sysdeps/powerpc/
A Dtst-cache-ppc-static-dlopen.c23 int test_cache(int *);
30 int (*test_cache) (int *); in do_test() local
39 test_cache = dlsym (handle, "test_cache"); in do_test()
40 if (test_cache == NULL) in do_test()
46 ret = test_cache(&errno); in do_test()
48 test_cache = NULL; in do_test()
A Dtst-cache-ppc.c21 int test_cache(int *);
26 return test_cache(&errno); in do_test()
A Dmod-cache-ppc.c28 test_cache (int *errnop) in test_cache() function

Completed in 8 milliseconds