Lines Matching defs:sections
697 // sections.
1039 // Representation of the merged .riscv.attributes input sections. The psABI
1173 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> §ions) {
1186 for (const InputSectionBase *sec : sections) {
1239 // the attribute if all input sections agree on the value. GNU ld uses 0
1317 // Extract all SHT_RISCV_ATTRIBUTES sections into `sections`.
1318 SmallVector<InputSectionBase *, 0> sections;
1322 sections.push_back(s);
1328 mergeAttributesSection(sections));