This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-13 23:58:46 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
ef8a4668d7c19e36dfeb14773049d605e3fed9e1
nuttx
/
binfmt
T
History
Gregory Nutt
398f7b594f
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:47 -06:00
..
libbuiltin
…
libelf
…
libnxflat
…
libpcode
…
.gitignore
…
binfmt_dumpmodule.c
…
binfmt_exec.c
In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing new tasks. When the argv[] buffer is needed, the caller's address environment will not longer be in place
2014-09-14 14:10:23 -06:00
binfmt_execmodule.c
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:47 -06:00
binfmt_execsymtab.c
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:19 -06:00
binfmt_exepath.c
…
binfmt_globals.c
…
binfmt_internal.h
In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing new tasks. When the argv[] buffer is needed, the caller's address environment will not longer be in place
2014-09-14 14:10:23 -06:00
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_schedunload.c
…
binfmt_unloadmodule.c
In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing new tasks. When the argv[] buffer is needed, the caller's address environment will not longer be in place
2014-09-14 14:10:23 -06:00
binfmt_unregister.c
…
builtin.c
…
elf.c
…
Kconfig
…
Makefile
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:19 -06:00
nxflat.c
…
pcode.c
…
symtab_findbyname.c
…
symtab_findbyvalue.c
…
symtab_findorderedbyname.c
…
symtab_findorderedbyvalue.c
…