/src/lib/csu/arch/vax/ |
crtbegin.S | 79 * We don't setup a TOC since all of ours calls are indirect so it isn't 98 calls $0, (%r0) 109 calls $0, (%r0) 121 calls $0, (%r0) 149 calls $0, (%r0) 160 calls $0, (%r0) 171 calls $0, (%r0) /* call it */ 180 calls $0, __do_global_ctors_aux 182 calls $0, __do_global_dtors_aux
|
crt0.S | 41 calls $2,___start
|
/src/lib/libc/arch/vax/sys/ |
__clone.S | 69 calls $1,(%r2) 73 calls $1,_C_LABEL(_exit)
|
execl.S | 45 calls $2,_C_LABEL(execv)
|
execlp.S | 45 calls $2,_C_LABEL(execvp)
|
ptrace.S | 39 calls $0,_C_LABEL(__errno)
|
cerror.S | 41 calls $0,_C_LABEL(__errno)
|
execle.S | 47 calls $3,_C_LABEL(execve)
|
__vfork14.S | 69 calls $0,_C_LABEL(__errno)
|
/src/sys/rump/fs/lib/libaio/ |
Makefile | 7 COMMENT=POSIX asynchronous I/O system calls
|
/src/lib/libc/arch/vax/gen/ |
swapcontext.S | 53 calls $1,_C_LABEL(setcontext) /* setcontext(ucp) */
|
__setjmp14.S | 54 calls $4,_C_LABEL(__sigaltstack14) # pop args plus signal stack value 60 calls $3,_C_LABEL(__sigprocmask14) # get signal mask 64 addl3 $1,(%ap),%r0 # get argument count +1 if calls
|
ldexp.S | 82 calls $0,_C_LABEL(__errno)
|
/src/tests/lib/libc/sys/ |
t_getcontext.c | 43 static int calls; variable in typeref:typename:int 51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1); 60 calls++; 117 if (calls == 0)
|
/src/lib/csu/arch/hppa/ |
crt0.S | 47 .callinfo frame=0, calls
|
crti.S | 42 .callinfo frame=HPPA_FRAME_SIZE, calls, save_rp, save_sp, entry_gr=3 ! \
|
/src/sys/arch/x68k/stand/libdos/ |
dos_cerror.S | 2 | Called on errors of DOS calls.
|
dos_procerr.S | 2 | Called on errors of DOS calls for processes.
|
/src/sys/arch/vax/boot/common/ |
srt0.S | 63 calls $0, _C_LABEL(Xmain) # Were here! 67 calls $0,_C_LABEL(niclose) # Evil hack to shutdown DEBNA. 80 calls $3,(%r6)
|
romread.S | 67 calls $6, (%r6) # call the qio-routine 83 calls $6, (%r6) # call the qio-routine
|
/src/lib/libc/compat/arch/vax/sys/ |
compat_Ovfork.S | 71 calls $0,_C_LABEL(__errno)
|
/src/usr.bin/make/unit-tests/ |
opt-where-am-i.mk | 5 # large source trees that involve several nested make calls.
|
/src/lib/libm/arch/vax/ |
n_sincos.S | 52 calls $2,_C_LABEL(_sin) 94 calls $2,_C_LABEL(_cos)
|
/src/common/dist/zlib/contrib/minizip/ |
crypt.h | 98 static unsigned calls = 0; /* ensure different random header each time */ local in function:crypthead 107 if (++calls == 1)
|
/src/sys/arch/vax/vax/ |
intvec.S | 59 calls $0,_C_LABEL(rutin) ; \ 167 calls $1,*MCHK(%r6) 170 calls $0,*MEMERR(%r6) 172 calls $1,_C_LABEL(panic) 186 4: calls $0,*BADADDR(%r0) # call machine-specific handler 239 calls $2,_C_LABEL(pmap_simulref) 285 calls $1, *P_MD_SYSCALL(%r0) 298 calls $0,*MEMERR(%r0) 304 calls $1, _C_LABEL(panic) 341 calls $1,_C_LABEL(hardclock [all...] |