summaryrefslogtreecommitdiff
path: root/rld-files.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld-files.h')
-rw-r--r--rld-files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rld-files.h b/rld-files.h
index 31ea764..019357e 100644
--- a/rld-files.h
+++ b/rld-files.h
@@ -625,6 +625,7 @@ namespace rld
const uint32_t symtype; //< The type of symbol.
const int symsect; //< The symbol's section symbol.
const uint32_t symvalue; //< The symbol's value.
+ const uint32_t symbinding;//< The symbol's binding.
/**
* Construct from an ELF relocation record.