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
/
gmtime.s
blob
a17aa7ef1c330faa0ea23c6ab3ae7e5cfac5ccd8
1
.text
2
.p2align 4,,15
3
.globl __gmtime_r
4
.hidden __gmtime_r
5
.type __gmtime_r, @function
6
__gmtime_r
:
7
movq
(%
rdi
), %
rdi
8
movq
%
rsi
, %
rdx
9
xorl
%
esi
, %
esi
10
jmp __tz_convert
11
.size __gmtime_r, .-__gmtime_r
12
.weak gmtime_r
13
.set gmtime_r,__gmtime_r
14
.p2align 4,,15
15
.globl gmtime
16
.type gmtime, @function
17
gmtime
:
18
movq
(%
rdi
), %
rdi
19
leaq _tmbuf
(%
rip
), %
rdx
20
xorl
%
esi
, %
esi
21
jmp __tz_convert
22
.size gmtime, .-gmtime
23
.hidden _tmbuf
24
.hidden __tz_convert