/elf/ |
A D | tst-glibc-hwcaps-prepend-cache.c | 60 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local 76 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local 84 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local 99 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local 107 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local 123 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
|
A D | tst-dlsym-error.c | 29 test_one (void *handle, const char *name, void *(func) (void *, const char *), in test_one() argument 78 void *handle = dlopen (LIBC_SO, RTLD_LAZY); in test_handles() local 89 dlvsym_no_such_version (void *handle, const char *name) in dlvsym_no_such_version() 95 dlvsym_glibc_private (void *handle, const char *name) in dlvsym_glibc_private()
|
A D | tst-initfinilazyfail.c | 28 void *handle = dlopen ("tst-initlazyfailmod.so", RTLD_LAZY); in test_constructor() local 38 void *handle = xdlopen ("tst-finilazyfailmod.so", RTLD_LAZY); in test_destructor() local
|
A D | nodelete2.c | 8 void *handle = dlopen ("nodel2mod3.so", RTLD_LAZY); in main() local
|
A D | tst-sonamemove-dlopen.c | 28 void *handle = xdlopen ("tst-sonamemove-runmod1.so", RTLD_NOW); in do_test() local
|
A D | reldep8.c | 8 void *handle = dlopen ("reldep8mod3.so", RTLD_LAZY); in main() local
|
A D | reldep9.c | 8 void *handle = dlopen ("reldep9mod3.so", RTLD_LAZY); in main() local
|
A D | tst-array4.c | 10 void *handle = dlopen ("tst-array2dep.so", RTLD_LAZY); in main() local
|
A D | tst-dlmopen-gethostbyname.c | 24 void *handle = xdlmopen (LM_ID_NEWLM, "tst-dlmopen-gethostbyname-mod.so", in do_test() local
|
A D | tst-dlopen-nodelete-reloc-mod8.c | 24 static void *handle; variable
|
A D | tst-dlopen-nodelete-reloc-mod10.c | 24 static void *handle; variable
|
A D | tst-dlopenfail.c | 47 void *handle = xdlopen ("tst-dlopenfailmod2.so", RTLD_NOW); in do_test() local
|
A D | tst-getauxval-static.c | 47 void *handle = xdlopen ("tst-auxvalmod.so", RTLD_LAZY); in do_test() local
|
A D | tst-dlmopen-dlerror-mod.c | 46 void *handle = dlopen (name, RTLD_NOW); in call_dlopen() local
|
A D | tst-dlmopen-dlerror.c | 27 void *handle = xdlmopen (LM_ID_NEWLM, "tst-dlmopen-dlerror-mod.so", in do_test() local
|
A D | tst-dlmodcount.c | 75 void *handle; in load() local 86 unload (const char *path, void *handle) in unload()
|
A D | tst-dlopen-self.c | 29 void *handle = dlopen (path, RTLD_LAZY); in check_dlopen_failure() local
|
A D | dl-sym.c | 85 do_sym (void *handle, const char *name, void *who, in do_sym() 178 _dl_vsym (void *handle, const char *name, const char *version, void *who) in _dl_vsym() 193 _dl_sym (void *handle, const char *name, void *who) in _dl_sym()
|
A D | tst-latepthread.c | 29 void *handle = dlopen ("tst-latepthreadmod.so", RTLD_LOCAL | RTLD_LAZY); in do_test() local
|
A D | tst-dlopen-tlsmodid.h | 50 void *handle = dlopen (TST_DLOPEN_TLSMODID_PATH, RTLD_LAZY); in check_dlopen_failure() local
|
A D | loadtest.c | 20 void *handle; member
|