Searched refs:f1_handle (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS); local
16 if (f1_handle == NULL) {
22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");

Completed in 183 milliseconds