diff options
Diffstat (limited to 'gold/plugin.h')
-rw-r--r-- | gold/plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/plugin.h b/gold/plugin.h index 672863d..6a98ac8 100644 --- a/gold/plugin.h +++ b/gold/plugin.h @@ -383,6 +383,10 @@ class Sized_pluginobj : public Pluginobj uint64_t do_section_flags(unsigned int shndx); + // Return section entsize. + uint64_t + do_section_entsize(unsigned int shndx); + // Return section address. uint64_t do_section_address(unsigned int shndx); |