Searched refs:createSyntheticSections (Results 1 – 6 of 6) sorted by relevance
30 void createSyntheticSections();
1376 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
2146 createSyntheticSections(); in link()
4722 template <class ELFT> void elf::createSyntheticSections(Ctx &ctx) { in createSyntheticSections() function in elf5033 template void elf::createSyntheticSections<ELF32LE>(Ctx &);5034 template void elf::createSyntheticSections<ELF32BE>(Ctx &);5035 template void elf::createSyntheticSections<ELF64LE>(Ctx &);5036 template void elf::createSyntheticSections<ELF64BE>(Ctx &);
1456 template <class ELFT> void createSyntheticSections(Ctx &);
3441 createSyntheticSections<ELFT>(ctx); in link()