Searched refs:in_dso (Results 1 – 10 of 10) sorted by relevance
/elf/ |
A D | tst-tlsmod3.c | 4 extern int in_dso (int n, int *caller_foop); 32 result |= in_dso (*foop = 42 + n++, foop); in in_dso2()
|
A D | tst-tlsmod15b.c | 6 in_dso (void) in in_dso() function
|
A D | tst-tlsmod16b.c | 4 in_dso (void) in in_dso() function
|
A D | tst-tls3.c | 12 extern int in_dso (void); 57 result |= in_dso (); in do_test()
|
A D | tst-tlsmod1.c | 11 extern int in_dso (void); 14 in_dso (void) in in_dso() function
|
A D | tst-alignmod.c | 30 in_dso (int *result) in in_dso() function
|
A D | tst-tlsmod2.c | 8 in_dso (int n, int *caller_foop) in in_dso() function
|
A D | tst-tlsmod4.c | 8 in_dso (int n, int *caller_bazp) in in_dso() function
|
A D | tst-align2.c | 29 extern void in_dso (int *, bool *, int *); 65 in_dso (&result, &test_destructors, &fds[1]); in do_test()
|
A D | tst-alignmod2.c | 33 in_dso (int *result, bool *test_destructors, int *fd) in in_dso() function
|
Completed in 6 milliseconds