incubator-nuttx/binfmt/libelf
Gregory Nutt a7fd58c4db Squashed commit of the following:
many locations:  Change occurences of open() followed by file_detach() to file_open().  Change most non-controversion calls to open() to nx_open().

    fs/inode/fs_fileopen.c:  Flesh out file_open() with some interim, placeholder logic.

    fs/inode/fs_fileopen.c:  Add a framework for a file_open() implementation (no real logic in place yet).

    fs/vfs/fs_open.c:  Add nx_open() which is the same as open() except that it does not create a cancellation point nor does it modify the errno variable.
2018-09-15 10:49: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
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 Squashed commit of the following: 2018-09-15 10:49:41 -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 Squashed commit of the following: 2018-01-30 17:57:36 -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