This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
modlib
History
Xiang Xiao
f23ccd5bb0
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
..
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
…
modlib_read.c
…
modlib_registry.c
…
modlib_sections.c
…
modlib_symbols.c
…
modlib_symtab.c
…
modlib_uninit.c
…
modlib_unload.c
…
modlib_verify.c
…
modlib.h
…