Home
last modified time | relevance | path

Searched defs:writeGotPltHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h31 virtual void writeGotPltHeader(uint8_t *Buf) const {} in writeGotPltHeader() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp167 void X86::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp126 template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86_64