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.
pub fn load_elf_image(
elf_data: &[u8],
user_as: &AddressSpace,
) -> Result<LoadedElfInfo, &'static str>Load an ELF binary into the provided address space. Returns the entry point address.