extended_image_info: Add text_delta field

Needed to offset a symbol address read from the symbol table to the
actual load address.
This commit is contained in:
Ingo Weinhold
2016-04-29 22:32:14 +02:00
parent 571a4030ea
commit 9266cd66c7
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
typedef struct extended_image_info {
image_info basic_info;
ssize_t text_delta;
void* symbol_table;
void* symbol_hash;
void* string_table;