Skip to main content

load_elf_image

Function load_elf_image 

Source
pub fn load_elf_image(
    elf_data: &[u8],
    user_as: &AddressSpace,
) -> Result<LoadedElfInfo, &'static str>
Expand description

Load an ELF binary into the provided address space. Returns the entry point address.