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-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
67838239c4c4296087d84bba3ebe0cbb220146a6
nuttx
/
binfmt
/
libelf
T
History
Gregory Nutt
205c23b9d6
Add logic to initialize the per-process user heap when each user process is started
2014-09-10 15:55:36 -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
Add logic to initialize the per-process user heap when each user process is started
2014-09-10 15:55:36 -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
…