Home
last modified time | relevance | path

Searched refs:func (Results 1 – 8 of 8) sorted by relevance

/elf/
A Dtst-dlsym-error.c29 test_one (void *handle, const char *name, void *(func) (void *, const char *), in test_one()
43 void *addr = func (handle, symbol); in test_one()
72 test_handles (const char *name, void *(func) (void *, const char *), in test_handles()
75 test_one (RTLD_DEFAULT, name, func, suffix); in test_handles()
76 test_one (RTLD_NEXT, name, func, suffix); in test_handles()
84 test_one (handle, name, func, suffix); in test_handles()
A Dtst-unwind-main.c35 func (void *a) in func() function
51 int rc = pthread_create (&thr, NULL, &func, NULL); in main()
58 func (NULL); in main()
A Dtst-tls-manydynamic.c63 void *func = dlsym (handles[i], fname); in init_functions() local
64 if (func == NULL) in init_functions()
69 set_value_funcs[i] = func; in init_functions()
76 void *func = dlsym (handles[i], fname); in init_functions() local
77 if (func == NULL) in init_functions()
82 get_value_funcs[i] = func; in init_functions()
A Dtst-latepthread.c41 int (*func) (void) = ptr; in do_test() local
61 func (); in do_test()
A Dcircleload1.c109 int (*func) (void); in load_dso() local
111 func = dlsym (obj, "circlemod1"); in load_dso()
112 if (func == NULL) in load_dso()
118 else if (func () != 3) in load_dso()
A Dtst-tls-ie.c52 load_and_access (const char *mod, const char *func) in load_and_access() argument
57 void (*f) (void) = (void (*) (void))xdlsym (p, func); in load_and_access()
A Dtst-tls-ie-dlmopen.c53 load_and_access (Lmid_t lmid, const char *mod, const char *func) in load_and_access() argument
58 void (*f) (void) = (void (*) (void))xdlsym (p, func); in load_and_access()
A Dldd.bash.in64 -r | --f | --fu | --fun | --func | --funct | --functi | --functio | \

Completed in 10 milliseconds