================ @@ -324,6 +324,14 @@ Expected<IHexRecord> IHexRecord::parse(StringRef Line) { return Rec; } +static uint64_t sectionLMA(const SectionBase *Sec) { ---------------- statham-arm wrote: Thanks, that looks better to me. https://github.com/llvm/llvm-project/pull/75874