Imported Upstream version 1.3.1
[platform/upstream/libunwind.git] / src / elfxx.h
index cef6647..830432c 100644 (file)
@@ -54,6 +54,9 @@ extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as,
                                            unw_word_t ip,
                                            char *buf, size_t buf_len, unw_word_t *offp);
 
+extern Elf_W (Shdr)* elf_w (find_section) (struct elf_image *ei, const char* secname);
+extern int elf_w (load_debuglink) (const char* file, struct elf_image *ei, int is_local);
+
 static inline int
 elf_w (valid_object) (struct elf_image *ei)
 {