Class: ELFTools::Structs::ELF_Rel
- 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
Instance Method Summary collapse
-
#r_addend ⇒ Object
Compatibility with ELF_Rela, both can be used interchangeably.
Methods inherited from ELFStruct
new, pack, #patches, self_endian
Instance Method Details
#r_addend ⇒ Object
Compatibility with ELF_Rela, both can be used interchangeably
206 207 208 |
# File 'lib/elftools/structs.rb', line 206 def r_addend nil end |