summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-20 10:27:20 -0500
committermidipix <writeonce@midipix.org>2019-02-20 10:27:20 -0500
commit9e15f6c411ab058dc38d416a0871747a4d208b82 (patch)
tree43a2fefd50347425a9d953ea59a12bf527f6a06b
parent6136a7823a05b787e012cf77ca28bdbc77602d45 (diff)
downloadmdso-9e15f6c411ab058dc38d416a0871747a4d208b82.tar.bz2
mdso-9e15f6c411ab058dc38d416a0871747a4d208b82.tar.xz
mdso/ldso abi: mdso_specs.h: cover all .dsysyms and .gotrefs variants.
-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;