incubator-nuttx/binfmt/libelf
Xiang Xiao bd4e8e19d3 Run codespell -w against all files
and fix the wrong correction
2020-02-22 14:45:07 -06:00
..
Kconfig ELF64 support (#220) 2020-02-07 17:10:23 -06:00
Make.defs
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
libelf.h Run codespell -w against all files 2020-02-22 14:45:07 -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 ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_ctors.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_dtors.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_init.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
libelf_iobuffer.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_load.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_read.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
libelf_sections.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_symbols.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
libelf_uninit.c
libelf_unload.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_verify.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00