projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951a9b1
)
reflect comment to the official reference
author
Shankar Easwaran
<shankare@codeaurora.org>
Mon, 25 Mar 2013 19:50:40 +0000
(19:50 +0000)
committer
Shankar Easwaran
<shankare@codeaurora.org>
Mon, 25 Mar 2013 19:50:40 +0000
(19:50 +0000)
llvm-svn: 177895
llvm/include/llvm/Object/ELF.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Object/ELF.h
b/llvm/include/llvm/Object/ELF.h
index
9c2c7a6
..
1a4496d
100644
(file)
--- a/
llvm/include/llvm/Object/ELF.h
+++ b/
llvm/include/llvm/Object/ELF.h
@@
-2706,7
+2706,7
@@
static inline error_code GetELFSymbolVersion(const ObjectFile *Obj,
/// This function returns the hash value for a symbol in the .dynsym section
/// Name of the API remains consistent as specified in the libelf
-/// REF : http://
eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx
+/// REF : http://
www.sco.com/developers/gabi/latest/ch5.dynamic.html#hash
static inline unsigned elf_hash(StringRef &symbolName) {
unsigned h = 0, g;
for (unsigned i = 0; i < symbolName.size(); i++) {