Displaying 1 result from an estimated 1 matches for "bf8e5e45".
2020 Jul 07
2
llvm-objdump print file offset
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