bfd/
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 5843a190693c9f923a51d60971f81270e10a22a4..c24635669684f8cd2e518a5fd2e7e1ba4824aaf2 100644 (file)
@@ -1433,6 +1433,12 @@ void bfd_section_list_clear (bfd *);
 
 asection *bfd_get_section_by_name (bfd *abfd, const char *name);
 
+asection *bfd_get_section_by_name_if
+   (bfd *abfd,
+    const char *name,
+    bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
+    void *obj);
+
 char *bfd_get_unique_section_name
    (bfd *abfd, const char *templat, int *count);
 
This page took 0.024099 seconds and 4 git commands to generate.