Searched refs:writeIplt (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 42 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 D | PPC64.cpp | 181 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 D | Target.h | 50 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 D | SyntheticSections.cpp | 2608 target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()
|