1
0
Fork 0
forked from suyu/suyu
suyu/src/core/loader
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files
Given this is utilized by the loaders, this allows avoiding inclusion of
the kernel process definitions where avoidable.

This also keeps the loading format for all executable data separate from
the kernel objects.
2019-03-20 13:07:04 -04:00
..
deconstructed_rom_directory.cpp kernel/process: Hook up the process capability parser to the process itself 2018-12-21 07:05:34 -05:00
deconstructed_rom_directory.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
elf.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
elf.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
loader.cpp kernel/process: Hook up the process capability parser to the process itself 2018-12-21 07:05:34 -05:00
loader.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nro.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
nro.h loader: Remove Linker inheritance from NRO and NSO loaders 2019-03-19 21:31:59 -04:00
nso.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
nso.h loader: Remove Linker inheritance from NRO and NSO loaders 2019-03-19 21:31:59 -04:00
nsp.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nsp.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00