nuttx/libs/libc/modlib
2019-10-01 07:19:21 -06:00
..
gnu-elf.ld All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
Kconfig libs/libc/ Kconfig files: Disable EXECFUNCS_HAVE_SYMTAB for kernel build. The symbol table don't have any meaning for kernel build since all executable binary should be self contained. 2019-10-01 07:19:21 -06:00
Make.defs
modlib_bind.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
modlib_depend.c
modlib_init.c
modlib_iobuffer.c
modlib_load.c binfmt/libelf, libs/libc/modlib: Optimize elf load speed: (1) Don't zero out memory, (2) Reduce the initial buffer size to 32 bytes. 2019-01-26 11:34:40 -06:00
modlib_read.c
modlib_registry.c
modlib_sections.c
modlib_symbols.c binfmt/libelf, libs/libc/modlib: Optimize elf load speed: (1) Don't zero out memory, (2) Reduce the initial buffer size to 32 bytes. 2019-01-26 11:34:40 -06:00
modlib_symtab.c
modlib_uninit.c
modlib_unload.c
modlib_verify.c
modlib.h