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
/
getitimer.s
blob
c5531b9d02b6b8318abc63d00fdc1c5173b93379
1
.text
2
.p2align 4,,15
3
.globl __getitimer
4
.type __getitimer, @function
5
__getitimer
:
6
movl $
36
, %
eax
7
#APP
8
# 29 "../sysdeps/unix/sysv/linux/getitimer.c" 1
9
syscall
10
11
# 0 "" 2
12
#NO_APP
13
cmpq $
-
4096
, %
rax
14
ja
.L5
15
rep ret
16
.p2align 4,,10
17
.p2align 3
18
.L5:
19
movq __libc_errno@gottpoff
(%
rip
), %
rdx
20
negl
%
eax
21
movl
%
eax
, %
fs
:(%
rdx
)
22
movl $
-
1
, %
eax
23
ret
24
.size __getitimer, .-__getitimer
25
.weak getitimer
26
.set getitimer,__getitimer