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

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-dlopen-main.c 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); local in function:main
29 if (f2_handle == NULL) {
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2");
instrprof-dlopen-main.c 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); local in function:main
29 if (f2_handle == NULL) {
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2");

Completed in 53 milliseconds