Home | History | Annotate | Download | only in Inputs

Lines Matching refs:section_count

329   section_count           = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]