Do not add linker the _r_debug.r_map on link_image

Change-Id: Idd0fb06a5d9f400c0608ae532cc4c575211810fa
diff --git a/linker/linker.h b/linker/linker.h
index c793b6e..d364021 100644
--- a/linker/linker.h
+++ b/linker/linker.h
@@ -312,6 +312,7 @@
   }
 
   bool is_linked() const;
+  bool is_linker() const;
   bool is_main_executable() const;
 
   void set_linked();