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.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
170 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
522 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
584 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
593 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
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.cpp35 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
414 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
1060 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1071 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
1120 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1129 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon44ba4fb50311::RetpolineZNow
1142 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
H A DSystemZ.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
185 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in SystemZ
H A DPPC.cpp44 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
H A DLoongArch.cpp29 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
300 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in LoongArch
H A DMips.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
H A DAArch64.cpp39 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
235 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A DARM.cpp37 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
206 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
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
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h38 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
H A DSyntheticSections.cpp1163 target->writeGotPlt(buf, *b); in writeTo()