Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86.cpp175 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp377 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h33 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function