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 01:42:58 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2eb71d5a35029f25e5a2f0b0edda7d6d6e2c972b
nuttx
/
binfmt
/
libelf
T
History
Gregory Nutt
1329c29ecd
ELF: Critical bugfix.. BSS was not being cleared
2014-09-12 10:32:23 -06:00
..
gnu-elf.ld
…
Kconfig
…
libelf_addrenv.c
Add logic to initialize the per-process user heap when each user process is started
2014-09-10 15:55:36 -06:00
libelf_bind.c
ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case
2014-09-09 16:52:51 -06:00
libelf_ctors.c
Fix typo in ELF variable name (only see it when C++ support is enabled)
2014-09-07 13:46:13 -06:00
libelf_dtors.c
…
libelf_init.c
…
libelf_iobuffer.c
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
libelf_load.c
ELF: Critical bugfix.. BSS was not being cleared
2014-09-12 10:32:23 -06:00
libelf_read.c
…
libelf_sections.c
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
libelf_symbols.c
ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case
2014-09-09 16:52:51 -06:00
libelf_uninit.c
…
libelf_unload.c
…
libelf_verify.c
…
libelf.h
Add logic to initialize the per-process user heap when each user process is started
2014-09-10 15:55:36 -06:00
Make.defs
…