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