summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat/libnxflat_bind.c
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-12/+12
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-1/+8
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-7/+121
* 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-22/+24
* 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-25/+25
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* Mostly cosmetic integration changespatacongo2009-06-251-8/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-7/+40
* Make all counts 16-bitpatacongo2009-06-251-1/+1
* Initial NXFLAT debug fixespatacongo2009-06-251-2/+6
* Fix DEBUG-on compilation errorspatacongo2009-06-241-2/+2
* Still waffling on relocation typespatacongo2009-06-231-0/+60
* Remove import symbols from relo tablepatacongo2009-06-231-20/+8
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-221-54/+0
* New relocation typespatacongo2009-06-221-11/+290
* Add NXFLAT dynamic binding logicpatacongo2009-06-211-0/+172