| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- GAS LISTING /tmp/ccRWgPWo.s page 1
- 1 .file "watchdog.c"
- 2 __SP_H__ = 0x3e
- 3 __SP_L__ = 0x3d
- 4 __SREG__ = 0x3f
- 5 __RAMPZ__ = 0x3b
- 6 __tmp_reg__ = 0
- 7 __zero_reg__ = 1
- 8 .section .text.NutWatchDogStart,"ax",@progbits
- 9 .global NutWatchDogStart
- 10 .type NutWatchDogStart, @function
- 11 NutWatchDogStart:
- 12 /* prologue: function */
- 13 /* frame size = 0 */
- 14 /* stack size = 0 */
- 15 .L__stack_usage = 0
- 16 0000 0C94 0000 jmp AvrWatchDogStart
- 17 .size NutWatchDogStart, .-NutWatchDogStart
- 18 .section .text.NutWatchDogRestart,"ax",@progbits
- 19 .global NutWatchDogRestart
- 20 .type NutWatchDogRestart, @function
- 21 NutWatchDogRestart:
- 22 /* prologue: function */
- 23 /* frame size = 0 */
- 24 /* stack size = 0 */
- 25 .L__stack_usage = 0
- 26 0000 0C94 0000 jmp AvrWatchDogRestart
- 27 .size NutWatchDogRestart, .-NutWatchDogRestart
- 28 .section .text.NutWatchDogDisable,"ax",@progbits
- 29 .global NutWatchDogDisable
- 30 .type NutWatchDogDisable, @function
- 31 NutWatchDogDisable:
- 32 /* prologue: function */
- 33 /* frame size = 0 */
- 34 /* stack size = 0 */
- 35 .L__stack_usage = 0
- 36 0000 0C94 0000 jmp AvrWatchDogDisable
- 37 .size NutWatchDogDisable, .-NutWatchDogDisable
- 38 .section .text.NutWatchDogEnable,"ax",@progbits
- 39 .global NutWatchDogEnable
- 40 .type NutWatchDogEnable, @function
- 41 NutWatchDogEnable:
- 42 /* prologue: function */
- 43 /* frame size = 0 */
- 44 /* stack size = 0 */
- 45 .L__stack_usage = 0
- 46 0000 0C94 0000 jmp AvrWatchDogEnable
- 47 .size NutWatchDogEnable, .-NutWatchDogEnable
- 48 .ident "GCC: (GNU) 5.3.0"
- GAS LISTING /tmp/ccRWgPWo.s page 2
- DEFINED SYMBOLS
- *ABS*:0000000000000000 watchdog.c
- /tmp/ccRWgPWo.s:2 *ABS*:000000000000003e __SP_H__
- /tmp/ccRWgPWo.s:3 *ABS*:000000000000003d __SP_L__
- /tmp/ccRWgPWo.s:4 *ABS*:000000000000003f __SREG__
- /tmp/ccRWgPWo.s:5 *ABS*:000000000000003b __RAMPZ__
- /tmp/ccRWgPWo.s:6 *ABS*:0000000000000000 __tmp_reg__
- /tmp/ccRWgPWo.s:7 *ABS*:0000000000000001 __zero_reg__
- /tmp/ccRWgPWo.s:11 .text.NutWatchDogStart:0000000000000000 NutWatchDogStart
- /tmp/ccRWgPWo.s:21 .text.NutWatchDogRestart:0000000000000000 NutWatchDogRestart
- /tmp/ccRWgPWo.s:31 .text.NutWatchDogDisable:0000000000000000 NutWatchDogDisable
- /tmp/ccRWgPWo.s:41 .text.NutWatchDogEnable:0000000000000000 NutWatchDogEnable
- UNDEFINED SYMBOLS
- AvrWatchDogStart
- AvrWatchDogRestart
- AvrWatchDogDisable
- AvrWatchDogEnable
|