/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86.cpp | 32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 170 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86 522 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT 584 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 593 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 606 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic 660 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
|
H A D | X86_64.cpp | 35 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 417 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64 1063 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 1074 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT 1123 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 1132 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon595e80ed0311::RetpolineZNow 1145 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
|
H A D | PPC.cpp | 44 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 94 // instruction in .glink, filled in by PPC::writeGotPlt(). in writePPC32GlinkSection() 193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
|
H A D | LoongArch.cpp | 30 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 309 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in LoongArch
|
H A D | Mips.cpp | 32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
|
H A D | AArch64.cpp | 39 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 324 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
|
H A D | RISCV.cpp | 36 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 208 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
|
H A D | ARM.cpp | 37 void writeGotPlt(uint8_t *buf, const Symbol &s) const override; 206 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.h | 38 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeIgotPlt() 37 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; writeGotPlt() function
|
H A D | SyntheticSections.cpp | 1190 target->writeGotPlt(buf, *b); in writeTo()
|