nuttx/libs/libc/modlib
dongjiuzhu1 db13ff2dd5 libs/libc: fix compile warning about modlib_depend when CONFIG_MODLIB_MAXDEPEND = 0
modlib/modlib_symbols.c: In function ‘modlib_symcallback’:
modlib/modlib_symbols.c:215:13: warning: implicit declaration of function ‘modlib_depend’; did you mean ‘modlib_read’? [-Wimplicit-function-declaration]
  215 |       ret = modlib_depend(exportinfo->modp, modp);
      |             ^~~~~~~~~~~~~
      |             modlib_read

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-10-26 01:53:38 +08:00
..
CMakeLists.txt cmake/sched: fix build break based on mainline 2023-07-10 13:26:21 +08:00
gnu-elf.ld
Kconfig
Make.defs binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib_bind.c Fix loading of ET_DYN type of shared objects 2023-09-20 09:35:28 -04:00
modlib_depend.c libs/libc: fix compile warning about modlib_depend when CONFIG_MODLIB_MAXDEPEND = 0 2023-10-26 01:53:38 +08:00
modlib_globals.S Fix loading of ET_DYN type of shared objects 2023-09-20 09:35:28 -04:00
modlib_init.c libs/modlib: remove dupliate define about modlib_dumpbuffer 2023-10-26 01:53:38 +08:00
modlib_iobuffer.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib_load.c libs/modlib: Adding architecture-specific memory allocator for dynamic data loading 2023-10-26 01:53:38 +08:00
modlib_loadhdrs.c libs/modlib: avoid double free when call modlib_unload with erro 2023-09-20 17:02:29 +08:00
modlib_read.c libs/modlib: avoid seeking in each reading 2023-09-20 17:02:29 +08:00
modlib_registry.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib_sections.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib_symbols.c libs/libc: fix compile warning about modlib_depend when CONFIG_MODLIB_MAXDEPEND = 0 2023-10-26 01:53:38 +08:00
modlib_symtab.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib_uninit.c libs/modlib: close fd when error happen 2023-09-20 17:02:29 +08:00
modlib_unload.c libs/modlib: Adding architecture-specific memory allocator for dynamic data loading 2023-10-26 01:53:38 +08:00
modlib_verify.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
modlib.h binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00