summaryrefslogtreecommitdiff
path: root/src/format/elf/elf-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-14 21:04:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-14 21:04:54 (GMT)
commit1399ca35405f64fe5be71c8aa4723c759873b992 (patch)
tree006c7d2ace62eb7c02b956d85138ae1e36078f02 /src/format/elf/elf-int.h
parentae0135d727fdc67a268ede1530042a42a2a1ccd3 (diff)
Stored the size of the routines (x86 only).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@77 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/elf/elf-int.h')
-rw-r--r--src/format/elf/elf-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/elf/elf-int.h b/src/format/elf/elf-int.h
index dd8909d..65fc922 100644
--- a/src/format/elf/elf-int.h
+++ b/src/format/elf/elf-int.h
@@ -48,6 +48,7 @@ typedef struct _elf_symbol
{
const char *name; /* Désignation du symbole */
uint64_t address; /* Adresse du symbole */
+ off_t size; /* Taille du code associé */
} elf_symbol;