GCC your code with debug symbols to include source code infomation in the analysis.
gcc -g ...
objdump -h -S my.elf > my.lst