Searched refs:writeIgotPlt (Results 1 – 4 of 4) sorted by relevance
33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;184 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;175 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
1193 target->writeIgotPlt(buf, *b); in writeTo()