Home
last modified time | relevance | path

Searched defs:writeIgotPlt (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h38 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} writeIgotPlt() function
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DLoongArch.cpp316 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
H A DAArch64.cpp328 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
H A DX86_64.cpp422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
H A DARM.cpp210 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
H A DRISCV.cpp215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV