test.map

来自「dsp的函数库」· MAP 代码 · 共 92 行

MAP
92
字号
*****************************************************
TMS320C54x COFF Linker           Version 1.10
*****************************************************
Sat Jun 12 16:50:42 1999

OUTPUT FILE NAME:   <test.out>
ENTRY POINT SYMBOL: "_c_int00"  address: 00000099


MEMORY CONFIGURATION

           name      origin     length     attributes     fill
         --------   --------   ---------   ----------   --------
PAGE 0: INT_PM_D   00000080   000001380      RWIX      
         EXT_PM_R   00001400   00000ec00      RWIX      

PAGE 1: INT_DM_S   00000060   000000020      RWIX      
         INT_DM_1   00000080   000001380      RWIX      
         EXT_DM_R   00001400   00000ec00      RWIX      


SECTION ALLOCATION MAP

 output                                  attributes/
section   page    origin      length       input sections
--------  ----  ----------  ----------   ----------------
.text      0    00000080    000000c8     
                  00000080    00000019     test.obj (.text)
                  00000099    0000002b     rts.lib : boot.obj (.text)
                  000000c4    00000039             : exit.obj (.text)
                  000000fd    0000004b     c54fir.lib : interp.obj (.text)

.cinit     0    00000148    0000002e     
                  00000148    0000002a     test.obj (.cinit)
                  00000172    00000003     rts.lib : exit.obj (.cinit)
                  00000175    00000001     --HOLE-- [fill = 0000]

.switch    0    00000080    00000000     UNINITIALIZED

.coeffs    0    00000100    00000000     UNINITIALIZED

.dbuffer   0    00000100    00000000     UNINITIALIZED

.const     0    00000100    00000000     UNINITIALIZED

.data      1    00000080    00000000     UNINITIALIZED
                  00000080    00000000     test.obj (.data)
                  00000080    00000000     c54fir.lib : interp.obj (.data)
                  00000080    00000000     rts.lib : exit.obj (.data)
                  00000080    00000000             : boot.obj (.data)

.stack     1    00000080    00000200     UNINITIALIZED
                  00000080    00000000     rts.lib : boot.obj (.stack)

.bss       1    00000280    00000093     UNINITIALIZED
                  00000280    00000072     test.obj (.bss)
                  000002f2    00000000     c54fir.lib : interp.obj (.bss)
                  000002f2    00000000     rts.lib : boot.obj (.bss)
                  000002f2    00000021             : exit.obj (.bss)

.sysmem    1    00000080    00000000     UNINITIALIZED

.dout      1    00000080    00000000     UNINITIALIZED


GLOBAL SYMBOLS

address  name                             address  name
-------- ----                             -------- ----
00000280 .bss                             00000080 .data
00000080 .data                            00000080 .text
00000080 .text                            00000080 edata
00000200 __STACK_SIZE                     00000080 _main
000000f5 _abort                           00000099 _c_int00
000000dc _atexit                          000000c4 _exit
00000099 _c_int00                         000000dc _atexit
000002f0 _dptr                            000000f5 _abort
000002c0 _d                               000000fd _firinterp
000000c4 _exit                            00000148 cinit
000000fd _firinterp                       00000148 etext
00000080 _main                            00000200 __STACK_SIZE
000002f1 _oflag                           00000280 .bss
000002a0 _r                               00000280 _x
00000280 _x                               000002a0 _r
000002e0 _y                               000002c0 _d
00000148 cinit                            000002e0 _y
00000080 edata                            000002f0 _dptr
00000313 end                              000002f1 _oflag
00000148 etext                            00000313 end

[20 symbols]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?