Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
184 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DRISCV.cpp30 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
174 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
H A DARM.cpp34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
175 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
H A DX86_64.cpp35 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
384 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
H A DSyntheticSections.cpp1204 target->writeIgotPlt(buf, *b); in writeTo()