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

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-dlopen-func2.c 1 void func2(int K) { if (K) {} } function in typeref:typename:void
instrprof-dlopen-main.c 9 void func2(int K);
28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS);
30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n",
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); local in function:main
36 if (func2 == NULL) {
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
43 func2(0);
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
enable_execute_stack_test.c 43 int func2() function in typeref:typename:int
65 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
clear_cache_test.c 36 int func2() function in typeref:typename:int
69 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
  /src/tests/fs/vfs/
t_rmdirrace.c 56 static void *func2(void *arg) function in typeref:typename:void *
86 res = pthread_create(&th2, NULL, func2, &quit);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
clear_cache_test.c 36 int func2() function in typeref:typename:int
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
enable_execute_stack_test.c 43 int func2() function in typeref:typename:int
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
  /src/tests/lib/libc/net/
h_nsd_recurse.c 63 func2(void *rv, void *cb_data, va_list ap) function in typeref:typename:int
71 (void)printf("func2: enter\n");
73 (void)printf("func2: exit\n");
82 { "test", func2, NULL },
  /src/tests/lib/libexecinfo/
t_sig_backtrace.c 70 func2(int i) function in typeref:typename:int __noinline
79 return func2(i);
93 i = func2(i);
112 i = func2(i);
  /src/sys/fs/cd9660/
cd9660_rrip.c 64 void (*func2)(void *, ISO_RRIP_ANALYZE *); member in struct:__anoneb0f30970108
566 for (ptable = table; ptable->func2; ptable++)
568 ptable->func2(isodir, ana);

Completed in 24 milliseconds