Searched refs:splitSections (Results 1 – 3 of 3) sorted by relevance
3945 template <class ELFT> void elf::splitSections() { in splitSections() function in elf4932 template void elf::splitSections<ELF32LE>();4933 template void elf::splitSections<ELF32BE>();4934 template void elf::splitSections<ELF64LE>();4935 template void elf::splitSections<ELF64BE>();
1431 template <class ELFT> void splitSections();
3119 splitSections<ELFT>(); in link()