Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
175 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
530 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
539 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
590 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
599 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
612 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic
666 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
H A DX86_64.cpp35 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
433 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
1241 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1250 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
1299 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1308 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon595e80ed0411::RetpolineZNow
1321 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
H A DSystemZ.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
184 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in SystemZ
H A DPPC.cpp42 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
196 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
H A DMips.cpp30 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
205 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
H A DAArch64.cpp71 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
371 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A DLoongArch.cpp30 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
331 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in LoongArch
H A DRISCV.cpp36 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
208 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
H A DARM.cpp36 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
209 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h39 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
H A DSyntheticSections.cpp1240 ctx.target->writeGotPlt(buf, *b); in writeTo()