Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp264 case IHexRecord::SegmentAddr: in checkRecord()
361 if (Addr > SegmentAddr + BaseAddr + 0xFFFFU) { in writeSection()
365 if (SegmentAddr != 0) in writeSection()
366 SegmentAddr = writeSegmentAddr(0U); in writeSection()
370 SegmentAddr = writeSegmentAddr(Addr); in writeSection()
373 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection()
1354 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
1364 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1379 case IHexRecord::SegmentAddr: in addDataSections()
1381 SegmentAddr = checkedGetHex<uint16_t>(R.HexData) << 4; in addDataSections()
H A DELFObject.h248 SegmentAddr = 2, enumerator
273 uint32_t SegmentAddr = 0; variable