Searched refs:writeIplt (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 42 void writeIplt(uint8_t *buf, const Symbol &sym, 180 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
|
| H A D | PPC64.cpp | 371 void writeIplt(uint8_t *buf, const Symbol &sym, 1114 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC64
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 47 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function
|
| H A D | SyntheticSections.cpp | 2603 target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()
|