Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp32 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
171 void X86::writeGotPlt(uint8_t *Buf, const Symbol &S) const { in writeGotPlt() function in X86
418 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
427 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
439 void RetpolinePic::writeGotPlt(uint8_t *Buf, const Symbol &S) const { in writeGotPlt() function in RetpolinePic
497 void RetpolineNoPic::writeGotPlt(uint8_t *Buf, const Symbol &S) const { in writeGotPlt() function in RetpolineNoPic
H A DX86_64.cpp33 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
135 void X86_64<ELFT>::writeGotPlt(uint8_t *Buf, const Symbol &S) const { in writeGotPlt() function in X86_64
557 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
566 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override {} in writeGotPlt() function in __anon284647fc0311::RetpolineZNow
579 void Retpoline<ELFT>::writeGotPlt(uint8_t *Buf, const Symbol &S) const { in writeGotPlt() function in Retpoline
H A DAArch64.cpp38 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
156 void AArch64::writeGotPlt(uint8_t *Buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A DARM.cpp34 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
154 void ARM::writeGotPlt(uint8_t *Buf, const Symbol &) const { in writeGotPlt() function in ARM
H A DMips.cpp36 void writeGotPlt(uint8_t *Buf, const Symbol &S) const override;
190 void MIPS<ELFT>::writeGotPlt(uint8_t *Buf, const Symbol &) const { in writeGotPlt() function in MIPS
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.cpp147 writeGotPlt(Buf, S); in writeIgotPlt()
H A DTarget.h33 virtual void writeGotPlt(uint8_t *Buf, const Symbol &S) const {}; in writeGotPlt() function
H A DSyntheticSections.cpp1102 Target->writeGotPlt(Buf, *B); in writeTo()