Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86.cpp178 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
435 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
508 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic
562 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
DX86_64.cpp376 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
922 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
980 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anond812e8240311::RetpolineZNow
993 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
DPPC.cpp192 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
DMips.cpp209 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
DRISCV.cpp143 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
DAArch64.cpp194 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
DARM.cpp171 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
/external/llvm-project/lld/ELF/
DTarget.h34 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function