Searched refs:writeGotPlt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86.cpp | 32 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 D | X86_64.cpp | 33 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 D | AArch64.cpp | 38 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 D | ARM.cpp | 34 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 D | Mips.cpp | 36 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 D | Target.cpp | 147 writeGotPlt(Buf, S); in writeIgotPlt()
|
| H A D | Target.h | 33 virtual void writeGotPlt(uint8_t *Buf, const Symbol &S) const {}; in writeGotPlt() function
|
| H A D | SyntheticSections.cpp | 1102 Target->writeGotPlt(Buf, *B); in writeTo()
|