walnux/libs/libc/dlfcn
chao an 52482219c8 libc/elf: rename modlib to libelf
Renaming "modlib" to "libelf" is more in line with the implementation content,
which makes it easier for individual developers to understand the capabilities of this module.

CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF

Signed-off-by: chao an <anchao.archer@bytedance.com>
2025-04-11 09:43:22 +08:00
..
CMakeLists.txt nuttx/libc:Add _dl_find_object and dl_iterate_phdr function. 2024-10-15 12:35:54 +08:00
Kconfig libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
lib_dladdr.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_dlclose.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
lib_dlerror.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_dlfind_object.c nuttx/libc:Add _dl_find_object and dl_iterate_phdr function. 2024-10-15 12:35:54 +08:00
lib_dlopen.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
lib_dlsym.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
lib_dlsymtab.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Make.defs nuttx/libc:Add _dl_find_object and dl_iterate_phdr function. 2024-10-15 12:35:54 +08:00