ladybird/AK/ELF
Andreas Kling 7f9a33dba1 Kernel: Make Region single-owner instead of ref-counted
This simplifies the ownership model and makes Region easier to reason
about. Userspace Regions are now primarily kept by Process::m_regions.

Kernel Regions are kept in various OwnPtr<Regions>'s.

Regions now only ever get unmapped when they are destroyed.
2019-09-27 14:25:42 +02:00
..
ELFImage.cpp ELF: Make code a little more buildable on other platforms 2019-09-27 13:30:23 +02:00
ELFImage.h ELF: Make code a little more buildable on other platforms 2019-09-27 13:30:23 +02:00
ELFLoader.cpp ELF: Make code a little more buildable on other platforms 2019-09-27 13:30:23 +02:00
ELFLoader.h Kernel: Make Region single-owner instead of ref-counted 2019-09-27 14:25:42 +02:00
exec_elf.h ELF: Run clang-format on everything. 2019-06-07 17:12:30 +02:00