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]
/
time
/
localtime.s
blob
6560a1217d773940c1c1292385cc127474111ff5
1
.text
2
.p2align 4,,15
3
.globl __localtime_r
4
.hidden __localtime_r
5
.type __localtime_r, @function
6
__localtime_r
:
7
movq
(%
rdi
), %
rdi
8
movq
%
rsi
, %
rdx
9
movl $
1
, %
esi
10
jmp __tz_convert
11
.size __localtime_r, .-__localtime_r
12
.weak localtime_r
13
.set localtime_r,__localtime_r
14
.p2align 4,,15
15
.globl localtime
16
.hidden localtime
17
.type localtime, @function
18
localtime
:
19
movq
(%
rdi
), %
rdi
20
leaq _tmbuf
(%
rip
), %
rdx
21
movl $
1
, %
esi
22
jmp __tz_convert
23
.size localtime, .-localtime
24
.hidden _tmbuf
25
.comm _tmbuf,56,32
26
.hidden __tz_convert