Displaying 2 results from an estimated 2 matches for "r148672".
2012 Jan 23
3
[LLVMdev] ELFObjectFile changes, llvm-objdump showing 'wrong' values?
Hi all,
I'm using the MC framework for a project, and while updating to latest
trunk (r148672) encountered the following issue:
It seems that SymbolRef::getAddress and SymbolRef::getFileOffset have
been changed to add the symbol's offset to the offset of the
containing section?
This has the following implications:
To get the /actual/ fileoffset, I now need to do:
Symbol.getFileOffset...
2012 Jan 23
0
[LLVMdev] ELFObjectFile changes, llvm-objdump showing 'wrong' values?
...Will Dietz
> Sent: Monday, January 23, 2012 07:32
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] ELFObjectFile changes, llvm-objdump showing 'wrong'
> values?
>
> Hi all,
>
> I'm using the MC framework for a project, and while updating to latest trunk
> (r148672) encountered the following issue:
>
> It seems that SymbolRef::getAddress and SymbolRef::getFileOffset have
> been changed to add the symbol's offset to the offset of the containing
> section?
>
> This has the following implications:
>
> To get the /actual/ fileoffset...