diff options
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r-- | Source/cmELF.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h index 716b3d2..38f1462 100644 --- a/Source/cmELF.h +++ b/Source/cmELF.h @@ -62,6 +62,10 @@ public: // The position in the file at which the string appears. unsigned long Position; + + // The size of the string table entry. This includes the space + // allocated for one or more null terminators. + unsigned long Size; }; /** Get the type of the file opened. */ |