Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
178 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
424 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
435 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
486 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
495 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
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.cpp34 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
376 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
911 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
922 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
971 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
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.cpp40 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
192 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
DRISCV.cpp28 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
143 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
DAArch64.cpp37 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
194 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
DARM.cpp33 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
171 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
DMips.cpp33 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
209 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
/external/llvm-project/lld/ELF/
DTarget.h34 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
DSyntheticSections.cpp1151 target->writeGotPlt(buf, *b); in writeTo()