Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
166 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp32 void writeGotPltHeader(uint8_t *buf) const override;
364 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h34 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
H A DSyntheticSections.cpp1152 target->writeGotPltHeader(buf); in writeTo()