Searched refs:ap (Results 1 – 4 of 4) sorted by relevance
/elf/ |
A D | tst-tls1.c | 17 int *ap, *bp; in do_test() local 27 ap = &foo_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() 40 ap = &foo_ld; in do_test() 43 result |= *ap + *bp != 1; in do_test() 44 if (*ap != 0 || *bp != 1) in do_test() 53 ap = &foo_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 22 ap = &foo_ie; in in_dso() 24 printf (" = %d\n", *ap + *bp); in in_dso() 25 result |= *ap + *bp != 3; in in_dso() 26 if (*ap != 1) in in_dso() 28 printf ("foo = %d\n", *ap); in in_dso() 40 ap = &foo; in in_dso() 43 printf (" = %d\n", *ap + *bp + *cp); in in_dso() 44 result |= *ap + *bp + *cp != 6; in in_dso() 45 if (*ap != 1) in in_dso() [all …]
|
A D | tst-tls3.c | 19 int *ap, *bp, *cp; in do_test() local 35 ap = &foo_gd; in do_test() 38 printf (" = %d\n", *ap + *bp + *cp); in do_test() 39 result |= *ap + *bp + *cp != 6; in do_test() 40 if (*ap != 1) in do_test() 42 printf ("foo = %d\n", *ap); in do_test()
|
A D | dl-exception.c | 115 va_list ap; in rtld_hidden_def() local 116 va_start (ap, fmt); in rtld_hidden_def() 124 length += strlen (va_arg (ap, const char *)); in rtld_hidden_def() 149 va_end (ap); in rtld_hidden_def() 173 va_list ap; in rtld_hidden_def() local 174 va_start (ap, fmt); in rtld_hidden_def() 184 const char *ptr = va_arg (ap, const char *); in rtld_hidden_def() 199 unsigned long int num = va_arg (ap, unsigned int); in rtld_hidden_def() 212 unsigned long int num = va_arg (ap, unsigned long int); in rtld_hidden_def() 243 va_end (ap); in rtld_hidden_def()
|
Completed in 5 milliseconds