Displaying 1 result from an estimated 1 matches for "r139683".
Did you mean:
139683
2013 Jan 18
1
[LLVMdev] ELFObjectFile::getSymbolFileOffset
...sions in the past about the address/offset ambiguity in this interface but I couldn't find anything directly addressing this question.
Looking at the revision history, it seems that the current implementation has been in place since getSymbolOffset was created (in lib/Object/ELFObjectFile.cpp, r139683) based on an earlier getSymbolAddress implementation and wasn't updated when other aspects of the function were corrected and the function was renamed getSymbolFileOffset(in lib/Object/ELFObjectFile.cpp, r145408) .
Here's the change I'm proposing (also attached as a patch file):
Index...