nuttx/libs/libc/dlfcn
Xiang Xiao 9473434587 Ensure the kernel component don't call userspace API
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-03-01 09:23:09 +09:00
..
Kconfig Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage 2020-04-29 12:16:18 -06:00
lib_dlclose.c dlfcn, modlib: Appease nxstyle complaints 2020-03-10 01:53:49 -05:00
lib_dlerror.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
lib_dlopen.c libc: Replace all malloc/free to lib_malloc/lib_free 2020-07-29 10:14:27 +01:00
lib_dlsym.c
lib_dlsymtab.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
Make.defs