This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 13:02:31 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
e953fb11cdca3e4739594012d1ac970c12349edd
nuttx
/
binfmt
/
libelf
T
History
Gregory Nutt
b63eea45b6
Improved binfmt debug output
2014-09-07 13:47:01 -06:00
..
gnu-elf.ld
…
Kconfig
…
libelf_addrenv.c
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -06:00
libelf_bind.c
…
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
Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming
2014-08-31 16:24:24 -06:00
libelf_init.c
…
libelf_iobuffer.c
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
libelf_load.c
Improved binfmt debug output
2014-09-07 13:47:01 -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
…
libelf_uninit.c
Rename kfree to kmm_free for consistency with other naming conventions
2014-08-31 17:04:02 -06:00
libelf_unload.c
…
libelf_verify.c
…
libelf.h
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -06:00
Make.defs
…