Class: ELFTools::Structs::ELF_Rel

Inherits:
ELFStruct
  • Object
show all
Defined in:
lib/elftools/structs.rb

Overview

Rel header in .rel section.

Constant Summary

Constants inherited from ELFStruct

ELFTools::Structs::ELFStruct::CHOICE_SIZE_T

Instance Attribute Summary

Attributes inherited from ELFStruct

#elf_class, #offset

Instance Method Summary collapse

Methods inherited from ELFStruct

new, pack, #patches, self_endian

Instance Method Details

#r_addendObject

Compatibility with ELF_Rela, both can be used interchangeably



206
207
208
# File 'lib/elftools/structs.rb', line 206

def r_addend
  nil
end