summaryrefslogtreecommitdiffstats
path: root/src/core/loader/elf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loader: Clean up the ELF AppLoader.Emmanuel Gil Peyrot2015-01-151-40/+33
* Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot2015-01-151-0/+12
* Loader: Don’t assume the file hasn’t been read before.Emmanuel Gil Peyrot2015-01-151-0/+3
* Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.Emmanuel Gil Peyrot2015-01-151-22/+8
* Loader: Never forget to change is_loaded.Emmanuel Gil Peyrot2015-01-151-1/+3
* Loader: Don’t duplicate the docstring into the cpp file.Emmanuel Gil Peyrot2015-01-151-6/+0
* elf: Make DidRelocate constLioncash2015-01-031-1/+1
* License changepurpasmart962014-12-211-2/+2
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-8/+8
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
* Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot2014-09-171-1/+1
* ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code.bunnei2014-06-251-19/+8
* Loader: Refactored use of const.bunnei2014-06-251-2/+2
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-61/+257
* Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei2014-06-171-56/+51
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei2014-06-171-0/+190