Home
last modified time | relevance | path

Searched defs:writePlt (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp217 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 DX86_64.cpp154 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 DSPARCV9.cpp126 void SPARCV9::writePlt(uint8_t *Buf, uint64_t GotEntryAddr, in writePlt() function in SPARCV9
H A DHexagon.cpp274 void Hexagon::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in Hexagon
H A DAArch64.cpp181 void AArch64::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in AArch64
H A DARM.cpp234 void ARM::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in ARM
H A DMips.cpp305 void MIPS<ELFT>::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in MIPS
H A DPPC64.cpp521 void PPC64::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt() function in PPC64
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h42 virtual void writePlt(uint8_t *Buf, uint64_t GotEntryAddr, in writePlt() function