This fixes parsing a file containing ELF attributes with very large tag values.
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index 7c661e34797c0d0c1b877f2ba50137df6af87c3f..06fa652e67aad8d4f73f0eb91fe1868b15fab9a7 100644 (file)
@@ -551,6 +551,10 @@ extern bfd_boolean _bfd_dwarf2_find_nearest_line
    const char **, const char **, unsigned int *, unsigned int *,
    const struct dwarf_debug_section *, unsigned int, void **);
 
+/* Find the bias between DWARF addresses and real addresses.  */
+extern bfd_signed_vma _bfd_dwarf2_find_symbol_bias
+  (asymbol **, void **);
+  
 /* Find inliner info after calling bfd_find_nearest_line. */
 extern bfd_boolean _bfd_dwarf2_find_inliner_info
   (bfd *, const char **, const char **, unsigned int *, void **);
This page took 0.024594 seconds and 4 git commands to generate.