Hello,
$ objdump -h # displays info about all below sections….
Sections:
Idx Name Size VMA LMA File off Algn
While,
$ llvm-objdump -h # only displays subset of info…
Sections:
Idx Name Size Address Type
Using ‘--show-lma' could get VMA and LMA details.
Can you suggest options to print ‘File off’ and ‘Alng’ with llvm-objdump?
Thank you in advance.
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Thanks James it seems worked for me :)
I am facing some issues in login into bugs.llvm.org, I will file once I get access. Pls feel free if you have login :)
Thank you again.
If the lack of "LMA" column causes confusion, perhaps we should revisit
the resolution to https://reviews.llvm.org/D57146 ?
(Personally I don't use objdump -h. I know many other users considering
objdump -h output less genuine and using readelf -S as a replacement.)
>On Wed, Jul 8, 2020 at 9:36 AM Oza, Hiral via llvm-dev <
>llvm...@lists.llvm.org> wrote:
>
>> Thanks James it seems worked for me :)
>>
>> I am facing some issues in login into bugs.llvm.org, I will file once I
>> get access. Pls feel free if you have login :)
>>
>>
>>
>> Thank you again.
>>
>>
>>
>>
>>
>> *From:* James Henderson <jh737...@my.bristol.ac.uk>
>> *Sent:* Wednesday, July 8, 2020 1:58 PM
>> *To:* Oza, Hiral <Hira...@netapp.com>
>> *Cc:* llvm...@lists.llvm.org
>> *Subject:* Re: [llvm-dev] llvm-objdump print file offset