Searched refs:getFirstInputSection (Results 1 – 3 of 3) sorted by relevance
140 InputSection *getFirstInputSection(const OutputSection *os);
570 InputSection *first = getFirstInputSection(this); in finalize()675 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection() function in elf
1115 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) && in isDiscarded()1165 bool isEmpty = (getFirstInputSection(sec) == nullptr); in adjustOutputSections()