Home
last modified time | relevance | path

Searched refs:writeGotHeader (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp30 void writeGotHeader(uint8_t *buf) const override;
178 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in SystemZ
H A DPPC.cpp32 void writeGotHeader(uint8_t *buf) const override;
189 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
H A DPPC64.cpp183 void writeGotHeader(uint8_t *buf) const override;
1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
H A DRISCV.cpp35 void writeGotHeader(uint8_t *buf) const override;
201 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h38 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function
H A DSyntheticSections.cpp753 ctx.target->writeGotHeader(buf); in writeTo()