Searched refs:createInputSection (Results 1 – 2 of 2) sorted by relevance
264 InputSectionBase *createInputSection(const Elf_Shdr &sec);
627 this->sections[i] = createInputSection(sec); in initializeSections()651 this->sections[i] = createInputSection(sec); in initializeSections()668 this->sections[i] = createInputSection(sec); in initializeSections()877 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { in createInputSection() function in ObjFile