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]
/
stdlib
/
drand48.shared.s
blob
a65154cf0054d804eee41d47ac0d393c64534d23
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 drand48
9
.type drand48, @function
10
drand48
:
11
subq $
24
, %
rsp
12
leaq __libc_drand48_data
(%
rip
), %
rsi
13
leaq
8
(%
rsp
), %
rdx
14
movq
%
rsi
, %
rdi
15
call __erand48_r
16
movsd
8
(%
rsp
), %
xmm0
17
addq $
24
, %
rsp
18
ret
19
.size drand48, .-drand48
20
.hidden __erand48_r
21
.hidden __libc_drand48_data