ladybird/AK/ELF
Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot".
Instead of having to inspect 'prot' at every call site, make the Process
API's take care of that so we can just pass it through.
2019-05-30 16:14:37 +02:00
..
ELFImage.cpp Kernel/AK: Move ELF loader to AK 2019-05-23 16:57:34 +02:00
ELFImage.h Kernel/AK: Move ELF loader to AK 2019-05-23 16:57:34 +02:00
ELFLoader.cpp Kernel: Make the Process allocate_region* API's understand "int prot". 2019-05-30 16:14:37 +02:00
ELFLoader.h Kernel: Make the Process allocate_region* API's understand "int prot". 2019-05-30 16:14:37 +02:00
exec_elf.h Kernel/AK: Move ELF loader to AK 2019-05-23 16:57:34 +02:00