nuttx/binfmt
2014-08-31 17:26:36 -06:00
..
libbuiltin
libelf Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
libnxflat Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
libpcode Updated README and comments 2014-05-10 11:36:20 -06:00
.gitignore
binfmt_dumpmodule.c Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support 2014-08-24 06:42:11 -06:00
binfmt_exec.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
binfmt_execmodule.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
binfmt_exepath.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
binfmt_globals.c
binfmt_internal.h
binfmt_loadmodule.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
binfmt_register.c
binfmt_schedunload.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
binfmt_unloadmodule.c Rename kufree to kumm_free for consistency with other naming 2014-08-31 16:15:11 -06:00
binfmt_unregister.c
builtin.c nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:43 -06:00
elf.c Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes 2014-08-26 12:16:05 -06:00
Kconfig Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Makefile BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
nxflat.c Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes 2014-08-26 12:16:05 -06:00
pcode.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
symtab_findbyname.c
symtab_findbyvalue.c
symtab_findorderedbyname.c
symtab_findorderedbyvalue.c