summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf.h
Commit message (Expand)AuthorAgeFilesLines
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-2/+4
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-0/+6
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-2/+2
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-9/+13
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-5/+5
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+84
* C++ static destructors work with ELF load too nowpatacongo2012-10-291-0/+19
* C++ constructors work with ELF load nowpatacongo2012-10-291-20/+34
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-1/+44
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* Finishes basic coding of ELF file supportpatacongo2012-10-251-0/+69
* A little more ELF loader logicpatacongo2012-10-251-4/+51
* A little more ELF loader logicpatacongo2012-10-241-0/+13
* Flesh out include/elf.hpatacongo2012-10-241-0/+53