Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp33 void writeIgotPlt(uint8_t *Buf, const Symbol &S) const override;
177 void X86::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in X86
H A DARM.cpp35 void writeIgotPlt(uint8_t *Buf, const Symbol &S) const override;
158 void ARM::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in ARM
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.cpp146 void TargetInfo::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in TargetInfo
H A DTarget.h34 virtual void writeIgotPlt(uint8_t *Buf, const Symbol &S) const;
H A DSyntheticSections.cpp1147 Target->writeIgotPlt(Buf, *B); in writeTo()