diff options
Diffstat (limited to 'gold/plugin.h')
-rw-r--r-- | gold/plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/plugin.h b/gold/plugin.h index 04be82c..2ee0b5e 100644 --- a/gold/plugin.h +++ b/gold/plugin.h @@ -454,6 +454,11 @@ class Sized_pluginobj : public Pluginobj 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); |