Home
last modified time | relevance | path

Searched refs:func2 (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-dlopen.test3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c
8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2
24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen…
26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/Inputs/instrprof-dlop…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
H A Dinstrprof-dlopen.test3 …en -o %t.d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-s…
8 …-o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs/instrprof-dlopen-func2.c %t.d/main.o
24 …UN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlo…
26 …UN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/../Inputs/instrprof-d…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c9 void func2(int K);
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); in main() local
36 if (func2 == NULL) { in main()
43 func2(0); in main()
H A Dinstrprof-dlopen-func2.c1 void func2(int K) { if (K) {} } in func2() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c94 func2 () in func2() function
129 func2 (); in func1()
223 func2 (); in main()
227 func2 (); in main()
231 func2 (); in main()
H A Dsignals.c23 func2 () in func2() function
43 func2 (); in main()
H A Dadvance.c16 int func2 () in func2() function
25 func2 (); in func()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c26 ctf_id_t func, func2, func3, base, base2, base3; in try_maybe_reporting() local
53 ((func2 = ctf_add_function (fp, CTF_ADD_ROOT, &fi, &dummy)) == CTF_ERR) || in try_maybe_reporting()
67 (ctf_add_func_sym (fp, "func_a", func2) < 0) || in try_maybe_reporting()
92 if (symtype == func2 && strcmp (symname, "func_a") == 0) in try_maybe_reporting()
109 if (ctf_lookup_by_symbol_name (fp, "func_a") != func2) in try_maybe_reporting()
148 if (ctf_lookup_by_symbol_name (fp, "func_a") != func2) in try_maybe_reporting()
179 struct ctf_symtype_expected expected_func[] = { { "func_a", func2 }, in try_maybe_reporting()
/netbsd-src/tests/lib/libexecinfo/
H A Dt_sig_backtrace.c70 func2(int i) in func2() function
79 return func2(i); in func3()
93 i = func2(i); in the_loop_deref()
112 i = func2(i); in the_loop_jump()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.h59 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) \ argument
61 ALIAS(WRAPPER_NAME(pthread_##func2));
65 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h84 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) \ argument
86 ALIAS(WRAPPER_NAME(pthread_##func2));
90 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) argument
/netbsd-src/tests/lib/libc/net/
H A Dt_nsdispatch.sh38 func2: enter
41 func2: exit
H A Dh_nsd_recurse.c63 func2(void *rv, void *cb_data, va_list ap) in func2() function
82 { "test", func2, NULL }, in func1()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsignals.c23 func2 () in func2() function
43 func2 (); in main()
H A Dadvance.c16 int func2 () in func2() function
25 func2 (); in func()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Denable_execute_stack_test.c43 int func2() in func2() function
65 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128); in main()
H A Dclear_cache_test.c36 int func2() in func2() function
69 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128); in main()
/netbsd-src/tests/fs/vfs/
H A Dt_rmdirrace.c56 static void *func2(void *arg) in func2() function
86 res = pthread_create(&th2, NULL, func2, &quit); in race()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Denable_execute_stack_test.c43 int func2() in func2() function
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); in main()
H A Dclear_cache_test.c36 int func2() in func2() function
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); in main()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.cc879 Function *func2 = (Function *) obj2; in bEval() local
880 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
937 Function *func2 = (Function *) obj2; in bEval() local
938 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
992 Function *func2 = (Function *) obj2; in bEval() local
993 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
1012 func2 = (Function *) obj2; in bEval()
1013 lo_id2 = func2->module->loadobject->id; in bEval()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.cc879 Function *func2 = (Function *) obj2; in bEval() local
880 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
937 Function *func2 = (Function *) obj2; in bEval() local
938 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
992 Function *func2 = (Function *) obj2; in bEval() local
993 uint64_t lo_id2 = func2->module->loadobject->id; in bEval()
1012 func2 = (Function *) obj2; in bEval()
1013 lo_id2 = func2->module->loadobject->id; in bEval()
/netbsd-src/sys/fs/cd9660/
H A Dcd9660_rrip.c64 void (*func2)(void *, ISO_RRIP_ANALYZE *); member
566 for (ptable = table; ptable->func2; ptable++) in cd9660_rrip_loop()
568 ptable->func2(isodir, ana); in cd9660_rrip_loop()
/netbsd-src/external/bsd/jemalloc/dist/test/src/
H A DSFMT.c128 static inline uint32_t func2(uint32_t x);
376 static uint32_t func2(uint32_t x) { in func2() function
698 r = func2(psfmt32[idxof(i)] + psfmt32[idxof((i + mid) % N32)] in init_by_array()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-riscv.texi407 @item func2 @tab Unsigned immediate for 2-bits function code.
523 @item R type with 4 register operands: .insn r opcode6, func3, func2, rd, rs1, rs2, rs3
524 @itemx R4 type: .insn r4 opcode6, func3, func2, rd, rs1, rs2, rs3
527 | rs3 | func2 | rs2 | rs1 | func3 | rd | opcode6 |
623 @item CA type: .insn ca opcode2, func6, func2, rd', rs2'
626 | func6 | rd'/rs1' | func2 | rs2' | opcode2 |

12