fn load_elf_segments_for_interpreter(
header: &ElfHeader,
file_obj: &dyn FileObject,
task: &Task,
strategy: &LoadStrategy,
) -> Result<u64, ElfLoaderError>Expand description
Load ELF segments for dynamic execution (without executing)