Searched refs:createInputSection (Results 1 – 2 of 2) sorted by relevance
304 InputSectionBase *createInputSection(uint32_t idx, const Elf_Shdr &sec,
679 this->sections[i] = createInputSection( in parse()845 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()859 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()1048 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection() function in ObjFile