Searched refs:writeIplt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 38 void writeIplt(uint8_t *buf, const Symbol &sym, 178 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC
|
D | PPC64.cpp | 375 void writeIplt(uint8_t *buf, const Symbol &sym, 1095 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function in PPC64
|
/external/llvm-project/lld/ELF/ |
D | Target.h | 46 virtual void writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt() function
|
D | SyntheticSections.cpp | 2564 target->writeIplt(buf + off, *sym, getVA() + off); in writeTo()
|