📄 test.map
字号:
.fini0 0x00000826 0x2 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_exit.o)
0x00000828 _etext = .
.data 0x00800060 0x0 load address 0x00000828
0x00800060 PROVIDE (__data_start, .)
*(.data)
*(.gnu.linkonce.d*)
0x00800060 . = ALIGN (0x2)
0x00800060 _edata = .
0x00800060 PROVIDE (__data_end, .)
.bss 0x00800060 0x230
0x00800060 PROVIDE (__bss_start, .)
*(.bss)
*(COMMON)
COMMON 0x00800060 0x230 test.o
0x0 (size before relaxing)
0x00800060 ostimes
0x00800062 OSIdleCtr
0x00800064 timeint
0x00800065 TCB
0x0080007e Stack
0x00800272 Sem
0x00800290 PROVIDE (__bss_end, .)
0x00000828 __data_load_start = LOADADDR (.data)
0x00000828 __data_load_end = (__data_load_start + SIZEOF (.data))
.noinit 0x00800290 0x0
0x00800290 PROVIDE (__noinit_start, .)
*(.noinit*)
0x00800290 PROVIDE (__noinit_end, .)
0x00800290 _end = .
0x00800290 PROVIDE (__heap_start, .)
.eeprom 0x00810000 0x0
*(.eeprom*)
0x00810000 __eeprom_end = .
.stab
*(.stab)
.stabstr
*(.stabstr)
.stab.excl
*(.stab.excl)
.stab.exclstr
*(.stab.exclstr)
.stab.index
*(.stab.index)
.stab.indexstr
*(.stab.indexstr)
.comment
*(.comment)
.debug
*(.debug)
.line
*(.line)
.debug_srcinfo
*(.debug_srcinfo)
.debug_sfnames
*(.debug_sfnames)
.debug_aranges 0x00000000 0x3c
*(.debug_aranges)
.debug_aranges
0x00000000 0x14 test.o
.debug_aranges
0x00000014 0x14 D:/project2/MyRtos-m8-m16/lcd.o
.debug_aranges
0x00000028 0x14 D:/project2/MyRtos-m8-m16/RTOS.o
.debug_pubnames
0x00000000 0x2ce
*(.debug_pubnames)
.debug_pubnames
0x00000000 0x83 test.o
.debug_pubnames
0x00000083 0xc7 D:/project2/MyRtos-m8-m16/lcd.o
.debug_pubnames
0x0000014a 0x184 D:/project2/MyRtos-m8-m16/RTOS.o
.debug_info 0x00000000 0xc32
*(.debug_info)
.debug_info 0x00000000 0x2dd test.o
.debug_info 0x000002dd 0x3f2 D:/project2/MyRtos-m8-m16/lcd.o
.debug_info 0x000006cf 0x563 D:/project2/MyRtos-m8-m16/RTOS.o
*(.gnu.linkonce.wi.*)
.debug_abbrev 0x00000000 0x385
*(.debug_abbrev)
.debug_abbrev 0x00000000 0xf1 test.o
.debug_abbrev 0x000000f1 0x111 D:/project2/MyRtos-m8-m16/lcd.o
.debug_abbrev 0x00000202 0x183 D:/project2/MyRtos-m8-m16/RTOS.o
.debug_line 0x00000000 0x8df
*(.debug_line)
.debug_line 0x00000000 0x141 test.o
.debug_line 0x00000141 0x22f D:/project2/MyRtos-m8-m16/lcd.o
.debug_line 0x00000370 0x56f D:/project2/MyRtos-m8-m16/RTOS.o
.debug_frame
*(.debug_frame)
.debug_str 0x00000000 0x3b4
*(.debug_str)
.debug_str 0x00000000 0x1a4 test.o
0x1d8 (size before relaxing)
.debug_str 0x000001a4 0xd8 D:/project2/MyRtos-m8-m16/lcd.o
0x192 (size before relaxing)
.debug_str 0x0000027c 0x138 D:/project2/MyRtos-m8-m16/RTOS.o
0x2f5 (size before relaxing)
.debug_loc
*(.debug_loc)
.debug_macinfo
*(.debug_macinfo)
OUTPUT(test.elf elf32-avr)
Cross Reference Table
Symbol File
IdleTask D:/project2/MyRtos-m8-m16/RTOS.o
IntSwitch D:/project2/MyRtos-m8-m16/RTOS.o
LCD_Init D:/project2/MyRtos-m8-m16/lcd.o
D:/project2/MyRtos-m8-m16/RTOS.o
OSFindPrioHighRdy D:/project2/MyRtos-m8-m16/RTOS.o
OSIdleCtr D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSInit D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSIntEnter D:/project2/MyRtos-m8-m16/RTOS.o
OSIntExit D:/project2/MyRtos-m8-m16/RTOS.o
OSSched D:/project2/MyRtos-m8-m16/RTOS.o
OSSemClean D:/project2/MyRtos-m8-m16/RTOS.o
OSSemCreat D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSSemPost D:/project2/MyRtos-m8-m16/RTOS.o
OSStartTask D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSTaskCreate D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSTaskResume D:/project2/MyRtos-m8-m16/RTOS.o
OSTaskSemPend D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSTaskSemPost D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OSTaskSuspend D:/project2/MyRtos-m8-m16/RTOS.o
OSTimeDly D:/project2/MyRtos-m8-m16/RTOS.o
test.o
OS_TASK_SW D:/project2/MyRtos-m8-m16/RTOS.o
Sem D:/project2/MyRtos-m8-m16/RTOS.o
test.o
Stack D:/project2/MyRtos-m8-m16/RTOS.o
test.o
TCB D:/project2/MyRtos-m8-m16/RTOS.o
test.o
TCN0Init D:/project2/MyRtos-m8-m16/RTOS.o
Task0 test.o
Task1 test.o
Task2 test.o
Task3 test.o
__bad_interrupt C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__bss_end C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_clear_bss.o)
__bss_start C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_clear_bss.o)
__data_end C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
__data_load_start C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
__data_start C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
__do_clear_bss C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_clear_bss.o)
D:/project2/MyRtos-m8-m16/RTOS.o
D:/project2/MyRtos-m8-m16/lcd.o
test.o
__do_copy_data C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
D:/project2/MyRtos-m8-m16/RTOS.o
D:/project2/MyRtos-m8-m16/lcd.o
test.o
__heap_end C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__init C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__stack C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
test.o
__udivmodqi4 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_udivmodqi4.o)
D:/project2/MyRtos-m8-m16/lcd.o
__vector_1 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_10 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_11 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_12 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_13 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_14 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_15 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_16 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_17 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_18 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_2 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_3 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_4 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_5 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_6 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_7 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_8 C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_9 D:/project2/MyRtos-m8-m16/RTOS.o
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vector_default C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
__vectors C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
_exit C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_exit.o)
adress_table D:/project2/MyRtos-m8-m16/lcd.o
delay D:/project2/MyRtos-m8-m16/lcd.o
display_1str D:/project2/MyRtos-m8-m16/lcd.o
D:/project2/MyRtos-m8-m16/RTOS.o
display_str D:/project2/MyRtos-m8-m16/lcd.o
display_str2 D:/project2/MyRtos-m8-m16/lcd.o
exit C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_exit.o)
test.o
main test.o
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
ostimes D:/project2/MyRtos-m8-m16/RTOS.o
test.o
settxt D:/project2/MyRtos-m8-m16/lcd.o
D:/project2/MyRtos-m8-m16/RTOS.o
ssa D:/project2/MyRtos-m8-m16/lcd.o
ssb D:/project2/MyRtos-m8-m16/lcd.o
ssd D:/project2/MyRtos-m8-m16/lcd.o
sse D:/project2/MyRtos-m8-m16/lcd.o
timeint D:/project2/MyRtos-m8-m16/RTOS.o
test.o
write_byte D:/project2/MyRtos-m8-m16/lcd.o
write_command D:/project2/MyRtos-m8-m16/lcd.o
write_data D:/project2/MyRtos-m8-m16/lcd.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -