Lines Matching full:sections
22 sections []*SectionHeader
31 sections: []*SectionHeader{
88 sections: []*SectionHeader{
109 sections: []*SectionHeader{
154 sections: []*SectionHeader{
214 for i, sh := range f.Sections {
215 if i >= len(tt.sections) {
219 want := tt.sections[i]
224 tn := len(tt.sections)
225 fn := len(f.Sections)
227 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)