nuttx/libs/libc/modlib
YAMAMOTO Takashi 418e11b8b3 modlib: Always use separate allocation for text and data
Pros:

* Reduce code differences
* Smaller allocations for !CONFIG_ARCH_USE_MODULE_TEXT

Cons:

* Likely to use more memory for !CONFIG_ARCH_USE_MODULE_TEXT in total

Tested with:

* sim:module on macOS
* esp32-devkit:nsh + CONFIG_MODULE on qemu
* lm3s6965-ek:qemu-protected + CONFIG_EXAMPLES_SOTEST on qemu
2021-04-19 22:20:20 -05:00
..
gnu-elf.ld
Kconfig
Make.defs
modlib_bind.c
modlib_depend.c
modlib_init.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
modlib_iobuffer.c
modlib_load.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
modlib_loadshdrs.c
modlib_read.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
modlib_registry.c
modlib_sections.c
modlib_symbols.c symtabs: improve handling of symbol lookups 2021-03-16 10:18:17 -07:00
modlib_symtab.c
modlib_uninit.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
modlib_unload.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
modlib_verify.c
modlib.h