This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 18:37:46 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3aac01e843932268619c3d14b893bdd6ef05224d
nuttx
/
libs
/
libc
/
modlib
T
History
Gregory Nutt
2925c28f8f
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
..
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
binfmt/libelf/ and libs/libc/modlib: Add symbol buffer table to reduce filesystem access.
2019-03-19 09:13:50 -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
…