Searched refs:writeIgotPlt (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86.cpp | 32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 185 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
|
| H A D | ARM.cpp | 32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 189 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
|
| H A D | X86_64.cpp | 34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 390 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
|
| H A D | RISCV.cpp | 32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 189 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 36 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
|
| H A D | SyntheticSections.cpp | 1229 target->writeIgotPlt(buf, *b); in writeTo()
|