Lines Matching refs:findSection
295 static OutputSection *findSection(StringRef name, unsigned partition = 1) { in findSection() function
881 config->emachine == EM_RISCV ? findSection(".sbss") : nullptr; in setReservedSymbolSections()
882 ElfSym::bss->section = sbss ? sbss : findSection(".bss"); in setReservedSymbolSections()
1696 Out::preinitArray = findSection(".preinit_array"); in finalizeSections()
1697 Out::initArray = findSection(".init_array"); in finalizeSections()
1698 Out::finiArray = findSection(".fini_array"); in finalizeSections()
1729 OutputSection *sec = findSection(".sdata"); in finalizeSections()
2111 if (OutputSection *sec = findSection(".ARM.exidx")) in addStartEndSymbols()
2182 if (OutputSection *cmd = findSection(".interp", partNo)) in createPhdrs()
2299 if (OutputSection *cmd = findSection(".openbsd.mutable", partNo)) in createPhdrs()
2304 if (OutputSection *cmd = findSection(".openbsd.randomdata", partNo)) in createPhdrs()
2309 if (OutputSection *cmd = findSection(".openbsd.syscalls", partNo)) in createPhdrs()
2331 if (OutputSection *cmd = findSection(".note.gnu.property", partNo)) in createPhdrs()