Searched defs:writeGotHeader (Results 1 – 5 of 5) sorted by relevance
179 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in SystemZ
186 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
201 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
37 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function