nuttx/libs/libc/dlfcn
Huang Qi f714669da4 dlfcn: Add stub for dladdr
Implement a stub for dladdr() to avoid build errors
with some applications that use dladdr().

The API definition is from:
1. https://man7.org/linux/man-pages/man3/dladdr.3.html
2. https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/dladdr.html

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-07-26 14:39:10 -03:00
..
CMakeLists.txt dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00
Kconfig
lib_dladdr.c dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00
lib_dlclose.c
lib_dlerror.c
lib_dlopen.c
lib_dlsym.c
lib_dlsymtab.c
Make.defs dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00