Searched refs:splitSections (Results 1 – 3 of 3) sorted by relevance
4035 template <class ELFT> void elf::splitSections(Ctx &ctx) { in splitSections() function in elf5004 template void elf::splitSections<ELF32LE>(Ctx &);5005 template void elf::splitSections<ELF32BE>(Ctx &);5006 template void elf::splitSections<ELF64LE>(Ctx &);5007 template void elf::splitSections<ELF64BE>(Ctx &);
1459 template <class ELFT> void splitSections(Ctx &);
3425 splitSections<ELFT>(ctx); in link()