Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp170 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
606 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic
660 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
H A DX86_64.cpp417 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
1074 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
1132 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon595e80ed0311::RetpolineZNow
1145 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
H A DMips.cpp207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
H A DPPC.cpp193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
H A DLoongArch.cpp309 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in LoongArch
H A DAArch64.cpp324 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A DARM.cpp206 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
H A DRISCV.cpp208 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h37 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; writeGotPlt() function