Searched refs:calls (Results 76 - 100 of 508) sorted by relevance

1234567891011>>

/netbsd-current/lib/csu/arch/hppa/
H A Dcrti.S42 .callinfo frame=HPPA_FRAME_SIZE, calls, save_rp, save_sp, entry_gr=3 ! \
H A Dcrt0.S47 .callinfo frame=0, calls
/netbsd-current/sys/arch/x68k/stand/libdos/
H A Ddos_cerror.S2 | Called on errors of DOS calls.
H A Ddos_procerr.S2 | Called on errors of DOS calls for processes.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpretty-print-call-by-hand.py24 calls = gdb.parse_and_eval("f()")
/netbsd-current/lib/libc/arch/vax/gen/
H A Dldexp.S82 calls $0,_C_LABEL(__errno)
H A Dswapcontext.S53 calls $1,_C_LABEL(setcontext) /* setcontext(ucp) */
/netbsd-current/sys/rump/kern/lib/
H A DMakefile.sys5 SYS_DST= ${SYS_P}calls.c ${SYS_P}ent.c ${SYS_P}callargs.h ${SYS_P}call.h
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dfarcall-mixed-lib1.s1 @ Create a large shared library so that calls through PLT to an undef
3 @ Check also calls to an undef weak symbol.
H A Dfarcall-group.s1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs.
H A Dfarcall-mix.s1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dtlsopt1.s4 # is shared with two __tls_get_addr calls.
H A Dtlsopt1_32.s4 # is shared with two __tls_get_addr calls.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-xc16x/
H A Doffset.d14 40c: da 00 10 04 calls #seg:0x0,#sof:0x410
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dmemstats.c64 uint64_t calls; member in struct:codeline
148 cl->calls ++;
174 cl->calls ++;
232 (long long)cl->calls, cl->codeline, cl->func);
234 tcalls += cl->calls;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d2623 uint calls;
2626 ++calls;
2631 ++calls;
2636 ++calls;
2641 ++calls;
2648 uint calls;
2651 ++calls;
2673 assert(x1.hook.calls == 0);
2675 assert(x1.hook.calls == 1);
2677 assert(x1.hook.calls
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d3015 uint calls;
3018 ++calls;
3023 ++calls;
3028 ++calls;
3033 ++calls;
3043 uint calls;
3046 ++calls;
3064 assert(x1.hook.calls == 0);
3066 assert(x1.hook.calls == 1);
3068 assert(x1.hook.calls
[all...]
/netbsd-current/sys/arch/vax/boot/common/
H A Dsrt0.S63 calls $0, _C_LABEL(Xmain) # Were here!
67 calls $0,_C_LABEL(niclose) # Evil hack to shutdown DEBNA.
80 calls $3,(%r6)
/netbsd-current/lib/libc/arch/vax/sys/
H A D__vfork14.S69 calls $0,_C_LABEL(__errno)
/netbsd-current/lib/libc/compat/arch/vax/sys/
H A Dcompat_Ovfork.S71 calls $0,_C_LABEL(__errno)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc44 // Not instrument constant length calls.
62 // Not instrument constant length calls.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-abi.cc166 mode MODE across the calls in a region described by ABIS and MASK, where:
172 clobbered by calls in the region.
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
227 if (targetm.calls.insn_callee_abi)
228 return targetm.calls.insn_callee_abi (insn);
234 default ABI for erroneous calls. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfunction-abi.cc166 mode MODE across the calls in a region described by ABIS and MASK, where:
172 clobbered by calls in the region.
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
227 if (targetm.calls.insn_callee_abi)
228 return targetm.calls.insn_callee_abi (insn);
234 default ABI for erroneous calls. */
/netbsd-current/lib/libm/arch/vax/
H A Dn_sincos.S52 calls $2,_C_LABEL(_sin)
94 calls $2,_C_LABEL(_cos)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dcrypt.h101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)

Completed in 327 milliseconds

1234567891011>>