Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp40 void writeIplt(uint8_t *buf, const Symbol &sym,
182 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
H A DPPC64.cpp179 void writeIplt(uint8_t *buf, const Symbol &sym,
1169 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h51 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function
H A DSyntheticSections.cpp2684 ctx.target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()