Home
last modified time | relevance | path

Searched defs:writeIplt (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC.cpp179 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
HDPPC64.cpp1169 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC64
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.h50 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function