Searched defs:writePlt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86.cpp | 217 void X86::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in X86 469 void RetpolinePic::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in RetpolinePic 527 void RetpolineNoPic::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in RetpolineNoPic
|
| H A D | X86_64.cpp | 154 void X86_64<ELFT>::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in X86_64 606 void Retpoline<ELFT>::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in Retpoline 651 void RetpolineZNow<ELFT>::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in RetpolineZNow
|
| H A D | SPARCV9.cpp | 126 void SPARCV9::writePlt(uint8_t *Buf, uint64_t GotEntryAddr, in writePlt() function in SPARCV9
|
| H A D | Hexagon.cpp | 274 void Hexagon::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in Hexagon
|
| H A D | AArch64.cpp | 181 void AArch64::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in AArch64
|
| H A D | ARM.cpp | 234 void ARM::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in ARM
|
| H A D | Mips.cpp | 305 void MIPS<ELFT>::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in MIPS
|
| H A D | PPC64.cpp | 521 void PPC64::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in PPC64
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 42 virtual void writePlt(uint8_t *Buf, uint64_t GotEntryAddr, in writePlt() function
|