Searched refs:splitSections (Results 1 – 4 of 4) sorted by relevance
998 static void splitSections() { in splitSections() function1222 splitSections(); in linkerMain()
3308 template <class ELFT> void elf::splitSections() { in splitSections() function in elf3894 template void elf::splitSections<ELF32LE>();3895 template void elf::splitSections<ELF32BE>();3896 template void elf::splitSections<ELF64LE>();3897 template void elf::splitSections<ELF64BE>();
1225 template <class ELFT> void splitSections();
2850 invokeELFT(splitSections); in link()