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.cpp42 void writeIplt(uint8_t *buf, const Symbol &sym,
179 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
H A DPPC64.cpp181 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.h50 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt()
49 virtual void writeIplt(uint8_t *buf, const Symbol &sym, writeIplt() function
H A DSyntheticSections.cpp2608 target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()