Searched refs:writeIgotPlt (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86.cpp | 33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
|
| H A D | LoongArch.cpp | 31 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 316 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
|
| H A D | X86_64.cpp | 36 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
|
| H A D | AArch64.cpp | 40 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 328 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
|
| 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 | 38 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 210 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 | 39 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} 38 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} writeIgotPlt() function
|
| H A D | SyntheticSections.cpp | 1232 target->writeIgotPlt(buf, *b); in writeTo()
|