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
..
gnu-elf.ld
Kconfig
libelf_addrenv.c
libelf_bind.c
libelf_ctors.c
libelf_dtors.c
libelf_init.c Squashed commit of the following: 2018-09-15 10:49:41 -06:00
libelf_iobuffer.c
libelf_load.c
libelf_read.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
libelf_sections.c
libelf_symbols.c
libelf_uninit.c
libelf_unload.c
libelf_verify.c Fix ELF loader up_checkarch on ARM arch 2017-06-28 18:11:39 +03:00
libelf.h
Make.defs