Searched refs:createSyntheticSections (Results 1 – 6 of 6) sorted by relevance
30 void createSyntheticSections();
1329 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
1917 createSyntheticSections(); in link()
20 template <class ELFT> void createSyntheticSections();
323 template <class ELFT> void elf::createSyntheticSections() { in createSyntheticSections() function in elf3119 template void elf::createSyntheticSections<ELF32LE>();3120 template void elf::createSyntheticSections<ELF32BE>();3121 template void elf::createSyntheticSections<ELF64LE>();3122 template void elf::createSyntheticSections<ELF64BE>();
2999 invokeELFT(createSyntheticSections,); in link()