diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:12 +0000 |
commit | c53addf38e24e4dafe992aafb3ae928bfa8fdb0a (patch) | |
tree | 5a8f08e745d2dbfdd66c9e4838a8b7eeb7f0453f /ELF/InputSection.h | |
parent | 2dcc0c5ee66570f02392d1fbf29f573fa47258f8 (diff) |
Notes
Diffstat (limited to 'ELF/InputSection.h')
-rw-r--r-- | ELF/InputSection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ELF/InputSection.h b/ELF/InputSection.h index 57458588b6902..303c398b58cd4 100644 --- a/ELF/InputSection.h +++ b/ELF/InputSection.h @@ -167,6 +167,8 @@ public: template <class ELFT> std::string getObjMsg(uint64_t Offset); template <class ELFT> void relocate(uint8_t *Buf, uint8_t *BufEnd); + void relocateAlloc(uint8_t *Buf, uint8_t *BufEnd); + template <class ELFT> void relocateNonAlloc(uint8_t *Buf, uint8_t *BufEnd); std::vector<Relocation> Relocations; |