summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/nxflat.c
Commit message (Expand)AuthorAgeFilesLines
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-3/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-2/+2
* 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-2/+2
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+22
* C++ constructors work with ELF load nowpatacongo2012-10-291-5/+7
* More ELF loader changespatacongo2012-10-251-2/+2
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-2/+3
* ROMFS was in RAMpatacongo2009-06-251-5/+11
* Mostly cosmetic integration changespatacongo2009-06-251-11/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-23/+22
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitpatacongo2009-06-251-1/+1
* Initial NXFLAT debug fixespatacongo2009-06-251-1/+1
* Back-out one relocation typepatacongo2009-06-221-1/+1
* Symbol table is orderedpatacongo2009-06-211-4/+4
* Add NXFLAT dynamic binding logicpatacongo2009-06-211-0/+10
* Straighten out conditional compilationpatacongo2009-06-171-0/+4
* Add exec_modulepatacongo2009-06-171-0/+12
* Add basic module management logicpatacongo2009-06-171-28/+17
* Easing in binfmt supportpatacongo2009-06-171-0/+236