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
/
init_module.s
blob
b96e6d5c488aea0cc36484184a5e3987550a8420
1
.text
2
.globl init_module
3
.type init_module,@function
4
.align 1<<4
5
init_module
:
6
7
movq
%
rcx
, %
r10
8
movl $
175
, %
eax
9
syscall
10
cmpq $
-
4095
, %
rax
11
jae
0
f
12
ret
13
0
:
movq __libc_errno@GOTTPOFF
(%
rip
), %
rcx
14
neg
%
eax
15
movl
%
eax
, %
fs
:(%
rcx
)
16
or
$
-
1
, %
rax
17
ret
18
.size init_module,.-init_module