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.shared.s
blob
5c33664e7fbe9be269d0eaa24512e0fd253619bc
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.p2align 4,,15
8
.globl __feof_unlocked
9
.hidden __feof_unlocked
10
.type __feof_unlocked, @function
11
__feof_unlocked
:
12
movl
(%
rdi
), %
eax
13
shrl $
4
, %
eax
14
andl $
1
, %
eax
15
ret
16
.size __feof_unlocked, .-__feof_unlocked
17
.weak __GI_feof_unlocked
18
.hidden __GI_feof_unlocked
19
.set __GI_feof_unlocked,__feof_unlocked
20
.weak feof_unlocked
21
.set feof_unlocked,__GI_feof_unlocked