This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

.cfg的问题?



您好?我在.cfg文件中看到如下:

Program.sectMap["sharedL2"] = "DDR3";
Program.sectMap["systemHeap"] = "DDR3";
Program.sectMap[".sysmem"]  = "DDR3";
Program.sectMap[".args"]    = "DDR3";
Program.sectMap[".cio"]     = "DDR3";
Program.sectMap[".far"]     =     "DDR3";
Program.sectMap[".rodata"]     =     "DDR3";
Program.sectMap[".neardata"]     =     "DDR3";
Program.sectMap[".cppi"]     =     "DDR3";
Program.sectMap[".init_array"]     =     "DDR3";
Program.sectMap[".qmss"]     =     "DDR3";
Program.sectMap[".cinit"]     =     "DDR3";
Program.sectMap[".bss"]        =    "DDR3";
Program.sectMap[".const"]    =    "DDR3";

问题:DDR3对应的起始地址及长度在那里能看到,就像.CMD文件中的那样?谢谢。