Searched defs:writeGotPlt (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86.cpp | 175 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86 539 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT 612 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic 666 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
|
| H A D | X86_64.cpp | 433 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64 1250 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT 1308 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon595e80ed0411::RetpolineZNow 1321 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
|
| H A D | SystemZ.cpp | 184 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in SystemZ
|
| H A D | Mips.cpp | 205 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
|
| H A D | PPC.cpp | 196 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
|
| H A D | AArch64.cpp | 371 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
|
| H A D | ARM.cpp | 209 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
|
| H A D | LoongArch.cpp | 331 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in LoongArch
|
| H A D | RISCV.cpp | 208 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 39 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
|