ElfLinkerArm64LE

This commit is contained in:
John Reiser
2016-01-31 19:59:00 -08:00
parent d8f9cd237f
commit 42e520e841
2 changed files with 24 additions and 0 deletions
+8
View File
@@ -190,6 +190,14 @@ protected:
upx_uint64_t value, const char *type);
};
class ElfLinkerArm64LE : public ElfLinker
{
typedef ElfLinker super;
protected:
virtual void relocate1(const Relocation *, upx_byte *location,
upx_uint64_t value, const char *type);
};
class ElfLinkerM68k : public ElfLinker
{