forked from Imagelibrary/binutils-gdb
Rename "raw" to "unrelocated"
Per an earlier discussion, this patch renames the existing "raw" APIs to use the word "unrelocated" instead.
This commit is contained in:
@@ -210,7 +210,7 @@ add_pe_forwarded_sym (minimal_symbol_reader &reader,
|
||||
" \"%s\" in dll \"%s\", pointing to \"%s\"\n"),
|
||||
sym_name, dll_name, forward_qualified_name.c_str ());
|
||||
|
||||
unrelocated_addr vma = msymbol.minsym->value_raw_address ();
|
||||
unrelocated_addr vma = msymbol.minsym->unrelocated_address ();
|
||||
msymtype = msymbol.minsym->type ();
|
||||
section = msymbol.minsym->section_index ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user