%PDF- %PDF-
Direktori : /glibc-2.29/elf/ |
Current File : //glibc-2.29/elf/tst-audit9.c |
#include <dlfcn.h> static int do_test (void) { void *h = dlopen("$ORIGIN/tst-auditmod9b.so", RTLD_LAZY); int (*fp)(void) = dlsym(h, "f"); return fp() - 1; } #include <support/test-driver.c>