mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +00:00
binfmt/, libs/libc/unistd, and others: Rename CONFIG_EXECFUNCS_SYMTAB to CONFIG_EXECFUNCS_SYMTAB_ARRAY. Rename CONFIG_EXECFUNCS_NSYMBOLS to CONFIG_EXECFUNCS_NSYMBOLS_VAR. Unlike CONFIG_EXECFUNCS_NSYMBOLS, CONFIG_EXECFUNCS_NSYMBOLS_VAR holds the name of an 'int' variable that contains the number of symbols in the symbol table.
configs/sama5d4-ek: Partial update to knsh build instructions.
|
||
|---|---|---|
| .. | ||
| libbuiltin | ||
| libelf | ||
| libnxflat | ||
| libpcode | ||
| .gitignore | ||
| binfmt.h | ||
| binfmt_copyargv.c | ||
| binfmt_dumpmodule.c | ||
| binfmt_exec.c | ||
| binfmt_execmodule.c | ||
| binfmt_execsymtab.c | ||
| binfmt_exepath.c | ||
| binfmt_globals.c | ||
| binfmt_loadmodule.c | ||
| binfmt_register.c | ||
| binfmt_schedunload.c | ||
| binfmt_unloadmodule.c | ||
| binfmt_unregister.c | ||
| builtin.c | ||
| elf.c | ||
| Kconfig | ||
| Makefile | ||
| nxflat.c | ||
| pcode.c | ||