Searched refs:splitSections (Results 1 – 3 of 3) sorted by relevance
3369 template <class ELFT> void elf::splitSections() { in splitSections() function in elf3866 template void elf::splitSections<ELF32LE>();3867 template void elf::splitSections<ELF32BE>();3868 template void elf::splitSections<ELF64LE>();3869 template void elf::splitSections<ELF64BE>();
1200 template <class ELFT> void splitSections();
2437 splitSections<ELFT>(); in link()