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]
/
string
/
strerror.s
blob
939464aca8f4542f5fe68bdc55241e396de33336
1
.text
2
.p2align 4,,15
3
.globl strerror
4
.type strerror, @function
5
strerror
:
6
movq __libc_tsd_LOCALE@gottpoff
(%
rip
), %
rax
7
movq
%
fs
:(%
rax
), %
rsi
8
jmp __strerror_l
9
.size strerror, .-strerror
10
.hidden __strerror_l