Metasm::ELF::Relocation
# File metasm/exe_format/elf.rb, line 534 def struct_specialized(elf) return RelocationAddend32 if not elf case elf.bitsize when 32; RelocationAddend32 else RelocationAddend64 end end