HomeSort by: relevance | last modified time | path
    Searched defs:testfunc (Results 1 - 12 of 12) sorted by relevancy

  /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
h_helper_symver_dso0.c 32 int testfunc(void);
35 testfunc(void) function in typeref:typename:int
h_helper_symver_dso0.c 32 int testfunc(void);
35 testfunc(void) function in typeref:typename:int
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
h_helper_dso3.cpp 44 extern "C" void testfunc(void) { function in typeref:typename:void
h_helper_dso3.cpp 44 extern "C" void testfunc(void) { function in typeref:typename:void
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))
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))
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))
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))

Completed in 48 milliseconds