Best is to do the first, and then crossref that with the objdump to find stuff like ELF identifiers, sections etc.
And if problems occur, objdump a minimal statically compiled C program.

(don't use hello world, but something like return 2+2 or so. You don't want a huge printf implementation in your asm source)