Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-tls5.c11 int *foop; in do_test() local
23 foop = dlsym (h, "foo"); in do_test()
24 if (foop == NULL) in do_test()
30 *foop = 42; in do_test()
39 result |= fp (42, foop); in do_test()
48 if (foop != foop2) in do_test()
53 else if (*foop != 16) in do_test()
Dtst-tls6.c13 int *foop; in do_test() local
41 foop = dlsym (h, "foo"); in do_test()
42 if (foop == NULL) in do_test()
48 *foop = 42 + i; in do_test()
57 result |= fp (42 + i, foop); in do_test()
66 if (foop != foop2) in do_test()
71 else if (*foop != 16) in do_test()
Dtst-tlsmod2.c10 int *foop; in in_dso() local
16 foop = &foo; in in_dso()
18 if (caller_foop != NULL && foop != caller_foop) in in_dso()
20 printf ("callers address of foo differs: %p vs %p\n", caller_foop, foop); in in_dso()
23 else if (*foop != n) in in_dso()
29 *foop = 16; in in_dso()
Dtst-tls-dlinfo.c11 int *foop; in do_test() local
53 foop = dlsym (h, "foo"); in do_test()
54 if (foop == NULL) in do_test()
59 if (*foop != 16) in do_test()
72 else if (block != foop) in do_test()
75 block, foop); in do_test()
Dtst-tlsmod3.c15 int *foop; in in_dso2() local
23 foop = &foo; in in_dso2()
32 result |= in_dso (*foop = 42 + n++, foop); in in_dso2()
34 *foop = 16; in in_dso2()
Dtst-tls4.c11 int *foop; in do_test() local
31 foop = dlsym (h, "foo"); in do_test()
32 if (foop == NULL) in do_test()
37 if (*foop != 16) in do_test()
Dreldep6mod3.c1 extern void *foop;
3 void **foopp = &foop;
Dreldep6mod2.c3 void *foop = (void *) foo; variable
/glibc-2.36/dlfcn/
Dtststatic3.c35 unsigned int *foop; in do_test() local
48 foop = dlsym (handle, "foo"); in do_test()
49 if (foop == NULL) in do_test()
70 foo = *foop; in do_test()
87 foo = *foop; in do_test()
104 foo = *foop; in do_test()
121 foop = NULL; in do_test()