Home
last modified time | relevance | path

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

/dlfcn/
A Dmodcxaatexit.c22 extern void fluffy (void *p);
23 extern void bar (void *p);
28 fluffy (void *p) in fluffy() argument
31 *(int *) p = global = 1; in fluffy()
36 bar (void *p) in bar() argument
39 __cxa_atexit (fluffy, p, __dso_handle); in bar()
A Dmodatexit.c25 extern void foo (void *p);
36 foo (void *p) in foo() argument
40 ip = p; in foo()
A Ddefaultmod1.c17 void *p; in test_in_mod1() local
21 p = dlsym (RTLD_DEFAULT, "main"); in test_in_mod1()
22 if (p == NULL) in test_in_mod1()
27 else if ((int (*)(int, char **))p != mainp) in test_in_mod1()
A Ddefaultmod2.c24 void *p; in test_in_mod2() local
28 p = dlsym (RTLD_DEFAULT, "main"); in test_in_mod2()
29 if (p == NULL) in test_in_mod2()
34 else if ((int (*)(int, char **))p != mainp) in test_in_mod2()
A Ddefault.c14 void *p; in main() local
33 p = dlsym (RTLD_DEFAULT, "main"); in main()
34 if (p == NULL) in main()
39 else if ((int (*)(int, char **))p != main) in main()

Completed in 10 milliseconds