summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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