Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
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
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
/external/llvm-project/lld/ELF/
DTarget.h35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
DSyntheticSections.cpp1193 target->writeIgotPlt(buf, *b); in writeTo()