Searched refs:writeGotPltHeader (Results 1 – 4 of 4) sorted by relevance
30 void writeGotPltHeader(uint8_t *Buf) const override;167 void X86::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86
32 void writeGotPltHeader(uint8_t *Buf) const override;126 template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86_64
31 virtual void writeGotPltHeader(uint8_t *Buf) const {} in writeGotPltHeader() function
1099 Target->writeGotPltHeader(Buf); in writeTo()