Searched defs:p (Results 1 – 25 of 44) sorted by relevance
12
/elf/ |
A D | tst-ifunc-fault-lazy.c | 33 volatile char *volatile p = NULL; in implementation() local 41 volatile char *volatile p = NULL; in __typeof__() local
|
A D | tst-unique1mod2.c | 12 f (int *p) in f()
|
A D | tst-unique2mod2.c | 12 f (int *p) in f()
|
A D | tst-dlopenrpathmod.c | 25 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in foo() local
|
A D | tst-array5.c | 7 char *p = strrchr (argv [0], '/'); in preinit_0() local 28 char *p = strrchr (argv [0], '/'); in init_0() local
|
A D | tst-gnu2-tls1.c | 34 int *p; in do_test() local
|
A D | tst-tls-ie.c | 55 void *p = xdlopen (mod, RTLD_NOW); in load_and_access() local 97 void *p = dlopen ("tst-tls-ie-mod6.so", RTLD_NOW); in do_test() local
|
A D | tst-tlsmod18a.c | 12 int *p = &var; in test() local
|
A D | tst-tls16.c | 15 void *p = dlsym (h, "tlsvar"); in do_test() local
|
A D | tst-tls-ie-dlmopen.c | 56 void *p = xdlmopen (lmid, mod, RTLD_NOW); in load_and_access() local 98 void *p = dlmopen (LM_ID_BASE, "tst-tls-ie-mod4.so", RTLD_NOW); in do_test() local
|
A D | tst-dlopenrpath.c | 52 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in do_test() local
|
A D | tst-array5dep.c | 7 char *p = strrchr (argv [0], '/'); in init_0() local
|
A D | tst-tls11.c | 11 struct A *p; in do_test() local
|
A D | tst-tls12.c | 11 struct A *p; in do_test() local
|
A D | tlsdeschtab.h | 29 hash_tlsdesc (void *p) in hash_tlsdesc() 39 eq_tlsdesc (void *p, void *q) in eq_tlsdesc()
|
A D | noload.c | 9 void *p; in main() local
|
A D | ifuncmain5.c | 27 foo_p p; in main() local
|
A D | tst-deep1.c | 23 void *p = dlopen ("$ORIGIN/tst-deep1mod2.so", RTLD_LAZY|RTLD_DEEPBIND); in do_test() local
|
A D | tst-dlmopen-dlerror.c | 38 for (char *p = stpcpy (buffer, "does not exist "); p < buffer_end; ++p) in do_test() local
|
A D | tst-tls10.c | 14 struct A *p; in do_test() local
|
A D | ifuncmain1.c | 31 foo_p p; in main() local
|
A D | testobj2.c | 29 p (void) in p() function
|
A D | ifuncmain6pie.c | 38 foo_p p; in main() local
|
A D | tst-tlsmod17a.c | 14 int *p = &CONCAT (v, N); in CONCAT() local
|
A D | nodelete.c | 33 void *p; in do_test() local
|
Completed in 13 milliseconds
12