Home
last modified time | relevance | path

Searched refs:writeGotPltHeader (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
DX86_64.cpp33 void writeGotPltHeader(uint8_t *buf) const override;
368 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
/external/llvm-project/lld/ELF/
DTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
DSyntheticSections.cpp1148 target->writeGotPltHeader(buf); in writeTo()