summaryrefslogtreecommitdiff
path: root/rts/linker/elf_plt_aarch64.h
blob: 15f2f761ef4167d7615b145426aafd5bcd897d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "LinkerInternals.h"

#if defined(OBJFORMAT_ELF)

extern const size_t stubSizeAarch64;
bool needStubForRelAarch64(Elf_Rel * rel);
bool needStubForRelaAarch64(Elf_Rela * rel);
bool makeStubAarch64(Stub * s);

#endif