daily update
[deliverable/binutils-gdb.git] / gold / plugin.h
index 87747bf2086d65b37508a7c03517b1f835165d5c..2ee0b5e80228f8936e67f8a6694ee7da656b604f 100644 (file)
@@ -449,6 +449,16 @@ class Sized_pluginobj : public Pluginobj
   do_should_include_member(Symbol_table* symtab, Layout*, Read_symbols_data*,
                            std::string* why);
 
+  // Iterate over global symbols, calling a visitor class V for each.
+  void
+  do_for_all_global_symbols(Read_symbols_data* sd,
+                           Library_base::Symbol_visitor_base* v);
+
+  // Iterate over local symbols, calling a visitor class V for each GOT offset
+  // associated with a local symbol.
+  void
+  do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
+
   // Get the size of a section.
   uint64_t
   do_section_size(unsigned int shndx);
This page took 0.023709 seconds and 4 git commands to generate.