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-05-13 18:48:11 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
925d16b7b85b877feec0044240468af3da4dd0b8
nuttx
/
binfmt
T
History
Michael Jung
4227d2aaa5
binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
2019-08-25 08:58:30 -06:00
..
libelf
binfmt/libelf/libelf_bind.c: Make naming of internal type compliant with coding standard. Yes, the ELF32 types do not follow the standard for historical reasons (and will be fixed someday), but let's not perpetuate the naming violation.
2019-03-20 09:34:08 -06:00
libnxflat
…
libpcode
tools/: Change preferred argument of configurations tools to use ':' as the delimiter between <board-name> and <config-name>. This is to emphasize that this is not a path; it is configuration specification.
2019-08-05 16:55:51 -06:00
.gitignore
…
binfmt_copyargv.c
…
binfmt_dumpmodule.c
binfmt/: Change debug macro from berr() to binfo() when dumping module data. The report of problems is important during development but when it enables complete informative output about load binaries then the important information can be easily overlooked. The huge output sent to serial terminal slows loading significantly as well.
2019-08-15 14:41:42 -06:00
binfmt_exec.c
…
binfmt_execmodule.c
…
binfmt_execsymtab.c
…
binfmt_exit.c
…
binfmt_globals.c
…
binfmt_initialize.c
binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
2019-08-25 08:58:30 -06:00
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_unloadmodule.c
…
binfmt_unregister.c
…
binfmt.h
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
builtin.c
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
elf.c
binfmt/: Change debug macro from berr() to binfo() when dumping module data. The report of problems is important during development but when it enables complete informative output about load binaries then the important information can be easily overlooked. The huge output sent to serial terminal slows loading significantly as well.
2019-08-15 14:41:42 -06:00
Kconfig
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
Makefile
binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
2019-08-25 08:58:30 -06:00
nxflat.c
binfmt/: Change debug macro from berr() to binfo() when dumping module data. The report of problems is important during development but when it enables complete informative output about load binaries then the important information can be easily overlooked. The huge output sent to serial terminal slows loading significantly as well.
2019-08-15 14:41:42 -06:00
pcode.c
…