Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp31 void writeGotHeader(uint8_t *buf) const override;
186 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
H A DRISCV.cpp28 void writeGotHeader(uint8_t *buf) const override;
160 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
H A DPPC64.cpp380 void writeGotHeader(uint8_t *buf) const override;
1087 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h33 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function
H A DSyntheticSections.cpp699 target->writeGotHeader(buf); in writeTo()