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

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-dlopen-main.c 15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS); local in function:main
16 if (f1_handle == NULL) {
22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");
instrprof-dlopen-main.c 15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS); local in function:main
16 if (f1_handle == NULL) {
22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");

Completed in 21 milliseconds