Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/Inputs/
H A Dihex-elf-sections.yaml18 # additional 'SegmentAddr' record of type '02'
26 # 'SegmentAddr'(02) record with segment address of 0x10000,
37 # 'SegmentAddr'(02) record with address 0x0
40 # 'SegmentAddr'(02) record with address 0x10000
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp245 case IHexRecord::SegmentAddr: in checkRecord()
342 if (Addr > SegmentAddr + BaseAddr + 0xFFFFU) { in writeSection()
346 if (SegmentAddr != 0) in writeSection()
347 SegmentAddr = writeSegmentAddr(0U); in writeSection()
351 SegmentAddr = writeSegmentAddr(Addr); in writeSection()
354 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection()
1286 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
1296 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1311 case IHexRecord::SegmentAddr: in addDataSections()
1313 SegmentAddr = checkedGetHex<uint16_t>(R.HexData) << 4; in addDataSections()
H A DELFObject.h245 SegmentAddr = 2, enumerator
270 uint32_t SegmentAddr = 0; variable
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-reader.test177 ## 8. Bad data length for '02' (SegmentAddr) record.