Home
last modified time | relevance | path

Searched refs:in_dso (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/elf/
Dtst-tlsmod3.c4 extern int in_dso (int n, int *caller_foop);
32 result |= in_dso (*foop = 42 + n++, foop); in in_dso2()
Dtst-tls3.c12 extern int in_dso (void);
57 result |= in_dso (); in do_test()
Dtst-tlsmod1.c11 extern int in_dso (void);
14 in_dso (void) in in_dso() function
Dtst-align2.c29 extern void in_dso (int *, bool *, int *);
65 in_dso (&result, &test_destructors, &fds[1]); in do_test()
Dtst-tlsmod15b.c6 in_dso (void) in in_dso() function
Dtst-tlsmod16b.c4 in_dso (void) in in_dso() function
Dtst-alignmod.c30 in_dso (int *result) in in_dso() function
Dtst-tlsmod2.c8 in_dso (int n, int *caller_foop) in in_dso() function
Dtst-tlsmod4.c8 in_dso (int n, int *caller_bazp) in in_dso() function
Dtst-alignmod2.c33 in_dso (int *result, bool *test_destructors, int *fd) in in_dso() function
/glibc-2.36/ChangeLog.old/
DChangeLog.132927 * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2929 * elf/tst-tlsmod2.c (in_dso): Likewise.
2931 * elf/tst-tlsmod4.c (in_dso): Likewise.
3626 * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3630 * elf/tst-tlsmod2.c (in_dso): Likewise.
DChangeLog.2411468 (in_dso): Modified function.
11477 (in_dso): Modified function.
11488 (in_dso): Modified function.