Searched refs:writeIgotPlt (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | SystemZ.cpp | 32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 188 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in SystemZ
|
| H A D | X86.cpp | 32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 181 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
|
| H A D | AArch64.cpp | 72 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 375 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
|
| H A D | X86_64.cpp | 36 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 438 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
|
| H A D | LoongArch.cpp | 31 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 338 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
|
| H A D | RISCV.cpp | 37 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
|
| H A D | ARM.cpp | 37 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 213 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 40 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
|
| H A D | SyntheticSections.cpp | 1282 ctx.target->writeIgotPlt(buf, *b); in writeTo()
|