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
/
lsetxattr.shared.s
blob
8ee038aea9150a01dc9e2fa542fbabbd2c6618ac
1
.text
2
.globl lsetxattr
3
.type lsetxattr,@function
4
.align 1<<4
5
lsetxattr
:
6
7
movq
%
rcx
, %
r10
8
movl $
189
, %
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 lsetxattr,.-lsetxattr
19
.globl __GI_lsetxattr
20
.set __GI_lsetxattr,lsetxattr