nuttx/binfmt/libelf
Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
2020-01-31 09:24:49 -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 binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_ctors.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_dtors.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_init.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_iobuffer.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_load.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_read.c binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib. 2019-01-26 11:18:45 -06:00
libelf_sections.c binfmt: Fix offset value when calling elf_read() in elf_sectname() 2017-04-28 17:23:02 +09:00
libelf_symbols.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_uninit.c Make some file section headers more consistent with standard 2015-04-08 08:29:03 -06:00
libelf_unload.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf_verify.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libelf.h binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib. 2019-01-26 11:18:45 -06:00
Make.defs More trailing whilespace removal 2014-04-13 16:22:22 -06:00