summaryrefslogtreecommitdiff
path: root/include/libelfu
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-27 14:53:33 +0100
committernorly <ny-git@enpas.org>2013-05-27 14:53:33 +0100
commitc6fc85f5f72c738c7d1764d1894a33778be6ef31 (patch)
tree8f0d35c37a9d1b26297e0f40af8948160d83b6ad /include/libelfu
parent147edc30e5afb3fa0b17727fde972a0c1a9b275f (diff)
Restrict sh_link/sh_info evaluation where possible
Diffstat (limited to 'include/libelfu')
-rw-r--r--include/libelfu/modeltypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libelfu/modeltypes.h b/include/libelfu/modeltypes.h
index c02eb34..961f904 100644
--- a/include/libelfu/modeltypes.h
+++ b/include/libelfu/modeltypes.h
@@ -12,7 +12,8 @@ typedef struct ElfuScn {
Elf_Data data;
- struct ElfuScn *link;
+ struct ElfuScn *linkptr;
+ struct ElfuScn *infoptr;
CIRCLEQ_ENTRY(ElfuScn) elemPhdrToScn;
CIRCLEQ_ENTRY(ElfuScn) elem;