aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_bind.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-334/+0
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-4/+32
* C++ static destructors work with ELF load too nowpatacongo2012-10-291-1/+1
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-11/+4
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-1/+4
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* Finishes basic coding of ELF file supportpatacongo2012-10-251-4/+40
* Add x86 ELF supportpatacongo2012-10-251-0/+2
* A little more ELF loader logicpatacongo2012-10-251-2/+169
* A little more ELF loader logicpatacongo2012-10-241-1/+0
* 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/+106