Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
166 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
HDX86_64.cpp34 void writeGotPltHeader(uint8_t *buf) const override;
409 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDTarget.h36 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
HDSyntheticSections.cpp1187 target->writeGotPltHeader(buf); in writeTo()