|
SimpleKernel 1.17.0
|
#include <elf.h>#include <etl/singleton.h>#include <cassert>#include <cstddef>#include <cstdint>#include <cstring>#include <span>#include "expected.hpp"#include "kernel_log.hpp"

Go to the source code of this file.
Classes | |
| class | KernelElf |
| ELF 文件相关 More... | |
Typedefs | |
| using | KernelElfSingleton = etl::singleton< KernelElf > |
| using KernelElfSingleton = etl::singleton<KernelElf> |
Definition at line 154 of file kernel_elf.hpp.