7 printf ("%s:%s\n", __FILE__
, __func__
);
14 printf ("%s:%s\n", __FILE__
, __func__
);
18 extern int foo (void);
23 void *p
= dlopen ("$ORIGIN/tst-deep1mod2.so", RTLD_LAZY
|RTLD_DEEPBIND
);
25 int (*f
) (void) = dlsym (p
, "bar");
35 #define TEST_FUNCTION do_test ()
36 #include "../test-skeleton.c"