Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC.cpp30 void writeGotHeader(uint8_t *buf) const override;
185 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
DRISCV.cpp27 void writeGotHeader(uint8_t *buf) const override;
136 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
DPPC64.cpp379 void writeGotHeader(uint8_t *buf) const override;
1061 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h33 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function
DSyntheticSections.cpp699 target->writeGotHeader(buf); in writeTo()