Home
last modified time | relevance | path

Searched refs:writeIgotPlt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86.cpp32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
185 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DARM.cpp32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
189 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
H A DX86_64.cpp34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
390 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
H A DRISCV.cpp32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
189 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h36 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
H A DSyntheticSections.cpp1229 target->writeIgotPlt(buf, *b); in writeTo()