Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h37 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp189 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
H A DX86.cpp176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DAArch64.cpp234 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
H A DX86_64.cpp377 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
H A DRISCV.cpp200 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV