Module metagoblin::elf::reloc::reloc32::reloc64

source ·

Structs§

  • Relocation without an addend
  • Relocation with an explicit addend
  • A unified ELF relocation structure
  • An ELF section containing relocations, allowing lazy iteration over symbols.

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: