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]
/
csu
/
errno-loc.s
blob
f3dc02e0fbc0fef6f8e2d487672d7dacbcc39e05
1
.text
2
.p2align 4,,15
3
.globl __errno_location
4
.hidden __errno_location
5
.type __errno_location, @function
6
__errno_location
:
7
movq __libc_errno@gottpoff
(%
rip
), %
rax
8
addq
%
fs
:
0
, %
rax
9
ret
10
.size __errno_location, .-__errno_location