nuttx/binfmt/libelf
2020-01-07 09:54:35 -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 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
libelf_bind.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
libelf_ctors.c
libelf_dtors.c
libelf_init.c Run all .c and .h files in last PR49 through nxstyle. 2020-01-07 09:54:35 -06:00
libelf_iobuffer.c
libelf_load.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
libelf_read.c
libelf_sections.c
libelf_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
libelf_uninit.c
libelf_unload.c binfmt/: If there is an address environment (CONFIG_ARCH_ADDRENV), binfmt/elf doesn't need to free ctor/dtor alloc since freeing the address environment releases the heap automatically. 2019-01-26 11:29:08 -06:00
libelf_verify.c
libelf.h
Make.defs