Lines Matching refs:section_count
329 section_count = f.uint16()331 sections = [CoffSection(f) for idx in range(section_count)]