nuttx/binfmt/libelf
2014-08-25 13:28:13 -06:00
..
gnu-elf.ld Add documentation for the binary loader 2012-10-30 14:32:52 +00:00
Kconfig BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
libelf_addrenv.c Misc changed to get the SAMA5 ELF configuration with address environments working 2014-08-25 13:28:13 -06:00
libelf_bind.c Change naming of ELF interfaces from arch_ to up_ for consistency 2014-08-25 06:47:14 -06:00
libelf_ctors.c addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata(). 2014-08-24 11:54:14 -06:00
libelf_dtors.c addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata(). 2014-08-24 11:54:14 -06:00
libelf_init.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
libelf_iobuffer.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
libelf_load.c Fix some compilation errors in ELF logic that were introduced in a recent commit 2014-08-24 12:57:02 -06:00
libelf_read.c Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support 2014-08-24 06:42:11 -06:00
libelf_sections.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
libelf_symbols.c Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 2014-02-10 18:08:49 -06:00
libelf_uninit.c C++ constructors work with ELF load now 2012-10-29 19:32:05 +00:00
libelf_unload.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
libelf_verify.c Change naming of ELF interfaces from arch_ to up_ for consistency 2014-08-25 06:47:14 -06:00
libelf.h Misc changed to get the SAMA5 ELF configuration with address environments working 2014-08-25 13:28:13 -06:00
Make.defs More trailing whilespace removal 2014-04-13 16:22:22 -06:00