[−][src]Function sunrise_loader::elf_loader::get_size
pub fn get_size(elf: &ElfFile) -> Result<usize, Error>
Gets the size of the allocation necessary to load all the segments.
Errors
LoaderError::InvalidElf
- Unaligned addresses or size
- Overlapping segments.