map文件是通过编译器编译之后,集程序、数据及IO空间的一种映射文件。
通过map文件可以知道函数大小,入口地址等一些重要信息。
map文件将其分为如下五大类:
1.Section Cross References:模块、段(入口)交叉引用
2.Removing Unused input sections from the image:移除未调用模块
3.Image Symbol Table:映射符号表
4.Memory Map of the image:内存(映射)分布
5.Image component sizes:存储组成大小