Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 21 of 21) sorted by relevance

/elf/
A Dtst-glibc-hwcaps-prepend-cache.c60 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 Dtst-dlsym-error.c29 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 Dtst-initfinilazyfail.c28 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 Dnodelete2.c8 void *handle = dlopen ("nodel2mod3.so", RTLD_LAZY); in main() local
A Dtst-sonamemove-dlopen.c28 void *handle = xdlopen ("tst-sonamemove-runmod1.so", RTLD_NOW); in do_test() local
A Dreldep8.c8 void *handle = dlopen ("reldep8mod3.so", RTLD_LAZY); in main() local
A Dreldep9.c8 void *handle = dlopen ("reldep9mod3.so", RTLD_LAZY); in main() local
A Dtst-array4.c10 void *handle = dlopen ("tst-array2dep.so", RTLD_LAZY); in main() local
A Dtst-dlmopen-gethostbyname.c24 void *handle = xdlmopen (LM_ID_NEWLM, "tst-dlmopen-gethostbyname-mod.so", in do_test() local
A Dtst-dlopen-nodelete-reloc-mod8.c24 static void *handle; variable
A Dtst-dlopen-nodelete-reloc-mod10.c24 static void *handle; variable
A Dtst-dlopenfail.c47 void *handle = xdlopen ("tst-dlopenfailmod2.so", RTLD_NOW); in do_test() local
A Dtst-getauxval-static.c47 void *handle = xdlopen ("tst-auxvalmod.so", RTLD_LAZY); in do_test() local
A Dtst-dlmopen-dlerror-mod.c46 void *handle = dlopen (name, RTLD_NOW); in call_dlopen() local
A Dtst-dlmopen-dlerror.c27 void *handle = xdlmopen (LM_ID_NEWLM, "tst-dlmopen-dlerror-mod.so", in do_test() local
A Dtst-dlmodcount.c75 void *handle; in load() local
86 unload (const char *path, void *handle) in unload()
A Dtst-dlopen-self.c29 void *handle = dlopen (path, RTLD_LAZY); in check_dlopen_failure() local
A Ddl-sym.c85 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 Dtst-latepthread.c29 void *handle = dlopen ("tst-latepthreadmod.so", RTLD_LOCAL | RTLD_LAZY); in do_test() local
A Dtst-dlopen-tlsmodid.h50 void *handle = dlopen (TST_DLOPEN_TLSMODID_PATH, RTLD_LAZY); in check_dlopen_failure() local
A Dloadtest.c20 void *handle; member

Completed in 25 milliseconds