This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8fb19a43597dd7d3185a619fc716545ff6ffd96d
nuttx
/
binfmt
T
History
Xiang Xiao
2d794f4102
Configuration: Auto-select CONFIG_BUILD_LOADABLE when either CONFIG_BUILD_KERNEL or CONFIG_BINFMT_LOADABLE is selected.
2019-09-30 06:57:16 -06:00
..
libelf
All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces.
2019-09-15 17:22:16 -06:00
libnxflat
All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces.
2019-09-15 17:22:16 -06:00
libpcode
…
.gitignore
…
binfmt_copyargv.c
…
binfmt_dumpmodule.c
…
binfmt_exec.c
…
binfmt_execmodule.c
Fix use of undefined pp-token #errror, other typos.
2019-09-19 18:19:18 -06:00
binfmt_execsymtab.c
…
binfmt_exit.c
…
binfmt_globals.c
…
binfmt_initialize.c
…
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_unloadmodule.c
…
binfmt_unregister.c
…
binfmt.h
…
builtin.c
libs/libc/builtin/: builtint_isavail() should not set the errno variable because this functions may be used by internal OS logic for which setting the rrno variable would be inappropriate.
2019-09-11 12:37:29 -06:00
elf.c
…
Kconfig
Configuration: Auto-select CONFIG_BUILD_LOADABLE when either CONFIG_BUILD_KERNEL or CONFIG_BINFMT_LOADABLE is selected.
2019-09-30 06:57:16 -06:00
Makefile
…
nxflat.c
…
pcode.c
…