Searched defs:writeGotPltHeader (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | X86.cpp | 166 void X86::writeGotPltHeader(uint8_t *buf) const { writeGotPltHeader() function in X86 |
H A D | X86_64.cpp | 409 void X86_64::writeGotPltHeader(uint8_t *buf) const { writeGotPltHeader() function in X86_64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 36 virtual void writeGotPltHeader(uint8_t *buf) const {} writeGotPltHeader() function |