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