Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp42 void writeIplt(uint8_t *buf, const Symbol &sym,
180 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
H A DPPC64.cpp371 void writeIplt(uint8_t *buf, const Symbol &sym,
1114 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC64
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h47 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function
H A DSyntheticSections.cpp2603 target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()