(valid_object): Declare as HIDDEN instead of PROTECTED.
(get_proc_name): Likewise.

(Logical change 1.290)
diff --git a/src/elfxx.c b/src/elfxx.c
index 592b0bf..352aab3 100644
--- a/src/elfxx.c
+++ b/src/elfxx.c
@@ -31,7 +31,7 @@
 
 #include "tdep.h"
 
-PROTECTED int
+HIDDEN int
 elf_w (valid_object) (struct elf_image *ei)
 {
   if (ei->size <= EI_CLASS)
@@ -137,7 +137,7 @@
    sped up greatly, but until an application materializes that's
    sensitive to the performance of this routine, why bother...  */
 
-PROTECTED int
+HIDDEN int
 elf_w (get_proc_name) (pid_t pid, unw_word_t ip, char *buf, size_t buf_len,
 		       unw_word_t *offp)
 {