Lines Matching defs:sections
680 // sections.
1024 // Representation of the merged .riscv.attributes input sections. The psABI
1157 const SmallVector<InputSectionBase *, 0> §ions) {
1170 for (const InputSectionBase *sec : sections) {
1223 // the attribute if all input sections agree on the value. GNU ld uses 0
1301 // Extract all SHT_RISCV_ATTRIBUTES sections into `sections`.
1302 SmallVector<InputSectionBase *, 0> sections;
1306 sections.push_back(s);
1312 mergeAttributesSection(ctx, sections));