Searched refs:writeIgotPlt (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 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; 377 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
|
| H A D | AArch64.cpp | 39 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 234 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; 200 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Target.h | 37 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
|
| H A D | SyntheticSections.cpp | 1197 target->writeIgotPlt(buf, *b); in writeTo()
|