Merge remote-tracking branch

'origin/GP-3221_ghidra1_PR-2494_astrelsky_ElfDynamicAddressEntries'
(Closes #2494)
This commit is contained in:
Ryan Kurtz
2023-03-24 08:07:03 -04:00
@@ -114,7 +114,7 @@ public class ElfDynamicType {
// public static ElfDynamicType DT_ENCODING = addDefaultDynamicType(32, "DT_ENCODING",
// "Start of encoded range", ElfDynamicValueType.VALUE);
public static ElfDynamicType DT_PREINIT_ARRAY = addDefaultDynamicType(32, "DT_PREINIT_ARRAY",
"Array with addresses of preinit fct", ElfDynamicValueType.VALUE);
"Array with addresses of preinit fct", ElfDynamicValueType.ADDRESS);
public static ElfDynamicType DT_PREINIT_ARRAYSZ = addDefaultDynamicType(33,
"DT_PREINIT_ARRAYSZ", "Size in bytes of DT_PREINIT_ARRAY", ElfDynamicValueType.VALUE);