At compile time (from here)

$ gcc -g -Wa,"-ahl=mixed.lst" source_file.c

After compile time:

$ gcc -c -g -O2 source_file.c -o da.o
$ objdump -S da.o