Skip to main content

apply_dynamic_relocations

Function apply_dynamic_relocations 

Source
fn apply_dynamic_relocations(
    user_as: &AddressSpace,
    phdrs: &[Elf64Phdr],
    elf_type: u16,
    load_bias: u64,
) -> Result<(), &'static str>
Expand description

Performs the apply dynamic relocations operation.