summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-26 19:33:59 -0500
committermidipix <writeonce@midipix.org>2019-02-26 19:35:08 -0500
commit4e2f5ee46ccef209c94be627669ef6dac6c9e5d5 (patch)
tree9115cd9ab03f2378dd5e2fec1a25b7bb1cd36ae8
parentb2532d25538e71a008d1f1744a12bc3ea7683044 (diff)
downloadmdso-4e2f5ee46ccef209c94be627669ef6dac6c9e5d5.tar.bz2
mdso-4e2f5ee46ccef209c94be627669ef6dac6c9e5d5.tar.xz
mdso_specs.h: struct mdso_sym_entry: finalized abi, proper .linkonce support.
-rw-r--r--include/mdso/mdso_specs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mdso/mdso_specs.h b/include/mdso/mdso_specs.h
index 63bc9f4..cdbbd7c 100644
--- a/include/mdso/mdso_specs.h
+++ b/include/mdso/mdso_specs.h
@@ -44,8 +44,9 @@ struct mdso_sym_entry {
};
struct mdso_ref_entry {
- uintptr_t rbackref;
- uintptr_t rsymref;
+ uint32_t rsecrva;
+ uint32_t rbackref;
+ uint32_t rsymref;
};
struct mdso_meta_record {