diff options
author | midipix <writeonce@midipix.org> | 2019-02-26 19:33:59 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-26 19:35:08 -0500 |
commit | 4e2f5ee46ccef209c94be627669ef6dac6c9e5d5 (patch) | |
tree | 9115cd9ab03f2378dd5e2fec1a25b7bb1cd36ae8 | |
parent | b2532d25538e71a008d1f1744a12bc3ea7683044 (diff) | |
download | mdso-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.h | 5 |
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 { |