Searched refs:func (Results 1 – 8 of 8) sorted by relevance
/elf/ |
A D | tst-dlsym-error.c | 29 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 D | tst-unwind-main.c | 35 func (void *a) in func() function 51 int rc = pthread_create (&thr, NULL, &func, NULL); in main() 58 func (NULL); in main()
|
A D | tst-tls-manydynamic.c | 63 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 D | tst-latepthread.c | 41 int (*func) (void) = ptr; in do_test() local 61 func (); in do_test()
|
A D | circleload1.c | 109 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 D | tst-tls-ie.c | 52 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 D | tst-tls-ie-dlmopen.c | 53 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 D | ldd.bash.in | 64 -r | --f | --fu | --fun | --func | --funct | --functi | --functio | \
|
Completed in 10 milliseconds