Searched refs:writeGotHeader (Results 1 – 6 of 6) sorted by relevance
31 void writeGotHeader(uint8_t *buf) const override;179 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in SystemZ
34 void writeGotHeader(uint8_t *buf) const override;186 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
185 void writeGotHeader(uint8_t *buf) const override;1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
35 void writeGotHeader(uint8_t *buf) const override;201 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
37 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function
721 target->writeGotHeader(buf); in writeTo()