diff options
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; |