nuttx/binfmt/libelf
2017-10-11 12:13:41 -06:00
..
gnu-elf.ld
Kconfig
libelf_addrenv.c
libelf_bind.c
libelf_ctors.c
libelf_dtors.c
libelf_init.c
libelf_iobuffer.c
libelf_load.c
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
libelf_symbols.c
libelf_uninit.c
libelf_unload.c
libelf_verify.c
libelf.h
Make.defs