Skip to content
Snippets Groups Projects
Commit 5000c533 authored by Semi Malinen's avatar Semi Malinen
Browse files

Add const

parent 695a05dc
Branches
Tags
No related merge requests found
...@@ -76,13 +76,13 @@ class symbol_section_accessor ...@@ -76,13 +76,13 @@ class symbol_section_accessor
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
bool bool
get_symbol( std::string& name, get_symbol( const std::string& name,
Elf64_Addr& value, Elf64_Addr& value,
Elf_Xword& size, Elf_Xword& size,
unsigned char& bind, unsigned char& bind,
unsigned char& type, unsigned char& type,
Elf_Half& section_index, Elf_Half& section_index,
unsigned char& other ) const unsigned char& other ) const
{ {
bool ret = false; bool ret = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment