Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A 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
444 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
455 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
506 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
515 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
528 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic
582 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
H A DX86_64.cpp34 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
379 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86_64
970 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
981 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT
1030 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1039 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} in writeGotPlt() function in __anona3a6d3a10311::RetpolineZNow
1052 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in Retpoline
H A DPPC.cpp41 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 DRISCV.cpp29 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
167 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
H A DAArch64.cpp38 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
216 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in AArch64
H A 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
H A 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
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h34 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
H A DSyntheticSections.cpp1162 target->writeGotPlt(buf, *b); in writeTo()