m68sz328ads_ram_debug.elf.xmap

来自「FreeScale DragonBall SZ LCD driver sampl」· XMAP 代码 · 共 68 行

XMAP
68
字号
# Link map of __start



# .main_application
  00000400 000000CC .text   main	(main.c)
  000004CC 00000038 .text   exit	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  00000504 00000044 .text   __exit	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  00000548 00000004 .text   _ExitProcess	(C_4i_68000_Runtime.a e68k_startup.o )
  0000054C 000000D8 .text   clear_mem	(C_4i_68000_Runtime.a e68k_startup.o )
  00000624 00000090 .text   _start	(C_4i_68000_Runtime.a e68k_startup.o )
  000006B4 00000030 .text   __initialize_hardware	(C_4i_68000_Runtime.a e68k_startup.o )
  000006E4 00000004 .text   __initialize_OS	(C_4i_68000_Runtime.a e68k_startup.o )
  000006E8 00000008 .text   simple_block_copy	(C_4i_68000_Runtime.a romcopy.o      )
  000006F0 0000001C .text   __copy_rom_section	(C_4i_68000_Runtime.a romcopy.o      )
  0000070C 000000A0 .text   __copy_rom_sections_to_ram	(C_4i_68000_Runtime.a romcopy.o      )
  000007AC 00000034 .text   __destroy_global_chain	(C_4i_68000_Runtime.a e68k_staticinit)

# .cpp_code
#>000007E0          __exception_table_start__ (linker command file)
# Exception index
  000007E0 00000000         Exception Table Index	()
#>000007E0          __exception_table_end__ (linker command file)
#>000007E0          ___sinit__ (linker command file)
# Linker generated symbols
  000007E0 00000004         static initializer	(linker generated)

# .data
#>000007E8          __START_DATA (linker command file)
#>000007E8          __END_DATA (linker command file)
#>000007E8          __START_SDATA (linker command file)
#>000007E8          __END_SDATA (linker command file)
#>000007E8          __SDA_BASE (linker command file)

# .uninitialized_data
#>000007E8          __START_SBSS (linker command file)
#>000007E8          __END_SBSS (linker command file)
#>000007E8          __START_BSS (linker command file)
  000007E8 00000004 .bss    __aborting	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  000007EC 00000004 .bss    __atexit_curr_func	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  000007F0 00000004 .bss    __stdio_exit	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  000007F4 00000004 .bss    __console_exit	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  000007F8 00000100 .bss    __atexit_funcs	(C_TRK_4i_68000_MSL.a abort_exit.o   )
  000008F8 00000004 .bss    __global_destructor_chain	(C_4i_68000_Runtime.a e68k_staticinit)
#>000008FC          __END_BSS (linker command file)

# .image_lcd

# 01000000 00025800 (Included file: Talk.bin)
#>00000000          __S_romp (linker command file)
#>000008FC          _stack_address (linker command file)
#>00000900          _stack_address (linker command file)
#>00004900          __SP_INIT (linker command file)
#>00004900          ___heap_addr (linker command file)
#>00050000          ___heap_size (linker command file)


# Memory map:
  v_addr   p_addr   size     name
  00000400 00000400 000003E0 TEXT
  000007E0 000007E0 00000004 DATA
  000007E4 000007E4 00000004 DATA
  000007E8 000007E8 00000114 DATA
  01000000 01000000 00025800 IMAGE

# Link start time: Tue Aug 12 11:52:15 2003
# Link end time: Tue Aug 12 11:52:16 2003

⌨️ 快捷键说明

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