MCPcopy Create free account
hub / github.com/Mic92/vmsh / Loadable

Class Loadable

src/loader.rs:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257type ElfResult = std::result::Result<(), ElfLoaderErr>;
258
259struct Loadable {
260 content: Vec<u8>,
261 mapping: MappedMemory,
262 virt_offset: usize,
263}
264
265macro_rules! try_elf {
266 ($expr: expr, $str: expr) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected