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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
lib_dladdr.c | ||
lib_dlclose.c | ||
lib_dlerror.c | ||
lib_dlopen.c | ||
lib_dlsym.c | ||
lib_dlsymtab.c | ||
Make.defs |