Searched defs:writeGotPltHeader (Results 1 – 3 of 3) sorted by relevance
31 virtual void writeGotPltHeader(uint8_t *Buf) const {} in writeGotPltHeader() function
167 void X86::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86
126 template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86_64