Searched refs:createInputSection (Results 1 – 2 of 2) sorted by relevance
265 InputSectionBase *createInputSection(const Elf_Shdr &sec);
630 this->sections[i] = createInputSection(sec); in initializeSections()654 this->sections[i] = createInputSection(sec); in initializeSections()671 this->sections[i] = createInputSection(sec); in initializeSections()880 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { in createInputSection() function in ObjFile