From 4e2f5ee46ccef209c94be627669ef6dac6c9e5d5 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 26 Feb 2019 19:33:59 -0500 Subject: mdso_specs.h: struct mdso_sym_entry: finalized abi, proper .linkonce support. --- include/mdso/mdso_specs.h | 5 +++-- 1 file 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 { -- cgit v1.2.3