process_builder::elf_load

Function load_elf

Source
pub fn load_elf(
    vmo: &Vmo,
    headers: &Elf64Headers,
    root_vmar: &Vmar,
) -> Result<LoadedElf, ElfLoadError>
Expand description

Load an ELF into a new sub-VMAR of the specified root.