Searched refs:writeIplt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 40 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 D | PPC64.cpp | 179 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 | 51 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function
|
| H A D | SyntheticSections.cpp | 2684 ctx.target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()
|