From 4e2f5ee46ccef209c94be627669ef6dac6c9e5d5 Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 27 2019 00:35:08 +0000 Subject: mdso_specs.h: struct mdso_sym_entry: finalized abi, proper .linkonce support. --- 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 {