summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/nxflat.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its ↵Gregory Nutt2014-08-261-3/+3
| | | | arguments so that can be used for other purposes
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-241-2/+2
| | | | the architecure must first declare support
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-081-0/+1
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
* C++ constructors work with ELF load nowpatacongo2012-10-291-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5273 42af7a65-404d-4744-a932-0658087f49c3
* More ELF loader changespatacongo2012-10-251-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-2/+3
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2349 42af7a65-404d-4744-a932-0658087f49c3
* ROMFS was in RAMpatacongo2009-06-251-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1954 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic integration changespatacongo2009-06-251-11/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1953 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-23/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix debug outputpatacongo2009-06-251-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1948 42af7a65-404d-4744-a932-0658087f49c3
* Make all counts 16-bitpatacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1946 42af7a65-404d-4744-a932-0658087f49c3
* Initial NXFLAT debug fixespatacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1943 42af7a65-404d-4744-a932-0658087f49c3
* Back-out one relocation typepatacongo2009-06-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1926 42af7a65-404d-4744-a932-0658087f49c3
* Symbol table is orderedpatacongo2009-06-211-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFLAT dynamic binding logicpatacongo2009-06-211-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1919 42af7a65-404d-4744-a932-0658087f49c3
* Straighten out conditional compilationpatacongo2009-06-171-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1896 42af7a65-404d-4744-a932-0658087f49c3
* Add exec_modulepatacongo2009-06-171-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1895 42af7a65-404d-4744-a932-0658087f49c3
* Add basic module management logicpatacongo2009-06-171-28/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1894 42af7a65-404d-4744-a932-0658087f49c3
* Easing in binfmt supportpatacongo2009-06-171-0/+236
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1892 42af7a65-404d-4744-a932-0658087f49c3