Displaying 2 results from an estimated 2 matches for "fsv3vvye".
2012 Jan 23
3
[LLVMdev] ELFObjectFile changes, llvm-objdump showing 'wrong' values?
...section, I do:
Symbol.getFileOffset() - 2*ContainingSection.getFileOffset()
I suspect this isn't the desired functionality (what use is the
original value?)?
You can also see the impact of this on the tool llvm-objdump (as well
as llvm-nm), as shown below:
Normal objdump: http://pastebin.com/Fsv3Vvye
vs llvm-objdump: http://pastebin.com/MRryQe4D
I believe r148653 caused this, but haven't verified directly. This
didn't happen as of r148100.
Am I missing something (my code borrows a good deal from llvm-objdump
and llvm-nm, so if they are doing something wrong with respect to
these new...
2012 Jan 23
0
[LLVMdev] ELFObjectFile changes, llvm-objdump showing 'wrong' values?
...) - 2*ContainingSection.getFileOffset()
>
> I suspect this isn't the desired functionality (what use is the original value?)?
>
> You can also see the impact of this on the tool llvm-objdump (as well as llvm-
> nm), as shown below:
>
> Normal objdump: http://pastebin.com/Fsv3Vvye vs llvm-objdump:
> http://pastebin.com/MRryQe4D
>
> I believe r148653 caused this, but haven't verified directly. This didn't happen
> as of r148100.
>
> Am I missing something (my code borrows a good deal from llvm-objdump
> and llvm-nm, so if they are doing somethi...