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]
/
posix
/
execv.s
blob
dfb1b6220b50d6022cc315731c6f1b50d1f21668
1
.text
2
.p2align 4,,15
3
.globl execv
4
.type execv, @function
5
execv
:
6
movq __environ
(%
rip
), %
rdx
7
jmp __execve
8
.size execv, .-execv
9
.hidden __execve