summaryrefslogtreecommitdiff
path: root/gm_platform/fw/main.map
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2020-01-23 14:38:36 +0100
committerjaseg <git@jaseg.net>2020-01-23 14:38:36 +0100
commit410e38651052038e34843b17269d61e75720f0ba (patch)
tree987d1853c55b152d5e1362af4420fa52fcd56a81 /gm_platform/fw/main.map
parent6a49b8399fb156d427b5d15746de877ac933ba3d (diff)
downloadmaster-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.gz
master-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.bz2
master-thesis-410e38651052038e34843b17269d61e75720f0ba.zip
board bringup: adc, usart working
Diffstat (limited to 'gm_platform/fw/main.map')
-rw-r--r--gm_platform/fw/main.map457
1 files changed, 457 insertions, 0 deletions
diff --git a/gm_platform/fw/main.map b/gm_platform/fw/main.map
new file mode 100644
index 0000000..ecbce31
--- /dev/null
+++ b/gm_platform/fw/main.map
@@ -0,0 +1,457 @@
+Archive member included to satisfy reference by file (symbol)
+
+/usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ /tmp/cchCmUnQ.o (__aeabi_uidiv)
+/usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ /tmp/cczzmF2c.o (__aeabi_idiv)
+/usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+ /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o) (__aeabi_idiv0)
+
+Allocating common symbols
+Common symbol size file
+
+usart_tx_buf 0x10c /tmp/cc4OHQ7z.o
+leds 0x20 /tmp/cchCmUnQ.o
+adc_buf 0x800 /tmp/cczzmF2c.o
+
+Memory Configuration
+
+Name Origin Length Attributes
+FLASH 0x0000000008000000 0x0000000000003c00 xr
+CONFIGFLASH 0x0000000008003c00 0x0000000000000400 rw
+RAM 0x0000000020000000 0x0000000000001000 xrw
+*default* 0x0000000000000000 0xffffffffffffffff
+
+Linker script and memory map
+
+LOAD /home/user/resource/STM32CubeF0/Drivers/CMSIS/Lib/GCC/libarm_cortexM0l_math.a
+LOAD /tmp/cchCmUnQ.o
+LOAD /tmp/cczzmF2c.o
+LOAD /tmp/cc4OHQ7z.o
+LOAD /tmp/cc0OqFzX.o
+LOAD /tmp/ccTaPb5k.o
+LOAD /tmp/cc6XVkRI.o
+LOAD /tmp/ccvZIDd7.o
+LOAD /tmp/ccTEVTRv.o
+LOAD /tmp/ccvICuLU.o
+LOAD /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a
+ 0x0000000020001000 _estack = 0x20001000
+
+.isr_vector 0x0000000008000000 0xc0
+ 0x0000000008000000 . = ALIGN (0x4)
+ *(.isr_vector)
+ .isr_vector 0x0000000008000000 0xc0 /tmp/ccTaPb5k.o
+ 0x0000000008000000 g_pfnVectors
+ 0x00000000080000c0 . = ALIGN (0x4)
+
+.text 0x00000000080000c0 0x1844
+ 0x00000000080000c0 . = ALIGN (0x4)
+ *(.text)
+ .text 0x00000000080000c0 0x454 /tmp/cchCmUnQ.o
+ 0x0000000008000210 update_leds
+ 0x000000000800021a main
+ 0x00000000080003c8 SPI1_IRQHandler
+ 0x00000000080003f4 TIM16_IRQHandler
+ 0x00000000080004b0 NMI_Handler
+ 0x00000000080004bc HardFault_Handler
+ 0x00000000080004c0 SVC_Handler
+ 0x00000000080004cc PendSV_Handler
+ 0x00000000080004d8 SysTick_Handler
+ .text 0x0000000008000514 0x29c /tmp/cczzmF2c.o
+ 0x000000000800061c adc_configure_scope_mode
+ 0x0000000008000792 DMA1_Channel1_IRQHandler
+ .text 0x00000000080007b0 0x31c /tmp/cc4OHQ7z.o
+ 0x00000000080008e8 usart_dma_init
+ 0x00000000080009d4 usart_dma_fifo_push
+ 0x0000000008000a2c usart_putc
+ 0x0000000008000a5c DMA1_Channel2_3_IRQHandler
+ 0x0000000008000a9c usart_send_packet
+ .text 0x0000000008000acc 0x33a /tmp/cc0OqFzX.o
+ 0x0000000008000acc cobs_encode
+ 0x0000000008000b92 cobs_encode_usart
+ 0x0000000008000c32 cobs_decode
+ 0x0000000008000d08 cobs_decode_incremental_initialize
+ 0x0000000008000d24 cobs_decode_incremental
+ .text 0x0000000008000e06 0x14 /tmp/ccTaPb5k.o
+ *fill* 0x0000000008000e1a 0x2
+ .text 0x0000000008000e1c 0x174 /tmp/cc6XVkRI.o
+ 0x0000000008000e1c SystemInit
+ 0x0000000008000ea4 SystemCoreClockUpdate
+ .text 0x0000000008000f90 0x594 /tmp/ccvZIDd7.o
+ 0x00000000080011e4 LL_Init1msTick
+ 0x0000000008001202 LL_mDelay
+ 0x0000000008001248 LL_SetSystemCoreClock
+ 0x0000000008001264 LL_PLL_ConfigSystemClock_HSI
+ 0x00000000080012f0 LL_PLL_ConfigSystemClock_HSE
+ .text 0x0000000008001524 0x82 /tmp/ccTEVTRv.o
+ 0x0000000008001524 __sinit
+ 0x000000000800152e memset
+ 0x0000000008001568 strlen
+ 0x0000000008001592 __assert_func
+ .text 0x00000000080015a6 0x0 /tmp/ccvICuLU.o
+ *fill* 0x00000000080015a6 0x2
+ .text 0x00000000080015a8 0x114 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ 0x00000000080015a8 __udivsi3
+ 0x00000000080015a8 __aeabi_uidiv
+ 0x00000000080016b4 __aeabi_uidivmod
+ .text 0x00000000080016bc 0x1d4 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ 0x00000000080016bc __aeabi_idiv
+ 0x00000000080016bc __divsi3
+ 0x0000000008001888 __aeabi_idivmod
+ .text 0x0000000008001890 0x4 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+ 0x0000000008001890 __aeabi_ldiv0
+ 0x0000000008001890 __aeabi_idiv0
+ *(.text.*)
+ .text.Reset_Handler
+ 0x0000000008001894 0x4c /tmp/ccTaPb5k.o
+ 0x0000000008001894 Reset_Handler
+ .text.Default_Handler
+ 0x00000000080018e0 0x2 /tmp/ccTaPb5k.o
+ 0x00000000080018e0 TIM1_CC_IRQHandler
+ 0x00000000080018e0 I2C1_IRQHandler
+ 0x00000000080018e0 EXTI2_3_IRQHandler
+ 0x00000000080018e0 ADC1_IRQHandler
+ 0x00000000080018e0 TIM17_IRQHandler
+ 0x00000000080018e0 RTC_IRQHandler
+ 0x00000000080018e0 TIM3_IRQHandler
+ 0x00000000080018e0 EXTI4_15_IRQHandler
+ 0x00000000080018e0 RCC_IRQHandler
+ 0x00000000080018e0 Default_Handler
+ 0x00000000080018e0 TIM14_IRQHandler
+ 0x00000000080018e0 DMA1_Channel4_5_IRQHandler
+ 0x00000000080018e0 EXTI0_1_IRQHandler
+ 0x00000000080018e0 WWDG_IRQHandler
+ 0x00000000080018e0 FLASH_IRQHandler
+ 0x00000000080018e0 USART1_IRQHandler
+ 0x00000000080018e0 TIM1_BRK_UP_TRG_COM_IRQHandler
+ *(.rodata)
+ *fill* 0x00000000080018e2 0x2
+ .rodata 0x00000000080018e4 0x8 /tmp/cchCmUnQ.o
+ .rodata 0x00000000080018ec 0x18 /tmp/cc6XVkRI.o
+ 0x00000000080018ec AHBPrescTable
+ 0x00000000080018fc APBPrescTable
+ *(.rodata*)
+ *(.glue_7)
+ .glue_7 0x0000000008001904 0x0 linker stubs
+ *(.glue_7t)
+ .glue_7t 0x0000000008001904 0x0 linker stubs
+ *(.source_tarball)
+ *(.init)
+ *(.fini)
+ *(.source_tarball)
+ 0x0000000008001904 . = ALIGN (0x4)
+ 0x0000000008001904 _etext = .
+ 0x0000000008001904 _sidata = _etext
+
+.vfp11_veneer 0x0000000008001904 0x0
+ .vfp11_veneer 0x0000000008001904 0x0 linker stubs
+
+.v4_bx 0x0000000008001904 0x0
+ .v4_bx 0x0000000008001904 0x0 linker stubs
+
+.iplt 0x0000000008001904 0x0
+ .iplt 0x0000000008001904 0x0 /tmp/cchCmUnQ.o
+
+.rel.dyn 0x0000000008001904 0x0
+ .rel.iplt 0x0000000008001904 0x0 /tmp/cchCmUnQ.o
+
+.data 0x0000000020000000 0x94 load address 0x0000000008001904
+ 0x0000000020000000 . = ALIGN (0x4)
+ 0x0000000020000000 _sdata = .
+ 0x0000000020000000 _data = .
+ *(.data)
+ .data 0x0000000020000000 0x0 /tmp/cchCmUnQ.o
+ .data 0x0000000020000000 0x0 /tmp/cczzmF2c.o
+ .data 0x0000000020000000 0x0 /tmp/cc4OHQ7z.o
+ .data 0x0000000020000000 0x0 /tmp/cc0OqFzX.o
+ .data 0x0000000020000000 0x0 /tmp/ccTaPb5k.o
+ .data 0x0000000020000000 0x4 /tmp/cc6XVkRI.o
+ 0x0000000020000000 SystemCoreClock
+ .data 0x0000000020000004 0x0 /tmp/ccvZIDd7.o
+ .data 0x0000000020000004 0x0 /tmp/ccTEVTRv.o
+ .data 0x0000000020000004 0x90 /tmp/ccvICuLU.o
+ 0x0000000020000004 tim3
+ 0x0000000020000008 tim14
+ 0x000000002000000c rtc
+ 0x0000000020000010 wwdg
+ 0x0000000020000014 iwdg
+ 0x0000000020000018 i2c1
+ 0x000000002000001c pwr
+ 0x0000000020000020 syscfg
+ 0x0000000020000024 exti
+ 0x0000000020000028 adc1
+ 0x000000002000002c adc1_common
+ 0x0000000020000030 adc
+ 0x0000000020000034 tim1
+ 0x0000000020000038 spi1
+ 0x000000002000003c usart1
+ 0x0000000020000040 tim16
+ 0x0000000020000044 tim17
+ 0x0000000020000048 dbgmcu
+ 0x000000002000004c dma1
+ 0x0000000020000050 dma1_channel1
+ 0x0000000020000054 dma1_channel2
+ 0x0000000020000058 dma1_channel3
+ 0x000000002000005c dma1_channel4
+ 0x0000000020000060 dma1_channel5
+ 0x0000000020000064 flash
+ 0x0000000020000068 ob
+ 0x000000002000006c rcc
+ 0x0000000020000070 crc
+ 0x0000000020000074 gpioa
+ 0x0000000020000078 gpiob
+ 0x000000002000007c gpioc
+ 0x0000000020000080 gpiod
+ 0x0000000020000084 gpiof
+ 0x0000000020000088 scb
+ 0x000000002000008c systick
+ 0x0000000020000090 nvic
+ .data 0x0000000020000094 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .data 0x0000000020000094 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .data 0x0000000020000094 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+ *(.data.*)
+ *(.RAMtext)
+ 0x0000000020000094 . = ALIGN (0x4)
+ 0x0000000020000094 _edata = .
+
+.igot.plt 0x0000000020000094 0x0 load address 0x0000000008001998
+ .igot.plt 0x0000000020000094 0x0 /tmp/cchCmUnQ.o
+
+.bss 0x0000000020000094 0x940 load address 0x0000000008001998
+ 0x0000000020000094 . = ALIGN (0x4)
+ 0x0000000020000094 _sbss = .
+ 0x0000000020000094 _bss = .
+ *(.bss)
+ .bss 0x0000000020000094 0xc /tmp/cchCmUnQ.o
+ 0x0000000020000094 sys_time_seconds
+ .bss 0x00000000200000a0 0x0 /tmp/cczzmF2c.o
+ .bss 0x00000000200000a0 0x0 /tmp/cc4OHQ7z.o
+ .bss 0x00000000200000a0 0x0 /tmp/cc0OqFzX.o
+ .bss 0x00000000200000a0 0x0 /tmp/ccTaPb5k.o
+ .bss 0x00000000200000a0 0x0 /tmp/cc6XVkRI.o
+ .bss 0x00000000200000a0 0x0 /tmp/ccvZIDd7.o
+ .bss 0x00000000200000a0 0x8 /tmp/ccTEVTRv.o
+ 0x00000000200000a0 __errno
+ 0x00000000200000a4 _impure_ptr
+ .bss 0x00000000200000a8 0x0 /tmp/ccvICuLU.o
+ .bss 0x00000000200000a8 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .bss 0x00000000200000a8 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .bss 0x00000000200000a8 0x0 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+ *(.bss.*)
+ *(COMMON)
+ COMMON 0x00000000200000a8 0x20 /tmp/cchCmUnQ.o
+ 0x00000000200000a8 leds
+ COMMON 0x00000000200000c8 0x800 /tmp/cczzmF2c.o
+ 0x00000000200000c8 adc_buf
+ COMMON 0x00000000200008c8 0x10c /tmp/cc4OHQ7z.o
+ 0x00000000200008c8 usart_tx_buf
+ 0x00000000200009d4 . = ALIGN (0x4)
+ 0x00000000200009d4 _ebss = .
+ [!provide] PROVIDE (end = _ebss)
+ [!provide] PROVIDE (_end = _ebss)
+ 0x00000000200009d4 __exidx_start = .
+ 0x00000000200009d4 __exidx_end = .
+
+.stab
+ *(.stab)
+
+.stabstr
+ *(.stabstr)
+
+.stab.excl
+ *(.stab.excl)
+
+.stab.exclstr
+ *(.stab.exclstr)
+
+.stab.index
+ *(.stab.index)
+
+.stab.indexstr
+ *(.stab.indexstr)
+
+.comment 0x0000000000000000 0x21
+ *(.comment)
+ .comment 0x0000000000000000 0x21 /tmp/cchCmUnQ.o
+ 0x22 (size before relaxing)
+ .comment 0x0000000000000021 0x22 /tmp/cczzmF2c.o
+ .comment 0x0000000000000021 0x22 /tmp/cc4OHQ7z.o
+ .comment 0x0000000000000021 0x22 /tmp/cc0OqFzX.o
+ .comment 0x0000000000000021 0x22 /tmp/cc6XVkRI.o
+ .comment 0x0000000000000021 0x22 /tmp/ccvZIDd7.o
+ .comment 0x0000000000000021 0x22 /tmp/ccTEVTRv.o
+ .comment 0x0000000000000021 0x22 /tmp/ccvICuLU.o
+
+.ARM.attributes
+ 0x0000000000000000 0x2f
+ .ARM.attributes
+ 0x0000000000000000 0x2b /tmp/cchCmUnQ.o
+ .ARM.attributes
+ 0x000000000000002b 0x2b /tmp/cczzmF2c.o
+ .ARM.attributes
+ 0x0000000000000056 0x2b /tmp/cc4OHQ7z.o
+ .ARM.attributes
+ 0x0000000000000081 0x2b /tmp/cc0OqFzX.o
+ .ARM.attributes
+ 0x00000000000000ac 0x21 /tmp/ccTaPb5k.o
+ .ARM.attributes
+ 0x00000000000000cd 0x2b /tmp/cc6XVkRI.o
+ .ARM.attributes
+ 0x00000000000000f8 0x2b /tmp/ccvZIDd7.o
+ .ARM.attributes
+ 0x0000000000000123 0x2b /tmp/ccTEVTRv.o
+ .ARM.attributes
+ 0x000000000000014e 0x31 /tmp/ccvICuLU.o
+ .ARM.attributes
+ 0x000000000000017f 0x1e /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .ARM.attributes
+ 0x000000000000019d 0x1e /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .ARM.attributes
+ 0x00000000000001bb 0x1e /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug
+ *(.debug)
+
+.line
+ *(.line)
+
+.debug_srcinfo
+ *(.debug_srcinfo)
+
+.debug_sfnames
+ *(.debug_sfnames)
+
+.debug_aranges 0x0000000000000000 0x180
+ *(.debug_aranges)
+ .debug_aranges
+ 0x0000000000000000 0x20 /tmp/cchCmUnQ.o
+ .debug_aranges
+ 0x0000000000000020 0x20 /tmp/cczzmF2c.o
+ .debug_aranges
+ 0x0000000000000040 0x20 /tmp/cc4OHQ7z.o
+ .debug_aranges
+ 0x0000000000000060 0x20 /tmp/cc0OqFzX.o
+ .debug_aranges
+ 0x0000000000000080 0x28 /tmp/ccTaPb5k.o
+ .debug_aranges
+ 0x00000000000000a8 0x20 /tmp/cc6XVkRI.o
+ .debug_aranges
+ 0x00000000000000c8 0x20 /tmp/ccvZIDd7.o
+ .debug_aranges
+ 0x00000000000000e8 0x20 /tmp/ccTEVTRv.o
+ .debug_aranges
+ 0x0000000000000108 0x18 /tmp/ccvICuLU.o
+ .debug_aranges
+ 0x0000000000000120 0x20 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .debug_aranges
+ 0x0000000000000140 0x20 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .debug_aranges
+ 0x0000000000000160 0x20 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug_pubnames
+ *(.debug_pubnames)
+
+.debug_info 0x0000000000000000 0x5d8a
+ *(.debug_info .gnu.linkonce.wi.*)
+ .debug_info 0x0000000000000000 0x136b /tmp/cchCmUnQ.o
+ .debug_info 0x000000000000136b 0x105f /tmp/cczzmF2c.o
+ .debug_info 0x00000000000023ca 0x1019 /tmp/cc4OHQ7z.o
+ .debug_info 0x00000000000033e3 0xcb1 /tmp/cc0OqFzX.o
+ .debug_info 0x0000000000004094 0x22 /tmp/ccTaPb5k.o
+ .debug_info 0x00000000000040b6 0x263 /tmp/cc6XVkRI.o
+ .debug_info 0x0000000000004319 0x795 /tmp/ccvZIDd7.o
+ .debug_info 0x0000000000004aae 0x1e9 /tmp/ccTEVTRv.o
+ .debug_info 0x0000000000004c97 0x1081 /tmp/ccvICuLU.o
+ .debug_info 0x0000000000005d18 0x26 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .debug_info 0x0000000000005d3e 0x26 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .debug_info 0x0000000000005d64 0x26 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug_abbrev 0x0000000000000000 0x1204
+ *(.debug_abbrev)
+ .debug_abbrev 0x0000000000000000 0x357 /tmp/cchCmUnQ.o
+ .debug_abbrev 0x0000000000000357 0x320 /tmp/cczzmF2c.o
+ .debug_abbrev 0x0000000000000677 0x319 /tmp/cc4OHQ7z.o
+ .debug_abbrev 0x0000000000000990 0x287 /tmp/cc0OqFzX.o
+ .debug_abbrev 0x0000000000000c17 0x12 /tmp/ccTaPb5k.o
+ .debug_abbrev 0x0000000000000c29 0x113 /tmp/cc6XVkRI.o
+ .debug_abbrev 0x0000000000000d3c 0x23c /tmp/ccvZIDd7.o
+ .debug_abbrev 0x0000000000000f78 0x117 /tmp/ccTEVTRv.o
+ .debug_abbrev 0x000000000000108f 0x139 /tmp/ccvICuLU.o
+ .debug_abbrev 0x00000000000011c8 0x14 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .debug_abbrev 0x00000000000011dc 0x14 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .debug_abbrev 0x00000000000011f0 0x14 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug_line 0x0000000000000000 0x17b1
+ *(.debug_line)
+ .debug_line 0x0000000000000000 0x3ec /tmp/cchCmUnQ.o
+ .debug_line 0x00000000000003ec 0x33d /tmp/cczzmF2c.o
+ .debug_line 0x0000000000000729 0x36e /tmp/cc4OHQ7z.o
+ .debug_line 0x0000000000000a97 0x2f9 /tmp/cc0OqFzX.o
+ .debug_line 0x0000000000000d90 0x77 /tmp/ccTaPb5k.o
+ .debug_line 0x0000000000000e07 0x1ab /tmp/cc6XVkRI.o
+ .debug_line 0x0000000000000fb2 0x466 /tmp/ccvZIDd7.o
+ .debug_line 0x0000000000001418 0xf4 /tmp/ccTEVTRv.o
+ .debug_line 0x000000000000150c 0x148 /tmp/ccvICuLU.o
+ .debug_line 0x0000000000001654 0x76 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .debug_line 0x00000000000016ca 0x7d /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .debug_line 0x0000000000001747 0x6a /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug_frame 0x0000000000000000 0x848
+ *(.debug_frame)
+ .debug_frame 0x0000000000000000 0x168 /tmp/cchCmUnQ.o
+ .debug_frame 0x0000000000000168 0xe8 /tmp/cczzmF2c.o
+ .debug_frame 0x0000000000000250 0x128 /tmp/cc4OHQ7z.o
+ .debug_frame 0x0000000000000378 0xb0 /tmp/cc0OqFzX.o
+ .debug_frame 0x0000000000000428 0x4c /tmp/cc6XVkRI.o
+ .debug_frame 0x0000000000000474 0x308 /tmp/ccvZIDd7.o
+ .debug_frame 0x000000000000077c 0x8c /tmp/ccTEVTRv.o
+ .debug_frame 0x0000000000000808 0x20 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ .debug_frame 0x0000000000000828 0x20 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+
+.debug_str 0x0000000000000000 0x12b2
+ *(.debug_str)
+ .debug_str 0x0000000000000000 0x965 /tmp/cchCmUnQ.o
+ 0xa11 (size before relaxing)
+ .debug_str 0x0000000000000965 0xdf /tmp/cczzmF2c.o
+ 0x8fc (size before relaxing)
+ .debug_str 0x0000000000000a44 0xa7 /tmp/cc4OHQ7z.o
+ 0x904 (size before relaxing)
+ .debug_str 0x0000000000000aeb 0xa2 /tmp/cc0OqFzX.o
+ 0x658 (size before relaxing)
+ .debug_str 0x0000000000000b8d 0x22 /tmp/ccTaPb5k.o
+ 0x57 (size before relaxing)
+ .debug_str 0x0000000000000baf 0x53 /tmp/cc6XVkRI.o
+ 0x219 (size before relaxing)
+ .debug_str 0x0000000000000c02 0x3ae /tmp/ccvZIDd7.o
+ 0x5bf (size before relaxing)
+ .debug_str 0x0000000000000fb0 0x39 /tmp/ccTEVTRv.o
+ 0x1b7 (size before relaxing)
+ .debug_str 0x0000000000000fe9 0x227 /tmp/ccvICuLU.o
+ 0x5ca (size before relaxing)
+ .debug_str 0x0000000000001210 0xa2 /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_udivsi3.o)
+ 0xae (size before relaxing)
+ .debug_str 0x00000000000012b2 0xae /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_divsi3.o)
+ .debug_str 0x00000000000012b2 0xae /usr/lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
+
+.debug_loc
+ *(.debug_loc)
+
+.debug_macinfo
+ *(.debug_macinfo)
+
+.debug_weaknames
+ *(.debug_weaknames)
+
+.debug_funcnames
+ *(.debug_funcnames)
+
+.debug_typenames
+ *(.debug_typenames)
+
+.debug_varnames
+ *(.debug_varnames)
+OUTPUT(main.elf elf32-littlearm)
+
+.debug_ranges 0x0000000000000000 0x38
+ .debug_ranges 0x0000000000000000 0x18 /tmp/cc0OqFzX.o
+ .debug_ranges 0x0000000000000018 0x20 /tmp/ccTaPb5k.o