Module goblin::elf::reloc::reloc64

source ·

Re-exports§

  • pub use crate::elf::reloc::*;

Structs§

  • Relocation without an addend
  • Relocation with an explicit addend

Constants§

Functions§

  • Gets the rel entries given a rel pointer and the size of the rel section in the binary, in bytes. Assumes the pointer is valid and can safely return a slice of memory pointing to the rels because:
  • Gets the rela entries given a rela pointer and the size of the rela section in the binary, in bytes. Assumes the pointer is valid and can safely return a slice of memory pointing to the relas because: