Searched refs:restore (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-11-stable/lib/csu/sparc64/
H A Dcrtn.S37 restore
42 restore
/freebsd-11-stable/sbin/restore/
H A DMakefile2 # $FreeBSD: stable/11/sbin/restore/Makefile 319185 2017-05-30 04:17:22Z ngie $
7 PROG= restore
8 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
9 MAN= restore.8
10 MLINKS= restore.8 rrestore.8
11 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s43 restore
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsystfloat.S92 restore
110 restore
130 restore
148 restore
166 restore
186 restore
204 restore
222 restore
240 restore
260 restore
[all...]
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dcerror.S58 restore %g0, -1, %o1
H A Dsigaction1.S42 restore
/freebsd-11-stable/usr.sbin/pc-sysinstall/examples/
H A DMakefile5 pcinstall.cfg.restore pcinstall.cfg.rsync pcinstall.cfg.upgrade \
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx32_wrap.S136 pop %eax # restore return val
175 pop %eax # restore return val
176 mov %edi,%esp # restore stack
177 pop %edi # restore %edi
214 pop %eax # restore return val
242 pop %eax # restore return val
274 pop %edx # restore return val
275 pop %eax # restore return val
276 add $12,%esp # restore stack
299 pop %edx # restore retur
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh55 restore
69 restore %g0, %g0, %o0
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dsetjmp.S66 restore
87 restore
H A D_setjmp.S78 restore
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s49 restore
H A Dtst.embedded.s49 restore
H A Dtst.br.s80 restore %g0, %g0, %o0
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S92 lwz %r4,20(%r1) /* restore argv */
110 addi %r1,%r1,48 /* restore original stackptr */
143 lmw %r3,24(%r1) # restore r3-r31
144 lwz %r0,12(%r1) # restore cr
146 lwz %r0,16(%r1) # restore lr
148 lwz %r0,20(%r1) # restore r0
150 addi %r1,%r1,160 # restore stack
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl141 restore
142 restore
143 restore
144 restore
145 restore
146 restore
264 restore
265 restore
266 restore
267 restore
[all...]
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Drtld_start.S85 restore %o0, %o7, %o0
152 restore /* Dump our stack frame */
169 restore /* Dump our stack frame */
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf25 progs mknod mount newfs ping reboot restore swapon umount
27 ln restore rrestore
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S154 ld %r3,64+0*8(%r1) # restore r3-r10
163 ld %r1,0(%r1) # restore stack
164 ld %r0,8(%r1) # restore cr
166 ld %r0,16(%r1) # restore lr
/freebsd-11-stable/share/examples/printing/
H A Dmake-ps-header77 restore
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c240 goto restore;
289 restore:
314 goto restore;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S79 ldr r4,[r0,#13*4] @ restore bp
81 ldr r8,[r0,#14*4] @ restore n0
123 ldr r4,[r0,#13*4] @ restore bp
125 ldr r8,[r0,#14*4] @ restore n0
127 ldr r7,[r0,#15*4] @ restore &bp[num]
166 ldmia sp!,{r4-r12,lr} @ restore registers
/freebsd-11-stable/stand/libsa/sparc64/
H A D_setjmp.S79 restore
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsetjmp.S81 REG_L a0, CALLFRAME_SIZ(sp) # restore env pointer
82 REG_L ra, CALLFRAME_RA(sp) # restore RA
168 REG_L a0, CALLFRAME_SIZ(sp) # restore env
169 REG_L a1, (CALLFRAME_SIZ + SZREG)(sp) # restore return value
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } function in struct:clang::CodeGen::InvariantValue
202 T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) { function in class:clang::CodeGen::EHScopeStack::final
205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);

Completed in 361 milliseconds

123456