mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
Addrenv is changed to the newly created process' one in the beginning of modlib_bind, and needs to be changed always when returning from the function; also in error cases. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| gnu-elf.ld.in | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| modlib.h | ||
| modlib_addrenv.c | ||
| modlib_bind.c | ||
| modlib_depend.c | ||
| modlib_gethandle.c | ||
| modlib_getsymbol.c | ||
| modlib_globals.S | ||
| modlib_init.c | ||
| modlib_insert.c | ||
| modlib_iobuffer.c | ||
| modlib_load.c | ||
| modlib_loadhdrs.c | ||
| modlib_read.c | ||
| modlib_registry.c | ||
| modlib_remove.c | ||
| modlib_sections.c | ||
| modlib_symbols.c | ||
| modlib_symtab.c | ||
| modlib_uninit.c | ||
| modlib_unload.c | ||
| modlib_verify.c | ||