Home
last modified time | relevance | path

Searched refs:xdlsym (Results 1 – 25 of 29) sorted by relevance

12

/glibc-2.36/elf/
Dtst-dlopen-nodelete-reloc.c92 bool *may_finalize_mod1 = xdlsym (mod1, "may_finalize_mod1"); in do_test()
105 bool *may_finalize_mod3 = xdlsym (mod3, "may_finalize_mod3"); in do_test()
115 bool *may_finalize_mod6 = xdlsym (mod6, "may_finalize_mod6"); in do_test()
117 bool *may_finalize_mod7 = xdlsym (mod7, "may_finalize_mod7"); in do_test()
130 bool *may_finalize_mod9 = xdlsym (mod9, "may_finalize_mod9"); in do_test()
135 bool *may_finalize_mod11 = xdlsym (mod11, "may_finalize_mod11"); in do_test()
146 bool *may_finalize_mod12 = xdlsym (mod12, "may_finalize_mod12"); in do_test()
148 bool *may_finalize_mod13 = xdlsym (mod13, "may_finalize_mod13"); in do_test()
159 bool *may_finalize_mod14 = xdlsym (mod14, "may_finalize_mod14"); in do_test()
Dtst-glibc-hwcaps-prepend-cache.c61 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
77 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
85 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
100 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
108 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
124 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
Dtst-audit-tlsdesc-dlopen.c26 int* (*get_global1)(void) = xdlsym (mod, "get_global1"); in thr_func()
27 int* (*get_global2)(void) = xdlsym (mod, "get_global2"); in thr_func()
28 void (*set_global2)(int) = xdlsym (mod, "set_global2"); in thr_func()
29 int* (*get_local1)(void) = xdlsym (mod, "get_local1"); in thr_func()
30 int* (*get_local2)(void) = xdlsym (mod, "get_local2"); in thr_func()
Dtst-dl_find_object.c134 struct r_debug *debug = xdlsym (NULL, "_r_debug"); in check_initial()
136 char **tzname = xdlsym (NULL, "tzname"); in check_initial()
189 void *mod1_data = xdlsym (mod1, "mod1_data"); in do_test()
209 void *mod2_data = xdlsym (mod2, "mod2_data"); in do_test()
225 mod1_data = xdlsym (mod1, "mod1_data"); in do_test()
237 = *(void **) xdlsym (mod2, "find_object"); in do_test()
Dtst-auditmod28.c37 void *ptr = xdlsym (handle, "sincos"); in la_version()
52 TEST_VERIFY (xdlsym (handle, "_exit") in la_version()
79 ptr = xdlsym (dlmopen_handle, "_exit"); in la_version()
Dtst-single_threaded-pthread.c99 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
122 single_threaded_3 = xdlsym (handle_mod3, "single_threaded_3"); in do_test()
132 single_threaded_4 = xdlsym (handle_mod4, "single_threaded_4"); in do_test()
Dtst-auxobj-dlopen.c28 char *(*fn)(void) = xdlsym (lib, "get_text"); in do_test()
36 fn = xdlsym (lib, "get_text2"); in do_test()
Dtst-dlmopen-dlerror.c29 void (*call_dlsym) (const char *name) = xdlsym (handle, "call_dlsym"); in do_test()
30 void (*call_dlopen) (const char *name) = xdlsym (handle, "call_dlopen"); in do_test()
Dtst-single_threaded.c52 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
60 single_threaded_3 = xdlsym (handle_mod3, "single_threaded_3"); in do_test()
Dtst-audit18.c41 pid_t (*s) (void) = xdlsym (h, "getpid"); in handle_restart()
50 int (*foo) (void) = xdlsym (h, "foo"); in handle_restart()
Dtst-dl_find_object-threads.c176 data->address = xdlsym (data->dlfo.dlfo_link_map, sym); in start_verify()
234 temp_objects[idx].address = xdlsym (temp_objects[idx].link_map, in do_test()
Dtst-dlmopen-gethostbyname.c26 void (*call_gethostbyname) (void) = xdlsym (handle, "call_gethostbyname"); in do_test()
Dtst-sonamemove-dlopen.c29 TEST_VERIFY (xdlsym (handle, "moved_function") != NULL); in do_test()
Dtst-tls-surplus.c37 struct rtld_global_ro *glro = xdlsym (NULL, "_rtld_global_ro"); in do_test()
Dtst-filterobj-dlopen.c28 char *(*fn)(void) = xdlsym (lib, "get_text"); in do_test()
Dtst-single_threaded-static-dlopen.c46 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
Dtst-getauxval-static.c48 void *ptr = xdlsym (handle, "getauxval_wrapper"); in do_test()
Dtst-tls-ie.c57 void (*f) (void) = (void (*) (void))xdlsym (p, func); in load_and_access()
/glibc-2.36/support/
Dxdlfcn.h29 void *xdlsym (void *handle, const char *symbol);
Dxdlfcn.c35 xdlsym (void *handle, const char *symbol) in xdlsym() function
/glibc-2.36/resolv/
Dtst-resolv-ai_idn-latin1.c32 void *check_ver_sym = xdlsym (handle, "idn2_check_version"); in do_test()
Dtst-resolv-ai_idn.c31 void *check_ver_sym = xdlsym (handle, "idn2_check_version"); in do_test()
/glibc-2.36/sysdeps/x86/
Dtst-isa-level-1.c52 fp = xdlsym (h, "test"); in do_test_1()
/glibc-2.36/sysdeps/pthread/
Dtst-atfork3.c79 atfork3mod_func = xdlsym (handler, "atfork3mod_func"); in do_test_generic()
Dtst-atfork4.c86 reg_atfork_handlers = xdlsym (h, "reg_atfork_handlers"); in do_test()

12