[llvm-dev] llvm-objdump print file offset

Oza, Hiral via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 7 10:22:40 PDT 2020


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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200707/44cd2575/attachment.html>


More information about the llvm-dev mailing list