forked from Imagelibrary/binutils-gdb
* gold/layout.cc (Layout::symtab_section_offset): New function.
* gold/layout.h (Layout::symtab_section_offset): New function. * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
This commit is contained in:
@@ -685,6 +685,10 @@ class Layout
|
||||
return this->symtab_section_;
|
||||
}
|
||||
|
||||
// Return the file offset of the normal symbol table.
|
||||
off_t
|
||||
symtab_section_offset() const;
|
||||
|
||||
// Return the dynamic symbol table.
|
||||
Output_section*
|
||||
dynsym_section() const
|
||||
|
||||
Reference in New Issue
Block a user