Lines Matching refs:getU32
499 Magic = DE.getU32(&Offset); in printCodeViewSection()
510 uint32_t SubSectionType = DE.getU32(&Offset), in printCodeViewSection()
511 PayloadSize = DE.getU32(&Offset); in printCodeViewSection()
599 uint32_t FunctionSize = DE.getU32(&Offset); in printCodeViewSection()
605 uint32_t OffsetInIndex = DE.getU32(&Offset), in printCodeViewSection()
606 SegmentLength = DE.getU32(&Offset), in printCodeViewSection()
607 FullSegmentSize = DE.getU32(&Offset); in printCodeViewSection()
624 FilenameOffset = SDE.getU32(&OffsetInSDE); in printCodeViewSection()
642 uint32_t PC = DE.getU32(&Offset), in printCodeViewSection()
643 LineNumber = DE.getU32(&Offset) & 0x7fffffff; in printCodeViewSection()
701 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection()