⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 led_test.map

📁 Embest Blackfin533平台测试源代码
💻 MAP
字号:

Memory Configuration

Name             Origin             Length             Attributes
*default*        0x00000000         0xffffffff

Linker script and memory map

                0x20000000                . = 0x20000000

.text           0x20000000      0x658
                0x20000000                Image_RO_Base = .
                0x20000000                _ld_text_start = .
 *(.text)
 .text          0x20000000      0x1c0 obj/start.o
                0x200001b4                real_start
                0x20000000                start
 .text          0x200001c0      0x3ac obj/ebf533lib.o
                0x20000348                uart_getch
                0x200004a4                leds_allon
                0x200004c8                leds_alloff
                0x20000314                uart_sendch
                0x20000204                uart_init
                0x200004ec                leds_on_off_times
                0x20000420                uart_getstring
                0x2000052c                sys_init
                0x2000048c                leds_init
                0x200002e0                uart_getkey
                0x20000390                uart_getstr
                0x200003f8                uart_sendstr
                0x200001c0                delay
 .text          0x2000056c       0xc0 obj/led_test.o
                0x200005b4                led_allon
                0x2000056c                led_init
                0x200005f0                led_alloff
 .text          0x2000062c       0x28 obj/main.o
                0x2000062c                main
 *(.rodata)
 .rodata        0x20000654        0x4 obj/ebf533lib.o
                0x20000658                _ld_text_end = .
                0x20000658                Image_RO_Limit = .
                0x00008000                . = 0x8000

.data           0x00008000        0x0
                0x00008000                Image_RW_Base = .
                0x00008000                _ld_data_start = .
 *(.data)
                0x00008000                _ld_data_end = .
                0x00008000                Image_RW_Limit = .
                0x00008000                . = ALIGN (0x4)

.bss            0x00008000        0x0
                0x00008000                Image_ZI_Base = .
                0x00008000                _ld_bss_start = .
 *(.bss)
                0x00008000                _ld_bss_end = .
                0x00008000                Image_ZI_Limit = .
                0x00000658                _ld_text_size = SIZEOF (.text)
                0x00000000                _ld_data_size = SIZEOF (.data)
                0x00000000                _ld_bss_size = SIZEOF (.bss)
                0x00000658                _ld_text_and_data_size = (SIZEOF (.text) + SIZEOF (.data))
LOAD obj/start.o
LOAD obj/ebf533lib.o
LOAD obj/led_test.o
LOAD obj/main.o
LOAD /cygdrive/c/EmbestBDT/compiler/bfin-uclinux/bfin-uclinux/lib//libc.a
LOAD /cygdrive/c/EmbestBDT/compiler/bfin-uclinux/lib/gcc/bfin-uclinux/3.4.4//libgcc.a
OUTPUT(obj/led_test_flash.elf elf32-bfin)

.debug_line     0x00000000      0x55b
 .debug_line    0x00000000       0xdd obj/start.o
 .debug_line    0x000000dd      0x346 obj/ebf533lib.o
 .debug_line    0x00000423       0xca obj/led_test.o
 .debug_line    0x000004ed       0x6e obj/main.o

.debug_info     0x00000000      0x54c
 .debug_info    0x00000000       0x5a obj/start.o
 .debug_info    0x0000005a      0x344 obj/ebf533lib.o
 .debug_info    0x0000039e       0xc9 obj/led_test.o
 .debug_info    0x00000467       0xe5 obj/main.o

.debug_abbrev   0x00000000      0x1ab
 .debug_abbrev  0x00000000       0x14 obj/start.o
 .debug_abbrev  0x00000014       0xb5 obj/ebf533lib.o
 .debug_abbrev  0x000000c9       0x69 obj/led_test.o
 .debug_abbrev  0x00000132       0x79 obj/main.o

.debug_aranges  0x00000000       0x80
 .debug_aranges
                0x00000000       0x20 obj/start.o
 .debug_aranges
                0x00000020       0x20 obj/ebf533lib.o
 .debug_aranges
                0x00000040       0x20 obj/led_test.o
 .debug_aranges
                0x00000060       0x20 obj/main.o

.debug_frame    0x00000000      0x1c8
 .debug_frame   0x00000000      0x148 obj/ebf533lib.o
 .debug_frame   0x00000148       0x58 obj/led_test.o
 .debug_frame   0x000001a0       0x28 obj/main.o

.debug_pubnames
                0x00000000      0x134
 .debug_pubnames
                0x00000000       0xdd obj/ebf533lib.o
 .debug_pubnames
                0x000000dd       0x3c obj/led_test.o
 .debug_pubnames
                0x00000119       0x1b obj/main.o

.comment        0x00000000       0x5a
 .comment       0x00000000       0x1e obj/ebf533lib.o
 .comment       0x0000001e       0x1e obj/led_test.o
 .comment       0x0000003c       0x1e obj/main.o

⌨️ 快捷键说明

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