diff options
Diffstat (limited to 'gold/output.h')
-rw-r--r-- | gold/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/output.h b/gold/output.h index 0b96a03..d8a8aaa 100644 --- a/gold/output.h +++ b/gold/output.h @@ -2781,6 +2781,10 @@ class Output_data_dynamic : public Output_section_data add_custom(elfcpp::DT tag) { this->add_entry(Dynamic_entry(tag)); } + // Get a dynamic entry offset. + unsigned int + get_entry_offset(elfcpp::DT tag) const; + protected: // Adjust the output section to set the entry size. void |