Merge "Define calculatedValue for all paths."
diff --git a/cpu_ref/linkloader/include/impl/ELFObject.hxx b/cpu_ref/linkloader/include/impl/ELFObject.hxx
index bae288d..78933e3 100644
--- a/cpu_ref/linkloader/include/impl/ELFObject.hxx
+++ b/cpu_ref/linkloader/include/impl/ELFObject.hxx
@@ -1032,7 +1032,7 @@
     static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
   rsl_assert(symtab && "Symtab is required.");
 
-  int64_t calculatedValue;
+  int64_t calculatedValue = 0;
   bool applyRelocation = true;
   bool useCalculatedValue;