summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mdso/mdso_specs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/mdso/mdso_specs.h b/include/mdso/mdso_specs.h
index 06126a7..f8dc9cc 100644
--- a/include/mdso/mdso_specs.h
+++ b/include/mdso/mdso_specs.h
@@ -28,7 +28,7 @@ struct mdso_arg {
uint16_t * utf16;
};
-struct mdso_ref_entry {
+struct mdso_def_entry {
void * addr;
char * string;
};
@@ -38,6 +38,11 @@ struct mdso_sym_entry {
struct mdso_meta_record * meta;
};
+struct mdso_ref_entry {
+ uintptr_t * backref;
+ uintptr_t * symref;
+};
+
struct mdso_meta_record {
void * base;
const char * name;