summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_bind.c
Commit message (Expand)AuthorAgeFilesLines
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-4/+26
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-261-2/+15
* Change when address environment is instantiated; there are/were locations whe...Gregory Nutt2014-08-261-28/+31
* Cortex-A address environment: Fix some section mapping and address incrementsGregory Nutt2014-08-261-2/+1
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-2/+2
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-4/+7
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* 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