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