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]
/
libio
/
feof_u.s
blob
ac0a3dad273fe90b12167196cd51f4b3bb309a1d
1
.text
2
.p2align 4,,15
3
.globl __feof_unlocked
4
.hidden __feof_unlocked
5
.type __feof_unlocked, @function
6
__feof_unlocked
:
7
movl
(%
rdi
), %
eax
8
shrl $
4
, %
eax
9
andl $
1
, %
eax
10
ret
11
.size __feof_unlocked, .-__feof_unlocked
12
.weak feof_unlocked
13
.hidden feof_unlocked
14
.set feof_unlocked,__feof_unlocked