Home | Sort by: relevance | last modified time | path |
/src/tests/libexec/ld.elf_so/helper_symver_dso0/ | |
h_helper_symver_dso0.c | 32 int testfunc(void); 35 testfunc(void) function in typeref:typename:int |
/src/tests/libexec/ld.elf_so/helper_dso3/ | |
h_helper_dso3.cpp | 44 extern "C" void testfunc(void) { function in typeref:typename:void |
/src/tests/libexec/ld.elf_so/ | |
h_thread_local_dtor.c | 42 void (*testfunc)(void) = arg; local in function:thread_helper 43 testfunc(); 60 void (*testfunc)(void); local in function:main 66 testfunc = dlsym(dso, "testfunc"); 67 if (testfunc == NULL) 72 if (pthread_create(&thread, NULL, thread_helper, testfunc)) |