incubator-nuttx/binfmt/libelf
Gregory Nutt 181875f3ba fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read(). 2017-10-11 12:13:41 -06:00
..
Kconfig Kconfig files: Fix some dependencies that have CONFIG_ in the variable name 2016-06-17 19:30:19 -06:00
Make.defs More trailing whilespace removal 2014-04-13 16:22:22 -06:00
gnu-elf.ld Fix a misnamed symbol in a linker script. I don't think that this symbol is used 2015-05-04 13:45:24 -06:00
libelf.h Call initializer entry point on start-up; do not create a task 2015-12-11 07:27:45 -06:00
libelf_addrenv.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_bind.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_ctors.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_dtors.c binfmt: Fix .dtor memory allocation 2017-05-19 17:01:48 +09:00
libelf_init.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_iobuffer.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_load.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libelf_read.c fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read(). 2017-10-11 12:13:41 -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: Fix offset value when calling elf_read() in elf_symname() 2017-04-26 14:46:34 +09:00
libelf_uninit.c Make some file section headers more consistent with standard 2015-04-08 08:29:03 -06:00
libelf_unload.c Make some file section headers more consistent with standard 2015-04-08 08:29:03 -06:00
libelf_verify.c Fix ELF loader up_checkarch on ARM arch 2017-06-28 18:11:39 +03:00