1.
LMA(Load Memory Address): the address at which the section will be loaded. 内存装载地址。
就是把你的磁盘上程序文件中对应的内容,详细点说,把其中的.text代码段,.data数据段等内容,搬到、copy、拷贝到,内存的LMA地址处。
VMA(Virtual Memory Address):the address the section will have when the output file is run;
虚拟内存地址,简单说就是,你程序运行时候的所对应的虚拟地址。
.