Searched refs:SegmentAddr (Results 1 – 2 of 2) sorted by relevance
261 case IHexRecord::SegmentAddr: in checkRecord()358 if (Addr > SegmentAddr + BaseAddr + 0xFFFFU) { in writeSection()362 if (SegmentAddr != 0) in writeSection()363 SegmentAddr = writeSegmentAddr(0U); in writeSection()367 SegmentAddr = writeSegmentAddr(Addr); in writeSection()370 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection()1351 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local1361 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()1376 case IHexRecord::SegmentAddr: in addDataSections()1378 SegmentAddr = checkedGetHex<uint16_t>(R.HexData) << 4; in addDataSections()
248 SegmentAddr = 2, enumerator273 uint32_t SegmentAddr = 0; variable