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]
/
misc
/
sstk.shared.s
blob
1a222f3b98a08f95de1930c19c70dc27f66e1879
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
.symver sstk,sstk@GLIBC_2.2.5
7
#NO_APP
8
.section .text.compat,
"ax"
,@progbits
9
.p2align 4,,15
10
.globl sstk
11
.type sstk, @function
12
sstk
:
13
movq __libc_errno@gottpoff
(%
rip
), %
rax
14
movl $
38
, %
fs
:(%
rax
)
15
movq $
-
1
, %
rax
16
ret
17
.size sstk, .-sstk