链接脚本的分析

说明1:标准应用程序包括3类标准段空间:.text运行代段;.data全局变量等具有初始值的数据空间;.bss暂态变量,堆栈等数据空间;

说明2:.rodata,.got,.u_boot_cmd等段空间由程序员设计需要而自行定义的段空间;

http://blog.csdn.net/ssdsafsdsd/article/details/8687334

http://blog.chinaunix.net/uid-23670869-id-2391614.html

你可能感兴趣的:(链接脚本的分析)