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-10 20:28:06 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
a48028b924cfdb91cae1dafccaf383da06c84d51
nuttx
/
binfmt
/
libelf
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
libelf_addrenv.c
…
libelf_bind.c
binfmt/libelf/libelf_bind.c: Make naming of internal type compliant with coding standard. Yes, the ELF32 types do not follow the standard for historical reasons (and will be fixed someday), but let's not perpetuate the naming violation.
2019-03-20 09:34:08 -06:00
libelf_ctors.c
…
libelf_dtors.c
…
libelf_init.c
…
libelf_iobuffer.c
…
libelf_load.c
Revert "binfmt/libelf/libelf_load.c: Remove the guard(CONFIG_BUILD_KERNEL) for umm_initialize()"
2019-02-03 18:08:46 -06:00
libelf_read.c
…
libelf_sections.c
…
libelf_symbols.c
…
libelf_uninit.c
…
libelf_unload.c
…
libelf_verify.c
…
libelf.h
…
Make.defs
…