summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-4/+4
* Can't dump loaded code unless we first establish the mappingsGregory Nutt2014-08-261-4/+47
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-1/+1
* Fix some compilation errors in ELF logic that were introduced in a recent commitGregory Nutt2014-08-241-5/+7
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-2/+2
* ELF: Fix compilation error when CONFIG_ELF_DUMPBUFFER is defined. From Pell...Gregory Nutt2014-06-121-1/+1
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-0/+1
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-3/+3
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+22
* C++ static destructors work with ELF load too nowpatacongo2012-10-291-16/+14
* C++ constructors work with ELF load nowpatacongo2012-10-291-5/+23
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-0/+1
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-251-5/+5
* A little more ELF loader logicpatacongo2012-10-251-30/+56
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-2/+2
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-241-0/+259