summaryrefslogtreecommitdiff
path: root/src/core/loader/elf.cpp
AgeCommit message (Expand)Author
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-03kernel/process: Use accessors instead of class members for referencing segmen...Lioncash
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-03-31memory: Fix stack region.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-01-20Merge pull request #117 from jroweboy/clang-formatbunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30elf: Check if machine is ARM.bunnei
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Subv
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-05-07Remove ability to load symbol mapsYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-01-25elf: Don't cast away constLioncash
2015-07-13Loader: Fix variable type and remove unused variableYuri Kunde Schlesner
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-08Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner
2015-05-08Process: Support parsing of exheader kernel capsYuri Kunde Schlesner
2015-05-08Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-01-30Silence a few warnings.Rohit Nirmal