Using the arm-linux-objdump

1. Review the composition of the file or static library .o files

[arm@localhost gcc]$ arm­linux­objdump ­a libhello.a

 

2. Check the static library or .o file header portion of the components of the network [arm @ localhost gcc] $ armlinuxobjdump h libhello.a

 

3. The target file code disassembly

[arm@localhost gcc]$ arm­linux­objdump ­d libhello.a

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11105605.html