| |||
| Home > armar command reference > --sizes | |||
Lists the Code, RO Data, RW
Data, ZI Data, and Debug sizes
of each member in the library.
The following example shows the sizes of app_1.o and app_2.o in mylib.a:
> armar --sizes mylib.a
Code RO Data RW data ZI Data Debug Object Name
464 0 0 0 8612 app_1.o
3356 0 0 10244 11848 app_2.o
3820 0 0 10244 20460 TOTAL