SimpleKernel 1.17.0
Loading...
Searching...
No Matches
kernel_elf.hpp File Reference
#include <elf.h>
#include <etl/singleton.h>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <span>
#include "expected.hpp"
#include "kernel_log.hpp"
Include dependency graph for kernel_elf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KernelElf
 ELF 文件相关 More...
 

Typedefs

using KernelElfSingleton = etl::singleton< KernelElf >
 

Typedef Documentation

◆ KernelElfSingleton

using KernelElfSingleton = etl::singleton<KernelElf>

Definition at line 154 of file kernel_elf.hpp.