summaryrefslogtreecommitdiff
path: root/rld-files.h
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-07-18 11:05:02 +0800
committerPeng Fan <van.freenix@gmail.com>2013-07-21 11:32:06 +0800
commita2b1d16bd059010bb92e9164e693cb97c61dcc01 (patch)
tree2ce97fb396409c98a02a7b91a076dc48a24e5506 /rld-files.h
parent6c66d9a847afb8b7ae4d27d8d97558ff0f352af3 (diff)
Add support for relocations which reference local symbols
Signed-off-by: Peng Fan <van.freenix@gmail.com>
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.