repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
setjmp
/
sigjmp.shared.s
blob
3b778af42a7b10a1a88d9c03a6e977212c931176
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.p2align 4,,15
8
.globl __sigjmp_save
9
.type __sigjmp_save, @function
10
__sigjmp_save
:
11
testl
%
esi
, %
esi
12
pushq
%
rbx
13
movq
%
rdi
, %
rbx
14
je
.L2
15
leaq
72
(%
rdi
), %
rdx
16
xorl
%
esi
, %
esi
17
xorl
%
edi
, %
edi
18
call __GI___sigprocmask
19
xorl
%
esi
, %
esi
20
testl
%
eax
, %
eax
21
sete
%
sil
22
.L2:
23
movl
%
esi
,
64
(%
rbx
)
24
xorl
%
eax
, %
eax
25
popq
%
rbx
26
ret
27
.size __sigjmp_save, .-__sigjmp_save