Searched refs:writeGotPltHeader (Results 1 – 4 of 4) sorted by relevance
29 void writeGotPltHeader(uint8_t *buf) const override;175 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
32 void writeGotPltHeader(uint8_t *buf) const override;377 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
33 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
1184 target->writeGotPltHeader(buf); in writeTo()