Searched refs:bp (Results 1 – 3 of 3) sorted by relevance
/elf/ |
A D | tst-tls1.c | 17 int *ap, *bp; in do_test() local 28 bp = &bar_ie; in do_test() 29 printf (" = %d\n", *ap + *bp); in do_test() 30 result |= *ap + *bp != 1; in do_test() 31 if (*ap != 0 || *bp != 1) in do_test() 41 bp = &bar_ld; in do_test() 43 result |= *ap + *bp != 1; in do_test() 44 if (*ap != 0 || *bp != 1) in do_test() 54 bp = &bar_gd; in do_test() 56 result |= *ap + *bp != 1; in do_test() [all …]
|
A D | tst-tlsmod1.c | 17 int *ap, *bp, *cp; in in_dso() local 23 bp = &bar_ie; in in_dso() 24 printf (" = %d\n", *ap + *bp); in in_dso() 25 result |= *ap + *bp != 3; in in_dso() 31 if (*bp != 2) in in_dso() 33 printf ("bar = %d\n", *bp); in in_dso() 41 bp = &bar; in in_dso() 43 printf (" = %d\n", *ap + *bp + *cp); in in_dso() 44 result |= *ap + *bp + *cp != 6; in in_dso() 50 if (*bp != 2) in in_dso() [all …]
|
A D | tst-tls3.c | 19 int *ap, *bp, *cp; in do_test() local 36 bp = &bar_gd; in do_test() 38 printf (" = %d\n", *ap + *bp + *cp); in do_test() 39 result |= *ap + *bp + *cp != 6; in do_test() 45 if (*bp != 2) in do_test() 47 printf ("bar = %d\n", *bp); in do_test()
|
Completed in 4 milliseconds