Searched refs:splitSections (Results 1 – 3 of 3) sorted by relevance
3333 template <class ELFT> void elf::splitSections() { in splitSections() function in elf3996 template void elf::splitSections<ELF32LE>();3997 template void elf::splitSections<ELF32BE>();3998 template void elf::splitSections<ELF64LE>();3999 template void elf::splitSections<ELF64BE>();
1288 template <class ELFT> void splitSections();
2983 invokeELFT(splitSections,); in link()