nuttx/libs/libc/dlfcn
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
..
Kconfig Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage 2020-04-29 12:16:18 -06:00
lib_dlclose.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
lib_dlerror.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_dlopen.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
lib_dlsym.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_dlsymtab.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00