Searched defs:writeIgotPlt (Results 1 – 8 of 8) sorted by relevance
189 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in SystemZ
176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
307 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in LoongArch
239 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in AArch64
419 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in X86_64
210 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
39 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function