summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-02 04:05:30 +0100
committernorly <ny-git@enpas.org>2013-06-03 02:08:46 +0100
commita08653637257ceaef8e61d965ab0d6c52b0c697d (patch)
tree8d5a0d2e1d42a582e0f4e98919817ecc7b5e1792 /include
parentc68a087b1de2fc9be1bfc588a7b207f97667f897 (diff)
Guess where unknown functions are in .rel.plt
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libelfu/types.h b/include/libelfu/types.h
index 2a0fcf3..b216e53 100644
--- a/include/libelfu/types.h
+++ b/include/libelfu/types.h
@@ -61,6 +61,7 @@ typedef struct ElfuSym {
unsigned char other;
ElfuScn *scnptr;
+ int shndx;
CIRCLEQ_ENTRY(ElfuSym) elem;
} ElfuSym;