nuttx/binfmt
2016-06-11 14:55:27 -06:00
..
libbuiltin Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
libelf Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
libnxflat Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
libpcode Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
binfmt_copyargv.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
binfmt_dumpmodule.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
binfmt_exec.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
binfmt_execmodule.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
binfmt_execsymtab.c nuttx/binfmt: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:46:08 -06:00
binfmt_exepath.c binfmt/: More spacing/alignment fixes 2015-10-08 19:20:17 -06:00
binfmt_globals.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
binfmt_loadmodule.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
binfmt_register.c binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c 2015-11-14 07:29:47 -06:00
binfmt_schedunload.c Rename *lldbg to *llerr 2016-06-11 14:55:27 -06:00
binfmt_unloadmodule.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
binfmt_unregister.c binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c 2015-11-14 07:29:47 -06:00
binfmt.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
builtin.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
elf.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
Kconfig Move module support from binfmt/ to sched/ so that it can be configured and built independently from binfmt features 2015-12-12 07:09:17 -06:00
Makefile Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness. 2016-05-10 15:44:06 -06:00
nxflat.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
pcode.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00