Home
last modified time | relevance | path

Searched refs:SegmentAddr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp247 case IHexRecord::SegmentAddr: in checkRecord()
344 if (Addr > SegmentAddr + BaseAddr + 0xFFFFU) { in writeSection()
348 if (SegmentAddr != 0) in writeSection()
349 SegmentAddr = writeSegmentAddr(0U); in writeSection()
353 SegmentAddr = writeSegmentAddr(Addr); in writeSection()
356 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection()
1330 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
1340 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1352 case IHexRecord::SegmentAddr: in addDataSections()
1354 SegmentAddr = checkedGetHex<uint16_t>(R.HexData) << 4; in addDataSections()
H A DObject.h245 SegmentAddr = 2, enumerator
270 uint32_t SegmentAddr = 0; variable