This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disassembly file with functions and their instructions only.

Is there a possibility to use *fromelf* or any other tool to generate a disassembly file from elf file but with function names and their instructions only?

Something similar to the following format:

myFunction
0x060058d8:       2201 ." MOVS r2,#1
0x060058da:       2801 .( CMP r0,#1
0x060058dc:       d100 .. BNE 0x60058e0 ; myFunction + 8
0x060058de:       2202 ." MOVS r2,#2
0x060058e0:       8808 .. LDRH r0,[r1,#0]