Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
179 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86
491 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
502 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
553 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
562 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
575 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic
629 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
H A DX86_64.cpp33 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
385 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
984 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
995 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
1044 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1053 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anon1dba541d0311::RetpolineZNow
1066 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
H A DPPC.cpp44 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
194 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
H A DARM.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
185 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
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.cpp37 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
213 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A DRISCV.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
182 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h35 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
H A DSyntheticSections.cpp1187 target->writeGotPlt(buf, *b); in writeTo()