Searched refs:splitSections (Results 1 – 4 of 4) sorted by relevance
812 static void splitSections() { in splitSections() function1032 splitSections(); in linkerMain()
3352 template <class ELFT> void elf::splitSections() { in splitSections() function in elf3914 template void elf::splitSections<ELF32LE>();3915 template void elf::splitSections<ELF32BE>();3916 template void elf::splitSections<ELF64LE>();3917 template void elf::splitSections<ELF64BE>();
1213 template <class ELFT> void splitSections();
2738 invokeELFT(splitSections); in link()