Allows the binutils to cope with PE binaries where the section addresses have been...
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index 2aafecfbb12bc995368666103f724e47157454f9..14600aa1aa062c3544536d1398f7b3808ff0b775 100644 (file)
@@ -556,6 +556,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.025305 seconds and 4 git commands to generate.