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