Home
last modified time | relevance | path

Searched refs:writeIgotPlt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DLoongArch.cpp31 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
316 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
H A DX86_64.cpp36 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
H A DAArch64.cpp40 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
328 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
H A DRISCV.cpp37 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
H A DARM.cpp38 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
210 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h39 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {}
38 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} writeIgotPlt() function
H A DSyntheticSections.cpp1232 target->writeIgotPlt(buf, *b); in writeTo()