HomeSort by relevance Sort by last modified time
    Searched full:f2_handle (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); local
29 if (f2_handle == NULL) {
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2");

Completed in 138 milliseconds