Lines Matching refs:UnitIndexSection

284     type Item = UnitIndexSection;
286 fn next(&mut self) -> Option<UnitIndexSection> { in next() argument
291 Some(UnitIndexSection { in next()
301 pub struct UnitIndexSection { struct
404 UnitIndexSection { section: SectionId::DebugInfo, offset: 11, size: 21 }, in test_version_2_sections()
405 UnitIndexSection { section: SectionId::DebugTypes, offset: 12, size: 22 }, in test_version_2_sections()
406 UnitIndexSection { section: SectionId::DebugAbbrev, offset: 13, size: 23 }, in test_version_2_sections()
407 UnitIndexSection { section: SectionId::DebugLine, offset: 14, size: 24 }, in test_version_2_sections()
408 UnitIndexSection { section: SectionId::DebugLoc, offset: 15, size: 25 }, in test_version_2_sections()
409 UnitIndexSection { section: SectionId::DebugStrOffsets, offset: 16, size: 26 }, in test_version_2_sections()
410 UnitIndexSection { section: SectionId::DebugMacinfo, offset: 17, size: 27 }, in test_version_2_sections()
411 UnitIndexSection { section: SectionId::DebugMacro, offset: 18, size: 28 }, in test_version_2_sections()
458 UnitIndexSection { section: SectionId::DebugInfo, offset: 11, size: 21 }, in test_version_5_sections()
459 UnitIndexSection { section: SectionId::DebugAbbrev, offset: 12, size: 22 }, in test_version_5_sections()
460 UnitIndexSection { section: SectionId::DebugLine, offset: 13, size: 23 }, in test_version_5_sections()
461 UnitIndexSection { section: SectionId::DebugLocLists, offset: 14, size: 24 }, in test_version_5_sections()
462 UnitIndexSection { section: SectionId::DebugStrOffsets, offset: 15, size: 25 }, in test_version_5_sections()
463 UnitIndexSection { section: SectionId::DebugMacro, offset: 16, size: 26 }, in test_version_5_sections()
464 UnitIndexSection { section: SectionId::DebugRngLists, offset: 17, size: 27 }, in test_version_5_sections()