Searched refs:res (Results 1 – 3 of 3) sorted by relevance
| /dlfcn/ |
| A D | tststatic.c | 10 int res; in do_test() local 26 res = test (2); in do_test() 27 if (res != 4) in do_test() 29 printf ("Got %i, expected 4\n", res); in do_test()
|
| A D | tststatic2.c | 34 int res = dladdr (test, &info); in do_test() local 35 if (res == 0) in do_test() 57 res = dladdr1 (test, &info, &symp, RTLD_DL_SYMENT); in do_test() 58 if (res == 0) in do_test() 93 res = dlinfo (handle, RTLD_DI_LMID, &lmid); in do_test() 94 if (res != 0) in do_test() 96 printf ("dlinfo returned %d %s\n", res, dlerror ()); in do_test() 105 res = test (stdout, 2); in do_test() 106 if (res != 4) in do_test() 108 printf ("Got %i, expected 4\n", res); in do_test()
|
| A D | modstatic2.c | 43 int res = dladdr (test2, &info); in test() local 44 if (res == 0) in test() 66 res = dladdr1 (test2, &info, &symp, RTLD_DL_SYMENT); in test() 67 if (res == 0) in test() 102 res = dlinfo (handle, RTLD_DI_LMID, &lmid); in test() 103 if (res != 0) in test() 188 res = test4 (16); in test() 189 if (res != 16 + 16) in test() 191 fprintf (out, "modstatic.so (test) returned %d\n", res); in test() 195 res = dladdr1 (test4, &info, &symp, RTLD_DL_SYMENT); in test() [all …]
|
Completed in 6 milliseconds