diff --git a/ESP32-Console/build/.ninja_log b/ESP32-Console/build/.ninja_log index dfd8a3852..e78111866 100644 --- a/ESP32-Console/build/.ninja_log +++ b/ESP32-Console/build/.ninja_log @@ -1898,3 +1898,6 @@ 148179 148411 1736606401253807023 esp-idf/wifi_provisioning/libwifi_provisioning.a ff50a687467a5dd4 148111 148789 1736606401185804949 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 7862f2b129d0a3b4 148790 148840 1736606401865825692 esp-idf/main/libmain.a cd0eed6769da8813 +148841 163853 1736606416842279258 esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba +148841 163853 1736606416842279258 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba +163853 164482 1736606416927281815 ESP32-Console.elf dcedc965aeffc1e6 diff --git a/ESP32-Console/build/ESP32-Console.elf b/ESP32-Console/build/ESP32-Console.elf index e38a340d6..2b71ff996 100755 Binary files a/ESP32-Console/build/ESP32-Console.elf and b/ESP32-Console/build/ESP32-Console.elf differ diff --git a/ESP32-Console/build/ESP32-Console.map b/ESP32-Console/build/ESP32-Console.map index 50387f52f..0cec20352 100644 --- a/ESP32-Console/build/ESP32-Console.map +++ b/ESP32-Console/build/ESP32-Console.map @@ -54,8 +54,6 @@ esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/esp_system/libesp_system.a(system_internal.c.obj) (wdt_hal_init) -esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) (uart_hal_write_txfifo) esp-idf/hal/libhal.a(brownout_hal.c.obj) esp-idf/esp_system/libesp_system.a(brownout.c.obj) (brownout_hal_config) esp-idf/log/liblog.a(log.c.obj) @@ -123,7 +121,7 @@ esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/freertos/libfreertos.a(list.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) (vListInitialise) esp-idf/newlib/libnewlib.a(abort.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (abort) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (abort) esp-idf/newlib/libnewlib.a(assert.c.obj) (__assert_func) esp-idf/newlib/libnewlib.a(heap.c.obj) @@ -164,10 +162,6 @@ esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) (esp_timer_impl_get_time) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) (timestamp_id) -esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - (uart_vfs_include_dev_init) -esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (uart_set_word_length) esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) esp-idf/esp_system/libesp_system.a(panic.c.obj) (esp_apptrace_flush_nolock) esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) @@ -185,7 +179,7 @@ esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (esp_vfs_include_console_register) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (esp_vfs_register) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) (esp_vfs_register) esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) (esp_system_include_coredump_init) esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) @@ -206,8 +200,6 @@ esp-idf/console/libconsole.a(esp_console_common.c.obj) esp-idf/main/libmain.a(main.c.obj) (esp_console_start_repl) esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) (linenoiseSetMultiLine) -esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - esp-idf/main/libmain.a(main.c.obj) (esp_console_new_repl_uart) esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) (esp_console_init) esp-idf/console/libconsole.a(split_argv.c.obj) @@ -233,7 +225,7 @@ esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) esp-idf/riscv/libriscv.a(vectors_intc.S.obj) esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (_vector_table) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (gpio_set_level) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (gpio_sleep_set_direction) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (rtc_gpio_is_valid_gpio) esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) @@ -314,8 +306,6 @@ esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (spi_flash_encryption_hal_enable) esp-idf/hal/libhal.a(systimer_hal.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_hal_init) -esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_hal_get_sclk) esp-idf/hal/libhal.a(gpio_hal.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) @@ -324,26 +314,18 @@ esp-idf/soc/libsoc.a(interrupts.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_isr_names) esp-idf/soc/libsoc.a(gpio_periph.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (GPIO_HOLD_MASK) -esp-idf/soc/libsoc.a(uart_periph.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_periph_signal) esp-idf/soc/libsoc.a(spi_periph.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) esp-idf/freertos/libfreertos.a(heap_idf.c.obj) (esp_ptr_byte_accessible) esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) -esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (periph_rtc_dig_clk8m_enable) esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (esp_fill_random) esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_gpio_reserve) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) (temperature_sensor_power_acquire) -esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (esp_clk_tree_src_get_freq_hz) -esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) (esp_clk_tree_rc_fast_d256_get_freq_hz) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_bus_lock_register_dev) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) @@ -356,16 +338,12 @@ esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) (esp_crypto_hmac_lock_acquire) esp-idf/freertos/libfreertos.a(portasm.S.obj) esp-idf/riscv/libriscv.a(vectors.S.obj) (rtos_int_enter) -esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (xQueueCreateWithCaps) -esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xEventGroupCreateStatic) -esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xStreamBufferGenericCreateStatic) esp-idf/newlib/libnewlib.a(stdatomic.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) (__atomic_compare_exchange_4) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) (xRingbufferCreate) +esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) (uart_set_pin) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) esp-idf/main/libmain.a(main.c.obj) (nvs_flash_init) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) @@ -430,20 +408,36 @@ esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) -esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) (clk_hal_lp_slow_get_freq_hz) +esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_hal_get_sclk) +esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_hal_txfifo_rst) esp-idf/hal/libhal.a(adc_hal_common.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (adc_hal_set_calibration_param) esp-idf/hal/libhal.a(aes_hal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) (aes_hal_setkey) esp-idf/hal/libhal.a(hmac_hal.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) (hmac_hal_start) +esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_periph_signal) esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (temperature_sensor_attributes) +esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (periph_rtc_dig_clk8m_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (esp_clk_tree_src_get_freq_hz) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) (esp_clk_tree_rc_fast_d256_get_freq_hz) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (spicommon_periph_claim) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (gdma_new_ahb_channel) +esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (xQueueCreateWithCaps) +esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xEventGroupCreateStatic) +esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xStreamBufferGenericCreateStatic) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) (mbedtls_sha256_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) @@ -452,6 +446,8 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (esp_sha_dma_start) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (esp_ota_get_running_partition) +esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) (clk_hal_lp_slow_get_freq_hz) esp-idf/hal/libhal.a(gdma_hal_top.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_hal_deinit) esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) @@ -513,7 +509,7 @@ esp-idf/soc/libsoc.a(gdma_periph.c.obj) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (__udivdi3) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (__udivdi3) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) @@ -1984,9 +1980,6 @@ Discarded input sections .bss 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_deinit 0x00000000 0x9a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) .text 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) .data 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) .bss 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) @@ -2199,6 +2192,8 @@ Discarded input sections .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.2 0x00000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.3 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .text.esp_clk_rtc_time 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .text.esp_clk_private_lock @@ -2533,6 +2528,10 @@ Discarded input sections 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.uxTaskResetEventItemValue 0x00000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.ulTaskGenericNotifyTake.str1.4 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskGenericNotifyTake + 0x00000000 0xf4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.xTaskGenericNotifyWait 0x00000000 0x12c esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.xTaskGenericNotifyFromISR @@ -2571,6 +2570,8 @@ Discarded input sections 0x00000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.11 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.12 + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.15 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.17 @@ -2651,6 +2652,7 @@ Discarded input sections .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.realloc 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) .text.memalign 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) .text.aligned_alloc @@ -2704,6 +2706,7 @@ Discarded input sections .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) .text.adjtime 0x00000000 0x15a esp-idf/newlib/libnewlib.a(time.c.obj) + .text.usleep 0x00000000 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) .text.sleep 0x00000000 0x20 esp-idf/newlib/libnewlib.a(time.c.obj) .text.clock_settime 0x00000000 0x54 esp-idf/newlib/libnewlib.a(time.c.obj) @@ -3002,146 +3005,6 @@ Discarded input sections .debug_frame 0x00000000 0x74 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_set_rx_line_endings - 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_set_tx_line_endings - 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_dequeue - 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_sclk_freq - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_line_inverse - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_sw_flow_ctrl.str1.4 - 0x00000000 0x76 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_sw_flow_ctrl - 0x00000000 0x11a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_hw_flow_ctrl - 0x00000000 0x108 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_hw_flow_ctrl - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_clear_intr_status - 0x00000000 0x60 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_intr_mask - 0x00000000 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_pop_pos - 0x00000000 0xa8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_get_pos - 0x00000000 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_enable_pattern_det_baud_intr.str1.4 - 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_pattern_det_baud_intr - 0x00000000 0x15c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_disable_pattern_det_intr - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_rx_intr - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rts.str1.4 - 0x00000000 0x4c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rts - 0x00000000 0xd2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_dtr - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_tx_idle_num.str1.4 - 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_tx_idle_num - 0x00000000 0xc0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_tx_chars - 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_write_bytes_with_break - 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_tx_buffer_free_size.str1.4 - 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_tx_buffer_free_size - 0x00000000 0xdc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_mode.str1.4 - 0x00000000 0x4c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_mode - 0x00000000 0x17c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rx_full_threshold.str1.4 - 0x00000000 0x7f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rx_full_threshold - 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_tx_empty_threshold.str1.4 - 0x00000000 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_tx_empty_threshold - 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rx_timeout.str1.4 - 0x00000000 0x3e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rx_timeout - 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_collision_flag.str1.4 - 0x00000000 0x63 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_collision_flag - 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_wakeup_threshold.str1.4 - 0x00000000 0x3f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_wakeup_threshold - 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_wakeup_threshold.str1.4 - 0x00000000 0x31 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_wakeup_threshold - 0x00000000 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_wait_tx_idle_polling - 0x00000000 0xae esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_loop_back - 0x00000000 0x62 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_always_rx_timeout - 0x00000000 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.48 - 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.47 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.46 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.45 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.44 - 0x00000000 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.43 - 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.42 - 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.41 - 0x00000000 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.40 - 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.35 - 0x00000000 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.31 - 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.29 - 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.24 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.23 - 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.22 - 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.18 - 0x00000000 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.16 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.15 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.13 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.12 - 0x00000000 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.11 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.10 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.9 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.8 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text 0x00000000 0x0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .data 0x00000000 0x0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .bss 0x00000000 0x0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) @@ -3201,10 +3064,6 @@ Discarded input sections 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_vfs_set_rx_line_endings 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.usb_serial_jtag_vfs_register.str1.4 - 0x00000000 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_register - 0x00000000 0x24 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_vfs_use_nonblocking 0x00000000 0x66 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_vfs_use_driver @@ -3331,6 +3190,10 @@ Discarded input sections 0x00000000 0x94 esp-idf/vfs/libvfs.a(vfs.c.obj) .text.esp_vfs_select 0x00000000 0x4b6 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_select_triggered + 0x00000000 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_select_triggered_isr + 0x00000000 0x50 esp-idf/vfs/libvfs.a(vfs.c.obj) .text.tcflow 0x00000000 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) .text.tcgetsid 0x00000000 0x7e esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -3395,62 +3258,435 @@ Discarded input sections .text 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_common.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_common.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_setup_prompt.str1.4 + 0x00000000 0x1c esp-idf/console/libconsole.a(esp_console_common.c.obj) + .text.esp_console_setup_prompt + 0x00000000 0x68 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_setup_history.str1.4 + 0x00000000 0x4d esp-idf/console/libconsole.a(esp_console_common.c.obj) + .text.esp_console_setup_history + 0x00000000 0x5c esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_common_init.str1.4 + 0x00000000 0x3 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .text.esp_console_common_init + 0x00000000 0x92 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_repl_task.str1.4 + 0x00000000 0x1ac esp-idf/console/libconsole.a(esp_console_common.c.obj) + .text.esp_console_repl_task + 0x00000000 0x1a6 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata 0x00000000 0x14 esp-idf/console/libconsole.a(esp_console_common.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.abInit 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .text.prompt_len_ignore_escape_seq + 0x00000000 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.sanitize + 0x00000000 0x32 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.flushWrite + 0x00000000 0x46 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.abAppend + 0x00000000 0x4c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.abFree 0x00000000 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.freeCompletions + 0x00000000 0x3e esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.getCursorPosition.str1.4 + 0x00000000 0x6 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.getCursorPosition + 0x00000000 0x100 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.getColumns.str1.4 + 0x00000000 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.getColumns + 0x00000000 0x10c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseBeep + 0x00000000 0x26 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseDumb.str1.4 + 0x00000000 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseDumb + 0x00000000 0xea esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetMultiLine + 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetDumbMode + 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseIsDumbMode + 0x00000000 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseClearScreen.str1.4 + 0x00000000 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseClearScreen + 0x00000000 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetCompletionCallback + 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetHintsCallback + 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseSetFreeHintsCallback 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseAddCompletion + 0x00000000 0x74 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.refreshShowHints.str1.4 + 0x00000000 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.refreshShowHints + 0x00000000 0xec esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.refreshMultiLine.str1.4 + 0x00000000 0x1b esp-idf/console/libconsole.a(linenoise.c.obj) + .text.refreshMultiLine + 0x00000000 0x24e esp-idf/console/libconsole.a(linenoise.c.obj) + .text.refreshSingleLine + 0x00000000 0x140 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.refreshLine + 0x00000000 0x26 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.completeLine.str1.4 + 0x00000000 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.completeLine + 0x00000000 0x15e esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditInsert + 0x00000000 0xf0 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseInsertPastedChar + 0x00000000 0x7a esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditMoveLeft + 0x00000000 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditMoveRight + 0x00000000 0x20 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditMoveHome + 0x00000000 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditMoveEnd + 0x00000000 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditHistoryNext + 0x00000000 0xce esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditDelete + 0x00000000 0x4a esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditBackspace + 0x00000000 0x4c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEditDeletePrevWord + 0x00000000 0x7e esp-idf/console/libconsole.a(linenoise.c.obj) + .text.getMillis + 0x00000000 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseAllowEmpty 0x00000000 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseProbe.str1.4 + 0x00000000 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseProbe + 0x00000000 0xe0 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseFree + 0x00000000 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseHistoryFree 0x00000000 0x50 esp-idf/console/libconsole.a(linenoise.c.obj) - .text 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .data 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .bss 0x00000000 0x0 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .text.linenoiseHistoryAdd + 0x00000000 0xf8 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseEdit.str1.4 + 0x00000000 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseEdit + 0x00000000 0x478 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseRaw + 0x00000000 0x48 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoise + 0x00000000 0x80 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseHistorySetMaxLen + 0x00000000 0xd6 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseHistorySave.str1.4 + 0x00000000 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseHistorySave + 0x00000000 0x6a esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseHistoryLoad.str1.4 + 0x00000000 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseHistoryLoad + 0x00000000 0xa6 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetMaxLineLen + 0x00000000 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.__func__.0 + 0x00000000 0xb esp-idf/console/libconsole.a(linenoise.c.obj) + .sdata.allow_empty + 0x00000000 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.history 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.history_len + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sdata.history_max_len + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.dumbmode + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.mlmode 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sdata.max_cmdline_length + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.freeHintsCallback + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.hintsCallback + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .sbss.completionCallback + 0x00000000 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_info 0x00000000 0x30ac esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_abbrev 0x00000000 0x4aa esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_loc 0x00000000 0x14c9 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_aranges + 0x00000000 0x190 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_ranges 0x00000000 0x268 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_line 0x00000000 0x3422 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_str 0x00000000 0xe12 esp-idf/console/libconsole.a(linenoise.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_frame 0x00000000 0x664 esp-idf/console/libconsole.a(linenoise.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(linenoise.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(commands.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(commands.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(commands.c.obj) + .text.find_command_by_name + 0x00000000 0x54 esp-idf/console/libconsole.a(commands.c.obj) + .rodata.print_arg_help.str1.4 + 0x00000000 0x1c esp-idf/console/libconsole.a(commands.c.obj) + .text.print_arg_help + 0x00000000 0x84 esp-idf/console/libconsole.a(commands.c.obj) + .rodata.help_command.str1.4 + 0x00000000 0x7b esp-idf/console/libconsole.a(commands.c.obj) + .text.help_command + 0x00000000 0xd2 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_init + 0x00000000 0x96 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_deinit + 0x00000000 0x7c esp-idf/console/libconsole.a(commands.c.obj) + .rodata.esp_console_cmd_register.str1.4 + 0x00000000 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_cmd_register + 0x00000000 0x152 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_get_completion + 0x00000000 0x5c esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_get_hint + 0x00000000 0x78 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_run + 0x00000000 0xde esp-idf/console/libconsole.a(commands.c.obj) + .rodata.esp_console_register_help_command.str1.4 + 0x00000000 0x96 esp-idf/console/libconsole.a(commands.c.obj) + .text.esp_console_register_help_command + 0x00000000 0x78 esp-idf/console/libconsole.a(commands.c.obj) + .sbss.help_args + 0x00000000 0x8 esp-idf/console/libconsole.a(commands.c.obj) + .sbss.s_tmp_line_buf + 0x00000000 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .data.s_config + 0x00000000 0x14 esp-idf/console/libconsole.a(commands.c.obj) + .sbss.s_cmd_list + 0x00000000 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .debug_info 0x00000000 0x178d esp-idf/console/libconsole.a(commands.c.obj) + .debug_abbrev 0x00000000 0x391 esp-idf/console/libconsole.a(commands.c.obj) + .debug_loc 0x00000000 0x699 esp-idf/console/libconsole.a(commands.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/console/libconsole.a(commands.c.obj) + .debug_ranges 0x00000000 0x90 esp-idf/console/libconsole.a(commands.c.obj) + .debug_line 0x00000000 0xfae esp-idf/console/libconsole.a(commands.c.obj) + .debug_str 0x00000000 0xacb esp-idf/console/libconsole.a(commands.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(commands.c.obj) + .debug_frame 0x00000000 0x1bc esp-idf/console/libconsole.a(commands.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(commands.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(split_argv.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(split_argv.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(split_argv.c.obj) + .text.esp_console_split_argv + 0x00000000 0x10a esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_info 0x00000000 0x1bc esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_abbrev 0x00000000 0xce esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_loc 0x00000000 0x33a esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_ranges 0x00000000 0x40 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_line 0x00000000 0x3eb esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_str 0x00000000 0x2c7 esp-idf/console/libconsole.a(split_argv.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_frame 0x00000000 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(split_argv.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(arg_dstr.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(arg_dstr.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_create + 0x00000000 0x32 esp-idf/console/libconsole.a(arg_dstr.c.obj) .text.arg_dstr_set 0x00000000 0xbe esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_cstr + 0x00000000 0x4 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_free + 0x00000000 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.setup_append_buf + 0x00000000 0xec esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_cat + 0x00000000 0x54 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_catf + 0x00000000 0xce esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_catc + 0x00000000 0x32 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_reset + 0x00000000 0x42 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .text.arg_dstr_destroy + 0x00000000 0x24 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_info 0x00000000 0x7b8 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_abbrev 0x00000000 0x252 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_loc 0x00000000 0x4b2 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_ranges 0x00000000 0x70 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_line 0x00000000 0x9aa esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_str 0x00000000 0x402 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_frame 0x00000000 0x17c esp-idf/console/libconsole.a(arg_dstr.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(arg_dstr.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(arg_end.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(arg_end.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_end_resetfn + 0x00000000 0x6 esp-idf/console/libconsole.a(arg_end.c.obj) + .rodata.arg_end_errorfn.str1.4 + 0x00000000 0xaa esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_end_errorfn + 0x00000000 0xfa esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_end 0x00000000 0x6a esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_print_errors_ds + 0x00000000 0x54 esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_print_errors + 0x00000000 0x54 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_info 0x00000000 0xe90 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_abbrev 0x00000000 0x2cb esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_loc 0x00000000 0x345 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_ranges 0x00000000 0x48 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_line 0x00000000 0x652 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_str 0x00000000 0x7ea esp-idf/console/libconsole.a(arg_end.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_frame 0x00000000 0xc4 esp-idf/console/libconsole.a(arg_end.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(arg_end.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(arg_str.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(arg_str.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.arg_str_resetfn.str1.4 + 0x00000000 0x1 esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_str_resetfn + 0x00000000 0x24 esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_str_scanfn + 0x00000000 0x28 esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_str_checkfn + 0x00000000 0xa esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.arg_str_errorfn.str1.4 + 0x00000000 0x2b esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_str_errorfn + 0x00000000 0xb6 esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.arg_strn.str1.4 + 0x00000000 0x9 esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_strn + 0x00000000 0xb8 esp-idf/console/libconsole.a(arg_str.c.obj) + .text.arg_str0 + 0x00000000 0x18 esp-idf/console/libconsole.a(arg_str.c.obj) .text.arg_str1 0x00000000 0x18 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_info 0x00000000 0x6fc esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_abbrev 0x00000000 0x1ea esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_loc 0x00000000 0x520 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_ranges 0x00000000 0x40 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_line 0x00000000 0x5de esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_str 0x00000000 0x441 esp-idf/console/libconsole.a(arg_str.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_frame 0x00000000 0xe0 esp-idf/console/libconsole.a(arg_str.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(arg_str.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(arg_utils.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(arg_utils.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(arg_utils.c.obj) + .rodata.panic.str1.4 + 0x00000000 0xc esp-idf/console/libconsole.a(arg_utils.c.obj) + .text.panic 0x00000000 0x5a esp-idf/console/libconsole.a(arg_utils.c.obj) .text.dbg_printf 0x00000000 0x38 esp-idf/console/libconsole.a(arg_utils.c.obj) .text.arg_set_panic 0x00000000 0xa esp-idf/console/libconsole.a(arg_utils.c.obj) + .rodata.argtable3_xmalloc.str1.4 + 0x00000000 0x10 esp-idf/console/libconsole.a(arg_utils.c.obj) + .text.argtable3_xmalloc + 0x00000000 0x30 esp-idf/console/libconsole.a(arg_utils.c.obj) .text.argtable3_xcalloc 0x00000000 0x40 esp-idf/console/libconsole.a(arg_utils.c.obj) .text.argtable3_xrealloc 0x00000000 0x34 esp-idf/console/libconsole.a(arg_utils.c.obj) + .text.argtable3_xfree + 0x00000000 0x12 esp-idf/console/libconsole.a(arg_utils.c.obj) .text.merge 0x00000000 0x118 esp-idf/console/libconsole.a(arg_utils.c.obj) .text.arg_mgsort 0x00000000 0x7e esp-idf/console/libconsole.a(arg_utils.c.obj) + .sdata.s_panic + 0x00000000 0x4 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_info 0x00000000 0xf8d esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_abbrev 0x00000000 0x2f9 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_loc 0x00000000 0x5b6 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_ranges 0x00000000 0x50 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_line 0x00000000 0x7fc esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_str 0x00000000 0x754 esp-idf/console/libconsole.a(arg_utils.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_frame 0x00000000 0x168 esp-idf/console/libconsole.a(arg_utils.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(arg_utils.c.obj) .text 0x00000000 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) .data 0x00000000 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) .bss 0x00000000 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_register_error + 0x00000000 0x5a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_endindex + 0x00000000 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_parse_untagged + 0x00000000 0xf0 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_parse_check + 0x00000000 0x5a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_reset + 0x00000000 0x3a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_cat 0x00000000 0x3e esp-idf/console/libconsole.a(argtable3.c.obj) + .text.alloc_shortoptions + 0x00000000 0xb8 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.alloc_longoptions + 0x00000000 0x15e esp-idf/console/libconsole.a(argtable3.c.obj) + .text.find_shortoption + 0x00000000 0x46 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_parse_tagged + 0x00000000 0x1d2 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_cat_optionv.str1.4 + 0x00000000 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_cat_optionv + 0x00000000 0x186 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_cat_option + 0x00000000 0x18e esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_gnuswitch_ds.str1.4 + 0x00000000 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_gnuswitch_ds + 0x00000000 0xe2 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_formatted_ds.str1.4 + 0x00000000 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_formatted_ds + 0x00000000 0x128 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_parse + 0x00000000 0xc8 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_option_ds.str1.4 + 0x00000000 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_option_ds + 0x00000000 0x7a esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_option 0x00000000 0x64 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_syntax_ds.str1.4 + 0x00000000 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_syntax_ds + 0x00000000 0x190 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_syntax 0x00000000 0x54 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_syntaxv_ds 0x00000000 0x186 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_syntaxv 0x00000000 0x54 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_glossary_ds.str1.4 + 0x00000000 0xf esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_glossary_ds + 0x00000000 0x9c esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_glossary + 0x00000000 0x54 esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_print_formatted + 0x00000000 0x5c esp-idf/console/libconsole.a(argtable3.c.obj) .rodata.arg_print_glossary_gnu_ds.str1.4 0x00000000 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_glossary_gnu_ds @@ -3463,6 +3699,18 @@ Discarded input sections 0x00000000 0x3e esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_freetable 0x00000000 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_info 0x00000000 0x2d4c esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_abbrev 0x00000000 0x3ee esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_loc 0x00000000 0x1f92 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_aranges + 0x00000000 0x100 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_ranges 0x00000000 0x228 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_line 0x00000000 0x26b8 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_str 0x00000000 0xb9a esp-idf/console/libconsole.a(argtable3.c.obj) + .comment 0x00000000 0x30 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_frame 0x00000000 0x520 esp-idf/console/libconsole.a(argtable3.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/console/libconsole.a(argtable3.c.obj) .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) @@ -4099,31 +4347,6 @@ Discarded input sections 0x00000000 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) .text.systimer_hal_counter_value_advance 0x00000000 0x78 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_hw_flow_ctrl - 0x00000000 0x24 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_sw_flow_ctrl - 0x00000000 0x76 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_at_cmd_char - 0x00000000 0x82 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_dtr - 0x00000000 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_wakeup_thrd - 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_wakeup_thrd - 0x00000000 0xe esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_mode - 0x00000000 0x10e esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_is_hw_rts_en - 0x00000000 0xa esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_inverse_signal - 0x00000000 0xb8 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_loop_back - 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_max_rx_timeout_thrd - 0x00000000 0x1e esp-idf/hal/libhal.a(uart_hal.c.obj) .text 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) .data 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) @@ -4156,9 +4379,6 @@ Discarded input sections .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) .text 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) .data 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) @@ -4181,11 +4401,6 @@ Discarded input sections .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .text.periph_rtc_dig_clk8m_get_freq - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) @@ -4257,12 +4472,6 @@ Discarded input sections .debug_frame 0x00000000 0xcc esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) @@ -4434,223 +4643,6 @@ Discarded input sections 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.prvTaskDeleteWithCaps - 0x00000000 0x102 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.prvTaskDeleteWithCapsTask - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xTaskCreatePinnedToCoreWithCaps - 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.vTaskDeleteWithCaps.str1.4 - 0x00000000 0xed esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vTaskDeleteWithCaps - 0x00000000 0x108 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xStreamBufferGenericCreateWithCaps - 0x00000000 0x96 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vStreamBufferGenericDeleteWithCaps - 0x00000000 0x90 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xEventGroupCreateWithCaps - 0x00000000 0x42 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vEventGroupDeleteWithCaps - 0x00000000 0x58 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.0 - 0x00000000 0x1a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.1 - 0x00000000 0x23 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.4 - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.5 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.prvTestWaitCondition - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupCreateStatic.str1.4 - 0x00000000 0xab esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupCreateStatic - 0x00000000 0xaa esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupCreate - 0x00000000 0x5c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupWaitBits.str1.4 - 0x00000000 0x9f esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupWaitBits - 0x00000000 0x19c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupClearBits.str1.4 - 0x00000000 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupClearBits - 0x00000000 0x8c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupGetBitsFromISR - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupSetBits.str1.4 - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupSetBits - 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupSync - 0x00000000 0x15e esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.vEventGroupDelete.str1.4 - 0x00000000 0x72 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.vEventGroupDelete - 0x00000000 0x9a esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupGetStaticBuffer.str1.4 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupGetStaticBuffer - 0x00000000 0x68 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.vEventGroupSetBitsCallback - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.vEventGroupClearBitsCallback - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.0 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.1 - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.2 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.3 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.4 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.5 - 0x00000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.6 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.7 - 0x00000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_info 0x00000000 0x10ee esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_abbrev 0x00000000 0x2df esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_loc 0x00000000 0xe17 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_aranges - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_ranges 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_line 0x00000000 0x112d esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_str 0x00000000 0x84a esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_frame 0x00000000 0x1c8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvBytesInBuffer - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvInitialiseNewStreamBuffer.str1.4 - 0x00000000 0x82 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvInitialiseNewStreamBuffer - 0x00000000 0x7c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvWriteBytesToBuffer.str1.4 - 0x00000000 0x81 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvWriteBytesToBuffer - 0x00000000 0xe8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvWriteMessageToBuffer - 0x00000000 0x64 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvReadBytesFromBuffer.str1.4 - 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvReadBytesFromBuffer - 0x00000000 0xbe esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvReadMessageFromBuffer - 0x00000000 0x66 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGenericCreate.str1.4 - 0x00000000 0xa3 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGenericCreate - 0x00000000 0x110 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGenericCreateStatic.str1.4 - 0x00000000 0x56 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGenericCreateStatic - 0x00000000 0x142 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGetStaticBuffers.str1.4 - 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGetStaticBuffers - 0x00000000 0x90 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.vStreamBufferDelete - 0x00000000 0x50 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReset - 0x00000000 0x70 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSetTriggerLevel - 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSpacesAvailable - 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferBytesAvailable - 0x00000000 0x38 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferSend.str1.4 - 0x00000000 0x62 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSend - 0x00000000 0x1b8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSendFromISR - 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferReceive.str1.4 - 0x00000000 0x41 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceive - 0x00000000 0x162 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferNextMessageLengthBytes.str1.4 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferNextMessageLengthBytes - 0x00000000 0x8c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceiveFromISR - 0x00000000 0xd8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferIsEmpty - 0x00000000 0x3e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferIsFull - 0x00000000 0x54 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSendCompletedFromISR - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceiveCompletedFromISR - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.0 - 0x00000000 0x25 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.1 - 0x00000000 0x22 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.2 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.3 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.4 - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.5 - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.6 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.7 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.8 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.9 - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.11 - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.12 - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.13 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.14 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.15 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.16 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.17 - 0x00000000 0x1e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.18 - 0x00000000 0x21 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.19 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.20 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.21 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_info 0x00000000 0x20cd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_abbrev 0x00000000 0x34e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_loc 0x00000000 0x26b7 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_aranges - 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_ranges 0x00000000 0x108 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_line 0x00000000 0x1cdb esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_str 0x00000000 0xadd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_frame 0x00000000 0x3c4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) @@ -4929,6 +4921,8 @@ Discarded input sections 0x00000000 0x9e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.xRingbufferSendComplete 0x00000000 0xee esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceive + 0x00000000 0x52 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferReceiveSplit.str1.4 0x00000000 0x88 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.xRingbufferReceiveSplit @@ -4969,12 +4963,203 @@ Discarded input sections 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.15 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.19 + 0x00000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.22 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.23 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.36 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_dequeue + 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_sclk_freq + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_word_length + 0x00000000 0xbe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_word_length + 0x00000000 0x60 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_stop_bits.str1.4 + 0x00000000 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_stop_bits + 0x00000000 0xbe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_stop_bits + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_parity + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_parity + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_baudrate + 0x00000000 0x17a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_baudrate + 0x00000000 0xda esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_line_inverse + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_sw_flow_ctrl.str1.4 + 0x00000000 0x76 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_sw_flow_ctrl + 0x00000000 0x11a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_hw_flow_ctrl + 0x00000000 0x108 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_hw_flow_ctrl + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_clear_intr_status + 0x00000000 0x60 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_intr_mask + 0x00000000 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_pop_pos + 0x00000000 0xa8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_get_pos + 0x00000000 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_pattern_det_baud_intr.str1.4 + 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_pattern_det_baud_intr + 0x00000000 0x15c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_disable_pattern_det_intr + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_rx_intr + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x00000000 0x4c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rts + 0x00000000 0xd2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_dtr + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_tx_idle_num.str1.4 + 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_tx_idle_num + 0x00000000 0xc0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_wait_tx_done.str1.4 + 0x00000000 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_wait_tx_done + 0x00000000 0x236 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_tx_chars + 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_write_bytes_with_break + 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_tx_buffer_free_size.str1.4 + 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_tx_buffer_free_size + 0x00000000 0xdc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_flush_input.str1.4 + 0x00000000 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_flush_input + 0x00000000 0x20c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_is_driver_installed + 0x00000000 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_select_notif_callback + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_selectlock + 0x00000000 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x00000000 0x4c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_mode + 0x00000000 0x17c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x00000000 0x7f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rx_full_threshold + 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_tx_empty_threshold.str1.4 + 0x00000000 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_tx_empty_threshold + 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rx_timeout.str1.4 + 0x00000000 0x3e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rx_timeout + 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_collision_flag.str1.4 + 0x00000000 0x63 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_collision_flag + 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_wakeup_threshold.str1.4 + 0x00000000 0x3f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_wakeup_threshold + 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x00000000 0x31 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_wakeup_threshold + 0x00000000 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_wait_tx_idle_polling + 0x00000000 0xae esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_loop_back + 0x00000000 0x62 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_always_rx_timeout + 0x00000000 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.48 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.47 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.46 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.45 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.44 + 0x00000000 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.43 + 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.42 + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.41 + 0x00000000 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.40 + 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.36 + 0x00000000 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.35 + 0x00000000 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.31 + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.29 + 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__func__.28 + 0x00000000 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.27 + 0x00000000 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.24 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.23 + 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.22 + 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.13 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.12 + 0x00000000 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.10 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.8 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .sdata.uart_selectlock + 0x00000000 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) @@ -6143,13 +6328,44 @@ Discarded input sections .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_clock_output_setup - 0x00000000 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_clock_output_teardown - 0x00000000 0x46 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_ll_get_baudrate + 0x00000000 0x38 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_baudrate + 0x00000000 0x1e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_stop_bits + 0x00000000 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_data_bit_num + 0x00000000 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_parity + 0x00000000 0x1c esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_hw_flow_ctrl + 0x00000000 0x24 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sw_flow_ctrl + 0x00000000 0x76 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_at_cmd_char + 0x00000000 0x82 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_dtr + 0x00000000 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_wakeup_thrd + 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_wakeup_thrd + 0x00000000 0xe esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_mode + 0x00000000 0x10e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_is_hw_rts_en + 0x00000000 0xa esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_inverse_signal + 0x00000000 0xb8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_loop_back + 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_max_rx_timeout_thrd + 0x00000000 0x1e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) .text 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) .data 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) .bss 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) @@ -6265,6 +6481,9 @@ Discarded input sections .debug_frame 0x00000000 0xfc esp-idf/hal/libhal.a(hmac_hal.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) .text 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) .data 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) @@ -6279,6 +6498,17 @@ Discarded input sections .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .text.periph_rtc_dig_clk8m_get_freq + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) @@ -6448,6 +6678,223 @@ Discarded input sections .debug_frame 0x00000000 0x4ec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) .riscv.attributes 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.prvTaskDeleteWithCaps + 0x00000000 0x102 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.prvTaskDeleteWithCapsTask + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xTaskCreatePinnedToCoreWithCaps + 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.vTaskDeleteWithCaps.str1.4 + 0x00000000 0xed esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vTaskDeleteWithCaps + 0x00000000 0x108 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xStreamBufferGenericCreateWithCaps + 0x00000000 0x96 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vStreamBufferGenericDeleteWithCaps + 0x00000000 0x90 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xEventGroupCreateWithCaps + 0x00000000 0x42 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vEventGroupDeleteWithCaps + 0x00000000 0x58 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.1 + 0x00000000 0x23 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.4 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.5 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.prvTestWaitCondition + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupCreateStatic.str1.4 + 0x00000000 0xab esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupCreateStatic + 0x00000000 0xaa esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupCreate + 0x00000000 0x5c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupWaitBits.str1.4 + 0x00000000 0x9f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupWaitBits + 0x00000000 0x19c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupClearBits.str1.4 + 0x00000000 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupClearBits + 0x00000000 0x8c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetBitsFromISR + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupSetBits.str1.4 + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupSetBits + 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupSync + 0x00000000 0x15e esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.vEventGroupDelete.str1.4 + 0x00000000 0x72 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupDelete + 0x00000000 0x9a esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupGetStaticBuffer.str1.4 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetStaticBuffer + 0x00000000 0x68 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupSetBitsCallback + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupClearBitsCallback + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.1 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.2 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.3 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.4 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.5 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.6 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.7 + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_info 0x00000000 0x10ee esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_abbrev 0x00000000 0x2df esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_loc 0x00000000 0xe17 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_aranges + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_ranges 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_line 0x00000000 0x112d esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_str 0x00000000 0x84a esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_frame 0x00000000 0x1c8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvBytesInBuffer + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvInitialiseNewStreamBuffer.str1.4 + 0x00000000 0x82 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvInitialiseNewStreamBuffer + 0x00000000 0x7c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvWriteBytesToBuffer.str1.4 + 0x00000000 0x81 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvWriteBytesToBuffer + 0x00000000 0xe8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvWriteMessageToBuffer + 0x00000000 0x64 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvReadBytesFromBuffer.str1.4 + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvReadBytesFromBuffer + 0x00000000 0xbe esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvReadMessageFromBuffer + 0x00000000 0x66 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGenericCreate.str1.4 + 0x00000000 0xa3 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGenericCreate + 0x00000000 0x110 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGenericCreateStatic.str1.4 + 0x00000000 0x56 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGenericCreateStatic + 0x00000000 0x142 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGetStaticBuffers.str1.4 + 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGetStaticBuffers + 0x00000000 0x90 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.vStreamBufferDelete + 0x00000000 0x50 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReset + 0x00000000 0x70 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSetTriggerLevel + 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSpacesAvailable + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferBytesAvailable + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferSend.str1.4 + 0x00000000 0x62 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSend + 0x00000000 0x1b8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSendFromISR + 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferReceive.str1.4 + 0x00000000 0x41 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceive + 0x00000000 0x162 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferNextMessageLengthBytes.str1.4 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferNextMessageLengthBytes + 0x00000000 0x8c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceiveFromISR + 0x00000000 0xd8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferIsEmpty + 0x00000000 0x3e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferIsFull + 0x00000000 0x54 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSendCompletedFromISR + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceiveCompletedFromISR + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.0 + 0x00000000 0x25 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.1 + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.2 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.3 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.5 + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.6 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.7 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.8 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.9 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.11 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.12 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.13 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.14 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.15 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.16 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.17 + 0x00000000 0x1e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.18 + 0x00000000 0x21 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.19 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.20 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.21 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_info 0x00000000 0x20cd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_abbrev 0x00000000 0x34e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_loc 0x00000000 0x26b7 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_aranges + 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_ranges 0x00000000 0x108 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_line 0x00000000 0x1cdb esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_str 0x00000000 0xadd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_frame 0x00000000 0x3c4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) @@ -6622,6 +7069,13 @@ Discarded input sections 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .sbss.s_ota_ops_entries_head 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_clock_output_setup + 0x00000000 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_clock_output_teardown + 0x00000000 0x46 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) @@ -7376,12 +7830,57 @@ Discarded input sections .text 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .text 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_info 0x00000000 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_abbrev 0x00000000 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_loclists + 0x00000000 0x17 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_line 0x00000000 0xcc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_str 0x00000000 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_line_str + 0x00000000 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_frame 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .text 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_info 0x00000000 0x8f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_abbrev 0x00000000 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_loclists + 0x00000000 0x4e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_line 0x00000000 0x103 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_str 0x00000000 0x4fb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_line_str + 0x00000000 0x2d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_frame 0x00000000 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .text 0x00000000 0xbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_info 0x00000000 0x9ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_abbrev 0x00000000 0x21c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_loclists + 0x00000000 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_line 0x00000000 0x245 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_str 0x00000000 0x52d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_line_str + 0x00000000 0x2f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_frame 0x00000000 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) .text 0x00000000 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) @@ -7399,8 +7898,25 @@ Discarded input sections .debug_frame 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) .riscv.attributes 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .text 0x00000000 0x19a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_info 0x00000000 0xe5f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_abbrev 0x00000000 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_loclists + 0x00000000 0x315 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_rnglists + 0x00000000 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_line 0x00000000 0x5ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_str 0x00000000 0x765 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_line_str + 0x00000000 0x368 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_frame 0x00000000 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) .text 0x00000000 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) @@ -7420,8 +7936,29 @@ Discarded input sections .debug_frame 0x00000000 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) .riscv.attributes 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .text 0x00000000 0x822 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .rodata.str1.4 + 0x00000000 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .sbss 0x00000000 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .sdata 0x00000000 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_info 0x00000000 0x15a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_abbrev 0x00000000 0x352 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_loclists + 0x00000000 0x7e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_rnglists + 0x00000000 0x31 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_line 0x00000000 0x12e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_str 0x00000000 0x6f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_line_str + 0x00000000 0x2f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_frame 0x00000000 0x130 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) .text 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) @@ -7452,60 +7989,348 @@ Discarded input sections .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .text 0x00000000 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_info 0x00000000 0x956 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_abbrev 0x00000000 0x233 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_loclists + 0x00000000 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_line 0x00000000 0x18a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_str 0x00000000 0x555 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_line_str + 0x00000000 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_frame 0x00000000 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .text 0x00000000 0x14a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_info 0x00000000 0xa9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_abbrev 0x00000000 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_loclists + 0x00000000 0x1af /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_line 0x00000000 0x394 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_str 0x00000000 0x565 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_line_str + 0x00000000 0x2e4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_frame 0x00000000 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .text 0x00000000 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_info 0x00000000 0x8dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_abbrev 0x00000000 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_loclists + 0x00000000 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_line 0x00000000 0x170 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_str 0x00000000 0x543 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_line_str + 0x00000000 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_frame 0x00000000 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .text 0x00000000 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_info 0x00000000 0x97e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_abbrev 0x00000000 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_loclists + 0x00000000 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line 0x00000000 0x14d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_str 0x00000000 0x521 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line_str + 0x00000000 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_frame 0x00000000 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .text 0x00000000 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_info 0x00000000 0x98a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_abbrev 0x00000000 0x246 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_loclists + 0x00000000 0xb7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line 0x00000000 0x19a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_str 0x00000000 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line_str + 0x00000000 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_frame 0x00000000 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .text 0x00000000 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_info 0x00000000 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_abbrev 0x00000000 0x253 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_loclists + 0x00000000 0xb6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line 0x00000000 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_str 0x00000000 0x5a2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line_str + 0x00000000 0x2ee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_frame 0x00000000 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .text 0x00000000 0xe2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_info 0x00000000 0xa86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_abbrev 0x00000000 0x274 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_loclists + 0x00000000 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line 0x00000000 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_str 0x00000000 0x5a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line_str + 0x00000000 0x2e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_frame 0x00000000 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .text 0x00000000 0xc0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_info 0x00000000 0x9e6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_abbrev 0x00000000 0x27a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_loclists + 0x00000000 0x129 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_rnglists + 0x00000000 0x1c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line 0x00000000 0x1f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_str 0x00000000 0x562 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line_str + 0x00000000 0x2d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_frame 0x00000000 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .text 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_info 0x00000000 0x8f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_abbrev 0x00000000 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_loclists + 0x00000000 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line 0x00000000 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_str 0x00000000 0x4fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line_str + 0x00000000 0x2d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_frame 0x00000000 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .text 0x00000000 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .rodata.str1.4 + 0x00000000 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_info 0x00000000 0xa49 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_abbrev 0x00000000 0x265 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_loclists + 0x00000000 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line 0x00000000 0x262 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_str 0x00000000 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line_str + 0x00000000 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_frame 0x00000000 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .text 0x00000000 0x64 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_info 0x00000000 0x90d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_abbrev 0x00000000 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_loclists + 0x00000000 0x69 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_line 0x00000000 0x163 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_str 0x00000000 0x50f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_line_str + 0x00000000 0x2d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_frame 0x00000000 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .text 0x00000000 0x1da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_info 0x00000000 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_abbrev 0x00000000 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_loclists + 0x00000000 0x105 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_line 0x00000000 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_str 0x00000000 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_line_str + 0x00000000 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_frame 0x00000000 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .text 0x00000000 0xf2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_info 0x00000000 0x9c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_abbrev 0x00000000 0x237 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_loclists + 0x00000000 0x13d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line 0x00000000 0x360 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_str 0x00000000 0x530 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line_str + 0x00000000 0x2ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_frame 0x00000000 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .text 0x00000000 0x90 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_info 0x00000000 0x9a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_abbrev 0x00000000 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_loclists + 0x00000000 0x7f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line 0x00000000 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_str 0x00000000 0x522 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line_str + 0x00000000 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_frame 0x00000000 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .text 0x00000000 0xbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_info 0x00000000 0xa0d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_abbrev 0x00000000 0x21e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_loclists + 0x00000000 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_line 0x00000000 0x2b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_str 0x00000000 0x53a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_line_str + 0x00000000 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_frame 0x00000000 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .text 0x00000000 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_info 0x00000000 0x9aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_abbrev 0x00000000 0x22d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_loclists + 0x00000000 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line 0x00000000 0x22a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_str 0x00000000 0x532 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line_str + 0x00000000 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_frame 0x00000000 0x64 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .text 0x00000000 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_info 0x00000000 0x992 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_abbrev 0x00000000 0x25a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_loclists + 0x00000000 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_rnglists + 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line 0x00000000 0x256 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_str 0x00000000 0x519 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line_str + 0x00000000 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_frame 0x00000000 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .text 0x00000000 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_info 0x00000000 0x99b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_abbrev 0x00000000 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_loclists + 0x00000000 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_line 0x00000000 0x272 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_str 0x00000000 0x529 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_line_str + 0x00000000 0x2ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_frame 0x00000000 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .text 0x00000000 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) @@ -8003,16 +8828,65 @@ Discarded input sections 0x00000000 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .text 0x00000000 0xe2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .sbss 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .sdata 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_info 0x00000000 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_abbrev 0x00000000 0x1c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_loclists + 0x00000000 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_rnglists + 0x00000000 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_line 0x00000000 0x2e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_str 0x00000000 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_line_str + 0x00000000 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_frame 0x00000000 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .text 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_info 0x00000000 0x89a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_abbrev 0x00000000 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_loclists + 0x00000000 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_line 0x00000000 0x89 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_str 0x00000000 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_line_str + 0x00000000 0x2dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_frame 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .text 0x00000000 0x166 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_info 0x00000000 0xddf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_abbrev 0x00000000 0x2be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_loclists + 0x00000000 0x21f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_line 0x00000000 0x55c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_str 0x00000000 0x761 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_line_str + 0x00000000 0x363 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_frame 0x00000000 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) .text 0x00000000 0xbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) @@ -8032,20 +8906,111 @@ Discarded input sections 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .text 0x00000000 0x1d5e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .rodata 0x00000000 0x13e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_info 0x00000000 0x20eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_abbrev 0x00000000 0x420 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_loclists + 0x00000000 0x15e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_rnglists + 0x00000000 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_line 0x00000000 0x3be9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_str 0x00000000 0x963 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_line_str + 0x00000000 0x406 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_frame 0x00000000 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .text 0x00000000 0x27e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata 0x00000000 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata.str1.4 + 0x00000000 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .srodata.cst8 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_info 0x00000000 0x2805 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_abbrev 0x00000000 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_loclists + 0x00000000 0x22dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_rnglists + 0x00000000 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line 0x00000000 0x4ef1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_str 0x00000000 0xc75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line_str + 0x00000000 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_frame 0x00000000 0xb8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .text 0x00000000 0x2212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .rodata.str1.4 + 0x00000000 0x9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .rodata 0x00000000 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_info 0x00000000 0x229c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_abbrev 0x00000000 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_loclists + 0x00000000 0x1abc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_rnglists + 0x00000000 0x1dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_line 0x00000000 0x4225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_str 0x00000000 0x9db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_line_str + 0x00000000 0x40b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_frame 0x00000000 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .text 0x00000000 0xae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_info 0x00000000 0xfa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_abbrev 0x00000000 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_loclists + 0x00000000 0xf7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_rnglists + 0x00000000 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_line 0x00000000 0x216 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_str 0x00000000 0x11b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_line_str + 0x00000000 0x201 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .text 0x00000000 0x208 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_info 0x00000000 0xab0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_abbrev 0x00000000 0x299 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_loclists + 0x00000000 0x185 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_line 0x00000000 0x5f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_str 0x00000000 0x582 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_line_str + 0x00000000 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_frame 0x00000000 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) .text 0x00000000 0x3a2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) @@ -8115,33 +9080,199 @@ Discarded input sections .debug_frame 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) .riscv.attributes 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .text 0x00000000 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .sbss 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .text 0x00000000 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .srodata.cst4 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_info 0x00000000 0xcb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_abbrev 0x00000000 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_loclists + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_line 0x00000000 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_str 0x00000000 0x12a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_line_str + 0x00000000 0x204 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .text 0x00000000 0x10be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .rodata.str1.4 + 0x00000000 0x15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .rodata 0x00000000 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .srodata.cst8 0x00000000 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .srodata.cst4 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_info 0x00000000 0x1e11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_abbrev 0x00000000 0x50e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_loclists + 0x00000000 0x1117 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_rnglists + 0x00000000 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_line 0x00000000 0x22d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_str 0x00000000 0xa78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_line_str + 0x00000000 0x3e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_frame 0x00000000 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .text 0x00000000 0x20c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_info 0x00000000 0xe15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_abbrev 0x00000000 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_loclists + 0x00000000 0x324 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_line 0x00000000 0x59e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_str 0x00000000 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_line_str + 0x00000000 0x363 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_frame 0x00000000 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .text 0x00000000 0x1fc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_info 0x00000000 0xe11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_abbrev 0x00000000 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_loclists + 0x00000000 0x320 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_line 0x00000000 0x58c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_str 0x00000000 0x779 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_line_str + 0x00000000 0x366 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_frame 0x00000000 0xb0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .text 0x00000000 0x76 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .rodata.str1.4 + 0x00000000 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_info 0x00000000 0xbf6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_abbrev 0x00000000 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_loclists + 0x00000000 0xf2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_line 0x00000000 0x1b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_str 0x00000000 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_line_str + 0x00000000 0x348 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_frame 0x00000000 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .text 0x00000000 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_info 0x00000000 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_abbrev 0x00000000 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_loclists + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_line 0x00000000 0x79 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_str 0x00000000 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_line_str + 0x00000000 0x2cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .text 0x00000000 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_info 0x00000000 0xad7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_abbrev 0x00000000 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_loclists + 0x00000000 0x33 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_line 0x00000000 0xc4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_str 0x00000000 0x6c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_line_str + 0x00000000 0x35f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .text 0x00000000 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .srodata.cst8 0x00000000 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_info 0x00000000 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_abbrev 0x00000000 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_loclists + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_line 0x00000000 0x72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_str 0x00000000 0x125 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_line_str + 0x00000000 0x201 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .text 0x00000000 0x612 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .rodata.str1.4 + 0x00000000 0x75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_info 0x00000000 0x126a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_abbrev 0x00000000 0x3c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_loclists + 0x00000000 0x858 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_rnglists + 0x00000000 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_line 0x00000000 0x101c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_str 0x00000000 0x8d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_line_str + 0x00000000 0x3e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_frame 0x00000000 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .text 0x00000000 0x1da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_info 0x00000000 0x347 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_abbrev 0x00000000 0x187 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_loclists + 0x00000000 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_line 0x00000000 0x5ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_str 0x00000000 0x24b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_line_str + 0x00000000 0x22b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_frame 0x00000000 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) .text 0x00000000 0x5fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) @@ -8371,8 +9502,25 @@ Discarded input sections .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unordsf2.o) .riscv.attributes 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unordsf2.o) + .text 0x00000000 0x178 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_info 0x00000000 0x398 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_abbrev 0x00000000 0x197 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_loclists + 0x00000000 0x231 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_rnglists + 0x00000000 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_line 0x00000000 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_str 0x00000000 0x221 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_line_str + 0x00000000 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_frame 0x00000000 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) .text 0x00000000 0x116 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) @@ -11097,7 +12245,7 @@ END GROUP 0x00000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) 0x00000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) -.iram0.text 0x40380000 0xd95a +.iram0.text 0x40380000 0xd71c 0x40380000 _iram_start = ABSOLUTE (.) 0x00000001 ASSERT (((ABSOLUTE (.) % 0x100) == 0x0), vector address must be 256 byte aligned) *(.exception_vectors_table.text) @@ -11106,298 +12254,294 @@ END GROUP 0x40380000 _vector_table *(.exception_vectors.text) .exception_vectors.text - 0x40380102 0x1d8 esp-idf/riscv/libriscv.a(vectors.S.obj) + 0x40380102 0x1d6 esp-idf/riscv/libriscv.a(vectors.S.obj) 0x40380102 _panic_handler - 0x403801dc _interrupt_handler - 0x403802dc . = ALIGN (0x4) - *fill* 0x403802da 0x2 - 0x403802dc _invalid_pc_placeholder = ABSOLUTE (.) - 0x403802dc _iram_text_start = ABSOLUTE (.) + 0x403801da _interrupt_handler + 0x403802d8 . = ALIGN (0x4) + *fill* 0x403802d8 0x0 + 0x403802d8 _invalid_pc_placeholder = ABSOLUTE (.) + 0x403802d8 _iram_text_start = ABSOLUTE (.) *(.iram1 .iram1.*) - .iram1.0 0x403802dc 0x2e2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - 0x403802dc call_start_cpu0 - .iram1.1 0x403805be 0x4a esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .iram1.0 0x40380608 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - 0x40380608 esp_reset_reason_set_hint - .iram1.0 0x4038064c 0x98 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - 0x4038064c esp_system_reset_modules_on_exit - .iram1.1 0x403806e4 0xf0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - 0x403806e4 esp_restart_noos - .iram1.1 0x403807d4 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .iram1.0 0x403807ee 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .iram1.0 0x40380808 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x40380808 panic_abort - .iram1.0 0x4038082e 0x16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .iram1.1 0x40380844 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x40380844 panicHandler - .iram1.2 0x40380862 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x40380862 xt_unhandled_exception - .iram1.0 0x40380880 0x1c esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x40380880 efuse_hal_chip_revision - .iram1.2 0x4038089c 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x4038089c efuse_hal_get_disable_wafer_version_major - .iram1.4 0x403808aa 0x24 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403808aa efuse_hal_flash_encryption_enabled - .iram1.0 0x403808ce 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403808ce efuse_hal_get_major_chip_version - .iram1.1 0x403808de 0x1a esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403808de efuse_hal_get_minor_chip_version - .iram1.0 0x403808f8 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.1 0x4038090e 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x4038090e heap_caps_malloc - .iram1.2 0x40380942 0x68 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380942 heap_caps_malloc_default - .iram1.7 0x403809aa 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x403809aa heap_caps_realloc - .iram1.3 0x403809de 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x403809de heap_caps_realloc_default - .iram1.8 0x40380a4e 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380a4e heap_caps_calloc - .iram1.0 0x40380a8a 0xc4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .iram1.2 0x40380b4e 0x1a esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .iram1.1 0x40380b68 0x68 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380b68 heap_caps_free - .iram1.3 0x40380bd0 0xd8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380bd0 heap_caps_aligned_alloc_base - .iram1.4 0x40380ca8 0x12 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380ca8 heap_caps_malloc_base - .iram1.5 0x40380cba 0x194 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380cba heap_caps_realloc_base - .iram1.6 0x40380e4e 0x42 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380e4e heap_caps_calloc_base - .iram1.1 0x40380e90 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40380e90 esp_clk_cpu_freq - .iram1.2 0x40380eae 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40380eae esp_clk_apb_freq - .iram1.3 0x40380ef6 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40380ef6 esp_clk_xtal_freq - .iram1.0 0x40380f10 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .iram1.4 0x40380f4a 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x40380f4a esp_intr_noniram_disable - .iram1.5 0x40380fcc 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x40380fcc esp_intr_noniram_enable - .iram1.8 0x4038102e 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038102e esp_intr_enable_source - .iram1.9 0x40381054 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x40381054 esp_intr_disable_source - .iram1.3 0x4038107a 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038107a esp_intr_disable - .iram1.3 0x4038116e 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x4038116e periph_rcc_enter - .iram1.4 0x40381188 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x40381188 periph_rcc_exit - .iram1.5 0x403811a2 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .iram1.6 0x403811e8 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x403811e8 rtc_isr_noniram_disable - .iram1.7 0x40381212 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x40381212 rtc_isr_noniram_enable - .iram1.2 0x40381230 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x40381230 regi2c_ctrl_read_reg_mask - .iram1.3 0x4038128e 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x4038128e regi2c_ctrl_write_reg - .iram1.4 0x403812e0 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x403812e0 regi2c_ctrl_write_reg_mask - .iram1.1 0x40381342 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - 0x40381342 xPortInterruptedFromISRContext - .iram1.0 0x4038134c 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.16 0x4038137e 0x2c esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.4 0x403813aa 0xce esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.9 0x40381478 0x86 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.3 0x403814fe 0x52 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403814fe _lock_close - 0x403814fe _lock_close_recursive - .iram1.5 0x40381550 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381550 _lock_acquire - .iram1.6 0x40381560 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381560 _lock_acquire_recursive - .iram1.7 0x40381570 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381570 _lock_try_acquire - .iram1.8 0x40381580 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381580 _lock_try_acquire_recursive - .iram1.10 0x40381590 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381590 _lock_release - .iram1.11 0x4038159e 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4038159e _lock_release_recursive - .iram1.12 0x403815ac 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403815ac __retarget_lock_init - .iram1.13 0x403815be 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403815be __retarget_lock_init_recursive - .iram1.14 0x403815d0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403815d0 __retarget_lock_close - .iram1.15 0x403815e0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403815e0 __retarget_lock_close_recursive - .iram1.17 0x403815f0 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403815f0 __retarget_lock_acquire - .iram1.18 0x40381622 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381622 __retarget_lock_acquire_recursive - .iram1.19 0x40381654 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381654 __retarget_lock_try_acquire - .iram1.20 0x40381686 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381686 __retarget_lock_try_acquire_recursive - .iram1.21 0x403816b8 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403816b8 __retarget_lock_release - .iram1.22 0x403816ca 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403816ca __retarget_lock_release_recursive - .iram1.0 0x403816dc 0x36 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - 0x403816dc esp_reent_init - .iram1.1 0x40381712 0x72 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x40381712 _gettimeofday_r - .iram1.0 0x40381784 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x40381784 _times_r - .iram1.0 0x403817ca 0x24 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - 0x403817ca esp_system_get_time - .iram1.1 0x403817ee 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x403817ee esp_timer_impl_get_time - 0x403817ee esp_timer_get_time - .iram1.0 0x40381812 0x6a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .iram1.1 0x4038187c 0x1ea esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x4038187c bootloader_flash_execute_command_common - .iram1.2 0x40381a66 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381a66 bootloader_execute_flash_command - .iram1.4 0x40381a7e 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381a7e bootloader_read_flash_id - .iram1.12 0x40381ab2 0x82 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381ab2 bootloader_flash_reset_chip - .iram1.0 0x40381b34 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x40381b34 esp_flash_encryption_enabled - .iram1.2 0x40381b42 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.3 0x40381b50 0xce esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.4 0x40381c1e 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.16 0x40381c42 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.1 0x40381c72 0x7a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x40381c72 esp_mmu_paddr_find_caps - .iram1.0 0x40381cec 0x98 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - 0x40381cec esp_heap_adjust_alignment_to_hw - .iram1.5 0x40381d84 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381d84 spi_flash_disable_cache - .iram1.0 0x40381d96 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381d96 spi_flash_disable_interrupts_caches_and_other_cpu - .iram1.6 0x40381db8 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381db8 spi_flash_restore_cache - .iram1.1 0x40381dca 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381dca spi_flash_enable_interrupts_caches_and_other_cpu - .iram1.4 0x40381dec 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381dec spi_flash_enable_cache - .iram1.7 0x40381dfc 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40381dfc spi_flash_cache_enabled - .iram1.0 0x40381e0e 0x50 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.1 0x40381e5e 0x74 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x40381e5e spi_flash_check_and_flush_cache - .iram1.2 0x40381ed2 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x40381ed2 spi_flash_guard_set - .iram1.4 0x40381edc 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x40381edc esp_mspi_pin_init - .iram1.5 0x40381ede 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x40381ede spi_flash_init_chip_state - .iram1.7 0x40381ee2 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x40381ee2 esp_mspi_32bit_address_flash_feature_check - .iram1.3 0x40381ee6 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.4 0x40381f0e 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.6 0x40381f30 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.7 0x40381f84 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40381f84 esp_flash_chip_driver_initialized - .iram1.5 0x40381f90 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.12 0x40381fb8 0xa2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.10 0x4038205a 0x80 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.13 0x403820da 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x403820da esp_flash_get_physical_size - .iram1.9 0x4038213e 0x1bc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x4038213e esp_flash_init_main - .iram1.16 0x403822fa 0x226 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x403822fa esp_flash_erase_region - .iram1.21 0x40382520 0x136 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382520 esp_flash_read - .iram1.22 0x40382656 0x1b8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382656 esp_flash_write - .iram1.28 0x4038280e 0x210 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x4038280e esp_flash_write_encrypted - .iram1.9 0x40382a1e 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.17 0x40382a48 0x3e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.8 0x40382a86 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.12 0x40382acc 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.11 0x40382adc 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.10 0x40382b44 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.14 0x40382b5a 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.13 0x40382b6a 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.0 0x40382bb6 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.7 0x40382bc4 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.1 0x40382be0 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.6 0x40382bee 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.3 0x40382bfe 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.2 0x40382c14 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.1 0x40382c38 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.1 0x40382c54 0x54 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.2 0x40382ca8 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.3 0x40382d04 0xe esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - 0x40382d04 esp_crosscore_int_send_yield - .iram1.0 0x40382d12 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x40382d12 esp_vApplicationTickHook - .iram1.0 0x40382d42 0x4a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .iram1.0 0x40382d8c 0x88 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - 0x40382d8c esp_backtrace_print + .iram1.0 0x403802d8 0x244 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x403802d8 call_start_cpu0 + .iram1.1 0x4038051c 0x4a esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .iram1.0 0x40380566 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x40380566 esp_reset_reason_set_hint + .iram1.0 0x403805aa 0x98 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x403805aa esp_system_reset_modules_on_exit + .iram1.1 0x40380642 0xf0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x40380642 esp_restart_noos + .iram1.1 0x40380732 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .iram1.0 0x4038074c 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .iram1.0 0x40380766 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x40380766 panic_abort + .iram1.0 0x4038078c 0x16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .iram1.1 0x403807a2 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x403807a2 panicHandler + .iram1.2 0x403807c0 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x403807c0 xt_unhandled_exception + .iram1.0 0x403807de 0x1c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403807de efuse_hal_chip_revision + .iram1.2 0x403807fa 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403807fa efuse_hal_get_disable_wafer_version_major + .iram1.4 0x40380808 0x24 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40380808 efuse_hal_flash_encryption_enabled + .iram1.0 0x4038082c 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4038082c efuse_hal_get_major_chip_version + .iram1.1 0x4038083c 0x1a esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4038083c efuse_hal_get_minor_chip_version + .iram1.0 0x40380856 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.1 0x4038086c 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4038086c heap_caps_malloc + .iram1.2 0x403808a0 0x68 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x403808a0 heap_caps_malloc_default + .iram1.7 0x40380908 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40380908 heap_caps_realloc + .iram1.3 0x4038093c 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4038093c heap_caps_realloc_default + .iram1.8 0x403809ac 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x403809ac heap_caps_calloc + .iram1.0 0x403809e8 0xc4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.2 0x40380aac 0x1a esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.1 0x40380ac6 0x68 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380ac6 heap_caps_free + .iram1.3 0x40380b2e 0xd8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380b2e heap_caps_aligned_alloc_base + .iram1.4 0x40380c06 0x12 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380c06 heap_caps_malloc_base + .iram1.5 0x40380c18 0x194 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380c18 heap_caps_realloc_base + .iram1.6 0x40380dac 0x42 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380dac heap_caps_calloc_base + .iram1.1 0x40380dee 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40380dee esp_clk_cpu_freq + .iram1.0 0x40380e0c 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.4 0x40380e46 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40380e46 esp_intr_noniram_disable + .iram1.5 0x40380ec8 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40380ec8 esp_intr_noniram_enable + .iram1.8 0x40380f2a 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40380f2a esp_intr_enable_source + .iram1.9 0x40380f50 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40380f50 esp_intr_disable_source + .iram1.3 0x40380f76 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40380f76 esp_intr_disable + .iram1.3 0x4038106a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4038106a periph_rcc_enter + .iram1.4 0x40381084 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x40381084 periph_rcc_exit + .iram1.5 0x4038109e 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .iram1.6 0x403810e4 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x403810e4 rtc_isr_noniram_disable + .iram1.7 0x4038110e 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x4038110e rtc_isr_noniram_enable + .iram1.2 0x4038112c 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x4038112c regi2c_ctrl_read_reg_mask + .iram1.3 0x4038118a 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x4038118a regi2c_ctrl_write_reg + .iram1.4 0x403811dc 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x403811dc regi2c_ctrl_write_reg_mask + .iram1.1 0x4038123e 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038123e xPortInterruptedFromISRContext + .iram1.0 0x40381248 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.16 0x4038127a 0x2c esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.4 0x403812a6 0xce esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.9 0x40381374 0x86 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.3 0x403813fa 0x52 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403813fa _lock_close + 0x403813fa _lock_close_recursive + .iram1.5 0x4038144c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038144c _lock_acquire + .iram1.6 0x4038145c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038145c _lock_acquire_recursive + .iram1.7 0x4038146c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038146c _lock_try_acquire + .iram1.8 0x4038147c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038147c _lock_try_acquire_recursive + .iram1.10 0x4038148c 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038148c _lock_release + .iram1.11 0x4038149a 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038149a _lock_release_recursive + .iram1.12 0x403814a8 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403814a8 __retarget_lock_init + .iram1.13 0x403814ba 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403814ba __retarget_lock_init_recursive + .iram1.14 0x403814cc 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403814cc __retarget_lock_close + .iram1.15 0x403814dc 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403814dc __retarget_lock_close_recursive + .iram1.17 0x403814ec 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403814ec __retarget_lock_acquire + .iram1.18 0x4038151e 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038151e __retarget_lock_acquire_recursive + .iram1.19 0x40381550 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381550 __retarget_lock_try_acquire + .iram1.20 0x40381582 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381582 __retarget_lock_try_acquire_recursive + .iram1.21 0x403815b4 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403815b4 __retarget_lock_release + .iram1.22 0x403815c6 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403815c6 __retarget_lock_release_recursive + .iram1.0 0x403815d8 0x36 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x403815d8 esp_reent_init + .iram1.1 0x4038160e 0x72 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4038160e _gettimeofday_r + .iram1.0 0x40381680 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x40381680 _times_r + .iram1.0 0x403816c6 0x24 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x403816c6 esp_system_get_time + .iram1.1 0x403816ea 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x403816ea esp_timer_impl_get_time + 0x403816ea esp_timer_get_time + .iram1.0 0x4038170e 0x6a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .iram1.1 0x40381778 0x1ea esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381778 bootloader_flash_execute_command_common + .iram1.2 0x40381962 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381962 bootloader_execute_flash_command + .iram1.4 0x4038197a 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4038197a bootloader_read_flash_id + .iram1.12 0x403819ae 0x82 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403819ae bootloader_flash_reset_chip + .iram1.0 0x40381a30 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x40381a30 esp_flash_encryption_enabled + .iram1.2 0x40381a3e 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.3 0x40381a4c 0xce esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.4 0x40381b1a 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.16 0x40381b3e 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.1 0x40381b6e 0x7a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x40381b6e esp_mmu_paddr_find_caps + .iram1.0 0x40381be8 0x98 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + 0x40381be8 esp_heap_adjust_alignment_to_hw + .iram1.5 0x40381c80 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381c80 spi_flash_disable_cache + .iram1.0 0x40381c92 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381c92 spi_flash_disable_interrupts_caches_and_other_cpu + .iram1.6 0x40381cb4 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381cb4 spi_flash_restore_cache + .iram1.1 0x40381cc6 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381cc6 spi_flash_enable_interrupts_caches_and_other_cpu + .iram1.4 0x40381ce8 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381ce8 spi_flash_enable_cache + .iram1.7 0x40381cf8 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40381cf8 spi_flash_cache_enabled + .iram1.0 0x40381d0a 0x50 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.1 0x40381d5a 0x74 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x40381d5a spi_flash_check_and_flush_cache + .iram1.2 0x40381dce 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40381dce spi_flash_guard_set + .iram1.4 0x40381dd8 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40381dd8 esp_mspi_pin_init + .iram1.5 0x40381dda 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40381dda spi_flash_init_chip_state + .iram1.7 0x40381dde 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40381dde esp_mspi_32bit_address_flash_feature_check + .iram1.3 0x40381de2 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.4 0x40381e0a 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.6 0x40381e2c 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.7 0x40381e80 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40381e80 esp_flash_chip_driver_initialized + .iram1.5 0x40381e8c 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.12 0x40381eb4 0xa2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.10 0x40381f56 0x80 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.13 0x40381fd6 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40381fd6 esp_flash_get_physical_size + .iram1.9 0x4038203a 0x1bc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4038203a esp_flash_init_main + .iram1.16 0x403821f6 0x226 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x403821f6 esp_flash_erase_region + .iram1.21 0x4038241c 0x136 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4038241c esp_flash_read + .iram1.22 0x40382552 0x1b8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40382552 esp_flash_write + .iram1.28 0x4038270a 0x210 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4038270a esp_flash_write_encrypted + .iram1.9 0x4038291a 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.17 0x40382944 0x3e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.8 0x40382982 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.12 0x403829c8 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.11 0x403829d8 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.10 0x40382a40 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.14 0x40382a56 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.13 0x40382a66 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.0 0x40382ab2 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.7 0x40382ac0 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.1 0x40382adc 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.6 0x40382aea 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x40382afa 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.2 0x40382b10 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x40382b34 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x40382b50 0x54 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.2 0x40382ba4 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.3 0x40382c00 0xe esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x40382c00 esp_crosscore_int_send_yield + .iram1.0 0x40382c0e 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x40382c0e esp_vApplicationTickHook + .iram1.0 0x40382c3e 0x4a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .iram1.0 0x40382c88 0x88 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x40382c88 esp_backtrace_print *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) .text.esp_apptrace_tmo_init - 0x40382e14 0x3a esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x40382d10 0x3a esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .text.esp_apptrace_flush_nolock - 0x40382e4e 0x8e esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - 0x40382e4e esp_apptrace_flush_nolock + 0x40382d4a 0x8e esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x40382d4a esp_apptrace_flush_nolock .text.esp_apptrace_jtag_hw_get - 0x40382edc 0x4 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - 0x40382edc esp_apptrace_jtag_hw_get + 0x40382dd8 0x4 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x40382dd8 esp_apptrace_jtag_hw_get .text.esp_apptrace_init - 0x40382ee0 0xb8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - 0x40382ee0 esp_apptrace_init + 0x40382ddc 0xb8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x40382ddc esp_apptrace_init .text.__esp_system_init_fn_esp_apptrace_init - 0x40382f98 0xe esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x40382e94 0xe esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) .text.esp_apptrace_log_lock - 0x40382fa6 0x4 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - 0x40382fa6 esp_apptrace_log_lock + 0x40382ea2 0x4 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x40382ea2 esp_apptrace_log_lock .text.esp_apptrace_log_unlock - 0x40382faa 0x2 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - 0x40382faa esp_apptrace_log_unlock + 0x40382ea6 0x2 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x40382ea6 esp_apptrace_log_unlock .text.esp_apptrace_lock_take - 0x40382fac 0x10 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - 0x40382fac esp_apptrace_lock_take + 0x40382ea8 0x10 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x40382ea8 esp_apptrace_lock_take .text.esp_apptrace_lock_give - 0x40382fbc 0x10 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - 0x40382fbc esp_apptrace_lock_give + 0x40382eb8 0x10 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x40382eb8 esp_apptrace_lock_give *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) .text.esp_apptrace_uart_down_buffer_put - 0x40382fcc 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382ec8 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_host_is_connected - 0x40382fd0 0x8 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382ecc 0x8 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_flush_nolock - 0x40382fd8 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382ed4 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_flush - 0x40382fdc 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382ed8 0x4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_lock - 0x40382fe0 0x14 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382edc 0x14 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_unlock - 0x40382ff4 0xe esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382ef0 0xe esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_down_buffer_get - 0x40383002 0x84 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382efe 0x82 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_up_buffer_get - 0x40383086 0x64 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382f80 0x64 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_down_buffer_config - 0x403830ea 0x36 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40382fe4 0x36 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_send_uart_data - 0x40383120 0xd0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x4038301a 0xd0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_up_buffer_put - 0x403831f0 0x1c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x403830ea 0x1c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_lock_init - 0x4038320c 0x24 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40383106 0x24 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.send_buff_data - 0x40383230 0x60 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x4038312a 0x60 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_send_uart_tx_task - 0x40383290 0x82 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x4038318a 0x82 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_hw_init - 0x40383312 0x2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x4038320c 0x2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_init - 0x4038333c 0x164 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x40383236 0x164 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .text.esp_apptrace_uart_hw_get - 0x403834a0 0x12 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - 0x403834a0 esp_apptrace_uart_hw_get + 0x4038339a 0x12 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x4038339a esp_apptrace_uart_hw_get *libclang_rt.builtins.a:_divsf3.*(.literal .literal.* .text .text.*) *libclang_rt.builtins.a:restore.*(.literal .literal.* .text .text.*) *libclang_rt.builtins.a:save.*(.literal .literal.* .text .text.*) @@ -11410,15 +12554,15 @@ END GROUP *libesp_hw_support.a:cpu.*(.literal.esp_cpu_unstall .text.esp_cpu_unstall) *libesp_hw_support.a:cpu.*(.literal.esp_cpu_wait_for_intr .text.esp_cpu_wait_for_intr) .text.esp_cpu_wait_for_intr - 0x403834b2 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x403834b2 esp_cpu_wait_for_intr + 0x403833ac 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x403833ac esp_cpu_wait_for_intr *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) .text.esp_ptr_byte_accessible - 0x403834d2 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - 0x403834d2 esp_ptr_byte_accessible + 0x403833cc 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x403833cc esp_ptr_byte_accessible .text.esp_ptr_external_ram - 0x403834f0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - 0x403834f0 esp_ptr_external_ram + 0x403833ea 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x403833ea esp_ptr_external_ram *libesp_hw_support.a:gdma.*(.literal.gdma_append .text.gdma_append) *libesp_hw_support.a:gdma.*(.literal.gdma_default_rx_isr .text.gdma_default_rx_isr) *libesp_hw_support.a:gdma.*(.literal.gdma_default_tx_isr .text.gdma_default_tx_isr) @@ -11431,509 +12575,503 @@ END GROUP *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) .text.rtc_clk_bbpll_disable - 0x403834f4 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403833ee 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_bbpll_enable - 0x4038350a 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383404 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_bbpll_configure - 0x40383518 0x156 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383412 0x156 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_bbpll_add_consumer - 0x4038366e 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038366e rtc_clk_bbpll_add_consumer + 0x40383568 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383568 rtc_clk_bbpll_add_consumer .text.rtc_clk_bbpll_remove_consumer - 0x4038367e 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038367e rtc_clk_bbpll_remove_consumer + 0x40383578 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383578 rtc_clk_bbpll_remove_consumer .text.rtc_clk_32k_enable - 0x4038368e 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038368e rtc_clk_32k_enable + 0x40383588 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383588 rtc_clk_32k_enable .text.rtc_clk_32k_enable_external - 0x40383712 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383712 rtc_clk_32k_enable_external + 0x4038360c 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038360c rtc_clk_32k_enable_external .text.rtc_clk_8m_enable - 0x4038373e 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038373e rtc_clk_8m_enable + 0x40383638 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383638 rtc_clk_8m_enable .text.rtc_clk_8md256_enabled - 0x403837ba 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403837ba rtc_clk_8md256_enabled + 0x403836b4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403836b4 rtc_clk_8md256_enabled .text.rtc_clk_slow_src_set - 0x403837ca 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403837ca rtc_clk_slow_src_set + 0x403836c4 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403836c4 rtc_clk_slow_src_set .text.rtc_clk_slow_src_get - 0x40383850 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383850 rtc_clk_slow_src_get + 0x4038374a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038374a rtc_clk_slow_src_get .text.rtc_clk_slow_freq_get_hz - 0x4038386a 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038386a rtc_clk_slow_freq_get_hz + 0x40383764 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383764 rtc_clk_slow_freq_get_hz .text.rtc_clk_fast_src_set - 0x4038389e 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038389e rtc_clk_fast_src_set + 0x40383798 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383798 rtc_clk_fast_src_set .text.rtc_clk_xtal_freq_get - 0x403838de 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403838de rtc_get_xtal - 0x403838de rtc_clk_xtal_freq_get + 0x403837d8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403837d8 rtc_get_xtal + 0x403837d8 rtc_clk_xtal_freq_get .text.rtc_clk_cpu_freq_mhz_to_config - 0x40383936 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383936 rtc_clk_cpu_freq_mhz_to_config + 0x40383830 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383830 rtc_clk_cpu_freq_mhz_to_config .text.rtc_clk_cpu_freq_get_config - 0x403839a2 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403839a2 rtc_clk_cpu_freq_get_config + 0x4038389c 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038389c rtc_clk_cpu_freq_get_config .text.rtc_clk_apb_freq_update - 0x40383aa8 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383aa8 rtc_clk_apb_freq_update + 0x403839a2 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403839a2 rtc_clk_apb_freq_update .text.rtc_clk_cpu_freq_to_xtal - 0x40383abe 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403839b8 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_set_to_default_config - 0x40383b2e 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383b2e rtc_clk_cpu_set_to_default_config + 0x40383a28 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383a28 rtc_clk_cpu_set_to_default_config .text.rtc_clk_cpu_freq_set_xtal - 0x40383b42 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383b42 rtc_clk_cpu_freq_set_xtal + 0x40383a3c 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383a3c rtc_clk_cpu_freq_set_xtal .text.rtc_clk_cpu_freq_to_pll_mhz - 0x40383b54 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383a4e 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_freq_to_8m - 0x40383bc4 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383abe 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_freq_set_config - 0x40383c04 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383c04 rtc_clk_cpu_freq_set_config + 0x40383afe 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383afe rtc_clk_cpu_freq_set_config .text.rtc_dig_clk8m_enable - 0x40383c98 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383c98 rtc_dig_clk8m_enable + 0x40383b92 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383b92 rtc_dig_clk8m_enable .text.rtc_dig_clk8m_disable - 0x40383cb8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40383cb8 rtc_dig_clk8m_disable + 0x40383bb2 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40383bb2 rtc_dig_clk8m_disable *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) .text.rtc_sleep_pu - 0x40383cd8 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - 0x40383cd8 rtc_sleep_pu + 0x40383bd2 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x40383bd2 rtc_sleep_pu *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) .text.rtc_clk_cal_32k_valid - 0x40383e10 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40383d0a 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .text.rtc_clk_cal_internal - 0x40383ea8 0x22a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40383ea8 rtc_clk_cal_internal + 0x40383da2 0x22a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40383da2 rtc_clk_cal_internal .text.rtc_clk_cal - 0x403840d2 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x403840d2 rtc_clk_cal + 0x40383fcc 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40383fcc rtc_clk_cal .text.rtc_time_us_to_slowclk - 0x40384172 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40384172 rtc_time_us_to_slowclk + 0x4038406c 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x4038406c rtc_time_us_to_slowclk .text.rtc_time_get - 0x403841b2 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x403841b2 rtc_time_get + 0x403840ac 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x403840ac rtc_time_get .text.rtc_clk_freq_cal - 0x403841ce 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x403841ce rtc_clk_freq_cal + 0x403840c8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x403840c8 rtc_clk_freq_cal .text.enable_timer_group0_for_calibration - 0x403841ee 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x403840e8 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) *libesp_hw_support.a:sleep_console.*(.literal .literal.* .text .text.*) *libesp_hw_support.a:systimer.*(.literal .literal.* .text .text.*) .text.systimer_ticks_to_us - 0x40384254 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - 0x40384254 systimer_ticks_to_us + 0x4038414e 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x4038414e systimer_ticks_to_us .text.systimer_us_to_ticks - 0x40384260 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - 0x40384260 systimer_us_to_ticks + 0x4038415a 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x4038415a systimer_us_to_ticks *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) .text.esp_cache_get_alignment - 0x4038426c 0x4a esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - 0x4038426c esp_cache_get_alignment + 0x40384166 0x4a esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x40384166 esp_cache_get_alignment *libesp_ringbuf.a:(.literal .literal.* .text .text.*) .text.prvCheckItemAvail - 0x403842b6 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403841b0 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvGetCurMaxSizeNoSplit - 0x403842fc 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403841f6 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvGetCurMaxSizeAllowSplit - 0x4038433a 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384234 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvGetCurMaxSizeByteBuf - 0x40384384 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038427e 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvReturnItemByteBuf - 0x403843a2 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038429c 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvGetItemByteBuf - 0x40384408 0x102 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384302 0x102 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvCheckItemFitsByteBuffer - 0x4038450a 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384404 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvReturnItemDefault - 0x40384570 0x192 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038446a 0x192 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvGetItemDefault - 0x40384702 0x1a2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403845fc 0x1a2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvAcquireItemNoSplit - 0x403848a4 0xda esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038479e 0xda esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvSendItemDoneNoSplit - 0x4038497e 0x178 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384878 0x178 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvCheckItemFitsDefault - 0x40384af6 0xb8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403849f0 0xb8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvInitializeNewRingbuffer - 0x40384bae 0x11c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384aa8 0x11c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvCopyItemByteBuf - 0x40384cca 0xae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384bc4 0xae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvCopyItemAllowSplit - 0x40384d78 0x148 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384c72 0x148 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvCopyItemNoSplit - 0x40384ec0 0x3c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384dba 0x3c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvReceiveGeneric - 0x40384efc 0x134 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384df6 0x134 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvReceiveGenericFromISR - 0x40385030 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40384f2a 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.prvSendAcquireGeneric - 0x40385116 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40385010 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.xRingbufferCreateStatic - 0x403851fc 0xba esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403851fc xRingbufferCreateStatic + 0x403850f6 0xba esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403850f6 xRingbufferCreateStatic .text.xRingbufferSend - 0x403852b6 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403852b6 xRingbufferSend + 0x403851b0 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403851b0 xRingbufferSend .text.xRingbufferSendFromISR - 0x40385326 0xfe esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40385326 xRingbufferSendFromISR - .text.xRingbufferReceive - 0x40385424 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40385424 xRingbufferReceive + 0x40385220 0xfe esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40385220 xRingbufferSendFromISR .text.xRingbufferReceiveFromISR - 0x4038546e 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x4038546e xRingbufferReceiveFromISR + 0x4038531e 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038531e xRingbufferReceiveFromISR .text.xRingbufferReceiveUpTo - 0x403854b6 0x76 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403854b6 xRingbufferReceiveUpTo + 0x40385366 0x76 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40385366 xRingbufferReceiveUpTo .text.vRingbufferReturnItem - 0x4038552c 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x4038552c vRingbufferReturnItem + 0x403853dc 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403853dc vRingbufferReturnItem .text.vRingbufferReturnItemFromISR - 0x403855ae 0x8c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403855ae vRingbufferReturnItemFromISR + 0x4038545e 0x8c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038545e vRingbufferReturnItemFromISR .text.vRingbufferDelete - 0x4038563a 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x4038563a vRingbufferDelete + 0x403854ea 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403854ea vRingbufferDelete .text.xRingbufferGetMaxItemSize - 0x40385680 0x2e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40385680 xRingbufferGetMaxItemSize + 0x40385530 0x2e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40385530 xRingbufferGetMaxItemSize .text.xRingbufferGetStaticBuffer - 0x403856ae 0x42 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403856ae xRingbufferGetStaticBuffer + 0x4038555e 0x42 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038555e xRingbufferGetStaticBuffer .text.xRingbufferCreateWithCaps - 0x403856f0 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403856f0 xRingbufferCreateWithCaps + 0x403855a0 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403855a0 xRingbufferCreateWithCaps .text.vRingbufferDeleteWithCaps - 0x40385754 0x54 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40385754 vRingbufferDeleteWithCaps + 0x40385604 0x54 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40385604 vRingbufferDeleteWithCaps *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) *libesp_rom.a:esp_rom_systimer.*(.literal .literal.* .text .text.*) *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) .text.esp_error_check_failed_print - 0x403857a8 0x92 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x40385658 0x92 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) .text._esp_error_check_failed - 0x4038583a 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - 0x4038583a _esp_error_check_failed + 0x403856ea 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x403856ea _esp_error_check_failed *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) .text.esp_system_abort - 0x4038585a 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - 0x4038585a esp_system_abort + 0x4038570a 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x4038570a esp_system_abort *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) .text.__ubsan_include - 0x40385862 0x2 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - 0x40385862 __ubsan_include + 0x40385712 0x2 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x40385712 __ubsan_include *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal.* EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text.*) .text.prvGetDisinheritPriorityAfterTimeout - 0x40385864 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385714 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvIsQueueFull - 0x40385874 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385724 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvIsQueueEmpty - 0x4038589c 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4038574c 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvCopyDataToQueue - 0x403858c0 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385770 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvCopyDataFromQueue - 0x4038595a 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4038580a 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvNotifyQueueSetContainer - 0x40385986 0xde esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385836 0xde esp-idf/freertos/libfreertos.a(queue.c.obj) .text.prvUnlockQueue - 0x40385a64 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385914 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.xQueueGenericReset - 0x40385af6 0xd6 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385af6 xQueueGenericReset + 0x403859a6 0xd6 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403859a6 xQueueGenericReset .text.prvInitialiseNewQueue - 0x40385bcc 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385a7c 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.xQueueGenericCreateStatic - 0x40385bf4 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385bf4 xQueueGenericCreateStatic + 0x40385aa4 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385aa4 xQueueGenericCreateStatic .text.xQueueGenericGetStaticBuffers - 0x40385c90 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385c90 xQueueGenericGetStaticBuffers + 0x40385b40 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385b40 xQueueGenericGetStaticBuffers .text.xQueueGenericCreate - 0x40385cf6 0x7e esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385cf6 xQueueGenericCreate + 0x40385ba6 0x7e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385ba6 xQueueGenericCreate .text.xQueueGetMutexHolder - 0x40385d74 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385d74 xQueueGetMutexHolder + 0x40385c24 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385c24 xQueueGetMutexHolder .text.xQueueCreateCountingSemaphoreStatic - 0x40385dba 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385dba xQueueCreateCountingSemaphoreStatic + 0x40385c6a 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385c6a xQueueCreateCountingSemaphoreStatic .text.xQueueGenericSend - 0x40385e00 0x1be esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40385e00 xQueueGenericSend + 0x40385cb0 0x1be esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385cb0 xQueueGenericSend .text.prvInitialiseMutex - 0x40385fbe 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385e6e 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.xQueueCreateMutex - 0x40386006 0x20 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386006 xQueueCreateMutex + 0x40385eb6 0x20 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385eb6 xQueueCreateMutex .text.xQueueCreateMutexStatic - 0x40386026 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386026 xQueueCreateMutexStatic + 0x40385ed6 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385ed6 xQueueCreateMutexStatic .text.xQueueGiveMutexRecursive - 0x4038604a 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038604a xQueueGiveMutexRecursive + 0x40385efa 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385efa xQueueGiveMutexRecursive .text.xQueueGenericSendFromISR - 0x403860a8 0x178 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x403860a8 xQueueGenericSendFromISR + 0x40385f58 0x178 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40385f58 xQueueGenericSendFromISR .text.xQueueGiveFromISR - 0x40386220 0x140 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386220 xQueueGiveFromISR + 0x403860d0 0x140 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403860d0 xQueueGiveFromISR .text.xQueueSemaphoreTake - 0x40386360 0x184 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386360 xQueueSemaphoreTake + 0x40386210 0x184 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386210 xQueueSemaphoreTake .text.xQueueTakeMutexRecursive - 0x403864e4 0x62 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x403864e4 xQueueTakeMutexRecursive + 0x40386394 0x62 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386394 xQueueTakeMutexRecursive .text.xQueueReceiveFromISR - 0x40386546 0x112 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386546 xQueueReceiveFromISR + 0x403863f6 0x112 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403863f6 xQueueReceiveFromISR .text.uxQueueSpacesAvailable - 0x40386658 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386658 uxQueueSpacesAvailable + 0x40386508 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386508 uxQueueSpacesAvailable .text.vQueueDelete - 0x4038669a 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038669a vQueueDelete + 0x4038654a 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4038654a vQueueDelete .text.vPortTaskWrapper - 0x403866d2 0x4e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386582 0x4e esp-idf/freertos/libfreertos.a(port.c.obj) .text.vPortTLSPointersDelCb - 0x40386720 0xb8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403865d0 0xb8 esp-idf/freertos/libfreertos.a(port.c.obj) .text.pxPortInitialiseStack - 0x403867d8 0xe0 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403867d8 pxPortInitialiseStack + 0x40386688 0xe0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386688 pxPortInitialiseStack .text.xPortInIsrContext - 0x403868b8 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403868b8 xPortInIsrContext + 0x40386768 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386768 xPortInIsrContext .text.xPortSetInterruptMaskFromISR - 0x403868c2 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403868c2 xPortSetInterruptMaskFromISR + 0x40386772 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386772 xPortSetInterruptMaskFromISR .text.vPortClearInterruptMaskFromISR - 0x403868dc 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403868dc vPortClearInterruptMaskFromISR + 0x4038678c 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038678c vPortClearInterruptMaskFromISR .text.vPortEnterCritical - 0x403868ec 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403868ec vPortEnterCritical + 0x4038679c 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038679c vPortEnterCritical .text.vPortExitCritical - 0x4038691c 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x4038691c vPortExitCritical + 0x403867cc 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403867cc vPortExitCritical .text.vPortYieldFromISR - 0x4038697c 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x4038697c vPortYieldFromISR + 0x4038682c 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038682c vPortYieldFromISR .text.vPortYield - 0x40386990 0x40 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x40386990 vPortYield + 0x40386840 0x40 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386840 vPortYield .text.xPortStartScheduler - 0x403869d0 0x74 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403869d0 xPortStartScheduler + 0x40386880 0x74 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40386880 xPortStartScheduler .text.vApplicationStackOverflowHook - 0x40386a44 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x40386a44 vApplicationStackOverflowHook + 0x403868f4 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403868f4 vApplicationStackOverflowHook .text.vPortTCBPreDeleteHook - 0x40386a9a 0xe esp-idf/freertos/libfreertos.a(port.c.obj) - 0x40386a9a vPortTCBPreDeleteHook + 0x4038694a 0xe esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038694a vPortTCBPreDeleteHook .text.pvPortMalloc - 0x40386aa8 0x14 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x40386aa8 pvPortMalloc + 0x40386958 0x14 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x40386958 pvPortMalloc .text.vPortFree - 0x40386abc 0xe esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x40386abc vPortFree + 0x4038696c 0xe esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4038696c vPortFree .text.xPortCheckValidListMem - 0x40386aca 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x40386aca xPortCheckValidListMem + 0x4038697a 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4038697a xPortCheckValidListMem .text.xPortCheckValidTCBMem - 0x40386b00 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x40386b00 xPortCheckValidTCBMem + 0x403869b0 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x403869b0 xPortCheckValidTCBMem .text.xPortcheckValidStackMem - 0x40386b36 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x40386b36 xPortcheckValidStackMem + 0x403869e6 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x403869e6 xPortcheckValidStackMem .text.vApplicationGetIdleTaskMemory - 0x40386b6c 0x88 esp-idf/freertos/libfreertos.a(port_common.c.obj) - 0x40386b6c vApplicationGetIdleTaskMemory + 0x40386a1c 0x88 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x40386a1c vApplicationGetIdleTaskMemory .text.vSystimerSetup - 0x40386bf4 0x15c esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40386bf4 vSystimerSetup + 0x40386aa4 0x15c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40386aa4 vSystimerSetup .text.vPortSetupTimer - 0x40386d50 0xe esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40386d50 vPortSetupTimer + 0x40386c00 0xe esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40386c00 vPortSetupTimer .text.xPortSysTickHandler - 0x40386d5e 0x32 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40386d5e xPortSysTickHandler + 0x40386c0e 0x32 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40386c0e xPortSysTickHandler .text.SysTickIsrHandler - 0x40386d90 0x74 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40386d90 SysTickIsrHandler + 0x40386c40 0x74 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40386c40 SysTickIsrHandler .text.vListInitialise - 0x40386e04 0x14 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40386e04 vListInitialise + 0x40386cb4 0x14 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40386cb4 vListInitialise .text.vListInitialiseItem - 0x40386e18 0x6 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40386e18 vListInitialiseItem + 0x40386cc8 0x6 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40386cc8 vListInitialiseItem .text.vListInsertEnd - 0x40386e1e 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40386e1e vListInsertEnd + 0x40386cce 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40386cce vListInsertEnd .text.vListInsert - 0x40386e36 0x32 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40386e36 vListInsert + 0x40386ce6 0x32 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40386ce6 vListInsert .text.uxListRemove - 0x40386e68 0x28 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40386e68 uxListRemove - .text 0x40386e90 0xd8 esp-idf/freertos/libfreertos.a(portasm.S.obj) - 0x40386e9a rtos_int_enter - 0x40386efc rtos_int_exit + 0x40386d18 0x28 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40386d18 uxListRemove + .text 0x40386d40 0xd8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x40386d4a rtos_int_enter + 0x40386dac rtos_int_exit *libfreertos.a:tasks.*(.text .text.__getreent .text.eTaskGetState .text.pcTaskGetName .text.prvAddCurrentTaskToDelayedList .text.prvAddNewTaskToReadyList .text.prvCheckTasksWaitingTermination .text.prvCreateIdleTasks .text.prvDeleteTCB .text.prvIdleTask .text.prvInitialiseNewTask .text.prvInitialiseTaskLists .text.prvResetNextTaskUnblockTime .text.prvSearchForNameWithinSingleList .text.prvTaskCheckFreeStackSpace .text.prvTaskIsTaskSuspended .text.prvTaskPriorityRaise .text.prvTaskPriorityRestore .text.pvTaskGetCurrentTCBForCore .text.pvTaskGetThreadLocalStoragePointer .text.pvTaskIncrementMutexHeldCount .text.pxTaskGetStackStart .text.ulTaskGenericNotifyTake .text.ulTaskGenericNotifyValueClear .text.uxTaskGetNumberOfTasks .text.uxTaskGetStackHighWaterMark .text.uxTaskGetStackHighWaterMark2 .text.uxTaskPriorityGet .text.uxTaskPriorityGetFromISR .text.uxTaskResetEventItemValue .text.vTaskDelay .text.vTaskDelete .text.vTaskEndScheduler .text.vTaskGenericNotifyGiveFromISR .text.vTaskGetSnapshot .text.vTaskInternalSetTimeOutState .text.vTaskMissedYield .text.vTaskPlaceOnEventList .text.vTaskPlaceOnEventListRestricted .text.vTaskPlaceOnUnorderedEventList .text.vTaskPriorityDisinheritAfterTimeout .text.vTaskPrioritySet .text.vTaskRemoveFromUnorderedEventList .text.vTaskResume .text.vTaskSetThreadLocalStoragePointer .text.vTaskSetThreadLocalStoragePointerAndDelCallback .text.vTaskSetTimeOutState .text.vTaskStartScheduler .text.vTaskSuspend .text.vTaskSuspendAll .text.vTaskSwitchContext .text.xTaskAbortDelay .text.xTaskCatchUpTicks .text.xTaskCheckForTimeOut .text.xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore .text.xTaskDelayUntil .text.xTaskGenericNotify .text.xTaskGenericNotifyFromISR .text.xTaskGenericNotifyStateClear .text.xTaskGenericNotifyWait .text.xTaskGetCoreID .text.xTaskGetCurrentTaskHandle .text.xTaskGetCurrentTaskHandleForCore .text.xTaskGetHandle .text.xTaskGetIdleTaskHandle .text.xTaskGetIdleTaskHandleForCore .text.xTaskGetSchedulerState .text.xTaskGetStaticBuffers .text.xTaskGetTickCount .text.xTaskGetTickCountFromISR .text.xTaskIncrementTick .text.xTaskPriorityDisinherit .text.xTaskPriorityInherit .text.xTaskRemoveFromEventList .text.xTaskResumeAll .text.xTaskResumeFromISR .text.xTimerCreateTimerTask) .text.prvResetNextTaskUnblockTime - 0x40386f68 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40386e18 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvDeleteTCB - 0x40386f96 0x68 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40386e46 0x68 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvCheckTasksWaitingTermination - 0x40386ffe 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40386eae 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvAddCurrentTaskToDelayedList - 0x40387056 0xf2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40386f06 0xf2 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvIdleTask - 0x40387148 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40386ff8 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvInitialiseNewTask - 0x4038715a 0xde esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038700a 0xde esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvInitialiseTaskLists - 0x40387238 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403870e8 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.prvAddNewTaskToReadyList - 0x403872da 0xfc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038718a 0xfc esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.vTaskDelete - 0x403873d6 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403873d6 vTaskDelete + 0x40387286 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387286 vTaskDelete .text.vTaskSuspendAll - 0x403874da 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403874da vTaskSuspendAll + 0x4038738a 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038738a vTaskSuspendAll .text.xTaskGetTickCount - 0x403874ea 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403874ea xTaskGetTickCount + 0x4038739a 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038739a xTaskGetTickCount .text.xTaskGetTickCountFromISR - 0x403874f4 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403874f4 xTaskGetTickCountFromISR + 0x403873a4 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403873a4 xTaskGetTickCountFromISR .text.uxTaskGetNumberOfTasks - 0x403874fe 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403874fe uxTaskGetNumberOfTasks + 0x403873ae 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403873ae uxTaskGetNumberOfTasks .text.pcTaskGetName - 0x40387508 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387508 pcTaskGetName + 0x403873b8 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403873b8 pcTaskGetName .text.xTaskIncrementTick - 0x40387546 0x1ce esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387546 xTaskIncrementTick + 0x403873f6 0x1ce esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403873f6 xTaskIncrementTick .text.xTaskResumeAll - 0x40387714 0x184 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387714 xTaskResumeAll + 0x403875c4 0x184 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403875c4 xTaskResumeAll .text.vTaskDelay - 0x40387898 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387898 vTaskDelay + 0x40387748 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387748 vTaskDelay .text.vTaskSwitchContext - 0x403878ea 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403878ea vTaskSwitchContext + 0x4038779a 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038779a vTaskSwitchContext .text.vTaskPlaceOnEventList - 0x40387a10 0x4a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387a10 vTaskPlaceOnEventList + 0x403878c0 0x4a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403878c0 vTaskPlaceOnEventList .text.xTaskRemoveFromEventList - 0x40387a5a 0x11e esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387a5a xTaskRemoveFromEventList + 0x4038790a 0x11e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038790a xTaskRemoveFromEventList .text.vTaskInternalSetTimeOutState - 0x40387b78 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387b78 vTaskInternalSetTimeOutState + 0x40387a28 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387a28 vTaskInternalSetTimeOutState .text.xTaskCheckForTimeOut - 0x40387b8e 0xd4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387b8e xTaskCheckForTimeOut + 0x40387a3e 0xd4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387a3e xTaskCheckForTimeOut .text.vTaskMissedYield - 0x40387c62 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387c62 vTaskMissedYield + 0x40387b12 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387b12 vTaskMissedYield .text.pvTaskGetThreadLocalStoragePointer - 0x40387c6e 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387c6e pvTaskGetThreadLocalStoragePointer + 0x40387b1e 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387b1e pvTaskGetThreadLocalStoragePointer .text.xTaskGetCurrentTaskHandle - 0x40387c8e 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387c8e xTaskGetCurrentTaskHandle + 0x40387b3e 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387b3e xTaskGetCurrentTaskHandle .text.xTaskGetSchedulerState - 0x40387c98 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387c98 xTaskGetSchedulerState + 0x40387b48 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387b48 xTaskGetSchedulerState .text.xTaskPriorityInherit - 0x40387cb8 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387cb8 xTaskPriorityInherit + 0x40387b68 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387b68 xTaskPriorityInherit .text.xTaskPriorityDisinherit - 0x40387dbc 0x106 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387dbc xTaskPriorityDisinherit + 0x40387c6c 0x106 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387c6c xTaskPriorityDisinherit .text.vTaskPriorityDisinheritAfterTimeout - 0x40387ec2 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387ec2 vTaskPriorityDisinheritAfterTimeout + 0x40387d72 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387d72 vTaskPriorityDisinheritAfterTimeout .text.pvTaskIncrementMutexHeldCount - 0x40387fe2 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40387fe2 pvTaskIncrementMutexHeldCount - .text.ulTaskGenericNotifyTake - 0x40388004 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388004 ulTaskGenericNotifyTake + 0x40387e92 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387e92 pvTaskIncrementMutexHeldCount .text.xTaskGenericNotify - 0x403880dc 0x1f2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403880dc xTaskGenericNotify + 0x40387eb4 0x1f2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40387eb4 xTaskGenericNotify .text.xTaskCreatePinnedToCore - 0x403882ce 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403882ce xTaskCreatePinnedToCore + 0x403880a6 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403880a6 xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore - 0x4038838c 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038838c xTaskCreateStaticPinnedToCore + 0x40388164 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388164 xTaskCreateStaticPinnedToCore .text.prvCreateIdleTasks - 0x403884b2 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038828a 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.xTimerCreateTimerTask - 0x40388512 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388512 xTimerCreateTimerTask + 0x403882ea 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403882ea xTimerCreateTimerTask .text.vTaskStartScheduler - 0x40388516 0x72 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388516 vTaskStartScheduler + 0x403882ee 0x72 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403882ee vTaskStartScheduler .text.xTaskGetCoreID - 0x40388588 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388588 xTaskGetCoreID + 0x40388360 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388360 xTaskGetCoreID .text.xTaskGetIdleTaskHandleForCore - 0x4038858c 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038858c xTaskGetIdleTaskHandleForCore + 0x40388364 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388364 xTaskGetIdleTaskHandleForCore .text.xTaskGetCurrentTaskHandleForCore - 0x403885e8 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403885e8 xTaskGetCurrentTaskHandleForCore + 0x403883c0 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403883c0 xTaskGetCurrentTaskHandleForCore .text.vTaskSetThreadLocalStoragePointerAndDelCallback - 0x40388622 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388622 vTaskSetThreadLocalStoragePointerAndDelCallback + 0x403883fa 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403883fa vTaskSetThreadLocalStoragePointerAndDelCallback .text.__getreent - 0x40388648 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388648 __getreent + 0x40388420 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388420 __getreent .text.vTaskGetSnapshot - 0x40388662 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388662 vTaskGetSnapshot + 0x4038843a 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038843a vTaskGetSnapshot *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) *libgcc.a:save-restore.*(.literal .literal.* .text .text.*) *libgcov.a:(.literal .literal.* .text .text.*) *libhal.a:cache_hal.*(.literal .literal.* .text .text.*) .text.cache_hal_suspend - 0x40388694 0x32 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40388694 cache_hal_suspend + 0x4038846c 0x32 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x4038846c cache_hal_suspend .text.cache_hal_resume - 0x403886c6 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403886c6 cache_hal_resume + 0x4038849e 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x4038849e cache_hal_resume .text.cache_hal_is_cache_enabled - 0x40388708 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40388708 cache_hal_is_cache_enabled + 0x403884e0 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403884e0 cache_hal_is_cache_enabled .text.cache_hal_vaddr_to_cache_level_id - 0x40388712 0x6c esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40388712 cache_hal_vaddr_to_cache_level_id + 0x403884ea 0x6c esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403884ea cache_hal_vaddr_to_cache_level_id .text.cache_hal_invalidate_addr - 0x4038877e 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x4038877e cache_hal_invalidate_addr + 0x40388556 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40388556 cache_hal_invalidate_addr .text.cache_hal_get_cache_line_size - 0x403887b8 0x3e esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403887b8 cache_hal_get_cache_line_size + 0x40388590 0x3e esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40388590 cache_hal_get_cache_line_size *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_get_eof_desc_addr .text.gdma_ahb_hal_get_eof_desc_addr) @@ -11952,771 +13090,748 @@ END GROUP *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) .text.mmu_ll_check_entry_valid - 0x403887f6 0x42 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403885ce 0x42 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_ll_find_entry_id_based_on_map_value - 0x40388838 0x7a esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40388610 0x7a esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_ll_entry_id_to_paddr_base - 0x403888b2 0x42 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x4038868a 0x42 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_pages_to_bytes - 0x403888f4 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403888f4 mmu_hal_pages_to_bytes + 0x403886cc 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403886cc mmu_hal_pages_to_bytes .text.mmu_hal_paddr_to_vaddr - 0x403888fa 0x96 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403888fa mmu_hal_paddr_to_vaddr + 0x403886d2 0x96 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403886d2 mmu_hal_paddr_to_vaddr .text.mmu_hal_check_valid_ext_vaddr_region - 0x40388990 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40388990 mmu_hal_check_valid_ext_vaddr_region + 0x40388768 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40388768 mmu_hal_check_valid_ext_vaddr_region .text.mmu_hal_map_region - 0x403889f0 0x148 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403889f0 mmu_hal_map_region + 0x403887c8 0x148 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403887c8 mmu_hal_map_region .text.mmu_hal_unmap_region - 0x40388b38 0xa0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40388b38 mmu_hal_unmap_region + 0x40388910 0xa0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40388910 mmu_hal_unmap_region .text.mmu_hal_vaddr_to_paddr - 0x40388bd8 0x88 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40388bd8 mmu_hal_vaddr_to_paddr + 0x403889b0 0x88 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403889b0 mmu_hal_vaddr_to_paddr *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) .text.spi_flash_encrypt_ll_type - 0x40388c60 0x2e esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388a38 0x2e esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .text.spi_flash_encrypt_ll_plaintext_save - 0x40388c8e 0x40 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388a66 0x40 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .text.spi_flash_encryption_hal_enable - 0x40388cce 0x1c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388cce spi_flash_encryption_hal_enable + 0x40388aa6 0x1c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388aa6 spi_flash_encryption_hal_enable .text.spi_flash_encryption_hal_disable - 0x40388cea 0xc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388cea spi_flash_encryption_hal_disable + 0x40388ac2 0xc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388ac2 spi_flash_encryption_hal_disable .text.spi_flash_encryption_hal_prepare - 0x40388cf6 0x26 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388cf6 spi_flash_encryption_hal_prepare + 0x40388ace 0x26 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388ace spi_flash_encryption_hal_prepare .text.spi_flash_encryption_hal_done - 0x40388d1c 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388d1c spi_flash_encryption_hal_done + 0x40388af4 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388af4 spi_flash_encryption_hal_done .text.spi_flash_encryption_hal_destroy - 0x40388d3e 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388d3e spi_flash_encryption_hal_destroy + 0x40388b16 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388b16 spi_flash_encryption_hal_destroy .text.spi_flash_encryption_hal_check - 0x40388d48 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x40388d48 spi_flash_encryption_hal_check + 0x40388b20 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40388b20 spi_flash_encryption_hal_check *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) .text.gpspi_flash_ll_set_read_mode - 0x40388d52 0xac esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388b2a 0xac esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .text.gpspi_flash_ll_set_buffer_data - 0x40388dfe 0x66 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388bd6 0x66 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .text.gpspi_flash_ll_get_buffer_data - 0x40388e64 0x80 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388c3c 0x80 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .text.spi_flash_hal_gpspi_poll_cmd_done - 0x40388ee4 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x40388ee4 spi_flash_hal_gpspi_poll_cmd_done + 0x40388cbc 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388cbc spi_flash_hal_gpspi_poll_cmd_done .text.spi_flash_hal_gpspi_device_config - 0x40388ef0 0xd2 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x40388ef0 spi_flash_hal_gpspi_device_config + 0x40388cc8 0xd2 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388cc8 spi_flash_hal_gpspi_device_config .text.spi_flash_hal_gpspi_configure_host_io_mode - 0x40388fc2 0x124 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x40388fc2 spi_flash_hal_gpspi_configure_host_io_mode + 0x40388d9a 0x124 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388d9a spi_flash_hal_gpspi_configure_host_io_mode .text.spi_flash_hal_gpspi_common_command - 0x403890e6 0x148 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x403890e6 spi_flash_hal_gpspi_common_command + 0x40388ebe 0x148 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40388ebe spi_flash_hal_gpspi_common_command .text.spi_flash_hal_gpspi_read - 0x4038922e 0xb6 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038922e spi_flash_hal_gpspi_read + 0x40389006 0xb6 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40389006 spi_flash_hal_gpspi_read .text.spi_flash_hal_gpspi_supports_direct_write - 0x403892e4 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x403892e4 spi_flash_hal_gpspi_supports_direct_write + 0x403890bc 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x403890bc spi_flash_hal_gpspi_supports_direct_write .text.spi_flash_hal_gpspi_supports_direct_read - 0x403892e8 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x403892e8 spi_flash_hal_gpspi_supports_direct_read + 0x403890c0 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x403890c0 spi_flash_hal_gpspi_supports_direct_read .text.spi_flash_hal_gpspi_check_status - 0x403892ec 0xe esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x403892ec spi_flash_hal_gpspi_check_status + 0x403890c4 0xe esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x403890c4 spi_flash_hal_gpspi_check_status *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) .text.spimem_flash_ll_set_read_mode - 0x403892fa 0x86 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403890d2 0x86 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .text.spimem_flash_ll_get_source_freq_mhz - 0x40389380 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389158 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .text.spimem_flash_ll_set_buffer_data - 0x403893ba 0x66 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389192 0x66 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .text.spimem_flash_ll_get_buffer_data - 0x40389420 0x80 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403891f8 0x80 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .text.spi_flash_hal_poll_cmd_done - 0x403894a0 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403894a0 spi_flash_hal_poll_cmd_done + 0x40389278 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389278 spi_flash_hal_poll_cmd_done .text.spi_flash_hal_configure_host_io_mode - 0x403894a8 0x130 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403894a8 spi_flash_hal_configure_host_io_mode + 0x40389280 0x130 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389280 spi_flash_hal_configure_host_io_mode .text.spi_flash_hal_common_command - 0x403895d8 0x114 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403895d8 spi_flash_hal_common_command + 0x403893b0 0x114 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403893b0 spi_flash_hal_common_command .text.spi_flash_hal_read - 0x403896ec 0x76 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403896ec spi_flash_hal_read + 0x403894c4 0x76 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403894c4 spi_flash_hal_read .text.spi_flash_hal_erase_chip - 0x40389762 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389762 spi_flash_hal_erase_chip + 0x4038953a 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038953a spi_flash_hal_erase_chip .text.spi_flash_hal_erase_sector - 0x40389784 0x4a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389784 spi_flash_hal_erase_sector + 0x4038955c 0x4a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038955c spi_flash_hal_erase_sector .text.spi_flash_hal_erase_block - 0x403897ce 0x48 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403897ce spi_flash_hal_erase_block + 0x403895a6 0x48 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403895a6 spi_flash_hal_erase_block .text.spi_flash_hal_program_page - 0x40389816 0x6a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389816 spi_flash_hal_program_page + 0x403895ee 0x6a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403895ee spi_flash_hal_program_page .text.spi_flash_hal_set_write_protect - 0x40389880 0x2c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389880 spi_flash_hal_set_write_protect + 0x40389658 0x2c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389658 spi_flash_hal_set_write_protect .text.spi_flash_hal_check_status - 0x403898ac 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403898ac spi_flash_hal_check_status + 0x40389684 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389684 spi_flash_hal_check_status .text.spi_flash_hal_setup_read_suspend - 0x403898c4 0xde esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403898c4 spi_flash_hal_setup_read_suspend + 0x4038969c 0xde esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038969c spi_flash_hal_setup_read_suspend .text.spi_flash_hal_setup_auto_suspend_mode - 0x403899a2 0x152 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x403899a2 spi_flash_hal_setup_auto_suspend_mode + 0x4038977a 0x152 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038977a spi_flash_hal_setup_auto_suspend_mode .text.spi_flash_hal_setup_auto_resume_mode - 0x40389af4 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389af4 spi_flash_hal_setup_auto_resume_mode + 0x403898cc 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403898cc spi_flash_hal_setup_auto_resume_mode .text.spi_flash_hal_disable_auto_suspend_mode - 0x40389b2e 0x70 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389b2e spi_flash_hal_disable_auto_suspend_mode + 0x40389906 0x70 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389906 spi_flash_hal_disable_auto_suspend_mode .text.spi_flash_hal_disable_auto_resume_mode - 0x40389b9e 0x3c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389b9e spi_flash_hal_disable_auto_resume_mode + 0x40389976 0x3c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389976 spi_flash_hal_disable_auto_resume_mode .text.spi_flash_hal_device_config - 0x40389bda 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389bda spi_flash_hal_device_config + 0x403899b2 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x403899b2 spi_flash_hal_device_config .text.spi_flash_hal_resume - 0x40389c82 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389c82 spi_flash_hal_resume + 0x40389a5a 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389a5a spi_flash_hal_resume .text.spi_flash_hal_suspend - 0x40389c92 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x40389c92 spi_flash_hal_suspend + 0x40389a6a 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x40389a6a spi_flash_hal_suspend *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) *libhal.a:systimer_hal.*(.literal .literal.* .text .text.*) .text.systimer_hal_init - 0x40389ca2 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389ca2 systimer_hal_init + 0x40389a7a 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389a7a systimer_hal_init .text.systimer_hal_set_tick_rate_ops - 0x40389cb8 0xa esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389cb8 systimer_hal_set_tick_rate_ops + 0x40389a90 0xa esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389a90 systimer_hal_set_tick_rate_ops .text.systimer_hal_get_counter_value - 0x40389cc2 0x4e esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389cc2 systimer_hal_get_counter_value + 0x40389a9a 0x4e esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389a9a systimer_hal_get_counter_value .text.systimer_hal_set_alarm_period - 0x40389d10 0x98 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389d10 systimer_hal_set_alarm_period + 0x40389ae8 0x98 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389ae8 systimer_hal_set_alarm_period .text.systimer_hal_enable_alarm_int - 0x40389da8 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389da8 systimer_hal_enable_alarm_int + 0x40389b80 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389b80 systimer_hal_enable_alarm_int .text.systimer_hal_enable_counter - 0x40389db8 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389db8 systimer_hal_enable_counter + 0x40389b90 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389b90 systimer_hal_enable_counter .text.systimer_hal_select_alarm_mode - 0x40389dcc 0x34 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389dcc systimer_hal_select_alarm_mode + 0x40389ba4 0x34 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389ba4 systimer_hal_select_alarm_mode .text.systimer_hal_connect_alarm_counter - 0x40389e00 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389e00 systimer_hal_connect_alarm_counter + 0x40389bd8 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389bd8 systimer_hal_connect_alarm_counter .text.systimer_hal_counter_can_stall_by_cpu - 0x40389e1a 0x3a esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x40389e1a systimer_hal_counter_can_stall_by_cpu + 0x40389bf2 0x3a esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x40389bf2 systimer_hal_counter_can_stall_by_cpu *libhal.a:timer_hal.*(.literal.timer_hal_capture_and_get_counter_value .text.timer_hal_capture_and_get_counter_value) *libhal.a:wdt_hal_iram.*(.literal .literal.* .text .text.*) .text.wdt_hal_init - 0x40389e54 0x232 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x40389e54 wdt_hal_init + 0x40389c2c 0x232 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x40389c2c wdt_hal_init .text.wdt_hal_config_stage - 0x4038a086 0x142 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a086 wdt_hal_config_stage + 0x40389e5e 0x142 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x40389e5e wdt_hal_config_stage .text.wdt_hal_write_protect_disable - 0x4038a1c8 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a1c8 wdt_hal_write_protect_disable + 0x40389fa0 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x40389fa0 wdt_hal_write_protect_disable .text.wdt_hal_write_protect_enable - 0x4038a1ea 0x14 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a1ea wdt_hal_write_protect_enable + 0x40389fc2 0x14 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x40389fc2 wdt_hal_write_protect_enable .text.wdt_hal_enable - 0x4038a1fe 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a1fe wdt_hal_enable + 0x40389fd6 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x40389fd6 wdt_hal_enable .text.wdt_hal_disable - 0x4038a234 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a234 wdt_hal_disable + 0x4038a00c 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038a00c wdt_hal_disable .text.wdt_hal_handle_intr - 0x4038a25c 0x32 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a25c wdt_hal_handle_intr + 0x4038a034 0x32 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038a034 wdt_hal_handle_intr .text.wdt_hal_feed - 0x4038a28e 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a28e wdt_hal_feed + 0x4038a066 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038a066 wdt_hal_feed .text.wdt_hal_set_flashboot_en - 0x4038a2ac 0x3a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a2ac wdt_hal_set_flashboot_en + 0x4038a084 0x3a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038a084 wdt_hal_set_flashboot_en .text.wdt_hal_is_enabled - 0x4038a2e6 0x16 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038a2e6 wdt_hal_is_enabled + 0x4038a0be 0x16 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038a0be wdt_hal_is_enabled *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) .text.assert_valid_block - 0x4038a2fc 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a0d4 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl .text.multi_heap_aligned_alloc_impl) *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl_offs .text.multi_heap_aligned_alloc_impl_offs) .text.multi_heap_aligned_alloc_impl_offs - 0x4038a340 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a340 multi_heap_aligned_alloc_impl_offs + 0x4038a118 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a118 multi_heap_aligned_alloc_impl_offs *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_offs .text.multi_heap_aligned_alloc_offs) .text.multi_heap_aligned_alloc_offs - 0x4038a3b2 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a3b2 multi_heap_aligned_alloc_offs + 0x4038a18a 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a18a multi_heap_aligned_alloc_offs *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) .text.multi_heap_free_impl - 0x4038a3c0 0x40 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a3c0 multi_heap_aligned_free - 0x4038a3c0 multi_heap_free - 0x4038a3c0 multi_heap_free_impl + 0x4038a198 0x40 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a198 multi_heap_aligned_free + 0x4038a198 multi_heap_free + 0x4038a198 multi_heap_free_impl *libheap.a:multi_heap.*(.literal.multi_heap_get_allocated_size_impl .text.multi_heap_get_allocated_size_impl) .text.multi_heap_get_allocated_size_impl - 0x4038a400 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a400 multi_heap_get_allocated_size_impl - 0x4038a400 multi_heap_get_allocated_size + 0x4038a1d8 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a1d8 multi_heap_get_allocated_size_impl + 0x4038a1d8 multi_heap_get_allocated_size *libheap.a:multi_heap.*(.literal.multi_heap_get_block_address_impl .text.multi_heap_get_block_address_impl) *libheap.a:multi_heap.*(.literal.multi_heap_get_first_block .text.multi_heap_get_first_block) *libheap.a:multi_heap.*(.literal.multi_heap_get_next_block .text.multi_heap_get_next_block) *libheap.a:multi_heap.*(.literal.multi_heap_internal_lock .text.multi_heap_internal_lock) .text.multi_heap_internal_lock - 0x4038a40e 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a40e multi_heap_internal_lock + 0x4038a1e6 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a1e6 multi_heap_internal_lock *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.multi_heap_internal_unlock) .text.multi_heap_internal_unlock - 0x4038a42c 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a42c multi_heap_internal_unlock + 0x4038a204 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a204 multi_heap_internal_unlock *libheap.a:multi_heap.*(.literal.multi_heap_is_free .text.multi_heap_is_free) *libheap.a:multi_heap.*(.literal.multi_heap_malloc_impl .text.multi_heap_malloc_impl) .text.multi_heap_malloc_impl - 0x4038a44a 0x54 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a44a multi_heap_malloc - 0x4038a44a multi_heap_malloc_impl + 0x4038a222 0x54 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a222 multi_heap_malloc + 0x4038a222 multi_heap_malloc_impl *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) .text.multi_heap_realloc_impl - 0x4038a49e 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a49e multi_heap_realloc - 0x4038a49e multi_heap_realloc_impl + 0x4038a276 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a276 multi_heap_realloc + 0x4038a276 multi_heap_realloc_impl *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) .text.multi_heap_set_lock - 0x4038a532 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038a532 multi_heap_set_lock + 0x4038a30a 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038a30a multi_heap_set_lock *libheap.a:tlsf.*(.literal.tlsf_align_size .text.tlsf_align_size) *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) .text.tlsf_alloc_overhead - 0x4038a536 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038a536 tlsf_alloc_overhead + 0x4038a30e 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a30e tlsf_alloc_overhead *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) .text.tlsf_block_size - 0x4038a53a 0xe esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038a53a tlsf_block_size + 0x4038a312 0xe esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a312 tlsf_block_size *libheap.a:tlsf.*(.literal.tlsf_block_size_max .text.tlsf_block_size_max) .text.tlsf_block_size_max - 0x4038a548 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038a548 tlsf_block_size_max + 0x4038a320 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a320 tlsf_block_size_max *libheap.a:tlsf.*(.literal.tlsf_block_size_min .text.tlsf_block_size_min) *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) .text.tlsf_free - 0x4038a55a 0x5a2 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038a55a tlsf_free + 0x4038a332 0x5a2 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a332 tlsf_free *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) .text.tlsf_get_pool - 0x4038aafc 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038aafc tlsf_get_pool + 0x4038a8d4 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a8d4 tlsf_get_pool *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) .text.tlsf_malloc - 0x4038ab12 0x52c esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038ab12 tlsf_malloc + 0x4038a8ea 0x52c esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038a8ea tlsf_malloc *libheap.a:tlsf.*(.literal.tlsf_memalign .text.tlsf_memalign) *libheap.a:tlsf.*(.literal.tlsf_memalign_offs .text.tlsf_memalign_offs) .text.tlsf_memalign_offs - 0x4038b03e 0x8a6 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038b03e tlsf_memalign_offs + 0x4038ae16 0x8a6 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038ae16 tlsf_memalign_offs *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) .text.tlsf_realloc - 0x4038b8e4 0x750 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038b8e4 tlsf_realloc + 0x4038b6bc 0x750 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038b6bc tlsf_realloc *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) .text.tlsf_size - 0x4038c034 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038c034 tlsf_size + 0x4038be0c 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038be0c tlsf_size *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) .text.esp_log_write - 0x4038c03e 0x20 esp-idf/log/liblog.a(log.c.obj) - 0x4038c03e esp_log_write + 0x4038be16 0x20 esp-idf/log/liblog.a(log.c.obj) + 0x4038be16 esp_log_write *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) .text.esp_log_early_timestamp - 0x4038c05e 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x4038c05e esp_log_early_timestamp + 0x4038be36 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4038be36 esp_log_early_timestamp *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) .text.esp_log_impl_lock_timeout - 0x4038c084 0x46 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x4038c084 esp_log_impl_lock_timeout + 0x4038be5c 0x46 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4038be5c esp_log_impl_lock_timeout *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) .text.esp_log_impl_unlock - 0x4038c0ca 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x4038c0ca esp_log_impl_unlock + 0x4038bea2 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4038bea2 esp_log_impl_unlock *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) .text.esp_log_timestamp - 0x4038c0f0 0x54 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x4038c0f0 esp_log_timestamp + 0x4038bec8 0x54 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4038bec8 esp_log_timestamp *libnet80211.a:(.wifi0iram .wifi0iram.*) *libnet80211.a:(.wifirxiram .wifirxiram.*) *libnet80211.a:(.wifislprxiram .wifislprxiram.*) *libnewlib.a:abort.*(.literal .literal.* .text .text.*) - .text.abort 0x4038c144 0x82 esp-idf/newlib/libnewlib.a(abort.c.obj) - 0x4038c144 abort + .text.abort 0x4038bf1c 0x82 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x4038bf1c abort *libnewlib.a:assert.*(.literal .literal.* .text .text.*) .text.ra_to_str - 0x4038c1c6 0x2c esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4038bf9e 0x2c esp-idf/newlib/libnewlib.a(assert.c.obj) .text.__assert_func - 0x4038c1f2 0x112 esp-idf/newlib/libnewlib.a(assert.c.obj) - 0x4038c1f2 __assert_func + 0x4038bfca 0x112 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4038bfca __assert_func .text.newlib_include_assert_impl - 0x4038c304 0x2 esp-idf/newlib/libnewlib.a(assert.c.obj) - 0x4038c304 newlib_include_assert_impl + 0x4038c0dc 0x2 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4038c0dc newlib_include_assert_impl *libnewlib.a:heap.*(.literal .literal.* .text .text.*) - .text.malloc 0x4038c306 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c306 malloc - 0x4038c306 pvalloc - 0x4038c306 valloc - .text.realloc 0x4038c314 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c314 realloc - .text.free 0x4038c322 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c322 cfree - 0x4038c322 free + .text.malloc 0x4038c0de 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c0de malloc + 0x4038c0de pvalloc + 0x4038c0de valloc + .text.free 0x4038c0ec 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c0ec cfree + 0x4038c0ec free .text._malloc_r - 0x4038c330 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c330 _malloc_r - .text._free_r 0x4038c340 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c340 _free_r + 0x4038c0fa 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c0fa _malloc_r + .text._free_r 0x4038c10a 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c10a _free_r .text._realloc_r - 0x4038c350 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c350 _realloc_r + 0x4038c11a 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c11a _realloc_r .text._calloc_r - 0x4038c362 0x3e esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c362 _calloc_r - .text.calloc 0x4038c3a0 0x22 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c3a0 calloc + 0x4038c12c 0x3e esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c12c _calloc_r + .text.calloc 0x4038c16a 0x22 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c16a calloc .text.newlib_include_heap_impl - 0x4038c3c2 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038c3c2 newlib_include_heap_impl + 0x4038c18c 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038c18c newlib_include_heap_impl *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) .text.__atomic_fetch_or_8 - 0x4038c3c4 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038c3c4 __atomic_fetch_or_8 + 0x4038c18e 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x4038c18e __atomic_fetch_or_8 *libpp.a:(.wifi0iram .wifi0iram.*) *libpp.a:(.wifiorslpiram .wifiorslpiram.*) *libpp.a:(.wifirxiram .wifirxiram.*) *libpp.a:(.wifislprxiram .wifislprxiram.*) *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) .text.intr_get_item - 0x4038c408 0x38 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4038c1d2 0x38 esp-idf/riscv/libriscv.a(interrupt.c.obj) .text._global_interrupt_handler - 0x4038c440 0x3c esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x4038c440 _global_interrupt_handler + 0x4038c20a 0x3c esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4038c20a _global_interrupt_handler *libriscv.a:vectors.*(.literal .literal.* .text .text.*) *librtc.a:(.literal .literal.* .text .text.*) *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) .text.spi_flash_needs_reset_check - 0x4038c47c 0x22 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x4038c47c spi_flash_needs_reset_check + 0x4038c246 0x22 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4038c246 spi_flash_needs_reset_check .text.spi_flash_set_erasing_flag - 0x4038c49e 0xa esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x4038c49e spi_flash_set_erasing_flag + 0x4038c268 0xa esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4038c268 spi_flash_set_erasing_flag .text.spi_flash_brownout_need_reset - 0x4038c4a8 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x4038c4a8 spi_flash_brownout_need_reset + 0x4038c272 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4038c272 spi_flash_brownout_need_reset *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) .text.memspi_host_read_status_hs - 0x4038c4c8 0x40 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c4c8 memspi_host_read_status_hs + 0x4038c292 0x40 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c292 memspi_host_read_status_hs .text.memspi_host_erase_chip - 0x4038c508 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c508 memspi_host_erase_chip + 0x4038c2d2 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c2d2 memspi_host_erase_chip .text.memspi_host_set_write_protect - 0x4038c530 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c530 memspi_host_set_write_protect + 0x4038c2fa 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c2fa memspi_host_set_write_protect .text.memspi_host_write_data_slicer - 0x4038c55e 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c55e memspi_host_write_data_slicer + 0x4038c328 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c328 memspi_host_write_data_slicer .text.memspi_host_read_data_slicer - 0x4038c5a2 0x38 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c5a2 memspi_host_read_data_slicer + 0x4038c36c 0x38 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c36c memspi_host_read_data_slicer .text.memspi_host_read_id_hs - 0x4038c5da 0x8e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c5da memspi_host_read_id_hs + 0x4038c3a4 0x8e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c3a4 memspi_host_read_id_hs .text.memspi_host_flush_cache - 0x4038c668 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c668 memspi_host_flush_cache + 0x4038c432 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c432 memspi_host_flush_cache .text.memspi_host_erase_sector - 0x4038c68e 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c68e memspi_host_erase_sector + 0x4038c458 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c458 memspi_host_erase_sector .text.memspi_host_erase_block - 0x4038c6e6 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c6e6 memspi_host_erase_block + 0x4038c4b0 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c4b0 memspi_host_erase_block .text.memspi_host_program_page - 0x4038c73e 0x62 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c73e memspi_host_program_page + 0x4038c508 0x62 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c508 memspi_host_program_page .text.memspi_host_init_pointers - 0x4038c7a0 0x4e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4038c7a0 memspi_host_init_pointers + 0x4038c56a 0x4e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4038c56a memspi_host_init_pointers *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_boya_probe - 0x4038c7ee 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x4038c7ee spi_flash_chip_boya_probe + 0x4038c5b8 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x4038c5b8 spi_flash_chip_boya_probe .text.spi_flash_chip_boya_get_caps - 0x4038c818 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x4038c818 spi_flash_chip_boya_get_caps + 0x4038c5e2 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x4038c5e2 spi_flash_chip_boya_get_caps *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_gd_get_caps - 0x4038c81c 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c81c spi_flash_chip_gd_get_caps + 0x4038c5e6 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c5e6 spi_flash_chip_gd_get_caps .text.spi_flash_chip_gd_detect_size - 0x4038c832 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c832 spi_flash_chip_gd_detect_size + 0x4038c5fc 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c5fc spi_flash_chip_gd_detect_size .text.spi_flash_chip_gd_probe - 0x4038c866 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c866 spi_flash_chip_gd_probe + 0x4038c630 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c630 spi_flash_chip_gd_probe .text.spi_flash_chip_gd_suspend_cmd_conf - 0x4038c89a 0x36 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c89a spi_flash_chip_gd_suspend_cmd_conf + 0x4038c664 0x36 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c664 spi_flash_chip_gd_suspend_cmd_conf .text.spi_flash_chip_gd_set_io_mode - 0x4038c8d0 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c8d0 spi_flash_chip_gd_set_io_mode + 0x4038c69a 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c69a spi_flash_chip_gd_set_io_mode .text.spi_flash_chip_gd_get_io_mode - 0x4038c924 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4038c924 spi_flash_chip_gd_get_io_mode + 0x4038c6ee 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4038c6ee spi_flash_chip_gd_get_io_mode *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_generic_detect_size - 0x4038c944 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038c944 spi_flash_chip_generic_detect_size + 0x4038c70e 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c70e spi_flash_chip_generic_detect_size .text.spi_flash_chip_generic_probe - 0x4038c984 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038c984 spi_flash_chip_generic_probe + 0x4038c74e 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c74e spi_flash_chip_generic_probe .text.spi_flash_chip_generic_reset - 0x4038c988 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038c988 spi_flash_chip_generic_reset + 0x4038c752 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c752 spi_flash_chip_generic_reset .text.spi_flash_chip_generic_erase_chip - 0x4038c9e8 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038c9e8 spi_flash_chip_generic_erase_chip + 0x4038c7b2 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c7b2 spi_flash_chip_generic_erase_chip .text.spi_flash_chip_generic_erase_sector - 0x4038ca6a 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038ca6a spi_flash_chip_generic_erase_sector + 0x4038c834 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c834 spi_flash_chip_generic_erase_sector .text.spi_flash_chip_generic_erase_block - 0x4038caf4 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038caf4 spi_flash_chip_generic_erase_block + 0x4038c8be 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c8be spi_flash_chip_generic_erase_block .text.spi_flash_chip_generic_page_program - 0x4038cb7e 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038cb7e spi_flash_chip_generic_page_program + 0x4038c948 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c948 spi_flash_chip_generic_page_program .text.spi_flash_chip_generic_set_write_protect - 0x4038cbea 0x4e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038cbea spi_flash_chip_generic_set_write_protect + 0x4038c9b4 0x4e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038c9b4 spi_flash_chip_generic_set_write_protect .text.spi_flash_chip_generic_read_reg - 0x4038cc38 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038cc38 spi_flash_chip_generic_read_reg + 0x4038ca02 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038ca02 spi_flash_chip_generic_read_reg .text.spi_flash_chip_generic_wait_idle - 0x4038cc4c 0xae esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038cc4c spi_flash_chip_generic_wait_idle + 0x4038ca16 0xae esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038ca16 spi_flash_chip_generic_wait_idle .text.spi_flash_chip_generic_config_host_io_mode - 0x4038ccfa 0x15a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038ccfa spi_flash_chip_generic_config_host_io_mode + 0x4038cac4 0x15a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cac4 spi_flash_chip_generic_config_host_io_mode .text.spi_flash_chip_generic_write_encrypted - 0x4038ce54 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038ce54 spi_flash_chip_generic_write_encrypted + 0x4038cc1e 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cc1e spi_flash_chip_generic_write_encrypted .text.spi_flash_chip_generic_get_caps - 0x4038cf3e 0x94 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038cf3e spi_flash_chip_generic_get_caps + 0x4038cd08 0x94 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cd08 spi_flash_chip_generic_get_caps .text.spi_flash_common_read_qe_sr - 0x4038cfd2 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cd9c 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .text.spi_flash_common_write_qe_sr - 0x4038d00e 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cdd8 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .text.spi_flash_common_read_status_16b_rdsr_rdsr2 - 0x4038d040 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d040 spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x4038ce0a 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038ce0a spi_flash_common_read_status_16b_rdsr_rdsr2 .text.spi_flash_common_write_status_16b_wrsr - 0x4038d086 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d086 spi_flash_common_write_status_16b_wrsr + 0x4038ce50 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038ce50 spi_flash_common_write_status_16b_wrsr .text.spi_flash_chip_generic_read - 0x4038d09a 0xda esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d09a spi_flash_chip_generic_read + 0x4038ce64 0xda esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038ce64 spi_flash_chip_generic_read .text.spi_flash_chip_generic_write - 0x4038d174 0xb6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d174 spi_flash_chip_generic_write + 0x4038cf3e 0xb6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cf3e spi_flash_chip_generic_write .text.spi_flash_chip_generic_get_write_protect - 0x4038d22a 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d22a spi_flash_chip_generic_get_write_protect + 0x4038cff4 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038cff4 spi_flash_chip_generic_get_write_protect .text.spi_flash_chip_generic_yield - 0x4038d274 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d274 spi_flash_chip_generic_yield + 0x4038d036 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d036 spi_flash_chip_generic_yield .text.spi_flash_chip_generic_suspend_cmd_conf - 0x4038d2ba 0x76 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d2ba spi_flash_chip_generic_suspend_cmd_conf + 0x4038d07c 0x76 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d07c spi_flash_chip_generic_suspend_cmd_conf .text.spi_flash_chip_generic_read_unique_id - 0x4038d330 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d330 spi_flash_chip_generic_read_unique_id + 0x4038d0f2 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d0f2 spi_flash_chip_generic_read_unique_id .text.spi_flash_chip_generic_read_unique_id_none - 0x4038d3e0 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d3e0 spi_flash_chip_generic_read_unique_id_none + 0x4038d1a2 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d1a2 spi_flash_chip_generic_read_unique_id_none .text.spi_flash_common_read_status_8b_rdsr2 - 0x4038d3e6 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d3e6 spi_flash_common_read_status_8b_rdsr2 + 0x4038d1a8 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d1a8 spi_flash_common_read_status_8b_rdsr2 .text.spi_flash_chip_generic_get_io_mode - 0x4038d3fc 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d3fc spi_flash_chip_generic_get_io_mode + 0x4038d1be 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d1be spi_flash_chip_generic_get_io_mode .text.spi_flash_common_read_status_8b_rdsr - 0x4038d41c 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d41c spi_flash_common_read_status_8b_rdsr + 0x4038d1de 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d1de spi_flash_common_read_status_8b_rdsr .text.spi_flash_common_write_status_8b_wrsr - 0x4038d430 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d430 spi_flash_common_write_status_8b_wrsr + 0x4038d1f2 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d1f2 spi_flash_common_write_status_8b_wrsr .text.spi_flash_common_write_status_8b_wrsr2 - 0x4038d444 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d444 spi_flash_common_write_status_8b_wrsr2 + 0x4038d206 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d206 spi_flash_common_write_status_8b_wrsr2 .text.spi_flash_common_set_io_mode - 0x4038d45a 0xd2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d45a spi_flash_common_set_io_mode + 0x4038d21c 0xd2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d21c spi_flash_common_set_io_mode .text.spi_flash_chip_generic_set_io_mode - 0x4038d52c 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4038d52c spi_flash_chip_generic_set_io_mode + 0x4038d2ee 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4038d2ee spi_flash_chip_generic_set_io_mode *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_issi_probe - 0x4038d54e 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4038d54e spi_flash_chip_issi_probe + 0x4038d310 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4038d310 spi_flash_chip_issi_probe .text.spi_flash_chip_issi_get_caps - 0x4038d578 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4038d578 spi_flash_chip_issi_get_caps + 0x4038d33a 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4038d33a spi_flash_chip_issi_get_caps .text.spi_flash_chip_issi_set_io_mode - 0x4038d57c 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4038d57c spi_flash_chip_issi_set_io_mode + 0x4038d33e 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4038d33e spi_flash_chip_issi_set_io_mode .text.spi_flash_chip_issi_get_io_mode - 0x4038d59e 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4038d59e spi_flash_chip_issi_get_io_mode + 0x4038d360 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4038d360 spi_flash_chip_issi_get_io_mode *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_mxic_probe - 0x4038d5be 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4038d5be spi_flash_chip_mxic_probe + 0x4038d380 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x4038d380 spi_flash_chip_mxic_probe .text.spi_flash_chip_mxic_detect_size - 0x4038d5e0 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4038d5e0 spi_flash_chip_mxic_detect_size + 0x4038d3a2 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x4038d3a2 spi_flash_chip_mxic_detect_size .text.spi_flash_chip_mxic_get_caps - 0x4038d622 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4038d622 spi_flash_chip_mxic_get_caps + 0x4038d3e4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x4038d3e4 spi_flash_chip_mxic_get_caps *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_th_probe - 0x4038d626 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x4038d626 spi_flash_chip_th_probe + 0x4038d3e8 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x4038d3e8 spi_flash_chip_th_probe .text.spi_flash_chip_th_get_caps - 0x4038d650 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x4038d650 spi_flash_chip_th_get_caps + 0x4038d412 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x4038d412 spi_flash_chip_th_get_caps *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) .text.spi_flash_chip_winbond_probe - 0x4038d654 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d654 spi_flash_chip_winbond_probe + 0x4038d416 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d416 spi_flash_chip_winbond_probe .text.spi_flash_chip_winbond_get_caps - 0x4038d668 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d668 spi_flash_chip_winbond_get_caps + 0x4038d42a 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d42a spi_flash_chip_winbond_get_caps .text.spi_flash_command_winbond_program_4B - 0x4038d67e 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d440 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) .text.spi_flash_chip_winbond_page_program - 0x4038d6d2 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d6d2 spi_flash_chip_winbond_page_program + 0x4038d494 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d494 spi_flash_chip_winbond_page_program .text.spi_flash_command_winbond_erase_sector_4B - 0x4038d71c 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d4de 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) .text.spi_flash_chip_winbond_erase_sector - 0x4038d76e 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d76e spi_flash_chip_winbond_erase_sector + 0x4038d530 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d530 spi_flash_chip_winbond_erase_sector .text.spi_flash_command_erase_block_4B - 0x4038d7c6 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d588 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) .text.spi_flash_chip_winbond_erase_block - 0x4038d818 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d818 spi_flash_chip_winbond_erase_block + 0x4038d5da 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d5da spi_flash_chip_winbond_erase_block .text.spi_flash_chip_winbond_read - 0x4038d870 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4038d870 spi_flash_chip_winbond_read + 0x4038d632 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4038d632 spi_flash_chip_winbond_read *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) -.dram0.dummy 0x3fc80000 0xda00 - 0x3fc8da00 . = ((ORIGIN (dram0_0_seg) + _iram_end) - _iram_start) - *fill* 0x3fc80000 0xda00 +.dram0.dummy 0x3fc80000 0xd800 + 0x3fc8d800 . = ((ORIGIN (dram0_0_seg) + _iram_end) - _iram_start) + *fill* 0x3fc80000 0xd800 -.dram0.data 0x3fc8da00 0x1a38 - 0x3fc8da00 _data_start = ABSOLUTE (.) +.dram0.data 0x3fc8d800 0x19b8 + 0x3fc8d800 _data_start = ABSOLUTE (.) *(.gnu.linkonce.d.*) *(.data1) - 0x3fc8e200 __global_pointer$ = (. + 0x800) + 0x3fc8e000 __global_pointer$ = (. + 0x800) *(.sdata) - .sdata 0x3fc8da00 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - 0x3fc8da00 environ - .sdata 0x3fc8da04 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - 0x3fc8da04 optopt - 0x3fc8da08 opterr - .sdata 0x3fc8da0c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - 0x3fc8da0c _impure_ptr - .sdata 0x3fc8da10 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - 0x3fc8da10 __atexit_recursive_mutex - .sdata 0x3fc8da14 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - 0x3fc8da14 __global_locale_ptr + .sdata 0x3fc8d800 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x3fc8d800 environ + .sdata 0x3fc8d804 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x3fc8d804 _impure_ptr + .sdata 0x3fc8d808 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x3fc8d808 __global_locale_ptr *(.sdata.*) - .sdata.s_panic_uart - 0x3fc8da18 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) .sdata.rtc_wdt_ctx - 0x3fc8da1c 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc8d80c 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) .sdata.wdt0_context - 0x3fc8da24 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3fc8d814 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .sdata.s_memp_intr - 0x3fc8da2c 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3fc8d81c 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .sdata.s_log_print_func - 0x3fc8da34 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x3fc8d824 0x4 esp-idf/log/liblog.a(log.c.obj) .sdata.esp_log_default_level - 0x3fc8da38 0x4 esp-idf/log/liblog.a(log.c.obj) - 0x3fc8da38 esp_log_default_level + 0x3fc8d828 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x3fc8d828 esp_log_default_level .sdata.malloc_alwaysinternal_limit - 0x3fc8da3c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3fc8d82c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) .sdata.first_call.0 - 0x3fc8da40 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - *fill* 0x3fc8da41 0x3 - .sdata.uart_selectlock - 0x3fc8da44 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .sdata.allow_empty - 0x3fc8da4c 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x3fc8da4d 0x3 - .sdata.history_max_len - 0x3fc8da50 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sdata.max_cmdline_length - 0x3fc8da54 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sdata.s_panic - 0x3fc8da58 0x4 esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x3fc8d830 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *fill* 0x3fc8d831 0x3 .sdata._gpio_hal - 0x3fc8da5c 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3fc8d834 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .sdata.esp_flash_registered_chips - 0x3fc8da60 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - 0x3fc8da60 esp_flash_registered_chips - *fill* 0x3fc8da64 0x4 + 0x3fc8d838 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x3fc8d838 esp_flash_registered_chips + *fill* 0x3fc8d83c 0x4 .sdata.s_reserved_pin_mask - 0x3fc8da68 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x3fc8d840 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) .sdata.DW.ref.__gxx_personality_v0 - 0x3fc8da70 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3fc8da70 DW.ref.__gxx_personality_v0 + 0x3fc8d848 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3fc8d848 DW.ref.__gxx_personality_v0 .sdata._ZN10__cxxabiv119__terminate_handlerE - 0x3fc8da74 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - 0x3fc8da74 __cxxabiv1::__terminate_handler + 0x3fc8d84c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + 0x3fc8d84c __cxxabiv1::__terminate_handler *(.gnu.linkonce.s.*) *(.gnu.linkonce.s2.*) *(.jcr) *(.data .data.*) .data.s_stub_table - 0x3fc8da78 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .data.s_context - 0x3fc8db14 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .data.uart_context - 0x3fc8db5c 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x3fc8d850 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .data.s_uart_hw.6 - 0x3fc8db7c 0x24 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .data.s_ctx 0x3fc8dba0 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3fc8d8ec 0x24 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .data.s_ctx 0x3fc8d910 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .data.s_fd_table - 0x3fc8dbc8 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3fc8d938 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) .data.s_fake_stack_frame - 0x3fc8dc88 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .data.s_config - 0x3fc8dd1c 0x14 esp-idf/console/libconsole.a(commands.c.obj) + 0x3fc8d9f8 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + *fill* 0x3fc8da8c 0x4 .data.gpio_context - 0x3fc8dd30 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3fc8da90 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .data.default_registered_chips - 0x3fc8dd50 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .data 0x3fc8dd70 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - 0x3fc8dd70 __sglue - .data 0x3fc8dd7c 0xf0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - 0x3fc8dd7c _impure_data + 0x3fc8dab0 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data.uart_context + 0x3fc8dad0 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .data 0x3fc8daf0 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc8daf0 __sglue + .data 0x3fc8dafc 0xf0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x3fc8dafc _impure_data *(.dram1 .dram1.*) - .dram1.2 0x3fc8de6c 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) - *fill* 0x3fc8de97 0x1 - .dram1.0 0x3fc8de98 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .dram1.3 0x3fc8de9c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.2 0x3fc8dea0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.1 0x3fc8dea4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.0 0x3fc8dea8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.0 0x3fc8deac 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3fc8deac FreeRTOS_openocd_params - .dram1.0 0x3fc8deb4 0x50 esp-idf/freertos/libfreertos.a(port.c.obj) - .dram1.0 0x3fc8df04 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.0 0x3fc8df08 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x3fc8df08 g_flash_guard_default_ops - .dram1.32 0x3fc8df10 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8df2b 0x1 - .dram1.31 0x3fc8df2c 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8df4d 0x3 - .dram1.30 0x3fc8df50 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8df8b 0x1 - .dram1.29 0x3fc8df8c 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8dfca 0x2 - .dram1.23 0x3fc8dfcc 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8dfe7 0x1 - .dram1.2 0x3fc8dfe8 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x3fc8dfe8 rom_spiflash_api_funcs - .dram1.1 0x3fc8dfec 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .dram1.0 0x3fc8dffc 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc8e006 0x2 - .dram1.2 0x3fc8e008 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.1 0x3fc8e028 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.16 0x3fc8e058 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .dram1.15 0x3fc8e080 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .dram1.5 0x3fc8e090 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x3fc8e090 esp_flash_noos_functions - .dram1.5 0x3fc8e0b8 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc8e0b8 spi_flash_chip_generic_timeout - .dram1.4 0x3fc8e0cc 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .dram1.3 0x3fc8e0e4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc8e0e4 rom_flash_chip_dummy_hpm - .dram1.2 0x3fc8e0e8 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc8e0e8 rom_flash_chip_dummy - .dram1.1 0x3fc8e0ec 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc8e0f2 0x2 - .dram1.0 0x3fc8e0f4 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc8e0fa 0x2 - .dram1.0 0x3fc8e0fc 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .dram1.0 0x3fc8e154 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x3fc8e16d _coredump_dram_start = ABSOLUTE (.) + .dram1.2 0x3fc8dbec 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x3fc8dc17 0x1 + .dram1.0 0x3fc8dc18 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .dram1.3 0x3fc8dc1c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.2 0x3fc8dc20 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.1 0x3fc8dc24 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x3fc8dc28 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x3fc8dc2c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8dc2c FreeRTOS_openocd_params + .dram1.0 0x3fc8dc34 0x50 esp-idf/freertos/libfreertos.a(port.c.obj) + .dram1.0 0x3fc8dc84 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.0 0x3fc8dc88 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3fc8dc88 g_flash_guard_default_ops + .dram1.32 0x3fc8dc90 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dcab 0x1 + .dram1.31 0x3fc8dcac 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dccd 0x3 + .dram1.30 0x3fc8dcd0 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dd0b 0x1 + .dram1.29 0x3fc8dd0c 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dd4a 0x2 + .dram1.23 0x3fc8dd4c 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dd67 0x1 + .dram1.2 0x3fc8dd68 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3fc8dd68 rom_spiflash_api_funcs + .dram1.1 0x3fc8dd6c 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.0 0x3fc8dd7c 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc8dd86 0x2 + .dram1.2 0x3fc8dd88 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.1 0x3fc8dda8 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.16 0x3fc8ddd8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.15 0x3fc8de00 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.5 0x3fc8de10 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x3fc8de10 esp_flash_noos_functions + .dram1.5 0x3fc8de38 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8de38 spi_flash_chip_generic_timeout + .dram1.4 0x3fc8de4c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .dram1.3 0x3fc8de64 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8de64 rom_flash_chip_dummy_hpm + .dram1.2 0x3fc8de68 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8de68 rom_flash_chip_dummy + .dram1.1 0x3fc8de6c 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc8de72 0x2 + .dram1.0 0x3fc8de74 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc8de7a 0x2 + .dram1.0 0x3fc8de7c 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.0 0x3fc8ded4 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3fc8deed _coredump_dram_start = ABSOLUTE (.) *(.dram2.coredump .dram2.coredump.*) - 0x3fc8e16d _coredump_dram_end = ABSOLUTE (.) + 0x3fc8deed _coredump_dram_end = ABSOLUTE (.) *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.esp_apptrace_down_buffer_get.str1.4 - 0x3fc8e16d 0x4c esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x3fc8deed 0x4c esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .rodata.esp_apptrace_init.str1.4 - 0x3fc8e16d 0x48 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x3fc8deed 0x48 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.esp_apptrace_uart_down_buffer_get.str1.4 - 0x3fc8e16d 0x58 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8deed 0x58 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.esp_apptrace_uart_down_buffer_config.str1.4 - 0x3fc8e16d 0x39 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8deed 0x39 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.esp_apptrace_lock_init.str1.4 - 0x3fc8e16d 0x3b esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8deed 0x3b esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.esp_apptrace_send_uart_tx_task.str1.4 - 0x3fc8e16d 0xcf esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8deed 0xcf esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.esp_apptrace_uart_hw_init.str1.4 - 0x3fc8e16d 0x32 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8deed 0x32 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.esp_apptrace_uart_init.str1.4 - 0x3fc8e16d 0x1ce esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - *fill* 0x3fc8e16d 0x3 + 0x3fc8deed 0x1ce esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + *fill* 0x3fc8deed 0x3 .rodata.__func__.0 - 0x3fc8e170 0x14 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8def0 0x14 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.__func__.1 - 0x3fc8e184 0x17 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - *fill* 0x3fc8e19b 0x1 + 0x3fc8df04 0x17 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + *fill* 0x3fc8df1b 0x1 .rodata.__func__.2 - 0x3fc8e19c 0x20 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8df1c 0x20 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.__func__.3 - 0x3fc8e1bc 0x1c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8df3c 0x1c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .rodata.__func__.4 - 0x3fc8e1d8 0x25 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - *fill* 0x3fc8e1fd 0x3 + 0x3fc8df58 0x25 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + *fill* 0x3fc8df7d 0x3 .rodata.__func__.5 - 0x3fc8e200 0x22 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x3fc8df80 0x22 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) *libclang_rt.builtins.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libclang_rt.builtins.a:restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libclang_rt.builtins.a:save.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) @@ -12724,29 +13839,29 @@ END GROUP *libesp_hw_support.a:mspi_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.rtc_clk_xtal_freq_get.str1.4 - 0x3fc8e222 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fc8dfa2 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .rodata.rtc_clk_cpu_freq_get_config.str1.4 - 0x3fc8e222 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fc8dfa2 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .rodata.rtc_clk_cpu_freq_to_xtal.str1.4 - 0x3fc8e222 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - *fill* 0x3fc8e222 0x2 + 0x3fc8dfa2 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x3fc8dfa2 0x2 .rodata.__func__.0 - 0x3fc8e224 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fc8dfa4 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) *libesp_hw_support.a:sleep_console.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_hw_support.a:systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.esp_cache_aligned_malloc_internal.str1.4 - 0x3fc8e23b 0x72 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - *fill* 0x3fc8e23b 0x1 + 0x3fc8dfbb 0x72 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + *fill* 0x3fc8dfbb 0x1 .rodata.__FUNCTION__.0 - 0x3fc8e23c 0x18 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x3fc8dfbc 0x18 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_rom.a:esp_rom_systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.esp_error_check_failed_print.str1.4 - 0x3fc8e254 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x3fc8dfd4 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) .rodata._esp_error_check_failed.str1.4 - 0x3fc8e254 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x3fc8dfd4 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) *libesp_system.a:image_process.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) @@ -12754,85 +13869,85 @@ END GROUP *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.cache_hal_disable.str1.4 - 0x3fc8e254 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x3fc8dfd4 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) .rodata.cache_hal_get_cache_line_size.str1.4 - 0x3fc8e254 0x23 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x3fc8dfd4 0x23 esp-idf/hal/libhal.a(cache_hal.c.obj) .rodata.__func__.0 - 0x3fc8e254 0x1e esp-idf/hal/libhal.a(cache_hal.c.obj) - *fill* 0x3fc8e272 0x2 + 0x3fc8dfd4 0x1e esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x3fc8dff2 0x2 .rodata.__func__.1 - 0x3fc8e274 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) - *fill* 0x3fc8e285 0x3 + 0x3fc8dff4 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x3fc8e005 0x3 .rodata.__func__.2 - 0x3fc8e288 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x3fc8e008 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) *libhal.a:i2c_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:ledc_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:mmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.mmu_ll_check_entry_valid.str1.4 - 0x3fc8e29a 0x51 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x3fc8e01a 0x51 esp-idf/hal/libhal.a(mmu_hal.c.obj) .rodata.mmu_hal_paddr_to_vaddr.str1.4 - 0x3fc8e29a 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x3fc8e01a 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) .rodata.mmu_hal_map_region.str1.4 - 0x3fc8e29a 0xf4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x3fc8e01a 0xf4 esp-idf/hal/libhal.a(mmu_hal.c.obj) .rodata.mmu_hal_vaddr_to_paddr.str1.4 - 0x3fc8e29a 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e29a 0x2 + 0x3fc8e01a 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e01a 0x2 .rodata.__func__.0 - 0x3fc8e29c 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e2b3 0x1 + 0x3fc8e01c 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e033 0x1 .rodata.__func__.1 - 0x3fc8e2b4 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e2d2 0x2 + 0x3fc8e034 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e052 0x2 .rodata.__func__.2 - 0x3fc8e2d4 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x3fc8e054 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) .rodata.__func__.3 - 0x3fc8e2ec 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e305 0x3 + 0x3fc8e06c 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e085 0x3 .rodata.__func__.4 - 0x3fc8e308 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e31f 0x1 + 0x3fc8e088 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e09f 0x1 .rodata.__func__.5 - 0x3fc8e320 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e335 0x3 + 0x3fc8e0a0 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e0b5 0x3 .rodata.__func__.6 - 0x3fc8e338 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc8e34b 0x1 + 0x3fc8e0b8 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc8e0cb 0x1 .rodata.__func__.7 - 0x3fc8e34c 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x3fc8e0cc 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.spi_flash_encrypt_ll_type.str1.4 - 0x3fc8e35f 0x61 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x3fc8e0df 0x61 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .rodata.spi_flash_encrypt_ll_plaintext_save.str1.4 - 0x3fc8e35f 0x3f esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - *fill* 0x3fc8e35f 0x1 + 0x3fc8e0df 0x3f esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *fill* 0x3fc8e0df 0x1 .rodata.__func__.0 - 0x3fc8e360 0x24 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x3fc8e0e0 0x24 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .rodata.__func__.1 - 0x3fc8e384 0x1a esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x3fc8e104 0x1a esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) *libhal.a:spi_flash_hal_gpspi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:spi_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libhal.a:systimer_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.systimer_hal_set_alarm_period.str1.4 - 0x3fc8e39e 0x4a esp-idf/hal/libhal.a(systimer_hal.c.obj) - *fill* 0x3fc8e39e 0x2 + 0x3fc8e11e 0x4a esp-idf/hal/libhal.a(systimer_hal.c.obj) + *fill* 0x3fc8e11e 0x2 .rodata.__func__.0 - 0x3fc8e3a0 0x1d esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x3fc8e120 0x1d esp-idf/hal/libhal.a(systimer_hal.c.obj) *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc8e3bd 0x3 + *fill* 0x3fc8e13d 0x3 .rodata.wdt_hal_config_stage.str1.4 - 0x3fc8e3c0 0xbd6 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x3fc8e140 0xbd6 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) 0x56 (size before relaxing) - *fill* 0x3fc8ef96 0x2 + *fill* 0x3fc8ed16 0x2 .rodata.__func__.0 - 0x3fc8ef98 0x15 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x3fc8ed18 0x15 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.abort.str1.4 - 0x3fc8efad 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x3fc8ed2d 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.__assert_func.str1.4 - 0x3fc8efad 0x36 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x3fc8ed2d 0x36 esp-idf/newlib/libnewlib.a(assert.c.obj) *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) @@ -12840,415 +13955,384 @@ END GROUP *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.memspi_host_read_id_hs.str1.4 - 0x3fc8efad 0x25 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x3fc8ed2d 0x25 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .rodata.memspi_host_erase_sector.str1.4 - 0x3fc8efad 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x3fc8ed2d 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .rodata.memspi_host_program_page.str1.4 - 0x3fc8efad 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc8efad 0x3 + 0x3fc8ed2d 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc8ed2d 0x3 .rodata.__func__.0 - 0x3fc8efb0 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc8efc9 0x3 + 0x3fc8ed30 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc8ed49 0x3 .rodata.__func__.1 - 0x3fc8efcc 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x3fc8ed4c 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .rodata.__func__.2 - 0x3fc8efe4 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc8effd 0x3 - .srodata.TAG 0x3fc8f000 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc8f007 0x1 + 0x3fc8ed64 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc8ed7d 0x3 + .srodata.TAG 0x3fc8ed80 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc8ed87 0x1 .rodata.esp_flash_gpspi_host - 0x3fc8f008 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x3fc8ed88 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.esp_flash_chip_boya - 0x3fc8f060 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x3fc8f060 esp_flash_chip_boya + 0x3fc8ede0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x3fc8ede0 esp_flash_chip_boya .srodata.chip_name - 0x3fc8f0dc 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x3fc8ee5c 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc8f0e1 0x3 + *fill* 0x3fc8ee61 0x3 .rodata.esp_flash_chip_gd - 0x3fc8f0e4 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x3fc8f0e4 esp_flash_chip_gd + 0x3fc8ee64 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x3fc8ee64 esp_flash_chip_gd .srodata.chip_name - 0x3fc8f160 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x3fc8eee0 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.spi_flash_chip_generic_read.str1.4 - 0x3fc8f163 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8eee3 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .rodata.spi_flash_chip_generic_get_write_protect.str1.4 - 0x3fc8f163 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8eee3 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .rodata.spi_flash_chip_generic_suspend_cmd_conf.str1.4 - 0x3fc8f163 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8eee3 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .rodata.spi_flash_chip_generic_read_unique_id.str1.4 - 0x3fc8f163 0x53 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc8f163 0x1 + 0x3fc8eee3 0x53 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc8eee3 0x1 .rodata.__func__.0 - 0x3fc8f164 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc8f18d 0x3 + 0x3fc8eee4 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc8ef0d 0x3 .rodata.esp_flash_chip_generic - 0x3fc8f190 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc8f190 esp_flash_chip_generic + 0x3fc8ef10 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8ef10 esp_flash_chip_generic .srodata.chip_name - 0x3fc8f20c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.TAG 0x3fc8f214 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc8ef8c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x3fc8ef94 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc8f221 0x3 + *fill* 0x3fc8efa1 0x3 .rodata.esp_flash_chip_issi - 0x3fc8f224 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x3fc8f224 esp_flash_chip_issi + 0x3fc8efa4 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x3fc8efa4 esp_flash_chip_issi .srodata.chip_name - 0x3fc8f2a0 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x3fc8f020 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc8f2a5 0x3 + *fill* 0x3fc8f025 0x3 .rodata.esp_flash_chip_mxic - 0x3fc8f2a8 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x3fc8f2a8 esp_flash_chip_mxic + 0x3fc8f028 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x3fc8f028 esp_flash_chip_mxic .srodata.chip_name - 0x3fc8f324 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x3fc8f0a4 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc8f329 0x3 + *fill* 0x3fc8f0a9 0x3 .rodata.esp_flash_chip_th - 0x3fc8f32c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x3fc8f32c esp_flash_chip_th + 0x3fc8f0ac 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x3fc8f0ac esp_flash_chip_th .srodata.chip_name - 0x3fc8f3a8 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x3fc8f128 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) .rodata.spi_flash_chip_winbond_read.str1.4 - 0x3fc8f3ab 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - *fill* 0x3fc8f3ab 0x1 + 0x3fc8f12b 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x3fc8f12b 0x1 .rodata.esp_flash_chip_winbond - 0x3fc8f3ac 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x3fc8f3ac esp_flash_chip_winbond + 0x3fc8f12c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x3fc8f12c esp_flash_chip_winbond .srodata.chip_name - 0x3fc8f428 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .srodata.TAG 0x3fc8f430 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x3fc8f1a8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .srodata.TAG 0x3fc8f1b0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - 0x3fc8f438 _data_end = ABSOLUTE (.) + 0x3fc8f1b8 _data_end = ABSOLUTE (.) -.noinit 0x3fc8f438 0x0 - 0x3fc8f438 . = ALIGN (0x4) - 0x3fc8f438 _noinit_start = ABSOLUTE (.) +.noinit 0x3fc8f1b8 0x0 + 0x3fc8f1b8 . = ALIGN (0x4) + 0x3fc8f1b8 _noinit_start = ABSOLUTE (.) *(.noinit .noinit.*) - 0x3fc8f438 . = ALIGN (0x4) - 0x3fc8f438 _noinit_end = ABSOLUTE (.) + 0x3fc8f1b8 . = ALIGN (0x4) + 0x3fc8f1b8 _noinit_end = ABSOLUTE (.) -.dram0.bss 0x3fc8f440 0x1290 - 0x3fc8f440 . = ALIGN (0x8) - 0x3fc8f440 _bss_start = ABSOLUTE (.) +.dram0.bss 0x3fc8f1c0 0x1238 + 0x3fc8f1c0 . = ALIGN (0x8) + 0x3fc8f1c0 _bss_start = ABSOLUTE (.) *(.bss .bss.*) .bss.app_elf_sha256_str - 0x3fc8f440 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x3fc8f440 app_elf_sha256_str - *fill* 0x3fc8f44a 0x2 + 0x3fc8f1c0 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3fc8f1c0 app_elf_sha256_str + *fill* 0x3fc8f1ca 0x2 .bss.shutdown_handlers - 0x3fc8f44c 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x3fc8f1cc 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .bss.s_log_cache - 0x3fc8f460 0xf8 esp-idf/log/liblog.a(log.c.obj) + 0x3fc8f1e0 0xf8 esp-idf/log/liblog.a(log.c.obj) .bss.ref_counts - 0x3fc8f558 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - *fill* 0x3fc8f575 0x3 + 0x3fc8f2d8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x3fc8f2f5 0x3 .bss.xSuspendedTaskList - 0x3fc8f578 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f2f8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.xTasksWaitingTermination - 0x3fc8f58c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f30c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.xPendingReadyList - 0x3fc8f5a0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f320 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.xDelayedTaskList2 - 0x3fc8f5b4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f334 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.xDelayedTaskList1 - 0x3fc8f5c8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f348 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.pxReadyTasksLists - 0x3fc8f5dc 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc8f35c 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .bss.xIsrStack - 0x3fc8f7d0 0x830 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc8f7d0 xIsrStack + 0x3fc8f550 0x830 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc8f550 xIsrStack .bss.systimer_hal.1 - 0x3fc90000 0xc esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x3fc8fd80 0xc esp-idf/freertos/libfreertos.a(port_systick.c.obj) .bss.s_common_recursive_mutex - 0x3fc9000c 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x3fc9000c __lock___malloc_recursive_mutex - 0x3fc9000c __lock___atexit_recursive_mutex - 0x3fc9000c __lock___sinit_recursive_mutex - 0x3fc9000c __lock___sfp_recursive_mutex - 0x3fc9000c __lock___env_recursive_mutex + 0x3fc8fd8c 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3fc8fd8c __lock___malloc_recursive_mutex + 0x3fc8fd8c __lock___atexit_recursive_mutex + 0x3fc8fd8c __lock___sinit_recursive_mutex + 0x3fc8fd8c __lock___sfp_recursive_mutex + 0x3fc8fd8c __lock___env_recursive_mutex .bss.s_common_mutex - 0x3fc90060 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x3fc90060 __lock___dd_hash_mutex - 0x3fc90060 __lock___at_quick_exit_mutex - 0x3fc90060 __lock___tz_mutex - 0x3fc90060 __lock___arc4random_mutex + 0x3fc8fde0 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3fc8fde0 __lock___dd_hash_mutex + 0x3fc8fde0 __lock___at_quick_exit_mutex + 0x3fc8fde0 __lock___tz_mutex + 0x3fc8fde0 __lock___arc4random_mutex .bss.systimer_hal - 0x3fc900b4 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x3fc8fe34 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) .bss.s_trace_channels - 0x3fc900c0 0x18 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x3fc8fe40 0x18 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .bss.s_uart_hw_data.7 - 0x3fc900d8 0x34 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .bss.s_vfs 0x3fc9010c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3fc8fe58 0x34 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .bss.s_vfs 0x3fc8fe8c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) .bss.name_buffer.6 - 0x3fc9012c 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3fc8feac 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .bss.prstatus.0 - 0x3fc9014c 0xcc esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x3fc8fecc 0xcc esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .bss.s_intr_handlers - 0x3fc90218 0x100 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x3fc8ff98 0x100 esp-idf/riscv/libriscv.a(interrupt.c.obj) .bss.s_mmu_ctx - 0x3fc90318 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .bss.tick_cb 0x3fc90344 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .bss.idle_cb 0x3fc90364 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x3fc90098 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss.tick_cb 0x3fc900c4 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.idle_cb 0x3fc900e4 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) .bss.init_context - 0x3fc90384 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x3fc90104 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) .bss._ZL13s_nvs_handles - 0x3fc90390 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .bss 0x3fc9039c 0x138 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - 0x3fc9039c __sf + 0x3fc90110 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss 0x3fc9011c 0x138 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc9011c __sf *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) .sbss.s_reset_reason - 0x3fc904d4 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x3fc90254 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) .sbss.s_dumping_core.0 - 0x3fc904d8 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) - *fill* 0x3fc904d9 0x3 + 0x3fc90258 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + *fill* 0x3fc90259 0x3 .sbss.s_usbserial_timeout - 0x3fc904dc 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc9025c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) .sbss.g_panic_abort_details - 0x3fc904e0 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x3fc904e0 g_panic_abort_details + 0x3fc90260 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc90260 g_panic_abort_details .sbss.g_panic_abort - 0x3fc904e4 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x3fc904e4 g_panic_abort - *fill* 0x3fc904e5 0x3 + 0x3fc90264 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc90264 g_panic_abort + *fill* 0x3fc90265 0x3 .sbss.g_startup_time - 0x3fc904e8 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x3fc904e8 g_startup_time + 0x3fc90268 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3fc90268 g_startup_time .sbss.g_exc_frames - 0x3fc904f0 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x3fc904f0 g_exc_frames + 0x3fc90270 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3fc90270 g_exc_frames .sbss.s_log_cache_misses - 0x3fc904f4 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x3fc90274 0x4 esp-idf/log/liblog.a(log.c.obj) .sbss.s_log_cache_entry_count - 0x3fc904f8 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x3fc90278 0x4 esp-idf/log/liblog.a(log.c.obj) .sbss.s_log_cache_max_generation - 0x3fc904fc 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x3fc9027c 0x4 esp-idf/log/liblog.a(log.c.obj) .sbss.s_log_tags - 0x3fc90500 0x4 esp-idf/log/liblog.a(log.c.obj) - .sbss.base.0 0x3fc90504 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x3fc90280 0x4 esp-idf/log/liblog.a(log.c.obj) + .sbss.base.0 0x3fc90284 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) .sbss.s_log_mutex - 0x3fc90508 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x3fc90288 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) .sbss.alloc_failed_callback - 0x3fc9050c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3fc9028c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) .sbss.registered_heaps - 0x3fc90510 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x3fc90510 registered_heaps + 0x3fc90290 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3fc90290 registered_heaps .sbss.non_iram_int_disabled_flag - 0x3fc90514 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3fc90515 0x3 + 0x3fc90294 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3fc90295 0x3 .sbss.non_iram_int_disabled - 0x3fc90518 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3fc90298 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .sbss.non_iram_int_mask - 0x3fc9051c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3fc9029c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .sbss.vector_desc_head - 0x3fc90520 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3fc902a0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .sbss.s_rtc_isr_handle - 0x3fc90524 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x3fc902a4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .sbss.s_bbpll_digi_consumers_ref_count - 0x3fc90528 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fc902a8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .sbss.s_cur_pll_freq - 0x3fc9052c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fc902ac 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .sbss.uxSchedulerSuspended - 0x3fc90530 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902b0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xIdleTaskHandle - 0x3fc90534 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902b4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xNextTaskUnblockTime - 0x3fc90538 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902b8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.uxTaskNumber - 0x3fc9053c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902bc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xNumOfOverflows - 0x3fc90540 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902c0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xYieldPending - 0x3fc90544 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902c4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xPendedTicks - 0x3fc90548 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902c8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xSchedulerRunning - 0x3fc9054c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902cc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.uxTopReadyPriority - 0x3fc90550 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902d0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.xTickCount - 0x3fc90554 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902d4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.uxCurrentNumberOfTasks - 0x3fc90558 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902d8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.uxDeletedTasksWaitingCleanUp - 0x3fc9055c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902dc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.pxOverflowDelayedTaskList - 0x3fc90560 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902e0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.pxDelayedTaskList - 0x3fc90564 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902e4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) .sbss.pxCurrentTCBs - 0x3fc90568 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3fc90568 pxCurrentTCBs + 0x3fc902e8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc902e8 pxCurrentTCBs .sbss.xIsrStackBottom - 0x3fc9056c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9056c xIsrStackBottom + 0x3fc902ec 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc902ec xIsrStackBottom .sbss.xIsrStackTop - 0x3fc90570 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc90570 xIsrStackTop + 0x3fc902f0 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc902f0 xIsrStackTop .sbss.xPortSwitchFlag - 0x3fc90574 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc90574 xPortSwitchFlag + 0x3fc902f4 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc902f4 xPortSwitchFlag .sbss.port_uxOldInterruptState - 0x3fc90578 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc90578 port_uxOldInterruptState + 0x3fc902f8 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc902f8 port_uxOldInterruptState .sbss.port_uxCriticalNesting - 0x3fc9057c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9057c port_uxCriticalNesting + 0x3fc902fc 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc902fc port_uxCriticalNesting .sbss.port_uxInterruptNesting - 0x3fc90580 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc90580 port_uxInterruptNesting + 0x3fc90300 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc90300 port_uxInterruptNesting .sbss.port_xSchedulerRunning - 0x3fc90584 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc90584 port_xSchedulerRunning + 0x3fc90304 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc90304 port_xSchedulerRunning .sbss.s_handled_systicks - 0x3fc90588 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x3fc90308 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) .sbss.s_time_lock - 0x3fc9058c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x3fc9030c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) .sbss.s_adjtime_total_correction_us - 0x3fc90590 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x3fc90310 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) .sbss.s_adjtime_start_us - 0x3fc90598 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x3fc90318 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) .sbss.s_boot_time_lock - 0x3fc905a0 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - *fill* 0x3fc905a4 0x4 + 0x3fc90320 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *fill* 0x3fc90324 0x4 .sbss.s_microseconds_offset - 0x3fc905a8 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x3fc905a8 s_microseconds_offset + 0x3fc90328 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x3fc90328 s_microseconds_offset .sbss.s_pthread_cfg_key - 0x3fc905b0 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3fc90330 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) .sbss.s_threads_mux - 0x3fc905b4 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .sbss.s_keys 0x3fc905b8 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x3fc905b8 s_keys - *fill* 0x3fc905bc 0x4 + 0x3fc90334 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_keys 0x3fc90338 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x3fc90338 s_keys + *fill* 0x3fc9033c 0x4 .sbss.s_correction_us - 0x3fc905c0 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .sbss.s_uart_select_count - 0x3fc905c8 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.s_registered_select_num - 0x3fc905d0 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.s_registered_selects - 0x3fc905d4 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.pat_flg.38 - 0x3fc905d8 0x1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3fc905d9 0x3 - .sbss.p_uart_obj - 0x3fc905dc 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x3fc90340 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .sbss.s_inited - 0x3fc905e4 0x1 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - *fill* 0x3fc905e5 0x3 + 0x3fc90348 0x1 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + *fill* 0x3fc90349 0x3 .sbss.remaining_allowed_no_sof_ticks - 0x3fc905e8 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x3fc9034c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .sbss.s_usb_serial_jtag_conn_status - 0x3fc905ec 0x1 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - *fill* 0x3fc905ed 0x3 + 0x3fc90350 0x1 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + *fill* 0x3fc90351 0x3 .sbss.vfs_console - 0x3fc905f0 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3fc90354 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .sbss.primary_vfs - 0x3fc905f8 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .sbss.secondary_vfs - 0x3fc905fc 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3fc9035c 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .sbss.s_fd_table_lock - 0x3fc90600 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3fc90360 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) .sbss.s_vfs_count - 0x3fc90604 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3fc90364 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) .sbss.s_exc_frame - 0x3fc90608 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3fc90368 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .sbss.s_extra_info - 0x3fc9060c 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x3fc9036c 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .sbss.s_fake_stacks_num - 0x3fc90614 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .sbss.history 0x3fc90618 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.history_len - 0x3fc9061c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.dumbmode - 0x3fc90620 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.mlmode 0x3fc90624 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.freeHintsCallback - 0x3fc90628 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.hintsCallback - 0x3fc9062c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.completionCallback - 0x3fc90630 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .sbss.help_args - 0x3fc90634 0x8 esp-idf/console/libconsole.a(commands.c.obj) - .sbss.s_tmp_line_buf - 0x3fc9063c 0x4 esp-idf/console/libconsole.a(commands.c.obj) - .sbss.s_cmd_list - 0x3fc90640 0x4 esp-idf/console/libconsole.a(commands.c.obj) + 0x3fc90374 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .sbss.flash_erasing - 0x3fc90644 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x3fc90378 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) .sbss.flash_brownout_needs_reset - 0x3fc90645 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - *fill* 0x3fc90646 0x2 + 0x3fc90379 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + *fill* 0x3fc9037a 0x2 .sbss.s_flash_op_cache_state - 0x3fc90648 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x3fc9037c 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .sbss.s_flash_guard_ops - 0x3fc90650 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3fc90384 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .sbss.esp_flash_default_chip - 0x3fc90654 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x3fc90654 esp_flash_default_chip - .sbss.reason 0x3fc90658 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x3fc90388 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x3fc90388 esp_flash_default_chip + .sbss.reason 0x3fc9038c 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) .sbss.iwdt_context - 0x3fc9065c 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x3fc90390 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) .sbss.p_twdt_obj - 0x3fc90664 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3fc90398 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .sbss.g_twdt_isr - 0x3fc90668 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x3fc90668 g_twdt_isr - *fill* 0x3fc90669 0x3 - .sbss.ctx 0x3fc9066c 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) - .sbss.s_rc_fast_freq - 0x3fc90670 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .sbss.s_periph_ref_counts - 0x3fc90674 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - *fill* 0x3fc90675 0x3 - .sbss.s_calibrated_freq - 0x3fc90678 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x3fc9039c 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3fc9039c g_twdt_isr + *fill* 0x3fc9039d 0x3 + .sbss.ctx 0x3fc903a0 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) + .sbss.pat_flg.38 + 0x3fc903a4 0x1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3fc903a5 0x3 + .sbss.p_uart_obj + 0x3fc903a8 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .sbss._ZN3nvs19NVSPartitionManager8instanceE - 0x3fc90680 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x3fc90680 nvs::NVSPartitionManager::instance + 0x3fc903b0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3fc903b0 nvs::NVSPartitionManager::instance .sbss._ZN3nvs4Lock10mSemaphoreE - 0x3fc90684 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x3fc90684 nvs::Lock::mSemaphore + 0x3fc903b4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x3fc903b4 nvs::Lock::mSemaphore .sbss.s_partition_list_lock - 0x3fc90688 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3fc903b8 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .sbss.s_partition_list - 0x3fc9068c 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3fc903bc 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .sbss.s_rc_fast_freq + 0x3fc903c0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .sbss.s_periph_ref_counts + 0x3fc903c4 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + *fill* 0x3fc903c5 0x3 + .sbss.s_calibrated_freq + 0x3fc903c8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .sbss.curr_partition.2 - 0x3fc90690 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x3fc903d0 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .sbss._ZN12_GLOBAL__N_113__new_handlerE - 0x3fc90694 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3fc903d4 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .sbss._ZN12_GLOBAL__N_12mxE - 0x3fc90698 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3fc903d8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .sbss._ZL4init - 0x3fc9069c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3fc903dc 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .sbss._ZN17__eh_globals_init7_S_initE - 0x3fc906a0 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - 0x3fc906a0 __eh_globals_init::_S_init - *fill* 0x3fc906a1 0x3 + 0x3fc903e0 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3fc903e0 __eh_globals_init::_S_init + *fill* 0x3fc903e1 0x3 .sbss._ZN12_GLOBAL__N_110eh_globalsE - 0x3fc906a4 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3fc903e4 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .sbss._ZN12_GLOBAL__N_12mxE - 0x3fc906ac 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .sbss 0x3fc906b0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .sbss 0x3fc906b4 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - 0x3fc906c0 optind - 0x3fc906c4 optarg - .sbss 0x3fc906c8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - 0x3fc906c8 __stdio_exit_handler - .sbss 0x3fc906cc 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - 0x3fc906cc __atexit + 0x3fc903ec 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .sbss 0x3fc903f0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .sbss 0x3fc903f4 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc903f4 __stdio_exit_handler *(.ext_ram.bss .ext_ram.bss.*) *(COMMON) - 0x3fc906d0 . = ALIGN (0x8) - 0x3fc906d0 _bss_end = ABSOLUTE (.) + 0x3fc903f8 . = ALIGN (0x8) + 0x3fc903f8 _bss_end = ABSOLUTE (.) 0x00000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) -.flash.text 0x42000020 0x2ac2a +.flash.text 0x42000020 0x1b9aa 0x42000020 _stext = . 0x42000020 _instruction_reserved_start = ABSOLUTE (.) 0x42000020 _text_start = ABSOLUTE (.) @@ -13338,2379 +14422,1851 @@ END GROUP 0x42000c14 esp_apb_backup_dma_lock_init .text.semihosting_call_noerrno 0x42000c36 0xe esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.panic_print_char_uart - 0x42000c44 0x34 esp-idf/esp_system/libesp_system.a(panic.c.obj) .text.panic_print_char_usb_serial_jtag - 0x42000c78 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000c44 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) .text.disable_all_wdts - 0x42000d08 0x62 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000cd4 0x62 esp-idf/esp_system/libesp_system.a(panic.c.obj) .text.panic_print_char - 0x42000d6a 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000d6a panic_print_char + 0x42000d36 0xc esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000d36 panic_print_char .text.panic_print_str - 0x42000d80 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000d80 panic_print_str + 0x42000d42 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000d42 panic_print_str .text.print_abort_details - 0x42000da6 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000d68 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) .text.panic_print_hex - 0x42000dba 0x3a esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000dba panic_print_hex + 0x42000d7c 0x3a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000d7c panic_print_hex .text.panic_print_dec - 0x42000df4 0x36 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000df4 panic_print_dec + 0x42000db6 0x36 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000db6 panic_print_dec .text.esp_panic_handler_reconfigure_wdts - 0x42000e2a 0x9a esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000e2a esp_panic_handler_reconfigure_wdts + 0x42000dec 0x9a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000dec esp_panic_handler_reconfigure_wdts .text.esp_panic_handler - 0x42000ec4 0x27a esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42000ec4 esp_panic_handler + 0x42000e86 0x286 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42000e86 esp_panic_handler .text.do_global_ctors - 0x4200113e 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x4200110c 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) .text.do_system_init_fn - 0x42001184 0x7c esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x42001152 0x7c esp-idf/esp_system/libesp_system.a(startup.c.obj) .text.do_core_init - 0x42001200 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x420011ce 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) .text.do_secondary_init - 0x4200120e 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x420011dc 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) .text.start_cpu0_default - 0x4200121c 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x4200121c start_cpu0 + 0x420011ea 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x420011ea start_cpu0 .text.frame_to_panic_info - 0x4200122c 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x420011fa 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .text.panic_handler - 0x42001288 0x7c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x42001256 0x7c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .text.print_state_for_core - 0x42001304 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x420012d2 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .text.print_state - 0x4200132c 0x18 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x420012fa 0x18 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .text.panic_restart - 0x42001344 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x42001344 panic_restart + 0x42001312 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x42001312 panic_restart .text.esp_mprot_mem_type_to_str - 0x42001350 0x78 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x4200131e 0x78 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.panic_print_register_array - 0x420013c8 0x70 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001396 0x70 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.panic_print_basic_backtrace - 0x42001438 0x92 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001406 0x92 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.print_memprot_err_details - 0x420014ca 0x18c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001498 0x18c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.print_assist_debug_details - 0x42001656 0xd8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001624 0xd8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.print_cache_err_details - 0x4200172e 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x420016fc 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .text.panic_print_registers - 0x4200175c 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x4200175c panic_print_registers + 0x4200172a 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x4200172a panic_print_registers .text.panic_soc_check_pseudo_cause - 0x420017c8 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x420017c8 panic_soc_check_pseudo_cause + 0x42001796 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001796 panic_soc_check_pseudo_cause .text.panic_soc_fill_info - 0x420017fc 0xbc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x420017fc panic_soc_fill_info + 0x420017ca 0xbc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x420017ca panic_soc_fill_info .text.panic_arch_fill_info - 0x420018b8 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x420018b8 panic_arch_fill_info + 0x42001886 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001886 panic_arch_fill_info .text.panic_print_backtrace - 0x420018ec 0xe esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x420018ec panic_print_backtrace + 0x420018ba 0xe esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x420018ba panic_print_backtrace .text.panic_get_cause - 0x420018fa 0x6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x420018fa panic_get_cause + 0x420018c8 0x6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x420018c8 panic_get_cause .text.panic_prepare_frame_from_ctx - 0x42001900 0x2a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001900 panic_prepare_frame_from_ctx + 0x420018ce 0x2a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x420018ce panic_prepare_frame_from_ctx .text.__esp_system_init_fn_esp_hw_stack_guard_init - 0x4200192a 0x74 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x420018f8 0x74 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) .text.esp_hw_stack_guard_get_bounds - 0x4200199e 0x1e esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x4200199e esp_hw_stack_guard_get_bounds + 0x4200196c 0x1e esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x4200196c esp_hw_stack_guard_get_bounds .text.esp_hw_stack_guard_get_fired_cpu - 0x420019bc 0x1a esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x420019bc esp_hw_stack_guard_get_fired_cpu + 0x4200198a 0x1a esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x4200198a esp_hw_stack_guard_get_fired_cpu .text.esp_hw_stack_guard_get_pc - 0x420019d6 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x420019d6 esp_hw_stack_guard_get_pc + 0x420019a4 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x420019a4 esp_hw_stack_guard_get_pc .text.esp_err_to_name - 0x420019de 0x3a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - 0x420019de esp_err_to_name + 0x420019ac 0x3a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x420019ac esp_err_to_name .text.efuse_hal_set_timing - 0x42001a18 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x42001a18 efuse_hal_set_timing + 0x420019e6 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x420019e6 efuse_hal_set_timing .text.efuse_hal_read - 0x42001a6c 0x56 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x42001a6c efuse_hal_read - .text.uart_hal_txfifo_rst - 0x42001ac2 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001ac2 uart_hal_txfifo_rst - .text.uart_hal_rxfifo_rst - 0x42001adc 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001adc uart_hal_rxfifo_rst - .text.uart_hal_tx_break - 0x42001af4 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001af4 uart_hal_tx_break - .text.uart_hal_write_txfifo - 0x42001b26 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001b26 uart_hal_write_txfifo - .text.uart_hal_read_rxfifo - 0x42001b66 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001b66 uart_hal_read_rxfifo + 0x42001a3a 0x56 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x42001a3a efuse_hal_read .text.brownout_ll_set_threshold - 0x42001b92 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x42001a90 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) .text.brownout_hal_config - 0x42001bb2 0xd0 esp-idf/hal/libhal.a(brownout_hal.c.obj) - 0x42001bb2 brownout_hal_config + 0x42001ab0 0xd0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x42001ab0 brownout_hal_config .text.heap_caps_match - 0x42001c82 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42001c82 heap_caps_match + 0x42001b80 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42001b80 heap_caps_match .text.heap_caps_get_info - 0x42001cb0 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42001cb0 heap_caps_get_info + 0x42001bae 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42001bae heap_caps_get_info .text.heap_caps_get_largest_free_block - 0x42001d32 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42001d32 heap_caps_get_largest_free_block + 0x42001c30 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42001c30 heap_caps_get_largest_free_block .text.register_heap - 0x42001d44 0x4a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x42001c42 0x4a esp-idf/heap/libheap.a(heap_caps_init.c.obj) .text.heap_caps_enable_nonos_stack_heaps - 0x42001d8e 0x36 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x42001d8e heap_caps_enable_nonos_stack_heaps + 0x42001c8c 0x36 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x42001c8c heap_caps_enable_nonos_stack_heaps .text.heap_caps_init - 0x42001dc4 0x3de esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x42001dc4 heap_caps_init + 0x42001cc2 0x3dc esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x42001cc2 heap_caps_init .text.__esp_system_init_fn_init_heap - 0x420021a2 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x4200209e 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) .text.s_get_num_reserved_regions - 0x420021b0 0x18 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x420020ac 0x18 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) .text.s_compare_reserved_regions - 0x420021c8 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x420020c4 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) .text.s_prepare_reserved_regions - 0x420021d0 0x11e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x420020cc 0x11e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) .text.soc_get_available_memory_region_max_count - 0x420022ee 0x16 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - 0x420022ee soc_get_available_memory_region_max_count + 0x420021ea 0x16 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x420021ea soc_get_available_memory_region_max_count .text.soc_get_available_memory_regions - 0x42002304 0x168 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - 0x42002304 soc_get_available_memory_regions + 0x42002200 0x168 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x42002200 soc_get_available_memory_regions .text.calc_checksum - 0x4200246c 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002368 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .text.esp_clk_slowclk_cal_get - 0x42002496 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x42002496 esp_clk_slowclk_cal_get + 0x42002392 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002392 esp_clk_slowclk_cal_get .text.esp_rtc_get_time_us - 0x4200249e 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x4200249e esp_rtc_get_time_us + 0x4200239a 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x4200239a esp_rtc_get_time_us .text.esp_clk_slowclk_cal_set - 0x420025a4 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x420025a4 esp_clk_slowclk_cal_set + 0x420024a0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x420024a0 esp_clk_slowclk_cal_set .text.insert_vector_desc - 0x420025bc 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420024b8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.find_desc_for_int - 0x42002614 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002510 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.get_desc_for_int - 0x4200263a 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002536 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.find_desc_for_source - 0x420026ca 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420025c6 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.is_vect_desc_usable - 0x42002750 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4200264c 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.get_available_int - 0x42002818 0x15a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002714 0x15a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.esp_intr_ptr_in_isr_region - 0x42002972 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x42002972 esp_intr_ptr_in_isr_region + 0x4200286e 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4200286e esp_intr_ptr_in_isr_region .text.esp_intr_get_cpu - 0x420029bc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x420029bc esp_intr_get_cpu + 0x420028b8 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420028b8 esp_intr_get_cpu .text.esp_intr_alloc_intrstatus - 0x420029c6 0x40a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x420029c6 esp_intr_alloc_intrstatus + 0x420028c2 0x40a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420028c2 esp_intr_alloc_intrstatus .text.esp_intr_alloc - 0x42002dd0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x42002dd0 esp_intr_alloc + 0x42002ccc 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002ccc esp_intr_alloc .text.intr_free_for_current_cpu - 0x42002de8 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002ce4 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .text.esp_intr_free - 0x42002ee8 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x42002ee8 esp_intr_free + 0x42002de4 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42002de4 esp_intr_free .text.s_rtc_isr_noniram_hook - 0x42002efc 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x42002df8 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .text.s_rtc_isr_noniram_hook_relieve - 0x42002f08 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x42002e04 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .text.rtc_isr_ensure_installed - 0x42002f18 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x42002e14 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .text.rtc_isr_register - 0x42002f84 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x42002f84 rtc_isr_register + 0x42002e80 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x42002e80 rtc_isr_register .text.gpio_ll_hold_dis - 0x4200300c 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42002f08 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .text.gpio_ll_deepsleep_wakeup_is_enabled - 0x4200304e 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42002f4a 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .text.gpio_ll_deepsleep_wakeup_disable - 0x42003098 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42002f94 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .text.esp_sleep_config_gpio_isolate - 0x420030f8 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x420030f8 esp_sleep_config_gpio_isolate + 0x42002ff4 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42002ff4 esp_sleep_config_gpio_isolate .text.esp_sleep_enable_gpio_switch - 0x4200319e 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x4200319e esp_sleep_enable_gpio_switch + 0x4200309a 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x4200309a esp_sleep_enable_gpio_switch .text.__esp_system_init_fn_esp_sleep_startup_init - 0x4200322e 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x4200312a 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .text.esp_deep_sleep_wakeup_io_reset - 0x42003240 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x42003240 esp_deep_sleep_wakeup_io_reset + 0x4200313c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x4200313c esp_deep_sleep_wakeup_io_reset .text.set_ocode_by_efuse - 0x4200329c 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003198 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .text.get_dig_dbias_by_efuse - 0x42003308 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003204 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .text.calibrate_ocode - 0x4200334a 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003246 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .text.get_rtc_dbias_by_efuse - 0x42003476 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x42003476 get_rtc_dbias_by_efuse + 0x42003372 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003372 get_rtc_dbias_by_efuse .text.set_rtc_dig_dbias - 0x4200356e 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x4200346a 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .text.rtc_init - 0x420035e6 0x450 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x420035e6 rtc_init + 0x420034e2 0x450 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x420034e2 rtc_init .text.memprot_ll_set_iram0_split_line - 0x42003a36 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003932 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_iram0_set_pms_area_0 - 0x42003aac 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420039a8 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_iram0_set_pms_area_1 - 0x42003ada 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420039d6 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_iram0_set_pms_area_2 - 0x42003b0c 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003a08 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_iram0_set_pms_area_3 - 0x42003b3e 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003a3a 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_set_rtcfast_split_line - 0x42003b78 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003a74 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_rtcfast_set_pms_area - 0x42003be2 0xbc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003ade 0xbc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_set_dram0_split_line - 0x42003c9e 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003b9a 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_dram0_set_pms_area_0 - 0x42003d14 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003c10 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_dram0_set_pms_area_1 - 0x42003d3c 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003c38 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_dram0_set_pms_area_2 - 0x42003d64 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003c60 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.memprot_ll_dram0_set_pms_area_3 - 0x42003d90 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003c8c 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.esp_memprot_iram0_get_def_split_addr - 0x42003dbc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003cb8 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.esp_memprot_dram0_get_def_split_addr - 0x42003dc6 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003cc2 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.esp_memprot_rtcfast_get_min_split_addr - 0x42003dd6 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003cd2 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.esp_mprot_set_intr_matrix - 0x42003de0 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003cdc 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .text.esp_mprot_set_split_addr - 0x42003e6a 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42003e6a esp_mprot_set_split_addr + 0x42003d66 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003d66 esp_mprot_set_split_addr .text.esp_mprot_get_default_main_split_addr - 0x42003f2e 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42003f2e esp_mprot_get_default_main_split_addr + 0x42003e2a 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003e2a esp_mprot_get_default_main_split_addr .text.esp_mprot_set_split_addr_lock - 0x42003f74 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42003f74 esp_mprot_set_split_addr_lock + 0x42003e70 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003e70 esp_mprot_set_split_addr_lock .text.esp_mprot_get_split_addr_lock - 0x42003faa 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42003faa esp_mprot_get_split_addr_lock + 0x42003ea6 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003ea6 esp_mprot_get_split_addr_lock .text.esp_mprot_set_pms_lock - 0x42003ffc 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42003ffc esp_mprot_set_pms_lock + 0x42003ef8 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003ef8 esp_mprot_set_pms_lock .text.esp_mprot_get_pms_lock - 0x4200403e 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x4200403e esp_mprot_get_pms_lock + 0x42003f3a 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003f3a esp_mprot_get_pms_lock .text.esp_mprot_set_pms_area - 0x420040a6 0xde esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420040a6 esp_mprot_set_pms_area + 0x42003fa2 0xde esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42003fa2 esp_mprot_set_pms_area .text.esp_mprot_set_monitor_lock - 0x42004184 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004184 esp_mprot_set_monitor_lock + 0x42004080 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004080 esp_mprot_set_monitor_lock .text.esp_mprot_get_monitor_lock - 0x420041c6 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420041c6 esp_mprot_get_monitor_lock + 0x420040c2 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420040c2 esp_mprot_get_monitor_lock .text.esp_mprot_set_monitor_en - 0x4200422e 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x4200422e esp_mprot_set_monitor_en + 0x4200412a 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x4200412a esp_mprot_set_monitor_en .text.esp_mprot_monitor_clear_intr - 0x420042be 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420042be esp_mprot_monitor_clear_intr + 0x420041ba 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420041ba esp_mprot_monitor_clear_intr .text.esp_mprot_get_active_intr - 0x42004330 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004330 esp_mprot_get_active_intr + 0x4200422c 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x4200422c esp_mprot_get_active_intr .text.esp_mprot_is_conf_locked_any - 0x42004386 0xdc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004386 esp_mprot_is_conf_locked_any + 0x42004282 0xdc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004282 esp_mprot_is_conf_locked_any .text.esp_mprot_get_violate_addr - 0x42004462 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004462 esp_mprot_get_violate_addr + 0x4200435e 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x4200435e esp_mprot_get_violate_addr .text.esp_mprot_get_violate_world - 0x420044de 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420044de esp_mprot_get_violate_world + 0x420043da 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420043da esp_mprot_get_violate_world .text.esp_mprot_get_violate_operation - 0x4200454e 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x4200454e esp_mprot_get_violate_operation + 0x4200444a 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x4200444a esp_mprot_get_violate_operation .text.esp_mprot_has_byte_enables - 0x420045dc 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420045dc esp_mprot_has_byte_enables + 0x420044d8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420044d8 esp_mprot_has_byte_enables .text.esp_mprot_get_violate_byte_enables - 0x420045e4 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420045e4 esp_mprot_get_violate_byte_enables + 0x420044e0 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420044e0 esp_mprot_get_violate_byte_enables .text.esp_mprot_set_prot - 0x4200460c 0x324 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x4200460c esp_mprot_set_prot + 0x42004508 0x324 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004508 esp_mprot_set_prot .text.esp_mprot_ll_err_to_esp_err - 0x42004930 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x42004930 esp_mprot_ll_err_to_esp_err + 0x4200482c 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x4200482c esp_mprot_ll_err_to_esp_err .text.esp_mprot_ll_world_to_hl_world - 0x4200497c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x4200497c esp_mprot_ll_world_to_hl_world + 0x42004878 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x42004878 esp_mprot_ll_world_to_hl_world .text.esp_mprot_oper_type_to_str - 0x42004996 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x42004996 esp_mprot_oper_type_to_str + 0x42004892 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x42004892 esp_mprot_oper_type_to_str .text.esp_mprot_pms_world_to_str - 0x420049ea 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x420049ea esp_mprot_pms_world_to_str + 0x420048e6 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x420048e6 esp_mprot_pms_world_to_str .text.esp_riscv_intr_num_flags - 0x42004a52 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x4200494e 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) .text.esp_cpu_intr_get_desc - 0x42004a96 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - 0x42004a96 esp_cpu_intr_get_desc + 0x42004992 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x42004992 esp_cpu_intr_get_desc .text.esp_newlib_locks_init - 0x42004ab8 0xa0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x42004ab8 esp_newlib_locks_init + 0x420049b4 0xa0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x420049b4 esp_newlib_locks_init .text.newlib_include_pthread_impl - 0x42004b58 0x2 esp-idf/newlib/libnewlib.a(pthread.c.obj) - 0x42004b58 newlib_include_pthread_impl + 0x42004a54 0x2 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x42004a54 newlib_include_pthread_impl .text.esp_cleanup_r - 0x42004b5a 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004a56 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .text.raise_r_stub - 0x42004b9e 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004a9a 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .text.esp_newlib_init - 0x42004bac 0x66 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x42004bac esp_setup_newlib_syscalls - 0x42004bac esp_newlib_init + 0x42004aa8 0x66 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004aa8 esp_setup_newlib_syscalls + 0x42004aa8 esp_newlib_init .text.__esp_system_init_fn_init_newlib - 0x42004c12 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004b0e 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .text.esp_newlib_init_global_stdio - 0x42004c20 0x8e esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x42004c20 esp_newlib_init_global_stdio + 0x42004b1c 0x8e esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004b1c esp_newlib_init_global_stdio .text.__esp_system_init_fn_init_newlib_stdio - 0x42004cae 0x16 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004baa 0x16 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .text.newlib_include_init_funcs - 0x42004cc4 0x2 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x42004cc4 newlib_include_init_funcs + 0x42004bc0 0x2 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42004bc0 newlib_include_init_funcs .text.syscall_not_implemented - 0x42004cc6 0x1c esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42004cc6 _kill_r - 0x42004cc6 _system_r - 0x42004cc6 _getpid_r - 0x42004cc6 _isatty_r + 0x42004bc2 0x1c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42004bc2 _kill_r + 0x42004bc2 _system_r + 0x42004bc2 _getpid_r + 0x42004bc2 _isatty_r .text.syscall_not_implemented_aborts - 0x42004ce2 0xc esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42004ce2 _sbrk_r - 0x42004ce2 _exit - 0x42004ce2 raise - 0x42004ce2 _raise_r - .text.fcntl 0x42004cee 0x42 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42004cee fcntl + 0x42004bde 0xc esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42004bde _sbrk_r + 0x42004bde _exit + 0x42004bde raise + 0x42004bde _raise_r + .text.fcntl 0x42004bea 0x42 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42004bea fcntl .text.newlib_include_syscalls_impl - 0x42004d30 0x2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42004d30 newlib_include_syscalls_impl + 0x42004c2c 0x2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42004c2c newlib_include_syscalls_impl .text.adjust_boot_time - 0x42004d32 0x16e esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42004c2e 0x16e esp-idf/newlib/libnewlib.a(time.c.obj) .text.get_adjusted_boot_time - 0x42004ea0 0x3e esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42004d9c 0x3e esp-idf/newlib/libnewlib.a(time.c.obj) .text.adjtime_corr_stop - 0x42004ede 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42004dda 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) .text.settimeofday - 0x42004f30 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42004f30 settimeofday - .text.usleep 0x42004f88 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42004f88 usleep + 0x42004e2c 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42004e2c settimeofday .text.esp_newlib_time_init - 0x42004fce 0xc esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42004fce esp_newlib_time_init + 0x42004e84 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42004e84 esp_newlib_time_init .text.esp_time_impl_get_time_since_boot - 0x42004fda 0x2a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42004fda esp_time_impl_get_time_since_boot + 0x42004e90 0x2a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004e90 esp_time_impl_get_time_since_boot .text.esp_time_impl_set_boot_time - 0x42005004 0x42 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005004 esp_time_impl_set_boot_time + 0x42004eba 0x42 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004eba esp_time_impl_set_boot_time .text.esp_time_impl_get_boot_time - 0x42005046 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005046 esp_time_impl_get_boot_time + 0x42004efc 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004efc esp_time_impl_get_boot_time .text.esp_set_time_from_rtc - 0x4200508a 0x3a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x4200508a esp_set_time_from_rtc + 0x42004f40 0x3a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004f40 esp_set_time_from_rtc .text.esp_sync_timekeeping_timers - 0x420050c4 0x6e esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x420050c4 esp_sync_timekeeping_timers + 0x42004f7a 0x6c esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004f7a esp_sync_timekeeping_timers .text.esp_time_impl_init - 0x42005132 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005132 esp_time_impl_init + 0x42004fe6 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42004fe6 esp_time_impl_init .text.mutexattr_check - 0x4200513e 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42004ff2 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.esp_pthread_cfg_key_destructor - 0x4200514e 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005002 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutex_lock_internal - 0x42005160 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005014 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.esp_pthread_init - 0x420051e0 0x50 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x420051e0 esp_pthread_init + 0x42005094 0x50 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005094 esp_pthread_init .text.__esp_system_init_fn_init_pthread - 0x42005230 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x420050e4 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutex_init - 0x4200523c 0x86 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x4200523c pthread_mutex_init + 0x420050f0 0x84 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x420050f0 pthread_mutex_init .text.pthread_mutex_init_if_static - 0x420052c2 0x42 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005174 0x42 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutex_lock - 0x42005304 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005304 pthread_mutex_lock + 0x420051b6 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x420051b6 pthread_mutex_lock .text.pthread_mutex_unlock - 0x42005328 0x96 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005328 pthread_mutex_unlock + 0x420051da 0x96 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x420051da pthread_mutex_unlock .text.pthread_include_pthread_impl - 0x420053be 0x2 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x420053be pthread_include_pthread_impl + 0x42005270 0x2 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005270 pthread_include_pthread_impl .text.pthread_include_pthread_cond_var_impl - 0x420053c0 0x2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - 0x420053c0 pthread_include_pthread_cond_var_impl + 0x42005272 0x2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x42005272 pthread_include_pthread_cond_var_impl .text.find_value - 0x420053c2 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42005274 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .text.find_key - 0x420053d2 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42005284 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .text.pthread_cleanup_thread_specific_data_callback - 0x4200540c 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x420052be 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .text.pthread_key_create - 0x42005472 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x42005472 pthread_key_create + 0x42005324 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42005324 pthread_key_create .text.pthread_key_delete - 0x420054d8 0x56 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x420054d8 pthread_key_delete + 0x4200538a 0x56 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4200538a pthread_key_delete .text.pthread_getspecific - 0x4200552e 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x4200552e pthread_getspecific + 0x420053e0 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x420053e0 pthread_getspecific .text.pthread_setspecific - 0x42005556 0xe0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x42005556 pthread_setspecific + 0x42005408 0xe0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42005408 pthread_setspecific .text.pthread_include_pthread_local_storage_impl - 0x42005636 0x2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x42005636 pthread_include_pthread_local_storage_impl + 0x420054e8 0x2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x420054e8 pthread_include_pthread_local_storage_impl .text.pthread_include_pthread_rwlock_impl - 0x42005638 0x2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - 0x42005638 pthread_include_pthread_rwlock_impl + 0x420054ea 0x2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x420054ea pthread_include_pthread_rwlock_impl .text.pthread_include_pthread_semaphore_impl - 0x4200563a 0x2 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - 0x4200563a pthread_include_pthread_semaphore_impl + 0x420054ec 0x2 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x420054ec pthread_include_pthread_semaphore_impl .text.__cxa_guard_dummy - 0x4200563c 0x2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - 0x4200563c __cxa_guard_dummy + 0x420054ee 0x2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x420054ee __cxa_guard_dummy .text.__cxx_init_dummy - 0x4200563e 0x2 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - 0x4200563e __cxx_init_dummy + 0x420054f0 0x2 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + 0x420054f0 __cxx_init_dummy .text.esp_timer_early_init - 0x42005640 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - 0x42005640 esp_timer_early_init + 0x420054f2 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x420054f2 esp_timer_early_init .text.__esp_system_init_fn_esp_timer_init_nonos - 0x42005650 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x42005502 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .text.esp_timer_init_include_func - 0x4200565c 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - 0x4200565c esp_timer_init_include_func + 0x4200550e 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x4200550e esp_timer_init_include_func .text.esp_timer_impl_init_system_time - 0x4200565e 0x8c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - 0x4200565e esp_timer_impl_init_system_time + 0x42005510 0x8c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x42005510 esp_timer_impl_init_system_time .text.esp_timer_impl_early_init - 0x420056ea 0xd0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x420056ea esp_timer_impl_early_init - .text.uart_tx_char - 0x420057ba 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_rx_char - 0x42005800 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_read_char - 0x4200583c 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.unregister_select - 0x4200586c 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_end_select - 0x420058ec 0xaa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.register_select - 0x42005996 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_start_select - 0x42005a08 0x242 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.select_notif_callback_isr - 0x42005c4a 0x10a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcflush - 0x42005d54 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcdrain - 0x42005d90 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcgetattr - 0x42005dc0 0x376 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcsetattr - 0x42006136 0x36e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_access - 0x420064a4 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_open - 0x4200651c 0x74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fcntl - 0x42006590 0x88 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fstat - 0x42006618 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_close - 0x42006668 0x36 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_return_char - 0x4200669e 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fsync - 0x420066e2 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_read - 0x42006754 0x104 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_write - 0x42006858 0xec esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_rx_char_via_driver - 0x42006944 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tx_char_via_driver - 0x42006980 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.esp_vfs_uart_get_vfs - 0x42006998 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42006998 esp_vfs_uart_get_vfs - .text.uart_vfs_dev_register - 0x420069a2 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x420069a2 uart_vfs_dev_register - 0x420069a2 esp_vfs_dev_uart_register - .text.__esp_system_init_fn_init_vfs_uart - 0x420069e8 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_port_set_rx_line_endings - 0x420069f8 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x420069f8 esp_vfs_dev_uart_port_set_rx_line_endings - 0x420069f8 uart_vfs_dev_port_set_rx_line_endings - .text.uart_vfs_dev_port_set_tx_line_endings - 0x42006a26 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42006a26 uart_vfs_dev_port_set_tx_line_endings - 0x42006a26 esp_vfs_dev_uart_port_set_tx_line_endings - .text.uart_vfs_dev_use_nonblocking - 0x42006a54 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42006a54 esp_vfs_dev_uart_use_nonblocking - 0x42006a54 uart_vfs_dev_use_nonblocking - .text.uart_vfs_dev_use_driver - 0x42006abc 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42006abc esp_vfs_dev_uart_use_driver - 0x42006abc uart_vfs_dev_use_driver - .text.uart_vfs_include_dev_init - 0x42006b24 0x2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42006b24 uart_vfs_include_dev_init - .text.uart_pattern_queue_update - 0x42006b26 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_find_pattern_from_last - 0x42006b6a 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_reenable_intr_mask - 0x42006b90 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_ll_enable_bus_clock - 0x42006c20 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_ll_reset_register - 0x42006c66 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_enqueue - 0x42006cec 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_link_free - 0x42006d58 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_try_set_iomux_pin - 0x42006da2 0xb0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_module_enable - 0x42006e52 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_module_disable - 0x42006ee6 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_tx_write_fifo - 0x42006f56 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_check_buf_full - 0x42006fd6 0x82 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_rx_intr_handler_default - 0x42007058 0x7be esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_free_driver_obj - 0x42007816 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_alloc_driver_obj - 0x42007882 0xe8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_word_length - 0x4200796a 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200796a uart_set_word_length - .text.uart_get_word_length - 0x42007a20 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007a20 uart_get_word_length - .text.uart_set_stop_bits - 0x42007a78 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007a78 uart_set_stop_bits - .text.uart_get_stop_bits - 0x42007b2e 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007b2e uart_get_stop_bits - .text.uart_set_parity - 0x42007ba6 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007ba6 uart_set_parity - .text.uart_get_parity - 0x42007c1e 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007c1e uart_get_parity - .text.uart_set_baudrate - 0x42007c96 0x16a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007c96 uart_set_baudrate - .text.uart_get_baudrate - 0x42007e00 0xca esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007e00 uart_get_baudrate - .text.uart_disable_intr_mask - 0x42007eca 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007eca uart_disable_intr_mask - .text.uart_pattern_queue_reset - 0x42007f5a 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007f5a uart_pattern_queue_reset - .text.uart_disable_rx_intr - 0x42008050 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008050 uart_disable_rx_intr - .text.uart_disable_tx_intr - 0x42008062 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008062 uart_disable_tx_intr - .text.uart_enable_tx_intr - 0x42008072 0xc6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008072 uart_enable_tx_intr - .text.uart_tx_all - 0x42008138 0x1e4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_pin - 0x4200831c 0x2f4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200831c uart_set_pin - .text.uart_param_config - 0x42008610 0x35c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008610 uart_param_config - .text.uart_intr_config - 0x4200896c 0x12e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200896c uart_intr_config - .text.uart_wait_tx_done - 0x42008a9a 0x22a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008a9a uart_wait_tx_done - .text.uart_write_bytes - 0x42008cc4 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008cc4 uart_write_bytes - .text.uart_read_bytes - 0x42008d98 0x1ba esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008d98 uart_read_bytes - .text.uart_get_buffered_data_len - 0x42008f52 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008f52 uart_get_buffered_data_len - .text.uart_flush_input - 0x42009014 0x1f8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42009014 uart_flush_input - 0x42009014 uart_flush - .text.uart_driver_delete - 0x4200920c 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200920c uart_driver_delete - .text.uart_driver_install - 0x420092f6 0x376 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420092f6 uart_driver_install - .text.uart_is_driver_installed - 0x4200966c 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200966c uart_is_driver_installed - .text.uart_set_select_notif_callback - 0x4200968e 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200968e uart_set_select_notif_callback - .text.uart_get_selectlock - 0x420096aa 0x6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420096aa uart_get_selectlock + 0x4200559c 0xd0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x4200559c esp_timer_impl_early_init .text.__esp_system_init_fn_usb_serial_jtag_conn_status_init - 0x420096b0 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x4200566c 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .text.usb_serial_jtag_connection_monitor_include - 0x420096e0 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - 0x420096e0 usb_serial_jtag_connection_monitor_include + 0x4200569c 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x4200569c usb_serial_jtag_connection_monitor_include .text.usb_serial_jtag_open - 0x420096e2 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x4200569e 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_rx_char - 0x420096f6 0x3c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x420056b2 0x3c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_read_char - 0x42009732 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x420056ee 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_close - 0x42009758 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005714 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_tx_char - 0x4200975c 0xa6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005718 0xa6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_tcflush - 0x42009802 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x420057be 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_fcntl - 0x42009816 0x4a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x420057d2 0x4a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_tcgetattr - 0x42009860 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x4200581c 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_fstat - 0x420098bc 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005878 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_fsync - 0x420098e2 0x94 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x4200589e 0x94 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_tcdrain - 0x42009976 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005932 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_tcsetattr - 0x42009986 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005942 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_write - 0x420099f2 0x8c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x420059ae 0x8c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_return_char - 0x42009a7e 0x3a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005a3a 0x3a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_read - 0x42009ab8 0xb4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.__esp_system_init_fn_init_vfs_usj_sec - 0x42009b6c 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005a74 0xb4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.esp_vfs_usb_serial_jtag_get_vfs - 0x42009b8c 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - 0x42009b8c esp_vfs_usb_serial_jtag_get_vfs + 0x42005b28 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005b28 esp_vfs_usb_serial_jtag_get_vfs + .text.usb_serial_jtag_vfs_register + 0x42005b32 0x1e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005b32 usb_serial_jtag_vfs_register + 0x42005b32 esp_vfs_dev_usb_serial_jtag_register + .text.__esp_system_init_fn_init_vfs_usj + 0x42005b50 0xe esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .text.usb_serial_jtag_vfs_include_dev_init - 0x42009b96 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - 0x42009b96 usb_serial_jtag_vfs_include_dev_init + 0x42005b5e 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42005b5e usb_serial_jtag_vfs_include_dev_init .text.include_esp_phy_override - 0x42009b98 0x2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x42009b98 include_esp_phy_override + 0x42005b60 0x2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x42005b60 include_esp_phy_override .text.console_start_select - 0x42009b9a 0x28 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005b62 0x28 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .text.console_end_select - 0x42009bc2 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009bc2 console_end_select + 0x42005b8a 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005b8a console_end_select .text.console_open - 0x42009be2 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009be2 console_open + 0x42005baa 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005baa console_open .text.console_write - 0x42009c26 0x34 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009c26 console_write + 0x42005bca 0x1e esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005bca console_write .text.console_fstat - 0x42009c5a 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009c5a console_fstat + 0x42005be8 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005be8 console_fstat .text.console_close - 0x42009c70 0x24 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009c70 console_close + 0x42005bfe 0x18 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005bfe console_close .text.console_read - 0x42009c94 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009c94 console_read + 0x42005c16 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c16 console_read .text.console_fcntl - 0x42009caa 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009caa console_fcntl + 0x42005c2c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c2c console_fcntl .text.console_fsync - 0x42009cc0 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009cc0 console_fsync + 0x42005c42 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c42 console_fsync .text.console_access - 0x42009cea 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009cea console_access + 0x42005c58 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c58 console_access .text.console_tcsetattr - 0x42009d00 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009d00 console_tcsetattr + 0x42005c6e 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c6e console_tcsetattr .text.console_tcgetattr - 0x42009d16 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009d16 console_tcgetattr + 0x42005c84 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c84 console_tcgetattr .text.console_tcdrain - 0x42009d2c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009d2c console_tcdrain + 0x42005c9a 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005c9a console_tcdrain .text.console_tcflush - 0x42009d42 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009d42 console_tcflush + 0x42005cb0 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005cb0 console_tcflush .text.esp_vfs_dev_console_register - 0x42009d58 0x1e esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005cc6 0x1e esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .text.esp_vfs_console_register - 0x42009d76 0x26 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009d76 esp_vfs_console_register + 0x42005ce4 0x1a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005ce4 esp_vfs_console_register .text.__esp_system_init_fn_init_vfs_console - 0x42009d9c 0xe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005cfe 0xe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .text.esp_vfs_include_console_register - 0x42009daa 0x2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42009daa esp_vfs_include_console_register + 0x42005d0c 0x2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42005d0c esp_vfs_include_console_register .text.translate_path - 0x42009dac 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005d0e 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) .text.esp_vfs_register_common - 0x42009e16 0x16e esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009e16 esp_vfs_register_common + 0x42005d78 0x16e esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005d78 esp_vfs_register_common .text.esp_vfs_register - 0x42009f84 0x32 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009f84 esp_vfs_register + 0x42005ee6 0x32 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005ee6 esp_vfs_register .text.get_vfs_for_index - 0x42009fb6 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009fb6 get_vfs_for_index + 0x42005f18 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005f18 get_vfs_for_index .text.get_vfs_for_fd - 0x42009fde 0x2a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005f40 0x2a esp-idf/vfs/libvfs.a(vfs.c.obj) .text.get_vfs_for_path - 0x4200a008 0xaa esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a008 get_vfs_for_path + 0x42005f6a 0xaa esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42005f6a get_vfs_for_path .text.esp_vfs_open - 0x4200a0b2 0x148 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a0b2 _open_r - 0x4200a0b2 esp_vfs_open + 0x42006014 0x148 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42006014 _open_r + 0x42006014 esp_vfs_open .text.esp_vfs_write - 0x4200a1fa 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a1fa _write_r - 0x4200a1fa esp_vfs_write + 0x4200615c 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200615c _write_r + 0x4200615c esp_vfs_write .text.esp_vfs_lseek - 0x4200a27e 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a27e esp_vfs_lseek - 0x4200a27e _lseek_r + 0x420061e0 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420061e0 esp_vfs_lseek + 0x420061e0 _lseek_r .text.esp_vfs_read - 0x4200a302 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a302 _read_r - 0x4200a302 esp_vfs_read + 0x42006264 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42006264 _read_r + 0x42006264 esp_vfs_read .text.esp_vfs_close - 0x4200a386 0xf4 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a386 _close_r - 0x4200a386 esp_vfs_close + 0x420062e8 0xf4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420062e8 _close_r + 0x420062e8 esp_vfs_close .text.esp_vfs_fstat - 0x4200a47a 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a47a _fstat_r - 0x4200a47a esp_vfs_fstat + 0x420063dc 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420063dc _fstat_r + 0x420063dc esp_vfs_fstat .text.esp_vfs_fcntl_r - 0x4200a4f0 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a4f0 esp_vfs_fcntl_r - 0x4200a4f0 _fcntl_r + 0x42006452 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42006452 esp_vfs_fcntl_r + 0x42006452 _fcntl_r .text.esp_vfs_fsync - 0x4200a574 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a574 fsync - 0x4200a574 esp_vfs_fsync + 0x420064d6 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420064d6 fsync + 0x420064d6 esp_vfs_fsync .text.esp_vfs_stat - 0x4200a5e8 0x60 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a5e8 esp_vfs_stat - 0x4200a5e8 _stat_r + 0x4200654a 0x60 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200654a esp_vfs_stat + 0x4200654a _stat_r .text.esp_vfs_link - 0x4200a648 0x92 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a648 _link_r - 0x4200a648 esp_vfs_link + 0x420065aa 0x92 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420065aa _link_r + 0x420065aa esp_vfs_link .text.esp_vfs_unlink - 0x4200a6da 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a6da _unlink_r - 0x4200a6da esp_vfs_unlink + 0x4200663c 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200663c _unlink_r + 0x4200663c esp_vfs_unlink .text.esp_vfs_rename - 0x4200a74a 0xac esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a74a esp_vfs_rename - 0x4200a74a _rename_r + 0x420066ac 0xac esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420066ac esp_vfs_rename + 0x420066ac _rename_r .text.esp_vfs_access - 0x4200a7f6 0x66 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a7f6 esp_vfs_access - 0x4200a7f6 access - .text.esp_vfs_select_triggered - 0x4200a85c 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a85c esp_vfs_select_triggered - .text.esp_vfs_select_triggered_isr - 0x4200a8b0 0x50 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a8b0 esp_vfs_select_triggered_isr + 0x42006758 0x66 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42006758 esp_vfs_access + 0x42006758 access .text.tcgetattr - 0x4200a900 0x7e esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a900 tcgetattr + 0x420067be 0x7e esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420067be tcgetattr .text.tcsetattr - 0x4200a97e 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a97e tcsetattr - .text.tcdrain 0x4200aa06 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200aa06 tcdrain - .text.tcflush 0x4200aa7a 0x7e esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200aa7a tcflush + 0x4200683c 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200683c tcsetattr + .text.tcdrain 0x420068c4 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420068c4 tcdrain + .text.tcflush 0x42006938 0x7e esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42006938 tcflush .text.vfs_include_syscalls_impl - 0x4200aaf8 0x2 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200aaf8 vfs_include_syscalls_impl + 0x420069b6 0x2 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420069b6 vfs_include_syscalls_impl .text.__esp_system_init_fn_init_coredump - 0x4200aafa 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x420069b8 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) .text.esp_system_include_coredump_init - 0x4200ab08 0x2 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - 0x4200ab08 esp_system_include_coredump_init + 0x420069c6 0x2 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x420069c6 esp_system_include_coredump_init .text.esp_core_dump_switch_task_stack_to_isr - 0x4200ab0a 0x30 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x420069c8 0x30 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .text.esp_core_dump_reset_tasks_snapshots_iter - 0x4200ab3a 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200ab3a esp_core_dump_reset_tasks_snapshots_iter + 0x420069f8 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x420069f8 esp_core_dump_reset_tasks_snapshots_iter .text.esp_core_dump_get_user_ram_info - 0x4200ab48 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200ab48 esp_core_dump_get_user_ram_info + 0x42006a06 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006a06 esp_core_dump_get_user_ram_info .text.esp_core_dump_tcb_addr_is_sane - 0x4200ab96 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200ab96 esp_core_dump_tcb_addr_is_sane + 0x42006a54 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006a54 esp_core_dump_tcb_addr_is_sane .text.esp_core_dump_in_isr_context - 0x4200aba8 0x28 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200aba8 esp_core_dump_in_isr_context + 0x42006a66 0x28 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006a66 esp_core_dump_in_isr_context .text.esp_core_dump_get_task_snapshot - 0x4200abd0 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200abd0 esp_core_dump_get_task_snapshot + 0x42006a8e 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006a8e esp_core_dump_get_task_snapshot .text.esp_core_dump_write_internal - 0x4200ac64 0x7e esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006b22 0x7e esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .text.esp_core_dump_write - 0x4200ace2 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - 0x4200ace2 esp_core_dump_write + 0x42006ba0 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x42006ba0 esp_core_dump_write .text.esp_core_dump_b64_encode - 0x4200acfc 0xe2 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006bba 0xe2 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .text.esp_core_dump_uart_get_char - 0x4200adde 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006c9c 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .text.esp_core_dump_uart_print_write_start - 0x4200adf8 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200adf8 esp_core_dump_print_write_start + 0x42006cb6 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006cb6 esp_core_dump_print_write_start .text.esp_core_dump_uart_print_write_end - 0x4200ae24 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200ae24 esp_core_dump_print_write_end + 0x42006ce2 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006ce2 esp_core_dump_print_write_end .text.esp_core_dump_uart_write_start - 0x4200ae50 0x2e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200ae50 esp_core_dump_write_start + 0x42006d0e 0x2e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006d0e esp_core_dump_write_start .text.esp_core_dump_uart_write_prepare - 0x4200ae7e 0x26 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200ae7e esp_core_dump_write_prepare + 0x42006d3c 0x26 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006d3c esp_core_dump_write_prepare .text.esp_core_dump_uart_write_end - 0x4200aea4 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200aea4 esp_core_dump_write_end + 0x42006d62 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006d62 esp_core_dump_write_end .text.esp_core_dump_uart_write_data - 0x4200af16 0xb8 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200af16 esp_core_dump_write_data + 0x42006dd4 0xb8 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006dd4 esp_core_dump_write_data .text.esp_core_dump_uart_hw_init - 0x4200afce 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200afce esp_core_dump_write_init + 0x42006e8c 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006e8c esp_core_dump_write_init .text.esp_core_dump_init - 0x4200b062 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - 0x4200b062 esp_core_dump_init + 0x42006f20 0x2c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x42006f20 esp_core_dump_init .text.elf_write_segment_header - 0x4200b08e 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42006f4c 0x94 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_process_note_segment - 0x4200b122 0xa6 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42006fe0 0xa6 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_segment - 0x4200b1c8 0x124 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007086 0x124 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_tcb - 0x4200b2ec 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420071aa 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_process_task_tcb - 0x4200b338 0x7c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420071f6 0x7c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.esp_core_dump_store_section - 0x4200b3b4 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007272 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_file_header - 0x4200b3ca 0x100 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007288 0x100 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_core_dump_note_cb - 0x4200b4ca 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007388 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_note_header - 0x4200b512 0xd2 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420073d0 0xd2 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_note - 0x4200b5e4 0x146 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420074a2 0x146 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_note - 0x4200b72a 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420075e8 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_regs - 0x4200b7aa 0x5c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007668 0x5c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_stack - 0x4200b806 0x5e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420076c4 0x5e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_process_task_stack - 0x4200b864 0x7e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007722 0x7e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_save_task - 0x4200b8e2 0xa2 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x420077a0 0xa2 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_process_tasks_regs - 0x4200b984 0x1c0 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007842 0x1c0 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_tasks_data - 0x4200bb44 0x114 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007a02 0x114 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_core_dump_user_data - 0x4200bc58 0xb6 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007b16 0xb6 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_add_wdt_panic_details - 0x4200bd0e 0x140 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007bcc 0x140 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.elf_write_core_dump_info - 0x4200be4e 0x1d0 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007d0c 0x1d0 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.esp_core_dump_do_write_elf_pass - 0x4200c01e 0x160 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x42007edc 0x160 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .text.esp_core_dump_write_elf - 0x4200c17e 0x18a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - 0x4200c17e esp_core_dump_store + 0x4200803c 0x18a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x4200803c esp_core_dump_store .text.core_dump_crc_print - 0x4200c308 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c308 esp_core_dump_print_checksum + 0x420081c6 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x420081c6 esp_core_dump_print_checksum .text.core_dump_crc_size - 0x4200c362 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c362 esp_core_dump_checksum_size + 0x42008220 0x4 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x42008220 esp_core_dump_checksum_size .text.core_dump_crc_version - 0x4200c366 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c366 esp_core_dump_elf_version + 0x42008224 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x42008224 esp_core_dump_elf_version .text.core_dump_crc_init - 0x4200c370 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c370 esp_core_dump_checksum_init + 0x4200822e 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x4200822e esp_core_dump_checksum_init .text.core_dump_crc_update - 0x4200c37c 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c37c esp_core_dump_checksum_update + 0x4200823a 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x4200823a esp_core_dump_checksum_update .text.core_dump_crc_finish - 0x4200c3ca 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - 0x4200c3ca esp_core_dump_checksum_finish + 0x42008288 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x42008288 esp_core_dump_checksum_finish .text.esp_core_dump_generate_fake_stack - 0x4200c3de 0x26 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x4200829c 0x26 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .text.esp_core_dump_port_init - 0x4200c404 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c404 esp_core_dump_port_init + 0x420082c2 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420082c2 esp_core_dump_port_init .text.esp_core_dump_get_arch_id - 0x4200c41a 0x6 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c41a esp_core_dump_get_arch_id + 0x420082d8 0x6 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420082d8 esp_core_dump_get_arch_id .text.esp_core_dump_reset_fake_stacks - 0x4200c420 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c420 esp_core_dump_reset_fake_stacks + 0x420082de 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420082de esp_core_dump_reset_fake_stacks .text.esp_core_dump_get_isr_stack_top - 0x4200c42a 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c42a esp_core_dump_get_isr_stack_top + 0x420082e8 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420082e8 esp_core_dump_get_isr_stack_top .text.esp_core_dump_get_isr_stack_end - 0x4200c434 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c434 esp_core_dump_get_isr_stack_end + 0x420082f2 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420082f2 esp_core_dump_get_isr_stack_end .text.esp_core_dump_check_stack - 0x4200c44a 0x78 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c44a esp_core_dump_check_stack + 0x42008308 0x78 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x42008308 esp_core_dump_check_stack .text.esp_core_dump_get_stack - 0x4200c4c2 0x62 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c4c2 esp_core_dump_get_stack + 0x42008380 0x62 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x42008380 esp_core_dump_get_stack .text.esp_core_dump_check_task - 0x4200c524 0x3a esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c524 esp_core_dump_check_task + 0x420083e2 0x3a esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420083e2 esp_core_dump_check_task .text.esp_core_dump_mem_seg_is_sane - 0x4200c55e 0xac esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c55e esp_core_dump_mem_seg_is_sane + 0x4200841c 0xac esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x4200841c esp_core_dump_mem_seg_is_sane .text.esp_core_dump_get_task_regs_dump - 0x4200c60a 0x84 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c60a esp_core_dump_get_task_regs_dump + 0x420084c8 0x84 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x420084c8 esp_core_dump_get_task_regs_dump .text.esp_core_dump_port_set_crashed_tcb - 0x4200c68e 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c68e esp_core_dump_port_set_crashed_tcb + 0x4200854c 0xa esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x4200854c esp_core_dump_port_set_crashed_tcb .text.esp_core_dump_get_extra_info - 0x4200c698 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - 0x4200c698 esp_core_dump_get_extra_info + 0x42008556 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x42008556 esp_core_dump_get_extra_info .text.nvs_sec_provider_include_impl - 0x4200c6ac 0x2 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - 0x4200c6ac nvs_sec_provider_include_impl + 0x4200856a 0x2 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + 0x4200856a nvs_sec_provider_include_impl .text.initialize_nvs - 0x4200c6ae 0x78 esp-idf/main/libmain.a(main.c.obj) + 0x4200856c 0x78 esp-idf/main/libmain.a(main.c.obj) .text.app_main - 0x4200c726 0xae esp-idf/main/libmain.a(main.c.obj) - 0x4200c726 app_main - .text.esp_console_setup_prompt - 0x4200c7d4 0x56 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200c7d4 esp_console_setup_prompt - .text.esp_console_setup_history - 0x4200c82a 0x54 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200c82a esp_console_setup_history - .text.esp_console_common_init - 0x4200c87e 0x78 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200c87e esp_console_common_init + 0x420085e4 0x68 esp-idf/main/libmain.a(main.c.obj) + 0x420085e4 app_main .text.esp_console_start_repl - 0x4200c8f6 0x30 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200c8f6 esp_console_start_repl - .text.esp_console_repl_task - 0x4200c926 0x158 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200c926 esp_console_repl_task - .text.abInit 0x4200ca7e 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - .text.prompt_len_ignore_escape_seq - 0x4200ca88 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) - .text.sanitize - 0x4200cab4 0x32 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.flushWrite - 0x4200cae6 0x3a esp-idf/console/libconsole.a(linenoise.c.obj) - .text.abAppend - 0x4200cb20 0x4c esp-idf/console/libconsole.a(linenoise.c.obj) - .text.abFree 0x4200cb6c 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.freeCompletions - 0x4200cb80 0x3e esp-idf/console/libconsole.a(linenoise.c.obj) - .text.getCursorPosition - 0x4200cbbe 0xe8 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.getColumns - 0x4200cca6 0xec esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoiseBeep - 0x4200cd92 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoiseDumb - 0x4200cdb0 0xc6 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoiseSetMultiLine - 0x4200ce76 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ce76 linenoiseSetMultiLine - .text.linenoiseSetDumbMode - 0x4200ce80 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ce80 linenoiseSetDumbMode - .text.linenoiseIsDumbMode - 0x4200ce8a 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ce8a linenoiseIsDumbMode - .text.linenoiseClearScreen - 0x4200ce98 0x28 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ce98 linenoiseClearScreen - .text.linenoiseSetCompletionCallback - 0x4200cec0 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200cec0 linenoiseSetCompletionCallback - .text.linenoiseSetHintsCallback - 0x4200ceca 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ceca linenoiseSetHintsCallback - .text.linenoiseAddCompletion - 0x4200ced4 0x74 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200ced4 linenoiseAddCompletion - .text.refreshShowHints - 0x4200cf48 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200cf48 refreshShowHints - .text.refreshMultiLine - 0x4200d024 0x206 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.refreshSingleLine - 0x4200d22a 0x110 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.refreshLine - 0x4200d33a 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) - .text.completeLine - 0x4200d358 0x136 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoiseEditInsert - 0x4200d48e 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d48e linenoiseEditInsert - .text.linenoiseInsertPastedChar - 0x4200d56a 0x6e esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d56a linenoiseInsertPastedChar - .text.linenoiseEditMoveLeft - 0x4200d5d8 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d5d8 linenoiseEditMoveLeft - .text.linenoiseEditMoveRight - 0x4200d5f0 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d5f0 linenoiseEditMoveRight - .text.linenoiseEditMoveHome - 0x4200d60c 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d60c linenoiseEditMoveHome - .text.linenoiseEditMoveEnd - 0x4200d624 0x1a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d624 linenoiseEditMoveEnd - .text.linenoiseEditHistoryNext - 0x4200d63e 0xca esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d63e linenoiseEditHistoryNext - .text.linenoiseEditDelete - 0x4200d708 0x46 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d708 linenoiseEditDelete - .text.linenoiseEditBackspace - 0x4200d74e 0x48 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d74e linenoiseEditBackspace - .text.linenoiseEditDeletePrevWord - 0x4200d796 0x7a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d796 linenoiseEditDeletePrevWord - .text.getMillis - 0x4200d810 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d810 getMillis - .text.linenoiseProbe - 0x4200d83c 0xc0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d83c linenoiseProbe - .text.linenoiseFree - 0x4200d8fc 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d8fc linenoiseFree - .text.linenoiseHistoryAdd - 0x4200d90e 0xf4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200d90e linenoiseHistoryAdd - .text.linenoiseEdit - 0x4200da02 0x3d0 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoiseRaw - 0x4200ddd2 0x38 esp-idf/console/libconsole.a(linenoise.c.obj) - .text.linenoise - 0x4200de0a 0x6c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200de0a linenoise - .text.linenoiseHistorySetMaxLen - 0x4200de76 0xd2 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200de76 linenoiseHistorySetMaxLen - .text.linenoiseHistorySave - 0x4200df48 0x5e esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200df48 linenoiseHistorySave - .text.linenoiseHistoryLoad - 0x4200dfa6 0x8a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200dfa6 linenoiseHistoryLoad - .text.linenoiseSetMaxLineLen - 0x4200e030 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200e030 linenoiseSetMaxLineLen - .text.esp_console_repl_uart_delete - 0x4200e044 0x60 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .text.esp_console_new_repl_uart - 0x4200e0a4 0x176 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - 0x4200e0a4 esp_console_new_repl_uart - .text.find_command_by_name - 0x4200e21a 0x54 esp-idf/console/libconsole.a(commands.c.obj) - .text.print_arg_help - 0x4200e26e 0x70 esp-idf/console/libconsole.a(commands.c.obj) - .text.help_command - 0x4200e2de 0xbe esp-idf/console/libconsole.a(commands.c.obj) - .text.esp_console_init - 0x4200e39c 0x82 esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e39c esp_console_init - .text.esp_console_deinit - 0x4200e41e 0x7c esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e41e esp_console_deinit - .text.esp_console_cmd_register - 0x4200e49a 0x130 esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e49a esp_console_cmd_register - .text.esp_console_get_completion - 0x4200e5ca 0x58 esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e5ca esp_console_get_completion - .text.esp_console_get_hint - 0x4200e622 0x74 esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e622 esp_console_get_hint - .text.esp_console_run - 0x4200e696 0xcc esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e696 esp_console_run - .text.esp_console_register_help_command - 0x4200e762 0x6a esp-idf/console/libconsole.a(commands.c.obj) - 0x4200e762 esp_console_register_help_command - .text.esp_console_split_argv - 0x4200e7cc 0x10a esp-idf/console/libconsole.a(split_argv.c.obj) - 0x4200e7cc esp_console_split_argv - .text.arg_dstr_create - 0x4200e8d6 0x2c esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200e8d6 arg_dstr_create - .text.arg_dstr_cstr - 0x4200e902 0x4 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200e902 arg_dstr_cstr - .text.arg_dstr_free - 0x4200e906 0x28 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200e906 arg_dstr_free - .text.setup_append_buf - 0x4200e92e 0xd6 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .text.arg_dstr_cat - 0x4200ea04 0x50 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200ea04 arg_dstr_cat - .text.arg_dstr_catf - 0x4200ea54 0xae esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200ea54 arg_dstr_catf - .text.arg_dstr_catc - 0x4200eb02 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200eb02 arg_dstr_catc - .text.arg_dstr_reset - 0x4200eb30 0x38 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200eb30 arg_dstr_reset - .text.arg_dstr_destroy - 0x4200eb68 0x1a esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200eb68 arg_dstr_destroy - .text.arg_end_resetfn - 0x4200eb82 0x6 esp-idf/console/libconsole.a(arg_end.c.obj) - .text.arg_end_errorfn - 0x4200eb88 0xda esp-idf/console/libconsole.a(arg_end.c.obj) - .text.arg_end 0x4200ec62 0x64 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200ec62 arg_end - .text.arg_print_errors_ds - 0x4200ecc6 0x54 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200ecc6 arg_print_errors_ds - .text.arg_print_errors - 0x4200ed1a 0x40 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200ed1a arg_print_errors - .text.arg_str_resetfn - 0x4200ed5a 0x24 esp-idf/console/libconsole.a(arg_str.c.obj) - .text.arg_str_scanfn - 0x4200ed7e 0x28 esp-idf/console/libconsole.a(arg_str.c.obj) - .text.arg_str_checkfn - 0x4200eda6 0xa esp-idf/console/libconsole.a(arg_str.c.obj) - .text.arg_str_errorfn - 0x4200edb0 0xa2 esp-idf/console/libconsole.a(arg_str.c.obj) - .text.arg_strn - 0x4200ee52 0xb2 esp-idf/console/libconsole.a(arg_str.c.obj) - 0x4200ee52 arg_strn - .text.arg_str0 - 0x4200ef04 0x14 esp-idf/console/libconsole.a(arg_str.c.obj) - 0x4200ef04 arg_str0 - .text.panic 0x4200ef18 0x4e esp-idf/console/libconsole.a(arg_utils.c.obj) - .text.argtable3_xmalloc - 0x4200ef66 0x2c esp-idf/console/libconsole.a(arg_utils.c.obj) - 0x4200ef66 argtable3_xmalloc - .text.argtable3_xfree - 0x4200ef92 0x12 esp-idf/console/libconsole.a(arg_utils.c.obj) - 0x4200ef92 argtable3_xfree - .text.arg_register_error - 0x4200efa4 0x5a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_endindex - 0x4200effe 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_parse_untagged - 0x4200f018 0xe8 esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_parse_check - 0x4200f100 0x56 esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_reset - 0x4200f156 0x3a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_cat 0x4200f190 0x3e esp-idf/console/libconsole.a(argtable3.c.obj) - .text.alloc_shortoptions - 0x4200f1ce 0xb4 esp-idf/console/libconsole.a(argtable3.c.obj) - .text.alloc_longoptions - 0x4200f282 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.find_shortoption - 0x4200f3dc 0x46 esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_parse_tagged - 0x4200f422 0x19e esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_cat_optionv - 0x4200f5c0 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_cat_option - 0x4200f71a 0x14e esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_print_gnuswitch_ds - 0x4200f868 0xd6 esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_print_formatted_ds - 0x4200f93e 0x11c esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_parse - 0x4200fa5a 0xa8 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fa5a arg_parse - .text.arg_print_option_ds - 0x4200fb02 0x6e esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fb02 arg_print_option_ds - .text.arg_print_syntax_ds - 0x4200fb70 0x14c esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fb70 arg_print_syntax_ds - .text.arg_print_glossary_ds - 0x4200fcbc 0x94 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fcbc arg_print_glossary_ds - .text.arg_print_glossary - 0x4200fd50 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fd50 arg_print_glossary - .text.arg_print_formatted - 0x4200fd90 0x48 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200fd90 arg_print_formatted + 0x4200864c 0x30 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x4200864c esp_console_start_repl .text.riscv_decode_offset_from_jal_instruction - 0x4200fdd8 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - 0x4200fdd8 riscv_decode_offset_from_jal_instruction + 0x4200867c 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x4200867c riscv_decode_offset_from_jal_instruction .text.gpio_ll_iomux_out - 0x4200fe24 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420086c8 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_input_enable - 0x4200fe80 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008724 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_input_disable - 0x4200ff00 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420087a4 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_output_disable - 0x4200ff80 0x9e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008824 0x9e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_od_enable - 0x4201001e 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420088c2 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_od_disable - 0x4201009e 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008942 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_input_enable - 0x4201011c 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420089c0 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_input_disable - 0x4201019e 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008a42 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_output_enable - 0x4201021e 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008ac2 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_output_disable - 0x420102a0 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008b44 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pulldown_en - 0x42010320 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008bc4 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pullup_en - 0x420103b8 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008c5c 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pulldown_dis - 0x42010450 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008cf4 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pullup_dis - 0x420104e6 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008d8a 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_output_enable - 0x4201057c 0x9c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008e20 0x9c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_pullup_en - 0x42010618 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010618 gpio_pullup_en + 0x42008ebc 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008ebc gpio_pullup_en .text.gpio_pullup_dis - 0x420106c0 0xc2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x420106c0 gpio_pullup_dis + 0x42008f64 0xc2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42008f64 gpio_pullup_dis .text.gpio_pulldown_en - 0x42010782 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010782 gpio_pulldown_en + 0x42009026 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42009026 gpio_pulldown_en .text.gpio_pulldown_dis - 0x4201082a 0xa4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4201082a gpio_pulldown_dis + 0x420090ce 0xa4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420090ce gpio_pulldown_dis .text.gpio_set_level - 0x420108ce 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x420108ce gpio_set_level + 0x42009172 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42009172 gpio_set_level .text.gpio_set_pull_mode - 0x42010956 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010956 gpio_set_pull_mode + 0x420091fa 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420091fa gpio_set_pull_mode .text.gpio_set_direction - 0x42010a9c 0xb4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010a9c gpio_set_direction + 0x42009340 0xb4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42009340 gpio_set_direction .text.gpio_iomux_in - 0x42010b50 0x2c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010b50 gpio_iomux_in + 0x420093f4 0x2c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420093f4 gpio_iomux_in .text.gpio_iomux_out - 0x42010b7c 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010b7c gpio_iomux_out + 0x42009420 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42009420 gpio_iomux_out .text.gpio_sleep_set_direction - 0x42010b96 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010b96 gpio_sleep_set_direction + 0x4200943a 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200943a gpio_sleep_set_direction .text.gpio_sleep_set_pull_mode - 0x42010c36 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010c36 gpio_sleep_set_pull_mode + 0x420094da 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420094da gpio_sleep_set_pull_mode .text.gpio_sleep_sel_en - 0x42010d7c 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010d7c gpio_sleep_sel_en + 0x42009620 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x42009620 gpio_sleep_sel_en .text.gpio_sleep_sel_dis - 0x42010e14 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010e14 gpio_sleep_sel_dis + 0x420096b8 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x420096b8 gpio_sleep_sel_dis .text.gpio_func_sel - 0x42010eaa 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010eaa gpio_func_sel + 0x4200974e 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200974e gpio_func_sel .text.rtc_gpio_is_valid_gpio - 0x42010f58 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - 0x42010f58 rtc_gpio_is_valid_gpio + 0x420097fc 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x420097fc rtc_gpio_is_valid_gpio .text.bootloader_init_mem - 0x42010f5c 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x42010f5c bootloader_init_mem + 0x42009800 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x42009800 bootloader_init_mem .text.bootloader_flash_update_id - 0x42010f6a 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x42010f6a bootloader_flash_update_id + 0x4200980e 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x4200980e bootloader_flash_update_id .text.s_mem_caps_check - 0x42010f8a 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200982e 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_find_available_region - 0x42010fa0 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42009844 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_is_enclosed - 0x42010fda 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200987e 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_is_overlapped - 0x42010ff0 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42009894 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_get_bus_mask - 0x42011012 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x420098b6 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_reserve_irom_region - 0x4201106a 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200990e 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_reserve_drom_region - 0x42011112 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x420099b6 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.esp_mmu_map_init - 0x420111ba 0x19a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x420111ba esp_mmu_map_init + 0x42009a5e 0x19a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42009a5e esp_mmu_map_init .text.esp_mmu_map - 0x42011354 0x514 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x42011354 esp_mmu_map + 0x42009bf8 0x514 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42009bf8 esp_mmu_map .text.esp_mmu_unmap - 0x42011868 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x42011868 esp_mmu_unmap + 0x4200a10c 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200a10c esp_mmu_unmap .text.esp_mmu_vaddr_to_paddr - 0x420119f0 0xfa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x420119f0 esp_mmu_vaddr_to_paddr + 0x4200a294 0xfa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200a294 esp_mmu_vaddr_to_paddr .text.spi_flash_init_lock - 0x42011aea 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x42011aea spi_flash_init_lock + 0x4200a38e 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200a38e spi_flash_init_lock .text.spi_flash_op_lock - 0x42011aec 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x42011aec spi_flash_op_lock + 0x4200a390 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200a390 spi_flash_op_lock .text.spi_flash_op_unlock - 0x42011afe 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x42011afe spi_flash_op_unlock + 0x4200a3a2 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200a3a2 spi_flash_op_unlock .text.spi_flash_mmap - 0x42011b10 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x42011b10 spi_flash_mmap + 0x4200a3b4 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200a3b4 spi_flash_mmap .text.spi_flash_munmap - 0x42011bd8 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x42011bd8 spi_flash_munmap + 0x4200a47c 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200a47c spi_flash_munmap .text.spi_flash_cache2phys - 0x42011c46 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x42011c46 spi_flash_cache2phys + 0x4200a4ea 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200a4ea spi_flash_cache2phys .text.esp_mspi_get_io - 0x42011c6a 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x42011c6a esp_mspi_get_io + 0x4200a50e 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200a50e esp_mspi_get_io .text.esp_mspi_pin_reserve - 0x42011d04 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x42011d04 esp_mspi_pin_reserve + 0x4200a5a8 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200a5a8 esp_mspi_pin_reserve .text.esp_flash_read_chip_id - 0x42011d58 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x42011d58 esp_flash_read_chip_id + 0x4200a5fc 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4200a5fc esp_flash_read_chip_id .text.spimem_flash_ll_get_source_freq_mhz - 0x42011d6c 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200a610 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .text.esp_flash_init_default_chip - 0x42011daa 0x176 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x42011daa esp_flash_init_default_chip + 0x4200a64e 0x176 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200a64e esp_flash_init_default_chip .text.esp_flash_app_init - 0x42011f20 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x42011f20 esp_flash_app_init + 0x4200a7c4 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200a7c4 esp_flash_app_init .text.esp_flash_app_enable_os_functions - 0x42011f40 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0x42011f40 esp_flash_app_enable_os_functions + 0x4200a7e4 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4200a7e4 esp_flash_app_enable_os_functions .text.esp_crosscore_int_init - 0x42011f6a 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - 0x42011f6a esp_crosscore_int_init + 0x4200a80e 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4200a80e esp_crosscore_int_init .text.esp_vApplicationIdleHook - 0x42011fd0 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x42011fd0 esp_vApplicationIdleHook + 0x4200a874 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200a874 esp_vApplicationIdleHook .text.esp_register_freertos_idle_hook_for_cpu - 0x42012016 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x42012016 esp_register_freertos_idle_hook_for_cpu + 0x4200a8ba 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200a8ba esp_register_freertos_idle_hook_for_cpu .text.esp_register_freertos_tick_hook_for_cpu - 0x4201208a 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4201208a esp_register_freertos_tick_hook_for_cpu + 0x4200a92e 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200a92e esp_register_freertos_tick_hook_for_cpu .text.esp_register_freertos_tick_hook - 0x420120fe 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x420120fe esp_register_freertos_tick_hook + 0x4200a9a2 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200a9a2 esp_register_freertos_tick_hook .text.esp_int_wdt_init - 0x4201210e 0xc8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x4201210e esp_int_wdt_init + 0x4200a9b2 0xc8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200a9b2 esp_int_wdt_init .text.esp_int_wdt_cpu_init - 0x420121d6 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x420121d6 esp_int_wdt_cpu_init + 0x4200aa7a 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200aa7a esp_int_wdt_cpu_init .text.find_entry_and_check_all_reset - 0x4201222a 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200aace 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.find_entry_from_task_handle_and_check_all_reset - 0x4201225a 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200aafe 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.task_wdt_timer_feed - 0x4201228c 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ab30 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.add_entry - 0x420122b8 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ab5c 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.get_task_affinity - 0x42012432 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200acd6 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.task_wdt_timeout_abort - 0x42012458 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42012458 task_wdt_timeout_abort + 0x4200acfc 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200acfc task_wdt_timeout_abort .text.task_wdt_timeout_handling - 0x420124f2 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ad96 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_add - 0x42012542 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42012542 esp_task_wdt_add + 0x4200ade6 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ade6 esp_task_wdt_add .text.subscribe_idle - 0x420125a8 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ae4c 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_init - 0x4201265a 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4201265a esp_task_wdt_init + 0x4200aefe 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200aefe esp_task_wdt_init .text.esp_task_wdt_reset - 0x4201279e 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4201279e esp_task_wdt_reset + 0x4200b042 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200b042 esp_task_wdt_reset .text.idle_hook_cb - 0x4201286a 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200b10e 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_print_triggered_tasks - 0x4201287a 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4201287a esp_task_wdt_print_triggered_tasks + 0x4200b11e 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200b11e esp_task_wdt_print_triggered_tasks .text.task_wdt_isr - 0x420129a4 0x106 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200b248 0x106 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_impl_timer_allocate - 0x42012aaa 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012aaa esp_task_wdt_impl_timer_allocate + 0x4200b34e 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200b34e esp_task_wdt_impl_timer_allocate .text.esp_task_wdt_impl_timer_feed - 0x42012b9c 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012b9c esp_task_wdt_impl_timer_feed + 0x4200b440 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200b440 esp_task_wdt_impl_timer_feed .text.esp_task_wdt_impl_timeout_triggered - 0x42012bd2 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012bd2 esp_task_wdt_impl_timeout_triggered + 0x4200b476 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200b476 esp_task_wdt_impl_timeout_triggered .text.esp_task_wdt_impl_timer_restart - 0x42012c00 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012c00 esp_task_wdt_impl_timer_restart + 0x4200b4a4 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200b4a4 esp_task_wdt_impl_timer_restart .text.gpspi_flash_ll_calculate_clock_reg - 0x42012c40 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b4e4 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spimem_flash_ll_calculate_clock_reg - 0x42012c6c 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b510 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.get_flash_clock_divider - 0x42012c98 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b53c 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spi_flash_cal_clock - 0x42012d3c 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b5e0 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spi_flash_hal_init - 0x42012d64 0x108 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x42012d64 spi_flash_hal_init + 0x4200b608 0x108 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b608 spi_flash_hal_init .text.spi_flash_hal_supports_direct_write - 0x42012e6c 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x42012e6c spi_flash_hal_supports_direct_write + 0x4200b710 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b710 spi_flash_hal_supports_direct_write .text.spi_flash_hal_supports_direct_read - 0x42012e7e 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x42012e7e spi_flash_hal_supports_direct_read - .text.uart_ll_get_baudrate - 0x42012e90 0x38 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_sclk - 0x42012ec8 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012ec8 uart_hal_get_sclk - .text.uart_hal_get_baudrate - 0x42012eee 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012eee uart_hal_get_baudrate - .text.uart_hal_set_stop_bits - 0x42012f08 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f08 uart_hal_set_stop_bits - .text.uart_hal_get_stop_bits - 0x42012f1a 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f1a uart_hal_get_stop_bits - .text.uart_hal_set_data_bit_num - 0x42012f26 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f26 uart_hal_set_data_bit_num - .text.uart_hal_get_data_bit_num - 0x42012f36 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f36 uart_hal_get_data_bit_num - .text.uart_hal_set_parity - 0x42012f42 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f42 uart_hal_set_parity - .text.uart_hal_get_parity - 0x42012f62 0x1c esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f62 uart_hal_get_parity - .text.uart_hal_set_hw_flow_ctrl - 0x42012f7e 0x4a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012f7e uart_hal_set_hw_flow_ctrl - .text.uart_hal_set_tx_idle_num - 0x42012fc8 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012fc8 uart_hal_set_tx_idle_num - .text.uart_hal_set_rxfifo_full_thr - 0x42012fe2 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012fe2 uart_hal_set_rxfifo_full_thr - .text.uart_hal_set_txfifo_empty_thr - 0x42012ff4 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012ff4 uart_hal_set_txfifo_empty_thr - .text.uart_hal_init - 0x4201300e 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x4201300e uart_hal_init - .text.uart_hal_get_symb_len - 0x42013076 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42013076 uart_hal_get_symb_len - .text.uart_hal_set_rx_timeout - 0x420130b4 0x5a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420130b4 uart_hal_set_rx_timeout + 0x4200b722 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200b722 spi_flash_hal_supports_direct_read .text.esp_cpu_configure_region_protection - 0x4201310e 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x4201310e esp_cpu_configure_region_protection - .text.periph_rtc_dig_clk8m_enable - 0x4201320e 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - 0x4201320e periph_rtc_dig_clk8m_enable - .text.periph_rtc_dig_clk8m_disable - 0x4201326c 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - 0x4201326c periph_rtc_dig_clk8m_disable + 0x4200b734 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x4200b734 esp_cpu_configure_region_protection .text.esp_gpio_reserve - 0x420132d6 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - 0x420132d6 esp_gpio_reserve - .text.esp_clk_tree_src_get_freq_hz - 0x420132f2 0x19e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - 0x420132f2 esp_clk_tree_src_get_freq_hz - .text.clk_tree_rtc_slow_calibration - 0x42013490 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .text.esp_clk_tree_rc_fast_d256_get_freq_hz - 0x420134fc 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x420134fc esp_clk_tree_rc_fast_d256_get_freq_hz - .text.esp_clk_tree_xtal32k_get_freq_hz - 0x42013572 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42013572 esp_clk_tree_xtal32k_get_freq_hz - .text.esp_clk_tree_lp_slow_get_freq_hz - 0x420135ec 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x420135ec esp_clk_tree_lp_slow_get_freq_hz - .text.esp_clk_tree_rc_fast_get_freq_hz - 0x4201362e 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x4201362e esp_clk_tree_rc_fast_get_freq_hz - .text.esp_clk_tree_lp_fast_get_freq_hz - 0x4201364e 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x4201364e esp_clk_tree_lp_fast_get_freq_hz + 0x4200b834 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x4200b834 esp_gpio_reserve + .text.uart_pattern_queue_update + 0x4200b850 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_find_pattern_from_last + 0x4200b894 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_reenable_intr_mask + 0x4200b8ba 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_enable_bus_clock + 0x4200b94a 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_reset_register + 0x4200b990 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_enqueue + 0x4200ba16 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_link_free + 0x4200ba82 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_try_set_iomux_pin + 0x4200bacc 0xb0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_enable + 0x4200bb7c 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_disable + 0x4200bc14 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_tx_write_fifo + 0x4200bc84 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_check_buf_full + 0x4200bd04 0x82 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_rx_intr_handler_default + 0x4200bd86 0x7be esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_free_driver_obj + 0x4200c544 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_alloc_driver_obj + 0x4200c5b0 0xe8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_disable_intr_mask + 0x4200c698 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c698 uart_disable_intr_mask + .text.uart_pattern_queue_reset + 0x4200c728 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c728 uart_pattern_queue_reset + .text.uart_disable_rx_intr + 0x4200c81e 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c81e uart_disable_rx_intr + .text.uart_disable_tx_intr + 0x4200c830 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c830 uart_disable_tx_intr + .text.uart_enable_tx_intr + 0x4200c840 0xc6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c840 uart_enable_tx_intr + .text.uart_tx_all + 0x4200c906 0x1e4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_pin + 0x4200caea 0x2f4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200caea uart_set_pin + .text.uart_param_config + 0x4200cdde 0x35c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200cdde uart_param_config + .text.uart_intr_config + 0x4200d13a 0x12e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d13a uart_intr_config + .text.uart_write_bytes + 0x4200d268 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d268 uart_write_bytes + .text.uart_read_bytes + 0x4200d33c 0x1ba esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d33c uart_read_bytes + .text.uart_get_buffered_data_len + 0x4200d4f6 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d4f6 uart_get_buffered_data_len + .text.uart_driver_delete + 0x4200d5b8 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d5b8 uart_driver_delete + .text.uart_driver_install + 0x4200d6a2 0x376 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200d6a2 uart_driver_install .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ - 0x420136ba 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200da18 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag - 0x420136e0 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200da3e 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ - 0x42013710 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200da6e 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text.nvs_flash_init_partition - 0x42013720 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013720 nvs_flash_init_partition + 0x4200da7e 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200da7e nvs_flash_init_partition .text.nvs_flash_init - 0x42013758 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013758 nvs_flash_init + 0x4200dab6 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200dab6 nvs_flash_init .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE - 0x4201376e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4201376e intrusive_list::erase(intrusive_list::iterator) + 0x4200dacc 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200dacc intrusive_list::erase(intrusive_list::iterator) .text._ZL24close_handles_and_deinitPKc - 0x4201378a 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200dae8 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text.nvs_flash_erase_partition - 0x420137d8 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x420137d8 nvs_flash_erase_partition + 0x4200db36 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200db36 nvs_flash_erase_partition .text.nvs_flash_erase - 0x42013836 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013836 nvs_flash_erase + 0x4200db94 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200db94 nvs_flash_erase .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ - 0x4201384c 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dbaa 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ - 0x42013896 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dbf4 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x420138e0 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dc3e 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x42013940 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dc9e 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x42013974 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dcd2 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x420139f4 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dd52 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x42013a4a 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dda8 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x42013a7e 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dddc 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZN3nvs4Item6getKeyEPcj - 0x42013afe 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013afe nvs::Item::getKey(char*, unsigned int) + 0x4200de5c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200de5c nvs::Item::getKey(char*, unsigned int) .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE - 0x42013b38 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013b38 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) + 0x4200de96 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200de96 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ - 0x42013bd6 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013bd6 intrusive_list::push_back(nvs::Storage::BlobIndexNode*) + 0x4200df34 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200df34 intrusive_list::push_back(nvs::Storage::BlobIndexNode*) .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - 0x42013bf6 0xa4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013bf6 nvs::Storage::populateBlobIndices(intrusive_list&) + 0x4200df54 0xa4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200df54 nvs::Storage::populateBlobIndices(intrusive_list&) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE - 0x42013c9a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013c9a intrusive_list::erase(intrusive_list::iterator) + 0x4200dff8 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200dff8 intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE - 0x42013cb6 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013cb6 nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) + 0x4200e014 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e014 nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb - 0x42013dd6 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013dd6 CompressedEnumTable::set(unsigned int, bool) + 0x4200e134 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e134 CompressedEnumTable::set(unsigned int, bool) .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ - 0x42013e06 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013e06 intrusive_list::push_back(nvs::Storage::NamespaceEntry*) + 0x4200e164 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e164 intrusive_list::push_back(nvs::Storage::NamespaceEntry*) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv - 0x42013e26 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013e26 intrusive_list::clearAndFreeNodes() + 0x4200e184 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e184 intrusive_list::clearAndFreeNodes() .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ - 0x42013e54 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013e54 std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const + 0x4200e1b2 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e1b2 std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev - 0x42013ea0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013ea0 std::unique_ptr >::~unique_ptr() - 0x42013ea0 std::unique_ptr >::~unique_ptr() + 0x4200e1fe 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e1fe std::unique_ptr >::~unique_ptr() + 0x4200e1fe std::unique_ptr >::~unique_ptr() .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE - 0x42013ebc 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013ebc intrusive_list::erase(intrusive_list::iterator) + 0x4200e21a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e21a intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv - 0x42013ed8 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013ed8 intrusive_list::clearAndFreeNodes() + 0x4200e236 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e236 intrusive_list::clearAndFreeNodes() .text._ZN3nvs7Storage15clearNamespacesEv - 0x42013f06 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013f06 nvs::Storage::clearNamespaces() + 0x4200e264 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e264 nvs::Storage::clearNamespaces() .text._ZN3nvs7Storage4initEmm - 0x42013f18 0x13e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42013f18 nvs::Storage::init(unsigned long, unsigned long) + 0x4200e276 0x13e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e276 nvs::Storage::init(unsigned long, unsigned long) .text._ZN3nvs7StorageD2Ev - 0x42014056 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014056 nvs::Storage::~Storage() - 0x42014056 nvs::Storage::~Storage() + 0x4200e3b4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e3b4 nvs::Storage::~Storage() + 0x4200e3b4 nvs::Storage::~Storage() .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv - 0x42014072 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42014072 nvs::NVSHandleSimple::get_partition_name() const + 0x4200e3d0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200e3d0 nvs::NVSHandleSimple::get_partition_name() const .text._ZN3nvs12NVSPartitionD2Ev - 0x42014086 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42014086 nvs::NVSPartition::~NVSPartition() - 0x42014086 nvs::NVSPartition::~NVSPartition() + 0x4200e3e4 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e3e4 nvs::NVSPartition::~NVSPartition() + 0x4200e3e4 nvs::NVSPartition::~NVSPartition() .text._ZN3nvs12NVSPartition18get_partition_nameEv - 0x4201409c 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x4201409c nvs::NVSPartition::get_partition_name() + 0x4200e3fa 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e3fa nvs::NVSPartition::get_partition_name() .text._ZN3nvs12NVSPartition11get_addressEv - 0x420140a2 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140a2 nvs::NVSPartition::get_address() + 0x4200e400 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e400 nvs::NVSPartition::get_address() .text._ZN3nvs12NVSPartition8get_sizeEv - 0x420140a8 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140a8 nvs::NVSPartition::get_size() + 0x4200e406 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e406 nvs::NVSPartition::get_size() .text._ZN3nvs12NVSPartition12get_readonlyEv - 0x420140ae 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140ae nvs::NVSPartition::get_readonly() + 0x4200e40c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e40c nvs::NVSPartition::get_readonly() .text._ZN3nvs12NVSPartition8read_rawEjPvj - 0x420140b6 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140b6 nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) + 0x4200e414 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e414 nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) .text._ZN3nvs12NVSPartition4readEjPvj - 0x420140c6 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140c6 nvs::NVSPartition::read(unsigned int, void*, unsigned int) + 0x4200e424 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e424 nvs::NVSPartition::read(unsigned int, void*, unsigned int) .text._ZN3nvs12NVSPartition9write_rawEjPKvj - 0x420140e2 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140e2 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) + 0x4200e440 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e440 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) .text._ZN3nvs12NVSPartition5writeEjPKvj - 0x420140f2 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420140f2 nvs::NVSPartition::write(unsigned int, void const*, unsigned int) + 0x4200e450 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e450 nvs::NVSPartition::write(unsigned int, void const*, unsigned int) .text._ZN3nvs12NVSPartition11erase_rangeEjj - 0x4201410e 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x4201410e nvs::NVSPartition::erase_range(unsigned int, unsigned int) + 0x4200e46c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e46c nvs::NVSPartition::erase_range(unsigned int, unsigned int) .text._ZN3nvs12NVSPartitionD0Ev - 0x4201411e 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x4201411e nvs::NVSPartition::~NVSPartition() + 0x4200e47c 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e47c nvs::NVSPartition::~NVSPartition() .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t - 0x42014144 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42014144 nvs::NVSPartition::NVSPartition(esp_partition_t const*) - 0x42014144 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x4200e4a2 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200e4a2 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x4200e4a2 nvs::NVSPartition::NVSPartition(esp_partition_t const*) .text._ZN3nvs19NVSPartitionManagerD2Ev - 0x42014176 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014176 nvs::NVSPartitionManager::~NVSPartitionManager() - 0x42014176 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x4200e4d4 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e4d4 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x4200e4d4 nvs::NVSPartitionManager::~NVSPartitionManager() .text._ZN3nvs19NVSPartitionManagerD0Ev - 0x42014182 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014182 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x4200e4e0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e4e0 nvs::NVSPartitionManager::~NVSPartitionManager() .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ - 0x4201419e 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e4fc 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x420141c4 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e522 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ - 0x420141f4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e552 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZN3nvs7StorageC2EPNS_9PartitionE - 0x42014204 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014204 nvs::Storage::Storage(nvs::Partition*) - 0x42014204 nvs::Storage::Storage(nvs::Partition*) + 0x4200e562 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e562 nvs::Storage::Storage(nvs::Partition*) + 0x4200e562 nvs::Storage::Storage(nvs::Partition*) .text._ZN3nvs19NVSPartitionManager12get_instanceEv - 0x4201424e 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4201424e nvs::NVSPartitionManager::get_instance() + 0x4200e5ac 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e5ac nvs::NVSPartitionManager::get_instance() .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - 0x420142b0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420142b0 nvs::NVSPartitionManager::lookup_storage_from_name(char const*) + 0x4200e60e 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e60e nvs::NVSPartitionManager::lookup_storage_from_name(char const*) .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ - 0x420142c4 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420142c4 intrusive_list::push_back(nvs::NVSPartition*) + 0x4200e622 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e622 intrusive_list::push_back(nvs::NVSPartition*) .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE - 0x420142e4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420142e4 intrusive_list::erase(intrusive_list::iterator) + 0x4200e642 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e642 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ - 0x42014300 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014300 intrusive_list::push_back(nvs::Storage*) + 0x4200e65e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e65e intrusive_list::push_back(nvs::Storage*) .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm - 0x42014320 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014320 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) + 0x4200e67e 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e67e nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc - 0x420143d0 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420143d0 nvs::NVSPartitionManager::init_partition(char const*) + 0x4200e72e 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e72e nvs::NVSPartitionManager::init_partition(char const*) .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE - 0x4201444a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4201444a intrusive_list::erase(intrusive_list::iterator) + 0x4200e7a8 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e7a8 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE - 0x42014466 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014466 intrusive_list::erase(intrusive_list::iterator) + 0x4200e7c4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e7c4 intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc - 0x42014482 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42014482 nvs::NVSPartitionManager::deinit_partition(char const*) + 0x4200e7e0 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200e7e0 nvs::NVSPartitionManager::deinit_partition(char const*) .text._ZN3nvs4LockC2Ev - 0x42014520 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42014520 nvs::Lock::Lock() - 0x42014520 nvs::Lock::Lock() + 0x4200e87e 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x4200e87e nvs::Lock::Lock() + 0x4200e87e nvs::Lock::Lock() .text._ZN3nvs4LockD2Ev - 0x4201453a 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x4201453a nvs::Lock::~Lock() - 0x4201453a nvs::Lock::~Lock() + 0x4200e898 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x4200e898 nvs::Lock::~Lock() + 0x4200e898 nvs::Lock::~Lock() .text._ZN3nvs4Lock4initEv - 0x42014554 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42014554 nvs::Lock::init() + 0x4200e8b2 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x4200e8b2 nvs::Lock::init() .text._ZN3nvs8HashListC2Ev - 0x42014558 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014558 nvs::HashList::HashList() - 0x42014558 nvs::HashList::HashList() + 0x4200e8b6 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e8b6 nvs::HashList::HashList() + 0x4200e8b6 nvs::HashList::HashList() .text._ZN3nvs8HashList13HashListBlockC2Ev - 0x42014566 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014566 nvs::HashList::HashListBlock::HashListBlock() - 0x42014566 nvs::HashList::HashListBlock::HashListBlock() + 0x4200e8c4 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e8c4 nvs::HashList::HashListBlock::HashListBlock() + 0x4200e8c4 nvs::HashList::HashListBlock::HashListBlock() .text._ZN3nvs8HashList4findEjRKNS_4ItemE - 0x42014590 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014590 nvs::HashList::find(unsigned int, nvs::Item const&) + 0x4200e8ee 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e8ee nvs::HashList::find(unsigned int, nvs::Item const&) .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE - 0x420145f4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x420145f4 intrusive_list::erase(intrusive_list::iterator) + 0x4200e952 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e952 intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs8HashList5clearEv - 0x42014610 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014610 nvs::HashList::clear() + 0x4200e96e 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e96e nvs::HashList::clear() .text._ZN3nvs8HashListD2Ev - 0x42014646 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014646 nvs::HashList::~HashList() - 0x42014646 nvs::HashList::~HashList() + 0x4200e9a4 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e9a4 nvs::HashList::~HashList() + 0x4200e9a4 nvs::HashList::~HashList() .text._ZN3nvs8HashList5eraseEj - 0x42014654 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014654 nvs::HashList::erase(unsigned int) + 0x4200e9b2 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200e9b2 nvs::HashList::erase(unsigned int) .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ - 0x420146f6 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x420146f6 intrusive_list::push_back(nvs::HashList::HashListBlock*) + 0x4200ea54 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200ea54 intrusive_list::push_back(nvs::HashList::HashListBlock*) .text._ZN3nvs8HashList6insertERKNS_4ItemEj - 0x42014716 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42014716 nvs::HashList::insert(nvs::Item const&, unsigned int) + 0x4200ea74 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4200ea74 nvs::HashList::insert(nvs::Item const&, unsigned int) .text._ZSt9__find_ifIPmN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEmEUlmE_EEET_SA_SA_T0_St26random_access_iterator_tag - 0x420147ac 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200eb0a 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch - 0x42014832 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014832 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) - 0x42014832 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x4200eb90 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200eb90 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x4200eb90 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) .text._ZN3nvs4PageC2Ev - 0x42014892 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014892 nvs::Page::Page() - 0x42014892 nvs::Page::Page() + 0x4200ebf0 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ebf0 nvs::Page::Page() + 0x4200ebf0 nvs::Page::Page() .text._ZN3nvs4Page6Header14calculateCrc32Ev - 0x420148d4 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420148d4 nvs::Page::Header::calculateCrc32() + 0x4200ec32 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ec32 nvs::Page::Header::calculateCrc32() .text._ZN3nvs4Page20updateFirstUsedEntryEjj - 0x420148ee 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420148ee nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) + 0x4200ec4c 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ec4c nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) .text._ZN3nvs4Page10initializeEv - 0x42014946 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014946 nvs::Page::initialize() + 0x4200eca4 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200eca4 nvs::Page::initialize() .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE - 0x420149c2 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420149c2 nvs::Page::readEntry(unsigned int, nvs::Item&) const + 0x4200ed20 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ed20 nvs::Page::readEntry(unsigned int, nvs::Item&) const .text._ZNK3nvs4Page12getSeqNumberERm - 0x420149ee 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420149ee nvs::Page::getSeqNumber(unsigned long&) const + 0x4200ed4c 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ed4c nvs::Page::getSeqNumber(unsigned long&) const .text._ZN3nvs4Page12setSeqNumberEm - 0x42014a18 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014a18 nvs::Page::setSeqNumber(unsigned long) + 0x4200ed76 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ed76 nvs::Page::setSeqNumber(unsigned long) .text._ZN3nvs4Page5eraseEv - 0x42014a2e 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014a2e nvs::Page::erase() + 0x4200ed8c 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ed8c nvs::Page::erase() .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ - 0x42014a72 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014a72 CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) + 0x4200edd0 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200edd0 CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE - 0x42014aa4 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014aa4 nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) + 0x4200ee02 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ee02 nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page10writeEntryERKNS_4ItemE - 0x42014afa 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014afa nvs::Page::writeEntry(nvs::Item const&) + 0x4200ee58 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ee58 nvs::Page::writeEntry(nvs::Item const&) .text._ZN3nvs4Page9copyItemsERS0_ - 0x42014b62 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014b62 nvs::Page::copyItems(nvs::Page&) + 0x4200eec0 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200eec0 nvs::Page::copyItems(nvs::Page&) .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - 0x42014c32 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014c32 nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) + 0x4200ef90 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200ef90 nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page17eraseEntryAndSpanEj - 0x42014cce 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014cce nvs::Page::eraseEntryAndSpan(unsigned int) + 0x4200f02c 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200f02c nvs::Page::eraseEntryAndSpan(unsigned int) .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - 0x42014e0e 0x244 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42014e0e nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) + 0x4200f16c 0x244 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200f16c nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x42015052 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015052 nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) + 0x4200f3b0 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200f3b0 nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) .text._ZN3nvs4Page15mLoadEntryTableEv - 0x4201507c 0x3cc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4201507c nvs::Page::mLoadEntryTable() + 0x4200f3da 0x3cc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200f3da nvs::Page::mLoadEntryTable() .text._ZN3nvs4Page4loadEPNS_9PartitionEm - 0x42015448 0x138 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015448 nvs::Page::load(nvs::Partition*, unsigned long) + 0x4200f7a6 0x138 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4200f7a6 nvs::Page::load(nvs::Partition*, unsigned long) .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ - 0x42015580 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f8de 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag - 0x420155a8 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f906 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ - 0x420155d8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f936 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ - 0x420155e8 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420155e8 intrusive_list::push_back(nvs::Page*) + 0x4200f946 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f946 intrusive_list::push_back(nvs::Page*) .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE - 0x42015608 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42015608 intrusive_list::erase(intrusive_list::iterator) + 0x4200f966 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f966 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs4PageEE5clearEv - 0x42015624 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42015624 intrusive_list::clear() + 0x4200f982 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f982 intrusive_list::clear() .text._ZN3nvs11PageManager12activatePageEv - 0x42015640 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42015640 nvs::PageManager::activatePage() + 0x4200f99e 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f99e nvs::PageManager::activatePage() .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ - 0x42015696 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42015696 intrusive_list::push_front(nvs::Page*) + 0x4200f9f4 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200f9f4 intrusive_list::push_front(nvs::Page*) .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ - 0x420156b4 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420156b4 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) + 0x4200fa12 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200fa12 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm - 0x420156e2 0x26e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420156e2 nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) + 0x4200fa40 0x26e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4200fa40 nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE - 0x42015950 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - 0x42015950 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) + 0x4200fcae 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x4200fcae nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) .text._ZNK3nvs4Item14calculateCrc32Ev - 0x420159a8 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x420159a8 nvs::Item::calculateCrc32() const + 0x4200fd06 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4200fd06 nvs::Item::calculateCrc32() const .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv - 0x420159e2 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x420159e2 nvs::Item::calculateCrc32WithoutValue() const + 0x4200fd40 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4200fd40 nvs::Item::calculateCrc32WithoutValue() const .text._ZNK3nvs4Item22checkHeaderConsistencyEh - 0x42015a1c 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x42015a1c nvs::Item::checkHeaderConsistency(unsigned char) const + 0x4200fd7a 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4200fd7a nvs::Item::checkHeaderConsistency(unsigned char) const .text.load_partitions - 0x42015b4e 0x1e4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4200feac 0x1e4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.ensure_partitions_loaded - 0x42015d32 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42010090 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.iterator_create - 0x42015db0 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201010e 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.esp_partition_iterator_release - 0x42015dee 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42015dee esp_partition_iterator_release + 0x4201014c 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201014c esp_partition_iterator_release .text.esp_partition_next - 0x42015e00 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42015e00 esp_partition_next + 0x4201015e 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201015e esp_partition_next .text.esp_partition_find - 0x42015eb6 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42015eb6 esp_partition_find + 0x42010214 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42010214 esp_partition_find .text.esp_partition_get - 0x42015efc 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42015efc esp_partition_get + 0x4201025a 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201025a esp_partition_get .text.esp_partition_find_first - 0x42015f2e 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42015f2e esp_partition_find_first + 0x4201028c 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201028c esp_partition_find_first .text.esp_partition_write - 0x42015f5a 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42015f5a esp_partition_write + 0x420102b8 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420102b8 esp_partition_write .text.esp_partition_read_raw - 0x42015fea 0x5c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42015fea esp_partition_read_raw + 0x42010348 0x5c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42010348 esp_partition_read_raw .text.esp_partition_write_raw - 0x42016046 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42016046 esp_partition_write_raw + 0x420103a4 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420103a4 esp_partition_write_raw .text.esp_partition_erase_range - 0x420160ae 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420160ae esp_partition_erase_range + 0x4201040c 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4201040c esp_partition_erase_range .text.esp_partition_mmap - 0x4201612e 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x4201612e esp_partition_mmap + 0x4201048c 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4201048c esp_partition_mmap .text.esp_partition_munmap - 0x420161be 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420161be esp_partition_munmap + 0x4201051c 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4201051c esp_partition_munmap .text.esp_partition_read - 0x420161cc 0xac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420161cc esp_partition_read + 0x4201052a 0xac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4201052a esp_partition_read .text.esp_partition_is_flash_region_writable - 0x42016278 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42016278 esp_partition_is_flash_region_writable + 0x420105d6 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420105d6 esp_partition_is_flash_region_writable .text.esp_partition_main_flash_region_safe - 0x420162de 0x4e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420162de esp_partition_main_flash_region_safe - .text.clk_hal_lp_slow_get_freq_hz - 0x4201632c 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x4201632c clk_hal_lp_slow_get_freq_hz - .text.clk_hal_xtal_get_freq_mhz - 0x42016388 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42016388 clk_hal_xtal_get_freq_mhz - .text.clk_hal_soc_root_get_freq_mhz - 0x420163e6 0x62 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x420163e6 clk_hal_soc_root_get_freq_mhz - .text.clk_hal_cpu_get_freq_hz - 0x42016448 0x78 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42016448 clk_hal_cpu_get_freq_hz - .text.clk_hal_ahb_get_freq_hz - 0x420164c0 0x2c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_apb_get_freq_hz - 0x420164ec 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x420164ec clk_hal_apb_get_freq_hz + 0x4201063c 0x4e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4201063c esp_partition_main_flash_region_safe + .text.uart_hal_get_sclk + 0x4201068a 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201068a uart_hal_get_sclk + .text.uart_hal_set_stop_bits + 0x420106b0 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420106b0 uart_hal_set_stop_bits + .text.uart_hal_set_data_bit_num + 0x420106c2 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420106c2 uart_hal_set_data_bit_num + .text.uart_hal_set_parity + 0x420106d2 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420106d2 uart_hal_set_parity + .text.uart_hal_set_hw_flow_ctrl + 0x420106f2 0x4a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420106f2 uart_hal_set_hw_flow_ctrl + .text.uart_hal_set_tx_idle_num + 0x4201073c 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201073c uart_hal_set_tx_idle_num + .text.uart_hal_set_rxfifo_full_thr + 0x42010756 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42010756 uart_hal_set_rxfifo_full_thr + .text.uart_hal_set_txfifo_empty_thr + 0x42010768 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42010768 uart_hal_set_txfifo_empty_thr + .text.uart_hal_init + 0x42010782 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42010782 uart_hal_init + .text.uart_hal_get_symb_len + 0x420107ea 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420107ea uart_hal_get_symb_len + .text.uart_hal_set_rx_timeout + 0x42010828 0x5a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42010828 uart_hal_set_rx_timeout + .text.uart_hal_txfifo_rst + 0x42010882 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42010882 uart_hal_txfifo_rst + .text.uart_hal_rxfifo_rst + 0x4201089c 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x4201089c uart_hal_rxfifo_rst + .text.uart_hal_tx_break + 0x420108b4 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x420108b4 uart_hal_tx_break + .text.uart_hal_write_txfifo + 0x420108e6 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x420108e6 uart_hal_write_txfifo + .text.uart_hal_read_rxfifo + 0x42010926 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42010926 uart_hal_read_rxfifo + .text.periph_rtc_dig_clk8m_enable + 0x42010952 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x42010952 periph_rtc_dig_clk8m_enable + .text.periph_rtc_dig_clk8m_disable + 0x420109b0 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x420109b0 periph_rtc_dig_clk8m_disable + .text.esp_clk_tree_src_get_freq_hz + 0x42010a1a 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x42010a1a esp_clk_tree_src_get_freq_hz + .text.clk_tree_rtc_slow_calibration + 0x42010bb2 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .text.esp_clk_tree_rc_fast_d256_get_freq_hz + 0x42010c1c 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42010c1c esp_clk_tree_rc_fast_d256_get_freq_hz + .text.esp_clk_tree_xtal32k_get_freq_hz + 0x42010c92 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42010c92 esp_clk_tree_xtal32k_get_freq_hz + .text.esp_clk_tree_lp_slow_get_freq_hz + 0x42010d0c 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42010d0c esp_clk_tree_lp_slow_get_freq_hz + .text.esp_clk_tree_rc_fast_get_freq_hz + 0x42010d4c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42010d4c esp_clk_tree_rc_fast_get_freq_hz + .text.esp_clk_tree_lp_fast_get_freq_hz + 0x42010d6c 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42010d6c esp_clk_tree_lp_fast_get_freq_hz .text.esp_ota_get_running_partition - 0x420164fa 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - 0x420164fa esp_ota_get_running_partition - .text._ZdaPv 0x420165c0 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - 0x420165c0 operator delete[](void*) - .text._ZdaPvj 0x420165c2 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - 0x420165c2 operator delete[](void*, unsigned int) + 0x42010dd6 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x42010dd6 esp_ota_get_running_partition + .text.clk_hal_lp_slow_get_freq_hz + 0x42010e9c 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42010e9c clk_hal_lp_slow_get_freq_hz + .text.clk_hal_xtal_get_freq_mhz + 0x42010ef8 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42010ef8 clk_hal_xtal_get_freq_mhz + .text.clk_hal_soc_root_get_freq_mhz + 0x42010f56 0x62 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42010f56 clk_hal_soc_root_get_freq_mhz + .text.clk_hal_cpu_get_freq_hz + 0x42010fb8 0x78 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42010fb8 clk_hal_cpu_get_freq_hz + .text.clk_hal_ahb_get_freq_hz + 0x42011030 0x2c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_apb_get_freq_hz + 0x4201105c 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4201105c clk_hal_apb_get_freq_hz + .text._ZdaPv 0x4201106a 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x4201106a operator delete[](void*) + .text._ZdaPvj 0x4201106c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + 0x4201106c operator delete[](void*, unsigned int) .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv - 0x420165c6 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420165c6 __gnu_cxx::__concurrence_lock_error::what() const + 0x42011070 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42011070 __gnu_cxx::__concurrence_lock_error::what() const .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv - 0x420165d0 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420165d0 __gnu_cxx::__concurrence_unlock_error::what() const + 0x4201107a 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201107a __gnu_cxx::__concurrence_unlock_error::what() const .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev - 0x420165da 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420165da __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() - 0x420165da __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x42011084 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42011084 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x42011084 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev - 0x420165e6 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420165e6 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x42011090 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42011090 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev - 0x420165fe 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420165fe __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() - 0x420165fe __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420110a8 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420110a8 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420110a8 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev - 0x4201660a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x4201660a __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420110b4 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420110b4 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() .text._ZN9__gnu_cxx7__mutex4lockEv - 0x42016622 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42016622 __gnu_cxx::__mutex::lock() + 0x420110cc 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420110cc __gnu_cxx::__mutex::lock() .text._ZN9__gnu_cxx7__mutex6unlockEv - 0x42016652 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42016652 __gnu_cxx::__mutex::unlock() + 0x420110fc 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420110fc __gnu_cxx::__mutex::unlock() .text._ZSt15get_new_handlerv - 0x42016682 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42016682 std::get_new_handler() + 0x4201112c 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201112c std::get_new_handler() .text.startup._GLOBAL__sub_I__ZSt7nothrow - 0x420166b2 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201115c 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .text._ZnajRKSt9nothrow_t - 0x420166c0 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - 0x420166c0 operator new[](unsigned int, std::nothrow_t const&) + 0x4201116a 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x4201116a operator new[](unsigned int, std::nothrow_t const&) .text._ZN10__cxxabiv120__si_class_type_infoD2Ev - 0x420166d4 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x420166d4 __cxxabiv1::__si_class_type_info::~__si_class_type_info() - 0x420166d4 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x4201117e 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4201117e __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x4201117e __cxxabiv1::__si_class_type_info::~__si_class_type_info() .text._ZN10__cxxabiv120__si_class_type_infoD0Ev - 0x420166e0 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x420166e0 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x4201118a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4201118a __cxxabiv1::__si_class_type_info::~__si_class_type_info() .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x420166f8 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420111a2 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE - 0x42016732 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x42016732 __cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + 0x420111dc 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420111dc __cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ - 0x420167e6 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x420167e6 __cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + 0x42011290 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42011290 __cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE - 0x4201682a 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x4201682a __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + 0x420112d4 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420112d4 __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const .text._ZNSt9type_infoD2Ev - 0x4201686c 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - 0x4201686c std::type_info::~type_info() - 0x4201686c std::type_info::~type_info() + 0x42011316 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42011316 std::type_info::~type_info() + 0x42011316 std::type_info::~type_info() .text._ZNKSt9type_info14__is_pointer_pEv - 0x4201686e 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - 0x4201686e std::type_info::__is_function_p() const - 0x4201686e std::type_info::__is_pointer_p() const + 0x42011318 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42011318 std::type_info::__is_function_p() const + 0x42011318 std::type_info::__is_pointer_p() const .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv - 0x42016872 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42016872 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const + 0x4201131c 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201131c __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ - 0x420168a8 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x420168a8 __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + 0x42011352 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42011352 __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const .text._ZN10__cxxabiv117__class_type_infoD2Ev - 0x420168b2 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x420168b2 __cxxabiv1::__class_type_info::~__class_type_info() - 0x420168b2 __cxxabiv1::__class_type_info::~__class_type_info() + 0x4201135c 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201135c __cxxabiv1::__class_type_info::~__class_type_info() + 0x4201135c __cxxabiv1::__class_type_info::~__class_type_info() .text._ZN10__cxxabiv117__class_type_infoD0Ev - 0x420168c0 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x420168c0 __cxxabiv1::__class_type_info::~__class_type_info() + 0x4201136a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201136a __cxxabiv1::__class_type_info::~__class_type_info() .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x420168d8 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42011382 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - 0x42016912 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42016912 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + 0x420113bc 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x420113bc __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - 0x4201693c 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x4201693c __cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + 0x420113e6 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x420113e6 __cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - 0x42016990 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42016990 __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const - .text._ZdlPv 0x420169d4 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - 0x420169d4 operator delete(void*) - .text._ZdlPvj 0x420169dc 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - 0x420169dc operator delete(void*, unsigned int) + 0x4201143a 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201143a __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const + .text._ZdlPv 0x4201147e 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x4201147e operator delete(void*) + .text._ZdlPvj 0x42011486 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x42011486 operator delete(void*, unsigned int) .text.__cxa_begin_catch - 0x420169e0 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - 0x420169e0 __cxa_begin_catch + 0x4201148a 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x4201148a __cxa_begin_catch .text.__cxa_end_catch - 0x42016a50 0x66 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - 0x42016a50 __cxa_end_catch + 0x420114fa 0x66 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x420114fa __cxa_end_catch .text._ZNSt9exceptionD2Ev - 0x42016ab6 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - 0x42016ab6 std::exception::~exception() - 0x42016ab6 std::exception::~exception() + 0x42011560 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x42011560 std::exception::~exception() + 0x42011560 std::exception::~exception() .text._ZL15eh_globals_dtorPv - 0x42016ab8 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42011562 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .text.__cxa_get_globals_fast - 0x42016ae8 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - 0x42016ae8 __cxa_get_globals_fast + 0x42011592 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42011592 __cxa_get_globals_fast .text.__cxa_get_globals - 0x42016b12 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - 0x42016b12 __cxa_get_globals + 0x420115bc 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x420115bc __cxa_get_globals .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE - 0x42016b6e 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42011618 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .text._ZN10__cxxabiv111__terminateEPFvvE - 0x42016b98 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x42016b98 __cxxabiv1::__terminate(void (*)()) + 0x42011642 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x42011642 __cxxabiv1::__terminate(void (*)()) .text._ZSt13get_terminatev - 0x42016bb2 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x42016bb2 std::get_terminate() + 0x4201165c 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x4201165c std::get_terminate() .text._ZSt9terminatev - 0x42016bde 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x42016bde std::terminate() + 0x42011688 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x42011688 std::terminate() .text.startup._GLOBAL__sub_I__ZN10__cxxabiv111__terminateEPFvvE - 0x42016bea 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .text._Znaj 0x42016bf8 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - 0x42016bf8 operator new[](unsigned int) - .text._Znwj 0x42016bfa 0x4a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x42016bfa operator new(unsigned int) + 0x42011694 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._Znaj 0x420116a2 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x420116a2 operator new[](unsigned int) + .text._Znwj 0x420116a4 0x4a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x420116a4 operator new(unsigned int) .text._ZNKSt9bad_alloc4whatEv - 0x42016c44 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x42016c44 std::bad_alloc::what() const + 0x420116ee 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420116ee std::bad_alloc::what() const .text._ZNSt9bad_allocD2Ev - 0x42016c4e 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x42016c4e std::bad_alloc::~bad_alloc() - 0x42016c4e std::bad_alloc::~bad_alloc() + 0x420116f8 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420116f8 std::bad_alloc::~bad_alloc() + 0x420116f8 std::bad_alloc::~bad_alloc() .text._ZNSt9bad_allocD0Ev - 0x42016c5c 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x42016c5c std::bad_alloc::~bad_alloc() + 0x42011706 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x42011706 std::bad_alloc::~bad_alloc() .text._Z12abort_returnIiET_v - 0x42016c76 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42011720 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .text.__wrap__Unwind_DeleteException - 0x42016c82 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42016c82 __wrap__Unwind_DeleteException + 0x4201172c 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4201172c __wrap__Unwind_DeleteException .text.__wrap___gxx_personality_v0 - 0x42016c8e 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42016c8e __wrap___gxx_personality_v0 + 0x42011738 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42011738 __wrap___gxx_personality_v0 .text.__wrap___cxa_allocate_exception - 0x42016c96 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42016c96 __wrap___cxa_allocate_exception + 0x42011740 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42011740 __wrap___cxa_allocate_exception .text.__wrap___cxa_throw - 0x42016ca2 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42016ca2 __wrap___cxa_throw - .text 0x42016cae 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - 0x42016cae exit - .text 0x42016cce 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - 0x42016cce _findenv - 0x42016cec getenv - .text 0x42016d06 0xac /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - 0x42016d06 _findenv_r - 0x42016da4 _getenv_r - .text 0x42016db2 0x184 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - 0x42016ee8 _strtol_r - 0x42016eea strtol_l - .text 0x42016f36 0x758 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - 0x420175da getopt - 0x4201760c getopt_long - 0x42017642 getopt_long_only - 0x42017678 __getopt_r - 0x42017682 __getopt_long_r - 0x42017688 __getopt_long_only_r - .text 0x4201768e 0x2830 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - 0x42017ac2 _vfprintf_r - 0x42019df0 vfprintf - .text 0x42019ebe 0x1a72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - 0x4201a2f2 __sprint_r - 0x4201a316 _vfiprintf_r - 0x4201b864 vfiprintf - .text 0x4201b930 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - 0x4201b930 _fclose_r - 0x4201ba08 fclose - .text 0x4201ba1e 0x1e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - 0x4201ba1e __sflush_r - 0x4201bb6c _fflush_r - 0x4201bbd2 fflush - .text 0x4201bbfe 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - 0x4201bbfe _fgetc_r - 0x4201bc74 fgetc - .text 0x4201bc8a 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - 0x4201bc8a _fgets_r - 0x4201bd9e fgets - .text 0x4201bdc4 0x74 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - 0x4201bdc4 fileno - .text 0x4201be38 0x2ec /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - 0x4201bfcc __sfp_lock_acquire - 0x4201bfdc __sfp_lock_release - 0x4201bfec __sfp - 0x4201c0c2 __sinit - 0x4201c0f0 __fp_lock_all - 0x4201c10a __fp_unlock_all - .text 0x4201c124 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - 0x4201c124 _fopen_r - 0x4201c202 fopen - .text 0x4201c220 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - 0x4201c220 _fprintf_r - 0x4201c23c fprintf - .text 0x4201c274 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - 0x4201c274 _fputc_r - 0x4201c2da fputc - .text 0x4201c2f8 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - 0x4201c2f8 _fputs_r - 0x4201c372 fputs - .text 0x4201c390 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - 0x4201c390 _fseek_r - 0x4201c394 fseek - .text 0x4201c3bc 0x2ee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - 0x4201c3bc __sfvwrite_r - .text 0x4201c6aa 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - 0x4201c6aa _fwalk_sglue - .text 0x4201c712 0xd4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - 0x4201c712 _fwrite_r - 0x4201c7b8 fwrite - .text 0x4201c7e6 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - 0x4201c7e6 _printf_r - 0x4201c808 printf - .text 0x4201c83a 0xb2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - 0x4201c83a _putc_r - 0x4201c8ce putc - .text 0x4201c8ec 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - 0x4201c8ec _putchar_r - 0x4201c8f2 putchar - .text 0x4201c90c 0xa6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - 0x4201c90c _puts_r - 0x4201c99c puts - .text 0x4201c9b2 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - 0x4201c9da __srefill_r - .text 0x4201cae6 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - 0x4201cae6 __srget_r - 0x4201cb26 __srget - .text 0x4201cb3c 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - 0x4201cb3c setvbuf - .text 0x4201cd06 0xea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - 0x4201cd06 _snprintf_r - 0x4201cd74 snprintf - .text 0x4201cdf0 0x88 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - 0x4201cdf0 _sprintf_r - 0x4201ce2a sprintf - .text 0x4201ce78 0xb6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - 0x4201ce78 sscanf - 0x4201ced6 _sscanf_r - .text 0x4201cf2e 0xc8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - 0x4201cf2e __sread - 0x4201cf60 __seofread - 0x4201cf64 __swrite - 0x4201cfb6 __sseek - 0x4201cfee __sclose - .text 0x4201cff6 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - 0x4201cff6 vprintf - 0x4201d014 _vprintf_r - .text 0x4201d01e 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - 0x4201d01e _vsnprintf_r - 0x4201d082 vsnprintf - .text 0x4201d0b0 0xba /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - 0x4201d0b0 __swbuf_r - .text 0x4201d16a 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - 0x4201d16a __swsetup_r - .text 0x4201d23c 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - 0x4201d23c _asprintf_r - 0x4201d27e asprintf - .text 0x4201d2d4 0x31e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - 0x4201d2d4 _fseeko_r - 0x4201d5cc fseeko - .text 0x4201d5f2 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - 0x4201d5f2 __localeconv_l - 0x4201d5f8 _localeconv_r - 0x4201d602 localeconv - .text 0x4201d60c 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - 0x4201d60c _reclaim_reent - .text 0x4201d708 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - 0x4201d708 __errno - .text 0x4201d71a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - 0x4201d71a close - .text 0x4201d732 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - 0x4201d732 fstat - .text 0x4201d752 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - 0x4201d752 gettimeofday - .text 0x4201d776 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - 0x4201d776 open - .text 0x4201d7b0 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - 0x4201d7b0 read - .text 0x4201d7d8 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - 0x4201d7d8 write - .text 0x4201d800 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - 0x4201d800 frexp - .text 0x4201d884 0xde /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - 0x4201d884 __call_exitprocs - .text 0x4201d962 0xe2e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - 0x4201da92 _dtoa_r - .text 0x4201e790 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - 0x4201e790 __env_lock - 0x4201e7a0 __env_unlock - .text 0x4201e7b0 0xbbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - 0x4201e7b0 _Balloc - 0x4201e86e _Bfree - 0x4201e8d6 __multadd - 0x4201e998 __s2b - 0x4201ea58 __hi0bits - 0x4201ea9e __lo0bits - 0x4201eb08 __i2b - 0x4201eb42 __multiply - 0x4201ecc0 __pow5mult - 0x4201ed98 __lshift - 0x4201ee96 __mcmp - 0x4201eecc __mdiff - 0x4201f032 __ulp - 0x4201f076 __b2d - 0x4201f12a __d2b - 0x4201f20a __ratio - 0x4201f27c _mprec_log10 - 0x4201f2dc __copybits - 0x4201f328 __any_on - .text 0x4201f36e 0x154 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - 0x4201f474 _strtoul_r - 0x4201f476 strtoul_l - .text 0x4201f4c2 0x1a0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - 0x4201f8e2 __ssprint_r - 0x4201fa28 _svfiprintf_r - .text 0x42020ecc 0x1c80 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - 0x42020f0c _sungetc_r - 0x42020fa4 __ssrefill_r - 0x42020ff0 _sfread_r - 0x4202108c __ssvfiscanf_r - .text 0x42022b4c 0x26d4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - 0x42022f80 _svfprintf_r - .text 0x42025220 0x2106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - 0x42025260 __ssvfscanf_r - .text 0x42027326 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - 0x42027326 __sflags - .text 0x420273a0 0x120 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - 0x420273a0 __swhatbuf_r - 0x42027420 __smakebuf_r - .text 0x420274c0 0xae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - 0x420274c0 __sccl - .text 0x4202756e 0x1f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - 0x4202756e __submore - 0x42027606 _ungetc_r - 0x42027744 ungetc - .text 0x42027762 0x82 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - 0x42027762 _setlocale_r - 0x420277bc __locale_mb_cur_max - 0x420277c6 setlocale - .text 0x420277e4 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - 0x420277e4 nanf - .text 0x420277ee 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - 0x420277ee _mbtowc_r - 0x420277f8 __ascii_mbtowc - .text 0x42027832 0xff2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - 0x42027886 _strtod_l - 0x420285c2 _strtod_r - 0x420285ca strtod_l - 0x420285f2 strtod - 0x42028616 strtof_l - 0x42028710 strtof - .text 0x42028824 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - 0x42028824 _wctomb_r - 0x4202882e __ascii_wctomb - .text 0x4202884e 0x1fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - 0x420289fa _strtoll_r - 0x420289fc strtoll_l - 0x42028a22 strtoll - .text 0x42028a48 0x1ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - 0x42028be4 _strtoull_r - 0x42028be6 strtoull_l - 0x42028c0c strtoull - .text 0x42028c32 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - 0x42028c32 _mbrtowc_r - 0x42028c70 mbrtowc - .text 0x42028c9e 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - 0x42028c9e iswspace - .text 0x42028ca2 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - 0x42028ca2 iswspace_l - .text 0x42028cc0 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - 0x42028cc0 nan - .text 0x42028cce 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - 0x42028d78 __hexdig_fun - 0x42028dba __gethex - .text 0x4202926e 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - 0x42029298 __match - 0x420292c8 __hexnan - .text 0x42029438 0x178 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - 0x42029438 __extenddftf2 - .text 0x420295b0 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) - 0x420295b0 __trunctfdf2 + 0x4201174c 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4201174c __wrap___cxa_throw + .text 0x42011758 0x2830 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x42011b8c _vfprintf_r + 0x42013eba vfprintf + .text 0x42013f88 0x1a72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x420143bc __sprint_r + 0x420143e0 _vfiprintf_r + 0x4201592e vfiprintf + .text 0x420159fa 0xec /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x420159fa _fclose_r + 0x42015ad0 fclose + .text 0x42015ae6 0x1de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x42015ae6 __sflush_r + 0x42015c34 _fflush_r + 0x42015c9a fflush + .text 0x42015cc4 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x42015e56 __sfp_lock_acquire + 0x42015e66 __sfp_lock_release + 0x42015e76 __sfp + 0x42015f4c __sinit + 0x42015f7a __fp_lock_all + 0x42015f94 __fp_unlock_all + .text 0x42015fae 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x42015fae _fopen_r + 0x4201608c fopen + .text 0x420160aa 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x420160aa _fseek_r + 0x420160ac fseek + .text 0x420160d2 0x2ec /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x420160d2 __sfvwrite_r + .text 0x420163be 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x420163be _fwalk_sglue + .text 0x42016426 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x42016426 _printf_r + 0x42016448 printf + .text 0x4201647a 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x420164a2 __srefill_r + .text 0x420165ae 0xc8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x420165ae __sread + 0x420165e0 __seofread + 0x420165e4 __swrite + 0x42016636 __sseek + 0x4201666e __sclose + .text 0x42016676 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + 0x42016676 vprintf + 0x42016694 _vprintf_r + .text 0x4201669e 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + 0x4201669e __swsetup_r + .text 0x42016770 0x31e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + 0x42016770 _fseeko_r + 0x42016a68 fseeko + .text 0x42016a8e 0x22 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + 0x42016a8e __localeconv_l + 0x42016a94 _localeconv_r + 0x42016aa2 localeconv + .text 0x42016ab0 0x100 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + 0x42016ab0 _reclaim_reent + .text 0x42016bb0 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + 0x42016bb0 __errno + .text 0x42016bc2 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + 0x42016bc2 close + .text 0x42016bda 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + 0x42016bda fstat + .text 0x42016bfa 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + 0x42016bfa gettimeofday + .text 0x42016c1e 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + 0x42016c1e open + .text 0x42016c58 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + 0x42016c58 read + .text 0x42016c80 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + 0x42016c80 write + .text 0x42016ca8 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + 0x42016ca8 frexp + .text 0x42016d2c 0xe2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + 0x42016e5c _dtoa_r + .text 0x42017b58 0xbbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x42017b58 _Balloc + 0x42017c16 _Bfree + 0x42017c7e __multadd + 0x42017d40 __s2b + 0x42017e00 __hi0bits + 0x42017e46 __lo0bits + 0x42017eb0 __i2b + 0x42017eea __multiply + 0x42018068 __pow5mult + 0x42018140 __lshift + 0x4201823e __mcmp + 0x42018274 __mdiff + 0x420183da __ulp + 0x4201841e __b2d + 0x420184d2 __d2b + 0x420185b2 __ratio + 0x42018624 _mprec_log10 + 0x42018684 __copybits + 0x420186d0 __any_on + .text 0x42018716 0x1a0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x42018b36 __ssprint_r + 0x42018c7c _svfiprintf_r + .text 0x4201a120 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + 0x4201a120 __sflags + .text 0x4201a19a 0x120 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + 0x4201a19a __swhatbuf_r + 0x4201a21a __smakebuf_r + .text 0x4201a2ba 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + 0x4201a2ba _mbtowc_r + 0x4201a2c8 __ascii_mbtowc + .text 0x4201a302 0x2e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + 0x4201a302 _wctomb_r + 0x4201a310 __ascii_wctomb + .text 0x4201a330 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x4201a330 __trunctfdf2 *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) *(.wifiextrairam .wifiextrairam.*) *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) @@ -15722,1625 +16278,1448 @@ END GROUP *libesp_event.a:esp_event.*(.text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) *libesp_hw_support.a:cpu.*(.text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint) .text.esp_cpu_set_breakpoint - 0x42029802 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x42029802 esp_cpu_set_breakpoint + 0x4201a582 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4201a582 esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint - 0x42029856 0xde esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x42029856 esp_cpu_set_watchpoint + 0x4201a5d6 0xde esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4201a5d6 esp_cpu_set_watchpoint .text.esp_cpu_clear_watchpoint - 0x42029934 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x42029934 esp_cpu_clear_watchpoint + 0x4201a6b4 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4201a6b4 esp_cpu_clear_watchpoint *libesp_hw_support.a:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_channel_id .text.gdma_get_free_m2m_trig_id_mask .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) .text.periph_ll_get_clk_en_mask - 0x42029974 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201a6f4 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_rst_en_mask - 0x42029ae4 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201a864 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_clk_en_reg - 0x42029c42 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201a9c2 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_rst_en_reg - 0x42029c9c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201aa1c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_enable_clk_clear_rst - 0x42029cf8 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201aa78 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_rcc_acquire_enter - 0x42029d48 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42029d48 periph_rcc_acquire_enter + 0x4201aac8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201aac8 periph_rcc_acquire_enter .text.periph_rcc_acquire_exit - 0x42029d70 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42029d70 periph_rcc_acquire_exit + 0x4201aaf0 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201aaf0 periph_rcc_acquire_exit .text.periph_module_enable - 0x42029d92 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42029d92 periph_module_enable + 0x4201ab12 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4201ab12 periph_module_enable *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_adc_power_acquire .text.s_sar_adc_power_release .text.sar_periph_ctrl_adc_continuous_power_acquire .text.sar_periph_ctrl_adc_continuous_power_release .text.sar_periph_ctrl_adc_oneshot_power_acquire .text.sar_periph_ctrl_adc_oneshot_power_release .text.sar_periph_ctrl_init .text.sar_periph_ctrl_power_disable .text.sar_periph_ctrl_pwdet_power_acquire .text.sar_periph_ctrl_pwdet_power_release) .text.sar_periph_ctrl_init - 0x42029e32 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x42029e32 sar_periph_ctrl_init + 0x4201abb2 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4201abb2 sar_periph_ctrl_init *libesp_system.a:esp_system_chip.*(.text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size) *libesp_wifi.a:esp_adapter.*(.text .text.clear_intr_wrapper .text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper .text.coex_init_wrapper .text.coex_register_start_cb_wrapper .text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper .text.coex_schm_flexible_period_get_wrapper .text.coex_schm_flexible_period_set_wrapper .text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper .text.coex_schm_register_cb_wrapper .text.coex_schm_status_bit_clear_wrapper .text.coex_schm_status_bit_set_wrapper .text.coex_wifi_channel_set_wrapper .text.coex_wifi_request_wrapper .text.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_wrapper .text.queue_recv_wrapper .text.queue_send_to_back_wrapper .text.queue_send_to_front_wrapper .text.queue_send_wrapper .text.recursive_mutex_create_wrapper .text.set_intr_wrapper .text.set_isr_wrapper .text.task_create_pinned_to_core_wrapper .text.task_create_wrapper .text.task_get_max_priority_wrapper .text.wifi_clock_disable_wrapper .text.wifi_clock_enable_wrapper .text.wifi_create_queue .text.wifi_create_queue_wrapper .text.wifi_delete_queue .text.wifi_delete_queue_wrapper .text.wifi_reset_mac_wrapper .text.wifi_thread_semphr_free .text.wifi_thread_semphr_get_wrapper) *libesp_wifi.a:wifi_netif.*(.text .text.esp_wifi_create_if_driver .text.esp_wifi_destroy_if_driver .text.esp_wifi_get_if_mac .text.esp_wifi_is_if_ready_when_started .text.esp_wifi_register_if_rxcb .text.wifi_ap_receive .text.wifi_driver_start .text.wifi_free .text.wifi_transmit) *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) .text.main_task - 0x42029e4c 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x4201abcc 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .text.esp_startup_start_app - 0x42029f20 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - 0x42029f20 esp_startup_start_app + 0x4201aca0 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x4201aca0 esp_startup_start_app *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) .text.xQueueCreateWithCaps - 0x42029f96 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x42029f96 xQueueCreateWithCaps + 0x4201ad16 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x4201ad16 xQueueCreateWithCaps .text.vQueueDeleteWithCaps - 0x4202a010 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x4202a010 vQueueDeleteWithCaps + 0x4201ad90 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x4201ad90 vQueueDeleteWithCaps .text.xSemaphoreCreateGenericWithCaps - 0x4202a074 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x4202a074 xSemaphoreCreateGenericWithCaps + 0x4201adf4 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x4201adf4 xSemaphoreCreateGenericWithCaps .text.vSemaphoreDeleteWithCaps - 0x4202a112 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x4202a112 vSemaphoreDeleteWithCaps + 0x4201ae92 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x4201ae92 vSemaphoreDeleteWithCaps *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) .text.pxGetTaskListByIndex - 0x4202a16c 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4201aeec 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) .text.xTaskGetNext - 0x4202a1c4 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4202a1c4 xTaskGetNext + 0x4201af44 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4201af44 xTaskGetNext *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy .text.gdma_ll_rx_enable_interrupt .text.gdma_ll_tx_enable_interrupt) *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) *libheap.a:multi_heap.*(.text .text.multi_heap_check .text.multi_heap_dump .text.multi_heap_dump_tlsf .text.multi_heap_free_size_impl .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes .text.multi_heap_walk) .text.multi_heap_get_info_tlsf - 0x4202a25c 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4201afdc 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) .text.multi_heap_register_impl - 0x4202a27e 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4202a27e multi_heap_register_impl - 0x4202a27e multi_heap_register + 0x4201affe 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4201affe multi_heap_register_impl + 0x4201affe multi_heap_register .text.multi_heap_get_info_impl - 0x4202a2ea 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4202a2ea multi_heap_get_info - 0x4202a2ea multi_heap_get_info_impl + 0x4201b06a 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4201b06a multi_heap_get_info + 0x4201b06a multi_heap_get_info_impl *libheap.a:tlsf.*(.text .text.control_construct .text.default_walker .text.integrity_walker .text.tlsf_add_pool .text.tlsf_check .text.tlsf_check_pool .text.tlsf_create .text.tlsf_create_with_pool .text.tlsf_destroy .text.tlsf_fit_size .text.tlsf_malloc_addr .text.tlsf_pool_overhead .text.tlsf_remove_pool .text.tlsf_walk_pool) .text.control_construct - 0x4202a37e 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b0fe 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) .text.default_walker - 0x4202a540 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b2c0 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) .text.tlsf_walk_pool - 0x4202a574 0x84 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a574 tlsf_walk_pool + 0x4201b2f4 0x84 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b2f4 tlsf_walk_pool .text.tlsf_fit_size - 0x4202a5f8 0x76 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a5f8 tlsf_fit_size + 0x4201b378 0x76 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b378 tlsf_fit_size .text.tlsf_pool_overhead - 0x4202a66e 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a66e tlsf_pool_overhead + 0x4201b3ee 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b3ee tlsf_pool_overhead .text.tlsf_add_pool - 0x4202a672 0x226 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a672 tlsf_add_pool + 0x4201b3f2 0x226 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b3f2 tlsf_add_pool .text.tlsf_create - 0x4202a898 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a898 tlsf_create + 0x4201b618 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b618 tlsf_create .text.tlsf_create_with_pool - 0x4202a8c0 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202a8c0 tlsf_create_with_pool + 0x4201b640 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4201b640 tlsf_create_with_pool *liblog.a:log.*(.text .text.add_to_cache .text.clear_log_level_list .text.esp_log_level_get .text.esp_log_level_set .text.esp_log_set_vprintf .text.esp_log_writev .text.fix_cache_generation_overflow .text.get_cached_log_level .text.get_uncached_log_level .text.heap_bubble_down .text.heap_swap .text.s_log_level_get_and_unlock) .text.fix_cache_generation_overflow - 0x4202a902 0x32 esp-idf/log/liblog.a(log.c.obj) + 0x4201b682 0x32 esp-idf/log/liblog.a(log.c.obj) .text.heap_swap - 0x4202a934 0x2a esp-idf/log/liblog.a(log.c.obj) + 0x4201b6b4 0x2a esp-idf/log/liblog.a(log.c.obj) .text.heap_bubble_down - 0x4202a95e 0x4e esp-idf/log/liblog.a(log.c.obj) + 0x4201b6de 0x4e esp-idf/log/liblog.a(log.c.obj) .text.add_to_cache - 0x4202a9ac 0x90 esp-idf/log/liblog.a(log.c.obj) + 0x4201b72c 0x90 esp-idf/log/liblog.a(log.c.obj) .text.get_uncached_log_level - 0x4202aa3c 0x46 esp-idf/log/liblog.a(log.c.obj) + 0x4201b7bc 0x46 esp-idf/log/liblog.a(log.c.obj) .text.get_cached_log_level - 0x4202aa82 0xf6 esp-idf/log/liblog.a(log.c.obj) + 0x4201b802 0xf6 esp-idf/log/liblog.a(log.c.obj) .text.s_log_level_get_and_unlock - 0x4202ab78 0x4a esp-idf/log/liblog.a(log.c.obj) + 0x4201b8f8 0x4a esp-idf/log/liblog.a(log.c.obj) .text.esp_log_writev - 0x4202abc2 0x42 esp-idf/log/liblog.a(log.c.obj) - 0x4202abc2 esp_log_writev + 0x4201b942 0x42 esp-idf/log/liblog.a(log.c.obj) + 0x4201b942 esp_log_writev *liblog.a:log_freertos.*(.text .text.esp_log_system_timestamp) *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) .text.intr_handler_get - 0x4202ac04 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x4202ac04 intr_handler_get + 0x4201b984 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4201b984 intr_handler_get *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) .text.intr_handler_set - 0x4202ac18 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x4202ac18 intr_handler_set + 0x4201b998 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4201b998 intr_handler_set *(.stub) *(.gnu.linkonce.t.*) *(.gnu.warning) *(.irom0.text) - 0x4202ac4a . = (. + 0x10) - *fill* 0x4202ac3a 0x10 - 0x4202ac4a _text_end = ABSOLUTE (.) - 0x4202ac4a _instruction_reserved_end = ABSOLUTE (.) - 0x4202ac4a _etext = . + 0x4201b9ca . = (. + 0x10) + *fill* 0x4201b9ba 0x10 + 0x4201b9ca _text_end = ABSOLUTE (.) + 0x4201b9ca _instruction_reserved_end = ABSOLUTE (.) + 0x4201b9ca _etext = . 0x00000000 _flash_cache_start = ABSOLUTE (0x0) .flash_rodata_dummy - 0x3c000020 0x30000 + 0x3c000020 0x20000 0x3c000020 _flash_rodata_dummy_start = . - 0x3c02ac4a . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) - *fill* 0x3c000020 0x2ac2a - 0x3c030020 . = (ALIGN (0x10000) + 0x20) - *fill* 0x3c02ac4a 0x53d6 + 0x3c01b9ca . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) + *fill* 0x3c000020 0x1b9aa + 0x3c020020 . = (ALIGN (0x10000) + 0x20) + *fill* 0x3c01b9ca 0x4656 -.flash.appdesc 0x3c030020 0x100 - 0x3c030020 _rodata_reserved_start = ABSOLUTE (.) - 0x3c030020 _rodata_start = ABSOLUTE (.) +.flash.appdesc 0x3c020020 0x100 + 0x3c020020 _rodata_reserved_start = ABSOLUTE (.) + 0x3c020020 _rodata_start = ABSOLUTE (.) *(.rodata_desc .rodata_desc.*) - .rodata_desc 0x3c030020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x3c030020 esp_app_desc + .rodata_desc 0x3c020020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c020020 esp_app_desc *(.rodata_custom_desc .rodata_custom_desc.*) - 0x3c030120 . = ALIGN (ALIGNOF (.flash.rodata)) + 0x3c020120 . = ALIGN (ALIGNOF (.flash.rodata)) 0x00000001 ASSERT ((ADDR (.flash.rodata) == (ADDR (.flash.appdesc) + SIZEOF (.flash.appdesc))), The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.) -.flash.rodata 0x3c030120 0xc0f4 - 0x3c030120 _flash_rodata_start = ABSOLUTE (.) +.flash.rodata 0x3c020120 0xaef0 + 0x3c020120 _flash_rodata_start = ABSOLUTE (.) *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2 EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) .rodata.__esp_system_init_fn_init_show_app_info.str1.4 - 0x3c030120 0x85d9 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c020120 0x7d62 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) 0x12d (size before relaxing) .rodata.__esp_system_init_fn_init_efuse_show_app_info.str1.4 - 0x3c0386f9 0xc1 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c027e82 0xc1 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .rodata.__esp_system_init_fn_init_efuse.str1.4 - 0x3c0386f9 0x3c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - *fill* 0x3c0386f9 0x3 + 0x3c027e82 0x3c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + *fill* 0x3c027e82 0x2 .rodata.__FUNCTION__.0 - 0x3c0386fc 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c027e84 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .rodata.esp_efuse_utility_check_errors.str1.4 - 0x3c03871c 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x3c027ea4 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 - 0x3c03871c 0x64 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c027ea4 0x64 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .rodata.__esp_system_init_fn_init_flash.str1.4 - 0x3c03871c 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c027ea4 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .rodata.__func__.0 - 0x3c03871c 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c027ea4 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .rodata.str1.4 - 0x3c03873c 0xef esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .srodata 0x3c03873c 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x3c027ec4 0xef esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .srodata 0x3c027ec4 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) .rodata.select_rtc_slow_clk.str1.4 - 0x3c038741 0x5c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x3c027ec9 0x5c esp-idf/esp_system/libesp_system.a(clk.c.obj) .rodata.esp_clk_init.str1.4 - 0x3c038741 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) - *fill* 0x3c038741 0x3 + 0x3c027ec9 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c027ec9 0x3 .rodata.__func__.0 - 0x3c038744 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) - *fill* 0x3c038751 0x3 - .srodata 0x3c038754 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x3c027ecc 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c027ed9 0x3 + .srodata 0x3c027edc 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) .rodata.str1.4 - 0x3c038758 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x3c027ee0 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) .rodata.__func__.0 - 0x3c038758 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x3c027ee0 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) .rodata.str1.4 - 0x3c038772 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - *fill* 0x3c038772 0x2 + 0x3c027efa 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + *fill* 0x3c027efa 0x2 .rodata.cache_ilg_bits - 0x3c038774 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c038774 cache_ilg_bits + 0x3c027efc 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c027efc cache_ilg_bits .rodata.core0_acs_bits - 0x3c03878c 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c03878c core0_acs_bits + 0x3c027f14 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c027f14 core0_acs_bits .rodata.esp_panic_handler.str1.4 - 0x3c0387bc 0xc7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3c027f44 0xc7 esp-idf/esp_system/libesp_system.a(panic.c.obj) .rodata.do_system_init_fn.str1.4 - 0x3c0387bc 0x51 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3c027f44 0x51 esp-idf/esp_system/libesp_system.a(startup.c.obj) .srodata.g_startup_fn - 0x3c0387bc 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x3c0387bc g_startup_fn + 0x3c027f44 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3c027f44 g_startup_fn .rodata.frame_to_panic_info.str1.4 - 0x3c0387c0 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3c027f48 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .rodata.print_state_for_core.str1.4 - 0x3c0387c0 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3c027f48 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .rodata.esp_mprot_mem_type_to_str.str1.4 - 0x3c0387c0 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_register_array.str1.4 - 0x3c0387c0 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_basic_backtrace.str1.4 - 0x3c0387c0 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_memprot_err_details.str1.4 - 0x3c0387c0 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_assist_debug_details.str1.4 - 0x3c0387c0 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_cache_err_details.str1.4 - 0x3c0387c0 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_registers.str1.4 - 0x3c0387c0 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_soc_fill_info.str1.4 - 0x3c0387c0 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_arch_fill_info.str1.4 - 0x3c0387c0 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.str1.4 - 0x3c0387c0 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.reason.0 - 0x3c0387c0 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata 0x3c038800 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c027f48 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata 0x3c027f88 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .srodata.esp_unknown_msg - 0x3c038894 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x3c02801c 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .rodata.str1.4 - 0x3c03889a 0x180a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - *fill* 0x3c03889a 0x2 + 0x3c028022 0x180a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x3c028022 0x2 .rodata.esp_err_msg_table - 0x3c03889c 0x6d0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x3c028024 0x6d0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .rodata.get_cached_log_level.str1.4 - 0x3c038f6c 0x67 esp-idf/log/liblog.a(log.c.obj) + 0x3c0286f4 0x67 esp-idf/log/liblog.a(log.c.obj) .rodata.__func__.0 - 0x3c038f6c 0x15 esp-idf/log/liblog.a(log.c.obj) - *fill* 0x3c038f81 0x3 + 0x3c0286f4 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x3c028709 0x3 .rodata.__func__.5 - 0x3c038f84 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c038f95 0x3 + 0x3c02870c 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c02871d 0x3 .rodata.__func__.6 - 0x3c038f98 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c038faa 0x2 + 0x3c028720 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c028732 0x2 .rodata.__func__.10 - 0x3c038fac 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c038fc6 0x2 + 0x3c028734 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c02874e 0x2 .rodata.__func__.11 - 0x3c038fc8 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c038fe1 0x3 + 0x3c028750 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c028769 0x3 .rodata.__func__.12 - 0x3c038fe4 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3c02876c 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) .rodata.register_heap.str1.4 - 0x3c038ff5 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c02877d 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.heap_caps_init.str1.4 - 0x3c038ff5 0x130 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c038ff5 0x3 + 0x3c02877d 0x130 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c02877d 0x3 .rodata.__func__.1 - 0x3c038ff8 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c028780 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.__func__.2 - 0x3c03900c 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c03901b 0x1 + 0x3c028794 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c0287a3 0x1 .rodata.__func__.3 - 0x3c03901c 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c0287a4 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.assert_valid_block.str1.4 - 0x3c03902a 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0287b2 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_register_impl.str1.4 - 0x3c03902a 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0287b2 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_get_first_block.str1.4 - 0x3c03902a 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x3c03902a 0x2 + 0x3c0287b2 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x3c0287b2 0x2 .rodata.__func__.4 - 0x3c03902c 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0287b4 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.__func__.0 - 0x3c039044 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0287cc 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.control_construct.str1.4 - 0x3c03905d 0xca esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0xca esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.default_walker.str1.4 - 0x3c03905d 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_check.str1.4 - 0x3c03905d 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_add_pool.str1.4 - 0x3c03905d 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_remove_pool.str1.4 - 0x3c03905d 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_create.str1.4 - 0x3c03905d 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_malloc.str1.4 - 0x3c03905d 0x1a7 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x1a7 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_memalign_offs.str1.4 - 0x3c03905d 0x6b esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x6b esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_free.str1.4 - 0x3c03905d 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e5 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_realloc.str1.4 - 0x3c03905d 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03905d 0x3 + 0x3c0287e5 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0287e5 0x3 .rodata.__func__.0 - 0x3c039060 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0287e8 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.1 - 0x3c039070 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03907d 0x3 + 0x3c0287f8 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c028805 0x3 .rodata.__func__.2 - 0x3c039080 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039091 0x3 + 0x3c028808 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c028819 0x3 .rodata.__func__.3 - 0x3c039094 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0390a1 0x3 + 0x3c02881c 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c028829 0x3 .rodata.__func__.5 - 0x3c0390a4 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0390b5 0x3 + 0x3c02882c 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c02883d 0x3 .rodata.__func__.6 - 0x3c0390b8 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0390c2 0x2 + 0x3c028840 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c02884a 0x2 .rodata.__func__.7 - 0x3c0390c4 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0390d7 0x1 + 0x3c02884c 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c02885f 0x1 .rodata.__func__.8 - 0x3c0390d8 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c028860 0xc esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.9 - 0x3c0390e4 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c02886c 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.10 - 0x3c0390f4 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039107 0x1 + 0x3c02887c 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c02888f 0x1 .rodata.__func__.11 - 0x3c039108 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03911e 0x2 + 0x3c028890 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0288a6 0x2 .rodata.__func__.12 - 0x3c039120 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039132 0x2 + 0x3c0288a8 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0288ba 0x2 .rodata.__func__.13 - 0x3c039134 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039146 0x2 + 0x3c0288bc 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0288ce 0x2 .rodata.__func__.14 - 0x3c039148 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03915a 0x2 + 0x3c0288d0 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0288e2 0x2 .rodata.__func__.16 - 0x3c03915c 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039166 0x2 + 0x3c0288e4 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0288ee 0x2 .rodata.__func__.17 - 0x3c039168 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03917a 0x2 + 0x3c0288f0 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c028902 0x2 .rodata.__func__.19 - 0x3c03917c 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039185 0x3 + 0x3c028904 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c02890d 0x3 .rodata.__func__.20 - 0x3c039188 0xb esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c028910 0xb esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.s_prepare_reserved_regions.str1.4 - 0x3c039193 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c039193 0x1 + 0x3c02891b 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c02891b 0x1 .rodata.__func__.0 - 0x3c039194 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c0391af 0x1 + 0x3c02891c 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c028937 0x1 .srodata.soc_memory_region_count - 0x3c0391b0 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0391b0 soc_memory_region_count + 0x3c028938 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c028938 soc_memory_region_count .rodata.soc_memory_regions - 0x3c0391b4 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0391b4 soc_memory_regions + 0x3c02893c 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c02893c soc_memory_regions .rodata.str1.4 - 0x3c039218 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c0289a0 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) .rodata.soc_memory_types - 0x3c039218 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c039218 soc_memory_types + 0x3c0289a0 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c0289a0 soc_memory_types .rodata.str1.4 - 0x3c039248 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c0289d0 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.__func__.0 - 0x3c039248 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - *fill* 0x3c03925f 0x1 + 0x3c0289d0 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x3c0289e7 0x1 .rodata.__func__.1 - 0x3c039260 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c0289e8 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.__func__.2 - 0x3c039278 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c028a00 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.find_desc_for_source.str1.4 - 0x3c039287 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c028a0f 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.is_vect_desc_usable.str1.4 - 0x3c039287 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c028a0f 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.esp_intr_alloc_intrstatus.str1.4 - 0x3c039287 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c028a0f 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.intr_free_for_current_cpu.str1.4 - 0x3c039287 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c039287 0x1 + 0x3c028a0f 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a0f 0x1 .rodata.__func__.2 - 0x3c039288 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c039299 0x3 + 0x3c028a10 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a21 0x3 .rodata.__func__.3 - 0x3c03929c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0392b6 0x2 + 0x3c028a24 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a3e 0x2 .rodata.__func__.5 - 0x3c0392b8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0392d2 0x2 + 0x3c028a40 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a5a 0x2 .rodata.__func__.6 - 0x3c0392d4 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0392ea 0x2 + 0x3c028a5c 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a72 0x2 .rodata.__func__.7 - 0x3c0392ec 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c039305 0x3 + 0x3c028a74 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c028a8d 0x3 .rodata.__func__.9 - 0x3c039308 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c028a90 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.__func__.10 - 0x3c03931c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c028aa4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.periph_module_enable.str1.4 - 0x3c039331 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - *fill* 0x3c039331 0x3 + 0x3c028ab9 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x3c028ab9 0x3 .rodata.__func__.2 - 0x3c039334 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x3c028abc 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .rodata.gpio_ll_deepsleep_wakeup_is_enabled.str1.4 - 0x3c039349 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c028ad1 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.esp_sleep_config_gpio_isolate.str1.4 - 0x3c039349 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c028ad1 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.esp_sleep_enable_gpio_switch.str1.4 - 0x3c039349 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c039349 0x3 + 0x3c028ad1 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c028ad1 0x3 .rodata.__func__.0 - 0x3c03934c 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c03936d 0x3 + 0x3c028ad4 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c028af5 0x3 .rodata.__func__.1 - 0x3c039370 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c028af8 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.set_ocode_by_efuse.str1.4 - 0x3c039394 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c028b1c 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.get_dig_dbias_by_efuse.str1.4 - 0x3c039394 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c028b1c 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.calibrate_ocode.str1.4 - 0x3c039394 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c028b1c 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.__func__.0 - 0x3c039394 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0393ab 0x1 + 0x3c028b1c 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c028b33 0x1 .rodata.__func__.1 - 0x3c0393ac 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0393c3 0x1 + 0x3c028b34 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c028b4b 0x1 .rodata.__func__.2 - 0x3c0393c4 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0393d7 0x1 - .rodata 0x3c0393d8 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c028b4c 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c028b5f 0x1 + .rodata 0x3c028b60 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.rtc_clk_cal_ratio.str1.4 - 0x3c0393e2 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x3c028b6a 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .rodata.rtc_time_us_to_slowclk.str1.4 - 0x3c0393e2 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c0393e2 0x2 + 0x3c028b6a 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x3c028b6a 0x2 .rodata.__func__.0 - 0x3c0393e4 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c0393fb 0x1 + 0x3c028b6c 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x3c028b83 0x1 .rodata.__func__.1 - 0x3c0393fc 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x3c028b84 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .rodata.esp_mprot_oper_type_to_str.str1.4 - 0x3c039408 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x3c028b90 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) .rodata.esp_mprot_pms_world_to_str.str1.4 - 0x3c039408 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x3c028b90 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) .rodata.main_task.str1.4 - 0x3c039408 0xdd esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x3c028b90 0xdd esp-idf/freertos/libfreertos.a(app_startup.c.obj) .rodata.esp_startup_start_app.str1.4 - 0x3c039408 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x3c028b90 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .rodata.__func__.0 - 0x3c039408 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) - *fill* 0x3c039412 0x2 + 0x3c028b90 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x3c028b9a 0x2 .rodata.__func__.1 - 0x3c039414 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x3c028b9c 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .rodata.prvNotifyQueueSetContainer.str1.4 - 0x3c03942a 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGenericReset.str1.4 - 0x3c03942a 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGenericCreateStatic.str1.4 - 0x3c03942a 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGenericGetStaticBuffers.str1.4 - 0x3c03942a 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGetMutexHolder.str1.4 - 0x3c03942a 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 - 0x3c03942a 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGenericSend.str1.4 - 0x3c03942a 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.prvInitialiseMutex.str1.4 - 0x3c03942a 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGiveMutexRecursive.str1.4 - 0x3c03942a 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGiveFromISR.str1.4 - 0x3c03942a 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueReceive.str1.4 - 0x3c03942a 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bb2 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueReceiveFromISR.str1.4 - 0x3c03942a 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c03942a 0x2 + 0x3c028bb2 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028bb2 0x2 .rodata.__func__.2 - 0x3c03942c 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039439 0x3 + 0x3c028bb4 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028bc1 0x3 .rodata.__func__.4 - 0x3c03943c 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039453 0x1 + 0x3c028bc4 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028bdb 0x1 .rodata.__func__.7 - 0x3c039454 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039469 0x3 + 0x3c028bdc 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028bf1 0x3 .rodata.__func__.9 - 0x3c03946c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028bf4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.11 - 0x3c039480 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039492 0x2 + 0x3c028c08 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028c1a 0x2 .rodata.__func__.12 - 0x3c039494 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0394ad 0x3 + 0x3c028c1c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028c35 0x3 .rodata.__func__.13 - 0x3c0394b0 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0394cb 0x1 + 0x3c028c38 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028c53 0x1 .rodata.__func__.14 - 0x3c0394cc 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0394de 0x2 + 0x3c028c54 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028c66 0x2 .rodata.__func__.16 - 0x3c0394e0 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028c68 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.17 - 0x3c039504 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c03951d 0x3 + 0x3c028c8c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028ca5 0x3 .rodata.__func__.18 - 0x3c039520 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039539 0x3 + 0x3c028ca8 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028cc1 0x3 .rodata.__func__.20 - 0x3c03953c 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039551 0x3 + 0x3c028cc4 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028cd9 0x3 .rodata.__func__.21 - 0x3c039554 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028cdc 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.22 - 0x3c039568 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039586 0x2 + 0x3c028cf0 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028d0e 0x2 .rodata.__func__.23 - 0x3c039588 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0395a2 0x2 + 0x3c028d10 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c028d2a 0x2 .rodata.__func__.24 - 0x3c0395a4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028d2c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.25 - 0x3c0395b8 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c028d40 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.prvTaskIsTaskSuspended.str1.4 - 0x3c0395cb 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvDeleteTCB.str1.4 - 0x3c0395cb 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvInitialiseNewTask.str1.4 - 0x3c0395cb 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskDelete.str1.4 - 0x3c0395cb 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.eTaskGetState.str1.4 - 0x3c0395cb 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskIncrementTick.str1.4 - 0x3c0395cb 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskResumeAll.str1.4 - 0x3c0395cb 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskSwitchContext.str1.4 - 0x3c0395cb 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskPlaceOnEventList.str1.4 - 0x3c0395cb 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskRemoveFromEventList.str1.4 - 0x3c0395cb 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskSetTimeOutState.str1.4 - 0x3c0395cb 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCheckForTimeOut.str1.4 - 0x3c0395cb 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskPriorityDisinherit.str1.4 - 0x3c0395cb 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 - 0x3c0395cb 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.ulTaskGenericNotifyTake.str1.4 - 0x3c0395cb 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskGenericNotify.str1.4 - 0x3c0395cb 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCreatePinnedToCore.str1.4 - 0x3c0395cb 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCreateStaticPinnedToCore.str1.4 - 0x3c0395cb 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvCreateIdleTasks.str1.4 - 0x3c0395cb 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskStartScheduler.str1.4 - 0x3c0395cb 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028d53 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskGetIdleTaskHandleForCore.str1.4 - 0x3c0395cb 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0395cb 0x1 + 0x3c028d53 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028d53 0x1 .rodata.__func__.2 - 0x3c0395cc 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0395ed 0x3 + 0x3c028d54 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028d75 0x3 .rodata.__func__.3 - 0x3c0395f0 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03960e 0x2 + 0x3c028d78 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028d96 0x2 .rodata.__func__.4 - 0x3c039610 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03962e 0x2 + 0x3c028d98 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028db6 0x2 .rodata.__func__.5 - 0x3c039630 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039645 0x3 + 0x3c028db8 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028dcd 0x3 .rodata.__func__.6 - 0x3c039648 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028dd0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.10 - 0x3c039660 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039673 0x1 - .rodata.__func__.12 - 0x3c039674 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028de8 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028dfb 0x1 .rodata.__func__.13 - 0x3c03968c 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028dfc 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.14 - 0x3c0396b0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028e20 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.16 - 0x3c0396c8 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0396dd 0x3 + 0x3c028e38 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028e4d 0x3 .rodata.__func__.19 - 0x3c0396e0 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0396f9 0x3 + 0x3c028e50 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028e69 0x3 .rodata.__func__.22 - 0x3c0396fc 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039712 0x2 + 0x3c028e6c 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028e82 0x2 .rodata.__func__.23 - 0x3c039714 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039727 0x1 + 0x3c028e84 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028e97 0x1 .rodata.__func__.24 - 0x3c039728 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03973b 0x1 + 0x3c028e98 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028eab 0x1 .rodata.__func__.29 - 0x3c03973c 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03974a 0x2 + 0x3c028eac 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028eba 0x2 .rodata.__func__.30 - 0x3c03974c 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03975b 0x1 + 0x3c028ebc 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028ecb 0x1 .rodata.__func__.31 - 0x3c03975c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028ecc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.38 - 0x3c039770 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c03977b 0x1 + 0x3c028ee0 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028eeb 0x1 .rodata.__func__.40 - 0x3c03977c 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039789 0x3 + 0x3c028eec 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c028ef9 0x3 .rodata.__func__.41 - 0x3c03978c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028efc 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.non_ready_task_lists - 0x3c039798 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028f08 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .srodata.uxTopUsedPriority - 0x3c0397ac 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3c0397ac uxTopUsedPriority + 0x3c028f1c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c028f1c uxTopUsedPriority .rodata.vPortTaskWrapper.str1.4 - 0x3c0397b0 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f20 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vPortTLSPointersDelCb.str1.4 - 0x3c0397b0 0x7e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f20 0x7e esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.pxPortInitialiseStack.str1.4 - 0x3c0397b0 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f20 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vPortExitCritical.str1.4 - 0x3c0397b0 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f20 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vApplicationStackOverflowHook.str1.4 - 0x3c0397b0 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f20 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.__func__.0 - 0x3c0397b0 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x3c0397c2 0x2 + 0x3c028f20 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x3c028f32 0x2 .rodata.__func__.2 - 0x3c0397c4 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c028f34 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vApplicationGetIdleTaskMemory.str1.4 - 0x3c0397da 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) - *fill* 0x3c0397da 0x2 + 0x3c028f4a 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x3c028f4a 0x2 .rodata.__func__.1 - 0x3c0397dc 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x3c028f4c 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) .rodata.vSystimerSetup.str1.4 - 0x3c0397fa 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - *fill* 0x3c0397fa 0x2 + 0x3c028f6a 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + *fill* 0x3c028f6a 0x2 .rodata.__func__.0 - 0x3c0397fc 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x3c028f6c 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) .rodata.str1.4 - 0x3c03980b 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3c028f7b 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) .rodata.esp_newlib_locks_init.str1.4 - 0x3c03980b 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c03980b 0x1 + 0x3c028f7b 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c028f7b 0x1 .rodata.__func__.4 - 0x3c03980c 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039822 0x2 + 0x3c028f7c 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c028f92 0x2 .rodata.__func__.3 - 0x3c039824 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039837 0x1 + 0x3c028f94 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c028fa7 0x1 .rodata.__func__.2 - 0x3c039838 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c03984d 0x3 + 0x3c028fa8 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c028fbd 0x3 .rodata.__func__.1 - 0x3c039850 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039865 0x3 + 0x3c028fc0 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c028fd5 0x3 .rodata.__func__.0 - 0x3c039868 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3c028fd8 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) .rodata.esp_newlib_init_global_stdio.str1.4 - 0x3c039874 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c028fe4 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .rodata.__esp_system_init_fn_init_newlib_stdio.str1.4 - 0x3c039874 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c028fe4 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .rodata.pthread_create.str1.4 - 0x3c039874 0xf7 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c028fe4 0xf7 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.pthread_mutex_unlock.str1.4 - 0x3c039874 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c028fe4 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.__func__.0 - 0x3c039874 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c028fe4 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 - 0x3c039889 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x3c039889 0x3 + 0x3c028ff9 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x3c028ff9 0x3 .rodata.__func__.0 - 0x3c03988c 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x3c028ffc 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .rodata.esp_timer_impl_init_system_time.str1.4 - 0x3c0398ba 0x51 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .rodata.uart_access.str1.4 - 0x3c0398ba 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_fcntl.str1.4 - 0x3c0398ba 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_return_char.str1.4 - 0x3c0398ba 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_vfs_dev_register.str1.4 - 0x3c0398ba 0x6b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0398ba 0x2 - .rodata.__func__.7 - 0x3c0398bc 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0398d2 0x2 - .rodata.__func__.6 - 0x3c0398d4 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0398df 0x1 - .rodata.__func__.5 - 0x3c0398e0 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0398f1 0x3 - .rodata.__func__.4 - 0x3c0398f4 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0398fe 0x2 - .rodata.__func__.3 - 0x3c039900 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c03990b 0x1 - .rodata.__func__.2 - 0x3c03990c 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c039917 0x1 - .rodata.__func__.1 - 0x3c039918 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c039923 0x1 - .rodata.__func__.0 - 0x3c039924 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c03992f 0x1 - .rodata.uart_vfs - 0x3c039930 0xa4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .srodata.s_uart_mount_points - 0x3c0399d4 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .srodata.s_ctx - 0x3c0399dc 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_reenable_intr_mask.str1.4 - 0x3c0399e4 0x37 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_enqueue.str1.4 - 0x3c0399e4 0x51 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_word_length.str1.4 - 0x3c0399e4 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_stop_bits.str1.4 - 0x3c0399e4 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_baudrate.str1.4 - 0x3c0399e4 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_hw_flow_ctrl.str1.4 - 0x3c0399e4 0x6f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_pop_pos.str1.4 - 0x3c0399e4 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_enable_tx_intr.str1.4 - 0x3c0399e4 0x3b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_pin.str1.4 - 0x3c0399e4 0xc5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_param_config.str1.4 - 0x3c0399e4 0x6e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_wait_tx_done.str1.4 - 0x3c0399e4 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_tx_chars.str1.4 - 0x3c0399e4 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_write_bytes_with_break.str1.4 - 0x3c0399e4 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_flush_input.str1.4 - 0x3c0399e4 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_delete.str1.4 - 0x3c0399e4 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_install.str1.4 - 0x3c0399e4 0x21f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.39 - 0x3c0399e4 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0399f7 0x1 - .rodata.__FUNCTION__.37 - 0x3c0399f8 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.36 - 0x3c039a0c 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039a1d 0x3 - .rodata.__FUNCTION__.34 - 0x3c039a20 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039a3b 0x1 - .rodata.__FUNCTION__.33 - 0x3c039a3c 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.32 - 0x3c039a54 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.30 - 0x3c039a64 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039a75 0x3 - .rodata.__func__.28 - 0x3c039a78 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039a8a 0x2 - .rodata.__FUNCTION__.27 - 0x3c039a8c 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039a9e 0x2 - .rodata.__FUNCTION__.26 - 0x3c039aa0 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039ab1 0x3 - .rodata.__FUNCTION__.25 - 0x3c039ab4 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039ac6 0x2 - .rodata.__FUNCTION__.20 - 0x3c039ac8 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039ad5 0x3 - .rodata.__FUNCTION__.19 - 0x3c039ad8 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.17 - 0x3c039aec 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b05 0x3 - .rodata.__FUNCTION__.14 - 0x3c039b08 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b1f 0x1 - .rodata.__FUNCTION__.7 - 0x3c039b20 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b32 0x2 - .rodata.__FUNCTION__.6 - 0x3c039b34 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b46 0x2 - .rodata.__FUNCTION__.5 - 0x3c039b48 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.4 - 0x3c039b58 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.3 - 0x3c039b68 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b7b 0x1 - .rodata.__FUNCTION__.2 - 0x3c039b7c 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039b8f 0x1 - .rodata.__FUNCTION__.1 - 0x3c039b90 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c039ba5 0x3 - .rodata.__FUNCTION__.0 - 0x3c039ba8 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x3c02902a 0x51 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .rodata.usb_serial_jtag_return_char.str1.4 - 0x3c039bbd 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.__esp_system_init_fn_init_vfs_usj_sec.str1.4 - 0x3c039bbd 0xf esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - *fill* 0x3c039bbd 0x3 + 0x3c02902a 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.usb_serial_jtag_vfs_register.str1.4 + 0x3c02902a 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + *fill* 0x3c02902a 0x2 .rodata.__func__.0 - 0x3c039bc0 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c02902c 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .rodata.usj_vfs - 0x3c039bdc 0xa4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c029048 0xa4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .rodata.console_open.str1.4 - 0x3c039c80 0x1b esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c0290ec 0x10 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.console_access.str1.4 + 0x3c0290ec 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .rodata.esp_vfs_dev_console_register.str1.4 - 0x3c039c80 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.vfs 0x3c039c80 0xa4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c0290ec 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.vfs 0x3c0290ec 0xa4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .rodata.translate_path.str1.4 - 0x3c039d24 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3c029190 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) .rodata.__func__.0 - 0x3c039d24 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3c029190 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) .rodata.esp_core_dump_get_user_ram_info.str1.4 - 0x3c039d33 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c02919f 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.esp_core_dump_write_internal.str1.4 - 0x3c039d33 0x3d esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - *fill* 0x3c039d33 0x1 + 0x3c02919f 0x3d esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + *fill* 0x3c02919f 0x1 .rodata.__func__.0 - 0x3c039d34 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c0291a0 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.s_memory_sections - 0x3c039d54 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .rodata.TAG 0x3c039d74 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c0291c0 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .rodata.TAG 0x3c0291e0 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.esp_core_dump_uart_print_write_start.str1.4 - 0x3c039d89 0x33 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x33 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_print_write_end.str1.4 - 0x3c039d89 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_write_start.str1.4 - 0x3c039d89 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_write_end.str1.4 - 0x3c039d89 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_hw_init.str1.4 - 0x3c039d89 0x42 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x42 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_init.str1.4 - 0x3c039d89 0x2f esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - *fill* 0x3c039d89 0x3 - .rodata.b64.0 0x3c039d8c 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - *fill* 0x3c039dcd 0x3 - .rodata.TAG 0x3c039dd0 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c0291f5 0x2f esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + *fill* 0x3c0291f5 0x3 + .rodata.b64.0 0x3c0291f8 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + *fill* 0x3c029239 0x3 + .rodata.TAG 0x3c02923c 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.elf_write_segment_header.str1.4 - 0x3c039de3 0x86 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x86 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_note_segment.str1.4 - 0x3c039de3 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_segment.str1.4 - 0x3c039de3 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_tcb.str1.4 - 0x3c039de3 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_task_tcb.str1.4 - 0x3c039de3 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_file_header.str1.4 - 0x3c039de3 0x3e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x3e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_note_header.str1.4 - 0x3c039de3 0x85 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x85 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_note.str1.4 - 0x3c039de3 0xc1 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0xc1 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_note.str1.4 - 0x3c039de3 0x8f esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x8f esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_regs.str1.4 - 0x3c039de3 0x45 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x45 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_task_stack.str1.4 - 0x3c039de3 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_save_task.str1.4 - 0x3c039de3 0x92 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x92 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_tasks_regs.str1.4 - 0x3c039de3 0xa9 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0xa9 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_tasks_data.str1.4 - 0x3c039de3 0x9e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x9e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_core_dump_user_data.str1.4 - 0x3c039de3 0x83 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x83 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_wdt_panic_details.str1.4 - 0x3c039de3 0x98 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x98 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_core_dump_info.str1.4 - 0x3c039de3 0x19e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x19e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.esp_core_dump_do_write_elf_pass.str1.4 - 0x3c039de3 0x130 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c02924f 0x130 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.esp_core_dump_write_elf.str1.4 - 0x3c039de3 0x122 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039de3 0x1 + 0x3c02924f 0x122 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c02924f 0x1 .rodata.__FUNCTION__.18 - 0x3c039de4 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039dfe 0x2 + 0x3c029250 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c02926a 0x2 .rodata.__FUNCTION__.17 - 0x3c039e00 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039e19 0x3 + 0x3c02926c 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029285 0x3 .rodata.__FUNCTION__.16 - 0x3c039e1c 0x1e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039e3a 0x2 + 0x3c029288 0x1e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c0292a6 0x2 .rodata.__FUNCTION__.15 - 0x3c039e3c 0x10 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c0292a8 0x10 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.__FUNCTION__.14 - 0x3c039e4c 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039e5a 0x2 + 0x3c0292b8 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c0292c6 0x2 .rodata.__FUNCTION__.13 - 0x3c039e5c 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039e73 0x1 + 0x3c0292c8 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c0292df 0x1 .rodata.__FUNCTION__.12 - 0x3c039e74 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c0292e0 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.__FUNCTION__.11 - 0x3c039e80 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039e95 0x3 + 0x3c0292ec 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029301 0x3 .rodata.__FUNCTION__.10 - 0x3c039e98 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039ea6 0x2 + 0x3c029304 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029312 0x2 .rodata.__FUNCTION__.9 - 0x3c039ea8 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039ec1 0x3 + 0x3c029314 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c02932d 0x3 .rodata.__FUNCTION__.8 - 0x3c039ec4 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039edd 0x3 + 0x3c029330 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029349 0x3 .rodata.__FUNCTION__.7 - 0x3c039ee0 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039ef6 0x2 + 0x3c02934c 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029362 0x2 .rodata.__FUNCTION__.5 - 0x3c039ef8 0xf esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f07 0x1 + 0x3c029364 0xf esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029373 0x1 .rodata.__FUNCTION__.4 - 0x3c039f08 0xd esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f15 0x3 + 0x3c029374 0xd esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c029381 0x3 .rodata.__FUNCTION__.3 - 0x3c039f18 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f2f 0x1 + 0x3c029384 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c02939b 0x1 .rodata.__FUNCTION__.2 - 0x3c039f30 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f45 0x3 + 0x3c02939c 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c0293b1 0x3 .rodata.__FUNCTION__.1 - 0x3c039f48 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f5e 0x2 + 0x3c0293b4 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c0293ca 0x2 .rodata.__FUNCTION__.0 - 0x3c039f60 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .rodata.TAG 0x3c039f80 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c0293cc 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .rodata.TAG 0x3c0293ec 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.core_dump_crc_print.str1.4 - 0x3c039f92 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x3c0293fe 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .rodata.core_dump_crc_update.str1.4 - 0x3c039f92 0x43 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - *fill* 0x3c039f92 0x2 + 0x3c0293fe 0x43 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + *fill* 0x3c0293fe 0x2 .rodata.__func__.0 - 0x3c039f94 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .rodata.TAG 0x3c039fa8 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x3c029400 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .rodata.TAG 0x3c029414 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .rodata.esp_core_dump_get_stack.str1.4 - 0x3c039fba 0x75 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x3c029426 0x75 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .rodata.esp_core_dump_get_task_regs_dump.str1.4 - 0x3c039fba 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - *fill* 0x3c039fba 0x2 + 0x3c029426 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + *fill* 0x3c029426 0x2 .rodata.__func__.1 - 0x3c039fbc 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .rodata.TAG 0x3c039fd4 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x3c029428 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .rodata.TAG 0x3c029440 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .rodata.initialize_nvs.str1.4 - 0x3c039fe7 0x28 esp-idf/main/libmain.a(main.c.obj) + 0x3c029453 0x28 esp-idf/main/libmain.a(main.c.obj) .rodata.app_main.str1.4 - 0x3c039fe7 0x65 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c039fe7 0x1 + 0x3c029453 0x25 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c029453 0x1 .rodata.__func__.1 - 0x3c039fe8 0xf esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c039ff7 0x1 + 0x3c029454 0xf esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c029463 0x1 .rodata.__func__.2 - 0x3c039ff8 0x9 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c03a001 0x3 - .rodata 0x3c03a004 0x2c esp-idf/main/libmain.a(main.c.obj) - .rodata.esp_console_setup_prompt.str1.4 - 0x3c03a030 0x1c esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_setup_history.str1.4 - 0x3c03a030 0x4d esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_common_init.str1.4 - 0x3c03a030 0x3 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_repl_task.str1.4 - 0x3c03a030 0x1ac esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata 0x3c03a030 0x14 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.getCursorPosition.str1.4 - 0x3c03a044 0x6 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.getColumns.str1.4 - 0x3c03a044 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseDumb.str1.4 - 0x3c03a044 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseClearScreen.str1.4 - 0x3c03a044 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.refreshShowHints.str1.4 - 0x3c03a044 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.refreshMultiLine.str1.4 - 0x3c03a044 0x1b esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.completeLine.str1.4 - 0x3c03a044 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseProbe.str1.4 - 0x3c03a044 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseEdit.str1.4 - 0x3c03a044 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseHistorySave.str1.4 - 0x3c03a044 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseHistoryLoad.str1.4 - 0x3c03a044 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.__func__.0 - 0x3c03a044 0xb esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.esp_console_repl_uart_delete.str1.4 - 0x3c03a04f 0x3f esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .rodata.esp_console_new_repl_uart.str1.4 - 0x3c03a04f 0xd esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .rodata.print_arg_help.str1.4 - 0x3c03a04f 0x1c esp-idf/console/libconsole.a(commands.c.obj) - .rodata.help_command.str1.4 - 0x3c03a04f 0x7b esp-idf/console/libconsole.a(commands.c.obj) - .rodata.esp_console_cmd_register.str1.4 - 0x3c03a04f 0x4 esp-idf/console/libconsole.a(commands.c.obj) - .rodata.esp_console_register_help_command.str1.4 - 0x3c03a04f 0x96 esp-idf/console/libconsole.a(commands.c.obj) - .rodata.arg_end_errorfn.str1.4 - 0x3c03a04f 0xaa esp-idf/console/libconsole.a(arg_end.c.obj) - .rodata.arg_str_resetfn.str1.4 - 0x3c03a04f 0x1 esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.arg_str_errorfn.str1.4 - 0x3c03a04f 0x2b esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.arg_strn.str1.4 - 0x3c03a04f 0x9 esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.panic.str1.4 - 0x3c03a04f 0xc esp-idf/console/libconsole.a(arg_utils.c.obj) - .rodata.argtable3_xmalloc.str1.4 - 0x3c03a04f 0x10 esp-idf/console/libconsole.a(arg_utils.c.obj) - .rodata.arg_cat_optionv.str1.4 - 0x3c03a04f 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_gnuswitch_ds.str1.4 - 0x3c03a04f 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_formatted_ds.str1.4 - 0x3c03a04f 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_option_ds.str1.4 - 0x3c03a04f 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_syntax_ds.str1.4 - 0x3c03a04f 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_glossary_ds.str1.4 - 0x3c03a04f 0xf esp-idf/console/libconsole.a(argtable3.c.obj) + 0x3c029464 0x9 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c02946d 0x3 + .rodata 0x3c029470 0x1c esp-idf/main/libmain.a(main.c.obj) .rodata.intr_get_item.str1.4 - 0x3c03a04f 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x3c02948c 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) .rodata._global_interrupt_handler.str1.4 - 0x3c03a04f 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c03a04f 0x1 + 0x3c02948c 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) .rodata.__func__.0 - 0x3c03a050 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c03a06a 0x2 + 0x3c02948c 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) + *fill* 0x3c0294a6 0x2 .rodata.__func__.1 - 0x3c03a06c 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x3c0294a8 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) .rodata.gpio_input_enable.str1.4 - 0x3c03a084 0x3f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0294c0 0x3f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.gpio_sleep_output_enable.str1.4 - 0x3c03a084 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0294c0 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.gpio_set_pull_mode.str1.4 - 0x3c03a084 0x5e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0294c0 0x5e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.0 - 0x3c03a084 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a092 0x2 + 0x3c0294c0 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0294ce 0x2 .rodata.__FUNCTION__.4 - 0x3c03a094 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a0a7 0x1 + 0x3c0294d0 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0294e3 0x1 .rodata.__FUNCTION__.5 - 0x3c03a0a8 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a0ba 0x2 + 0x3c0294e4 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0294f6 0x2 .rodata.__FUNCTION__.6 - 0x3c03a0bc 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a0d2 0x2 + 0x3c0294f8 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02950e 0x2 .rodata.__FUNCTION__.7 - 0x3c03a0d4 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c029510 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.8 - 0x3c03a0ec 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a101 0x3 + 0x3c029528 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02953d 0x3 .rodata.__FUNCTION__.9 - 0x3c03a104 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a11b 0x1 + 0x3c029540 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c029557 0x1 .rodata.__FUNCTION__.10 - 0x3c03a11c 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a135 0x3 + 0x3c029558 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c029571 0x3 .rodata.__FUNCTION__.11 - 0x3c03a138 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a152 0x2 + 0x3c029574 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02958e 0x2 .rodata.__FUNCTION__.12 - 0x3c03a154 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a16d 0x3 + 0x3c029590 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0295a9 0x3 .rodata.__FUNCTION__.13 - 0x3c03a170 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a189 0x3 + 0x3c0295ac 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0295c5 0x3 .rodata.__FUNCTION__.14 - 0x3c03a18c 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0295c8 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.15 - 0x3c03a1a4 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a1bd 0x3 + 0x3c0295e0 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0295f9 0x3 .rodata.__FUNCTION__.27 - 0x3c03a1c0 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0295fc 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.28 - 0x3c03a1d0 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a1df 0x1 + 0x3c02960c 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02961b 0x1 .rodata.__FUNCTION__.29 - 0x3c03a1e0 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c02961c 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.30 - 0x3c03a1f4 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a207 0x1 + 0x3c029630 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c029643 0x1 .rodata.__FUNCTION__.31 - 0x3c03a208 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a21b 0x1 + 0x3c029644 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c029657 0x1 .rodata.__FUNCTION__.32 - 0x3c03a21c 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a22e 0x2 + 0x3c029658 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02966a 0x2 .rodata.__FUNCTION__.33 - 0x3c03a230 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a243 0x1 + 0x3c02966c 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c02967f 0x1 .rodata.__FUNCTION__.34 - 0x3c03a244 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a257 0x1 + 0x3c029680 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c029693 0x1 .rodata.__FUNCTION__.35 - 0x3c03a258 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a267 0x1 + 0x3c029694 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0296a3 0x1 .rodata.__FUNCTION__.39 - 0x3c03a268 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a27a 0x2 + 0x3c0296a4 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0296b6 0x2 .rodata.__FUNCTION__.40 - 0x3c03a27c 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a28d 0x3 + 0x3c0296b8 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c0296c9 0x3 .rodata.__FUNCTION__.41 - 0x3c03a290 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0296cc 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.__FUNCTION__.42 - 0x3c03a2a0 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x3c0296dc 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .rodata.str1.4 - 0x3c03a2af 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3c03a2af 0x1 + 0x3c0296eb 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3c0296eb 0x1 .rodata.__func__.1 - 0x3c03a2b0 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x3c0296ec 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .rodata.s_get_bus_mask.str1.4 - 0x3c03a2d8 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.s_reserve_irom_region.str1.4 - 0x3c03a2d8 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.s_reserve_drom_region.str1.4 - 0x3c03a2d8 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.str1.4 - 0x3c03a2d8 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_map_init.str1.4 - 0x3c03a2d8 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 - 0x3c03a2d8 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 - 0x3c03a2d8 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_map.str1.4 - 0x3c03a2d8 0x17e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x17e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_unmap.str1.4 - 0x3c03a2d8 0xa3 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0xa3 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.esp_mmu_vaddr_to_paddr.str1.4 - 0x3c03a2d8 0x7b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029714 0x7b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.__FUNCTION__.1 - 0x3c03a2d8 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a2ef 0x1 + 0x3c029714 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c02972b 0x1 .rodata.__FUNCTION__.2 - 0x3c03a2f0 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a2fe 0x2 + 0x3c02972c 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c02973a 0x2 .rodata.__func__.3 - 0x3c03a300 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a317 0x1 + 0x3c02973c 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c029753 0x1 .rodata.__func__.4 - 0x3c03a318 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029754 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.__FUNCTION__.5 - 0x3c03a324 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029760 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.__func__.8 - 0x3c03a330 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a346 0x2 + 0x3c02976c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c029782 0x2 .rodata.__func__.9 - 0x3c03a348 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c029784 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .rodata.__func__.10 - 0x3c03a35c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a372 0x2 + 0x3c029798 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c0297ae 0x2 .rodata.__func__.11 - 0x3c03a374 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a385 0x3 + 0x3c0297b0 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c0297c1 0x3 .rodata.g_mmu_mem_regions - 0x3c03a388 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - 0x3c03a388 g_mmu_mem_regions + 0x3c0297c4 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x3c0297c4 g_mmu_mem_regions .rodata.s_merge_contiguous_pages.str1.4 - 0x3c03a3a0 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x3c0297dc 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .rodata.spi_flash_munmap.str1.4 - 0x3c03a3a0 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x3c0297dc 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .rodata.__func__.1 - 0x3c03a3a0 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x3c0297dc 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .rodata.esp_mspi_get_io.str1.4 - 0x3c03a3b1 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - *fill* 0x3c03a3b1 0x3 + 0x3c0297ed 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x3c0297ed 0x3 .rodata.__func__.0 - 0x3c03a3b4 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3c0297f0 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .srodata.s_mspi_io_num_default - 0x3c03a3c4 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3c029800 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .rodata.str1.4 - 0x3c03a3ca 0x198 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3c029806 0x198 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .rodata.esp_flash_read_unique_chip_id.str1.4 - 0x3c03a3ca 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c03a3ca 0x2 + 0x3c029806 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c029806 0x2 .rodata.__func__.0 - 0x3c03a3cc 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3c029808 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .rodata.__func__.1 - 0x3c03a3dc 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c03a3f3 0x1 + 0x3c029818 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c02982f 0x1 .rodata.io_mode_str - 0x3c03a3f4 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3c029830 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .rodata.esp_flash_init_default_chip.str1.4 - 0x3c03a4a8 0x13f esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x3c0298e4 0x13f esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .rodata.__FUNCTION__.0 - 0x3c03a4a8 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.TAG 0x3c03a4c4 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x3c0298e4 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x3c029900 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .rodata.str1.4 - 0x3c03a4ce 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - *fill* 0x3c03a4ce 0x2 + 0x3c02990a 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x3c02990a 0x2 .rodata.__func__.0 - 0x3c03a4d0 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x3c02990c 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .rodata.str1.4 - 0x3c03a4e9 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x3c029925 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) .rodata.esp_crosscore_int_init.str1.4 - 0x3c03a4e9 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c03a4e9 0x3 + 0x3c029925 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c029925 0x3 .rodata.__func__.0 - 0x3c03a4ec 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c03a503 0x1 + 0x3c029928 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c02993f 0x1 .rodata.__func__.1 - 0x3c03a504 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x3c029940 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) .rodata.add_entry.str1.4 - 0x3c03a51b 0xc7 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0xc7 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.delete_entry.str1.4 - 0x3c03a51b 0x5f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0x5f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.task_wdt_timeout_abort.str1.4 - 0x3c03a51b 0x64 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0x64 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.task_wdt_timeout_handling.str1.4 - 0x3c03a51b 0x3e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0x3e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.esp_task_wdt_add.str1.4 - 0x3c03a51b 0x3b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0x3b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.subscribe_idle.str1.4 - 0x3c03a51b 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.esp_task_wdt_init.str1.4 - 0x3c03a51b 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.esp_task_wdt_print_triggered_tasks.str1.4 - 0x3c03a51b 0xc1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c029957 0xc1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.task_wdt_isr.str1.4 - 0x3c03a51b 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a51b 0x1 + 0x3c029957 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c029957 0x1 .rodata.__FUNCTION__.5 - 0x3c03a51c 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a52f 0x1 + 0x3c029958 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c02996b 0x1 .rodata.__FUNCTION__.7 - 0x3c03a530 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a53a 0x2 + 0x3c02996c 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c029976 0x2 .rodata.__FUNCTION__.8 - 0x3c03a53c 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a54d 0x3 + 0x3c029978 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c029989 0x3 .rodata.__func__.12 - 0x3c03a550 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a55f 0x1 + 0x3c02998c 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c02999b 0x1 .rodata.__func__.13 - 0x3c03a560 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a56d 0x3 + 0x3c02999c 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c0299a9 0x3 .rodata.__FUNCTION__.14 - 0x3c03a570 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a582 0x2 + 0x3c0299ac 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c0299be 0x2 .rodata.__func__.15 - 0x3c03a584 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3c0299c0 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .rodata.str1.4 - 0x3c03a59b 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x3c0299d7 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) .rodata.get_flash_clock_divider.str1.4 - 0x3c03a59b 0x93 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x3c0299d7 0x93 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .rodata.str1.4 - 0x3c03a59b 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) - *fill* 0x3c03a59b 0x1 + 0x3c0299d7 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) + *fill* 0x3c0299d7 0x1 .rodata.esp_isr_names - 0x3c03a59c 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) - 0x3c03a59c esp_isr_names + 0x3c0299d8 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x3c0299d8 esp_isr_names .rodata.GPIO_HOLD_MASK - 0x3c03a694 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c03a694 GPIO_HOLD_MASK + 0x3c029ad0 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c029ad0 GPIO_HOLD_MASK .rodata.GPIO_PIN_MUX_REG - 0x3c03a6ec 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c03a6ec GPIO_PIN_MUX_REG - .rodata.uart_periph_signal - 0x3c03a744 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) - 0x3c03a744 uart_periph_signal - .rodata.periph_rtc_dig_clk8m_disable.str1.4 - 0x3c03a76c 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.__func__.0 - 0x3c03a76c 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.esp_clk_tree_src_get_freq_hz.str1.4 - 0x3c03a789 0xec esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - *fill* 0x3c03a789 0x3 - .rodata.__FUNCTION__.0 - 0x3c03a78c 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .rodata.clk_tree_rtc_slow_calibration.str1.4 - 0x3c03a7a9 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 - 0x3c03a7a9 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c03a7a9 0x3 - .rodata.__func__.0 - 0x3c03a7ac 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c03a7cd 0x3 - .rodata.__func__.1 - 0x3c03a7d0 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c03a7ee 0x2 + 0x3c029b28 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c029b28 GPIO_PIN_MUX_REG .srodata.g_spi_lock_main_flash_dev - 0x3c03a7f0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - 0x3c03a7f0 g_spi_lock_main_flash_dev - .rodata.prvTaskDeleteWithCaps.str1.4 - 0x3c03a7f4 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.2 - 0x3c03a7f4 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - *fill* 0x3c03a80d 0x3 - .rodata.__func__.3 - 0x3c03a810 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x3c029b80 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x3c029b80 g_spi_lock_main_flash_dev .rodata.prvReturnItemByteBuf.str1.4 - 0x3c03a825 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvGetItemByteBuf.str1.4 - 0x3c03a825 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvCheckItemFitsByteBuffer.str1.4 - 0x3c03a825 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvReturnItemDefault.str1.4 - 0x3c03a825 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvGetItemDefault.str1.4 - 0x3c03a825 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvAcquireItemNoSplit.str1.4 - 0x3c03a825 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvSendItemDoneNoSplit.str1.4 - 0x3c03a825 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvInitializeNewRingbuffer.str1.4 - 0x3c03a825 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.prvReceiveGeneric.str1.4 - 0x3c03a825 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferCreate.str1.4 - 0x3c03a825 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferCreateStatic.str1.4 - 0x3c03a825 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferSendAcquire.str1.4 - 0x3c03a825 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferSendComplete.str1.4 - 0x3c03a825 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferSend.str1.4 - 0x3c03a825 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferReceive.str1.4 - 0x3c03a825 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferReceiveUpTo.str1.4 - 0x3c03a825 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.xRingbufferGetStaticBuffer.str1.4 - 0x3c03a825 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029b84 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.vRingbufferDeleteWithCaps.str1.4 - 0x3c03a825 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a825 0x3 + 0x3c029b84 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.0 - 0x3c03a828 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a842 0x2 + 0x3c029b84 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029b9e 0x2 .rodata.__func__.1 - 0x3c03a844 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a85f 0x1 + 0x3c029ba0 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029bbb 0x1 .rodata.__func__.8 - 0x3c03a860 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a87a 0x2 + 0x3c029bbc 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029bd6 0x2 .rodata.__func__.9 - 0x3c03a87c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a88e 0x2 + 0x3c029bd8 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029bea 0x2 .rodata.__func__.10 - 0x3c03a890 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8ad 0x3 + 0x3c029bec 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c09 0x3 .rodata.__func__.11 - 0x3c03a8b0 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8c6 0x2 + 0x3c029c0c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c22 0x2 .rodata.__func__.13 - 0x3c03a8c8 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8df 0x1 + 0x3c029c24 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c3b 0x1 .rodata.__func__.16 - 0x3c03a8e0 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8f9 0x3 + 0x3c029c3c 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c55 0x3 .rodata.__func__.17 - 0x3c03a8fc 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a916 0x2 + 0x3c029c58 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c72 0x2 .rodata.__func__.18 - 0x3c03a918 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a92a 0x2 - .rodata.__func__.19 - 0x3c03a92c 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a93f 0x1 + 0x3c029c74 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c86 0x2 .rodata.__func__.20 - 0x3c03a940 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a957 0x1 + 0x3c029c88 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029c9f 0x1 .rodata.__func__.21 - 0x3c03a958 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029ca0 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.24 - 0x3c03a968 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029cb0 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.25 - 0x3c03a980 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029cc8 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.26 - 0x3c03a994 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029cdc 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .rodata.__func__.27 - 0x3c03a9ac 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9c3 0x1 + 0x3c029cf4 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d0b 0x1 .rodata.__func__.28 - 0x3c03a9c4 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9da 0x2 + 0x3c029d0c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d22 0x2 .rodata.__func__.29 - 0x3c03a9dc 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9ee 0x2 + 0x3c029d24 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d36 0x2 .rodata.__func__.30 - 0x3c03a9f0 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa05 0x3 + 0x3c029d38 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d4d 0x3 .rodata.__func__.31 - 0x3c03aa08 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa1e 0x2 + 0x3c029d50 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d66 0x2 .rodata.__func__.32 - 0x3c03aa20 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa3b 0x1 + 0x3c029d68 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d83 0x1 .rodata.__func__.33 - 0x3c03aa3c 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa4f 0x1 + 0x3c029d84 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029d97 0x1 .rodata.__func__.34 - 0x3c03aa50 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa62 0x2 + 0x3c029d98 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c029daa 0x2 .rodata.__func__.35 - 0x3c03aa64 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c029dac 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.uart_reenable_intr_mask.str1.4 + 0x3c029dc1 0x37 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x3c029dc1 0x51 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_word_length.str1.4 + 0x3c029dc1 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_baudrate.str1.4 + 0x3c029dc1 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x3c029dc1 0x6f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_pop_pos.str1.4 + 0x3c029dc1 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x3c029dc1 0x3b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x3c029dc1 0xc5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_param_config.str1.4 + 0x3c029dc1 0x6e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x3c029dc1 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x3c029dc1 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_delete.str1.4 + 0x3c029dc1 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x3c029dc1 0x21f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029dc1 0x3 + .rodata.__FUNCTION__.39 + 0x3c029dc4 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029dd7 0x1 + .rodata.__FUNCTION__.37 + 0x3c029dd8 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.34 + 0x3c029dec 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029e07 0x1 + .rodata.__FUNCTION__.33 + 0x3c029e08 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.32 + 0x3c029e20 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.30 + 0x3c029e30 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029e41 0x3 + .rodata.__FUNCTION__.26 + 0x3c029e44 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029e55 0x3 + .rodata.__FUNCTION__.25 + 0x3c029e58 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029e6a 0x2 + .rodata.__FUNCTION__.20 + 0x3c029e6c 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029e79 0x3 + .rodata.__FUNCTION__.19 + 0x3c029e7c 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.17 + 0x3c029e90 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c029ea9 0x3 + .rodata.__FUNCTION__.14 + 0x3c029eac 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .rodata.nvs_flash_init.str1.4 - 0x3c03aa79 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - *fill* 0x3c03aa79 0x3 + 0x3c029ec3 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x3c029ec3 0x1 .rodata._ZTVN3nvs9PartitionE - 0x3c03aa7c 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c03aa7c vtable for nvs::Partition + 0x3c029ec4 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c029ec4 vtable for nvs::Partition .rodata._ZTVN3nvs12NVSPartitionE - 0x3c03aab0 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c03aab0 vtable for nvs::NVSPartition + 0x3c029ef8 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c029ef8 vtable for nvs::NVSPartition .rodata._ZTVN3nvs19NVSPartitionManagerE - 0x3c03aae4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x3c03aae4 vtable for nvs::NVSPartitionManager + 0x3c029f2c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3c029f2c vtable for nvs::NVSPartitionManager .rodata.load_partitions.str1.4 - 0x3c03aaf4 0x79 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f3c 0x79 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.ensure_partitions_loaded.str1.4 - 0x3c03aaf4 0x36 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f3c 0x36 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.esp_partition_unload_all.str1.4 - 0x3c03aaf4 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f3c 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.esp_partition_next.str1.4 - 0x3c03aaf4 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f3c 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.esp_partition_get.str1.4 - 0x3c03aaf4 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f3c 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.__func__.2 - 0x3c03aaf4 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - *fill* 0x3c03ab06 0x2 + 0x3c029f3c 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x3c029f4e 0x2 .rodata.__func__.3 - 0x3c03ab08 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x3c029f50 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .rodata.esp_partition_write.str1.4 - 0x3c03ab1b 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ab1b 0x1 + 0x3c029f63 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c029f63 0x1 .rodata.__func__.0 - 0x3c03ab1c 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ab2f 0x1 + 0x3c029f64 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c029f77 0x1 .rodata.__func__.1 - 0x3c03ab30 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ab4a 0x2 + 0x3c029f78 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c029f92 0x2 .rodata.__func__.2 - 0x3c03ab4c 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x3c029f94 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) .rodata.__func__.3 - 0x3c03ab64 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ab7b 0x1 + 0x3c029fac 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c029fc3 0x1 .rodata.__func__.4 - 0x3c03ab7c 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x3c029fc4 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) .rodata.__func__.5 - 0x3c03ab90 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 - 0x3c03aba3 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .rodata.clk_hal_xtal_get_freq_mhz.str1.4 - 0x3c03aba3 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - *fill* 0x3c03aba3 0x1 + 0x3c029fd8 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c029feb 0x1 + .rodata.uart_periph_signal + 0x3c029fec 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x3c029fec uart_periph_signal + .rodata.periph_rtc_dig_clk8m_disable.str1.4 + 0x3c02a014 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) .rodata.__func__.0 - 0x3c03aba4 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x3c02a014 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.esp_clk_tree_src_get_freq_hz.str1.4 + 0x3c02a031 0xec esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + *fill* 0x3c02a031 0x3 + .rodata.__FUNCTION__.0 + 0x3c02a034 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .rodata.clk_tree_rtc_slow_calibration.str1.4 + 0x3c02a051 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 + 0x3c02a051 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c02a051 0x3 + .rodata.__func__.0 + 0x3c02a054 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c02a075 0x3 .rodata.__func__.1 - 0x3c03abc0 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x3c02a078 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.prvTaskDeleteWithCaps.str1.4 + 0x3c02a096 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + *fill* 0x3c02a096 0x2 + .rodata.__func__.2 + 0x3c02a098 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + *fill* 0x3c02a0b1 0x3 + .rodata.__func__.3 + 0x3c02a0b4 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) .rodata.esp_ota_get_running_partition.str1.4 - 0x3c03abde 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x3c03abde 0x2 + 0x3c02a0c9 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x3c02a0c9 0x3 .rodata.__func__.1 - 0x3c03abe0 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x3c02a0cc 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 + 0x3c02a0ea 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.clk_hal_xtal_get_freq_mhz.str1.4 + 0x3c02a0ea 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x3c02a0ea 0x2 + .rodata.__func__.0 + 0x3c02a0ec 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.__func__.1 + 0x3c02a108 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 - 0x3c03abfe 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a126 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.4 - 0x3c03abfe 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - *fill* 0x3c03abfe 0x2 + 0x3c02a126 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + *fill* 0x3c02a126 0x2 .rodata._ZTSSt9exception - 0x3c03ac00 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac00 typeinfo name for std::exception - *fill* 0x3c03ac0d 0x3 + 0x3c02a128 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a128 typeinfo name for std::exception + *fill* 0x3c02a135 0x3 .srodata._ZTISt9exception - 0x3c03ac10 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac10 typeinfo for std::exception + 0x3c02a138 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a138 typeinfo for std::exception .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03ac18 0x27 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac18 typeinfo name for __gnu_cxx::__concurrence_lock_error - *fill* 0x3c03ac3f 0x1 + 0x3c02a140 0x27 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a140 typeinfo name for __gnu_cxx::__concurrence_lock_error + *fill* 0x3c02a167 0x1 .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03ac40 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac40 typeinfo for __gnu_cxx::__concurrence_lock_error + 0x3c02a168 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a168 typeinfo for __gnu_cxx::__concurrence_lock_error .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03ac4c 0x29 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac4c typeinfo name for __gnu_cxx::__concurrence_unlock_error - *fill* 0x3c03ac75 0x3 + 0x3c02a174 0x29 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a174 typeinfo name for __gnu_cxx::__concurrence_unlock_error + *fill* 0x3c02a19d 0x3 .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03ac78 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac78 typeinfo for __gnu_cxx::__concurrence_unlock_error + 0x3c02a1a0 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a1a0 typeinfo for __gnu_cxx::__concurrence_unlock_error .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03ac84 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac84 vtable for __gnu_cxx::__concurrence_lock_error + 0x3c02a1ac 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a1ac vtable for __gnu_cxx::__concurrence_lock_error .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03ac98 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ac98 vtable for __gnu_cxx::__concurrence_unlock_error + 0x3c02a1c0 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a1c0 vtable for __gnu_cxx::__concurrence_unlock_error .srodata._ZSt7nothrow - 0x3c03acac 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03acac std::nothrow - *fill* 0x3c03acad 0x3 + 0x3c02a1d4 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02a1d4 std::nothrow + *fill* 0x3c02a1d5 0x3 .rodata._ZTVN10__cxxabiv120__si_class_type_infoE - 0x3c03acb0 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x3c03acb0 vtable for __cxxabiv1::__si_class_type_info + 0x3c02a1d8 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x3c02a1d8 vtable for __cxxabiv1::__si_class_type_info .rodata._ZTVN10__cxxabiv117__class_type_infoE - 0x3c03acdc 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x3c03acdc vtable for __cxxabiv1::__class_type_info + 0x3c02a204 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x3c02a204 vtable for __cxxabiv1::__class_type_info .rodata._ZTSSt9bad_alloc - 0x3c03ad08 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x3c03ad08 typeinfo name for std::bad_alloc - *fill* 0x3c03ad15 0x3 + 0x3c02a230 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c02a230 typeinfo name for std::bad_alloc + *fill* 0x3c02a23d 0x3 .rodata._ZTISt9bad_alloc - 0x3c03ad18 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x3c03ad18 typeinfo for std::bad_alloc + 0x3c02a240 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c02a240 typeinfo for std::bad_alloc .rodata._ZNKSt9bad_alloc4whatEv.str1.4 - 0x3c03ad24 0xf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x3c02a24c 0xf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .rodata._ZTVSt9bad_alloc - 0x3c03ad24 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x3c03ad24 vtable for std::bad_alloc + 0x3c02a24c 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x3c02a24c vtable for std::bad_alloc + .rodata 0x3c02a260 0x101 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x3c02a260 _ctype_ + *fill* 0x3c02a361 0x3 + .rodata 0x3c02a364 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .rodata.str1.4 - 0x3c03ad38 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .rodata 0x3c03ad38 0x101 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - 0x3c03ad38 _ctype_ - *fill* 0x3c03ae39 0x3 - .rodata 0x3c03ae3c 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .rodata.str1.4 - 0x3c03b07c 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - *fill* 0x3c03b07c 0x4 - .srodata.cst8 0x3c03b080 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x3c02a5a4 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + *fill* 0x3c02a5a4 0x4 + .srodata.cst8 0x3c02a5a8 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) 0x20 (size before relaxing) - .rodata 0x3c03b120 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata 0x3c02a610 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .rodata.str1.4 - 0x3c03b360 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x3c02a850 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .srodata.cst8 0x3c02a850 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .rodata.str1.4 - 0x3c03b360 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .srodata.cst8 0x3c03b360 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + 0x3c02a850 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .srodata.cst8 0x3c02a850 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .rodata.str1.4 - 0x3c03b360 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .srodata.cst8 0x3c03b360 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + 0x3c02a850 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .srodata.cst8 0x3c02a850 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .rodata 0x3c02a850 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x3c02a860 __mprec_tens + 0x3c02a928 __mprec_tinytens + 0x3c02a950 __mprec_bigtens + .rodata 0x3c02a978 0x418 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x3c02ab98 __chclass + 0x3c02ac98 __state_table + 0x3c02ad04 __action_table .rodata.str1.4 - 0x3c03b360 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .srodata.cst8 0x3c03b360 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .rodata 0x3c03b360 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - 0x3c03b370 __mprec_tens - 0x3c03b438 __mprec_tinytens - 0x3c03b460 __mprec_bigtens - .rodata 0x3c03b488 0x418 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - 0x3c03b6a8 __chclass - 0x3c03b7a8 __state_table - 0x3c03b814 __action_table + 0x3c02ad90 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .rodata.str1.4 - 0x3c03b8a0 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .rodata 0x3c03b8a0 0x13e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - *fill* 0x3c03b9de 0x2 - .rodata 0x3c03b9e0 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .rodata.str1.4 - 0x3c03bc20 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .srodata.cst8 0x3c03bc20 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .rodata.str1.4 - 0x3c03bc20 0x9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .rodata 0x3c03bc20 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .rodata.str1.4 - 0x3c03bf16 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - *fill* 0x3c03bf16 0x2 - .rodata 0x3c03bf18 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - 0x3c03bf18 __default_global_locale - .srodata.cst4 0x3c03c084 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - 0x4 (size before relaxing) - .rodata.str1.4 - 0x3c03c08c 0x15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - *fill* 0x3c03c08c 0x4 - .rodata 0x3c03c090 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .srodata.cst8 0x3c03c0f8 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .srodata.cst4 0x3c03c0f8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .rodata.str1.4 - 0x3c03c0f8 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .srodata.cst8 0x3c03c0f8 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .rodata.str1.4 - 0x3c03c0f8 0x75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + 0x3c02ad90 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .rodata 0x3c02ad90 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x3c02ad90 __default_global_locale *(.rodata_wlog_error .rodata_wlog_error.*) *(.rodata_wlog_info .rodata_wlog_info.*) *(.rodata_wlog_warning .rodata_wlog_warning.*) @@ -17349,148 +17728,147 @@ END GROUP *(.rodata1) *(.gcc_except_table .gcc_except_table.*) .gcc_except_table._ZSt15get_new_handlerv - 0x3c03c0f8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c02aefc 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .gcc_except_table._ZnajRKSt9nothrow_t - 0x3c03c0fc 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x3c02af00 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) .gcc_except_table.__cxa_get_globals_fast - 0x3c03c10c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3c02af10 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .gcc_except_table.__cxa_get_globals - 0x3c03c110 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3c02af14 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE - 0x3c03c114 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c02af18 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) .gcc_except_table._ZSt13get_terminatev - 0x3c03c124 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c02af28 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) *(.gnu.linkonce.e.*) - 0x3c03c170 . = ALIGN (0x4) - 0x3c03c128 __init_priority_array_start = ABSOLUTE (.) + 0x3c02af2c . = ALIGN (0x4) + 0x3c02af2c __init_priority_array_start = ABSOLUTE (.) *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array.*) - 0x3c03c128 __init_priority_array_end = ABSOLUTE (.) - 0x3c03c170 . = ALIGN (0x4) - 0x3c03c128 __init_array_start = ABSOLUTE (.) + 0x3c02af2c __init_priority_array_end = ABSOLUTE (.) + 0x3c02af2c . = ALIGN (0x4) + 0x3c02af2c __init_array_start = ABSOLUTE (.) *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array) - .init_array 0x3c03c128 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .init_array 0x3c03c12c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .init_array 0x3c03c130 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .init_array 0x3c03c134 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .init_array 0x3c03c138 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x3c03c13c __init_array_end = ABSOLUTE (.) - 0x3c03c170 . = ALIGN (0x4) - 0x3c03c13c soc_reserved_memory_region_start = ABSOLUTE (.) + .init_array 0x3c02af2c 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .init_array 0x3c02af30 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .init_array 0x3c02af34 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .init_array 0x3c02af38 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .init_array 0x3c02af3c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c02af40 __init_array_end = ABSOLUTE (.) + 0x3c02af40 . = ALIGN (0x4) + 0x3c02af40 soc_reserved_memory_region_start = ABSOLUTE (.) *(.reserved_memory_address) .reserved_memory_address - 0x3c03c13c 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c03c15c soc_reserved_memory_region_end = ABSOLUTE (.) - 0x3c03c170 . = ALIGN (0x4) - 0x3c03c15c _esp_system_init_fn_array_start = ABSOLUTE (.) + 0x3c02af40 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c02af60 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x3c02af60 . = ALIGN (0x4) + 0x3c02af60 _esp_system_init_fn_array_start = ABSOLUTE (.) *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) .esp_system_init_fn.1 - 0x3c03c15c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c02af60 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.10 - 0x3c03c164 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02af68 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.20 - 0x3c03c16c 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c02af70 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .esp_system_init_fn.21 - 0x3c03c174 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c02af78 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.100 - 0x3c03c17c 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c02af80 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .esp_system_init_fn.101 - 0x3c03c184 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x3c02af88 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) .esp_system_init_fn.101 - 0x3c03c18c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x3c02af90 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .esp_system_init_fn.102 - 0x3c03c194 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c02af98 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .esp_system_init_fn.104 - 0x3c03c19c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02afa0 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.105 - 0x3c03c1a4 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02afa8 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.105 - 0x3c03c1ac 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .esp_system_init_fn.110 - 0x3c03c1b4 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .esp_system_init_fn.112 - 0x3c03c1bc 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c02afb0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .esp_system_init_fn.111 + 0x3c02afb8 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .esp_system_init_fn.114 - 0x3c03c1c4 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c02afc0 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .esp_system_init_fn.115 - 0x3c03c1cc 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c02afc8 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .esp_system_init_fn.115 - 0x3c03c1d4 0x8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x3c02afd0 0x8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .esp_system_init_fn.120 - 0x3c03c1dc 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c02afd8 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) .esp_system_init_fn.130 - 0x3c03c1e4 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02afe0 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.130 - 0x3c03c1ec 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x3c02afe8 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) .esp_system_init_fn.140 - 0x3c03c1f4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c02aff0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.203 - 0x3c03c1fc 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02aff8 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.230 - 0x3c03c204 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x3c02b000 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .esp_system_init_fn.999 - 0x3c03c20c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 0x3c03c214 _esp_system_init_fn_array_end = ABSOLUTE (.) - 0x3c03c214 _rodata_end = ABSOLUTE (.) - 0x3c03c214 . = ALIGN (ALIGNOF (.eh_frame_hdr)) + 0x3c02b008 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c02b010 _esp_system_init_fn_array_end = ABSOLUTE (.) + 0x3c02b010 _rodata_end = ABSOLUTE (.) + 0x3c02b010 . = ALIGN (ALIGNOF (.eh_frame_hdr)) 0x00000001 ASSERT ((ADDR (.eh_frame_hdr) == (ADDR (.flash.rodata) + SIZEOF (.flash.rodata))), The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.) -.eh_frame_hdr 0x3c03c214 0x0 - 0x3c03c214 . = ALIGN (ALIGNOF (.eh_frame)) +.eh_frame_hdr 0x3c02b010 0x0 + 0x3c02b010 . = ALIGN (ALIGNOF (.eh_frame)) 0x00000001 ASSERT ((ADDR (.eh_frame) == (ADDR (.eh_frame_hdr) + SIZEOF (.eh_frame_hdr))), The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.) -.eh_frame 0x3c03c214 0x0 - 0x3c03c214 . = ALIGN (ALIGNOF (.flash.tdata)) +.eh_frame 0x3c02b010 0x0 + 0x3c02b010 . = ALIGN (ALIGNOF (.flash.tdata)) 0x00000001 ASSERT ((ADDR (.flash.tdata) == (ADDR (.eh_frame) + SIZEOF (.eh_frame))), The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.) -.flash.tdata 0x3c03c214 0x0 - 0x3c03c214 _thread_local_data_start = ABSOLUTE (.) +.flash.tdata 0x3c02b010 0x0 + 0x3c02b010 _thread_local_data_start = ABSOLUTE (.) *(.tdata .tdata.* .gnu.linkonce.td.*) - 0x3c03c214 . = ALIGN (ALIGNOF (.flash.tbss)) - 0x3c03c214 _thread_local_data_end = ABSOLUTE (.) + 0x3c02b010 . = ALIGN (ALIGNOF (.flash.tbss)) + 0x3c02b010 _thread_local_data_end = ABSOLUTE (.) 0x00000001 ASSERT ((ADDR (.flash.tbss) == (ADDR (.flash.tdata) + SIZEOF (.flash.tdata))), The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.) -.flash.tbss 0x3c03c214 0x0 - 0x3c03c214 _thread_local_bss_start = ABSOLUTE (.) +.flash.tbss 0x3c02b010 0x0 + 0x3c02b010 _thread_local_bss_start = ABSOLUTE (.) *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon .tcommon.*) - 0x3c03c214 _thread_local_bss_end = ABSOLUTE (.) + 0x3c02b010 _thread_local_bss_end = ABSOLUTE (.) .flash.rodata_noload - 0x3c03c214 0x0 - 0x3c03c214 _rodata_reserved_end = ADDR (.flash.tbss) + 0x3c02b010 0x0 + 0x3c02b010 _rodata_reserved_end = ADDR (.flash.tbss) *(.rodata_wlog_debug .rodata_wlog_debug.*) *(.rodata_wlog_verbose .rodata_wlog_verbose.*) .iram0.text_end - 0x4038d95a 0xa6 - 0x4038d96a . = (. + 0x10) - *fill* 0x4038d95a 0x10 - 0x4038da00 . = ALIGN (0x200) - *fill* 0x4038d96a 0x96 + 0x4038d71c 0xe4 + 0x4038d72c . = (. + 0x10) + *fill* 0x4038d71c 0x10 + 0x4038d800 . = ALIGN (0x200) + *fill* 0x4038d72c 0xd4 *(.iram_end_test) - 0x4038da00 _iram_text_end = ABSOLUTE (.) + 0x4038d800 _iram_text_end = ABSOLUTE (.) -.iram0.data 0x4038da00 0x0 - 0x4038da00 . = ALIGN (0x10) - 0x4038da00 _iram_data_start = ABSOLUTE (.) +.iram0.data 0x4038d800 0x0 + 0x4038d800 . = ALIGN (0x10) + 0x4038d800 _iram_data_start = ABSOLUTE (.) *(.iram.data .iram.data.*) - 0x4038da00 _coredump_iram_start = ABSOLUTE (.) + 0x4038d800 _coredump_iram_start = ABSOLUTE (.) *(.iram2.coredump .iram2.coredump.*) - 0x4038da00 _coredump_iram_end = ABSOLUTE (.) - 0x4038da00 _iram_data_end = ABSOLUTE (.) + 0x4038d800 _coredump_iram_end = ABSOLUTE (.) + 0x4038d800 _iram_data_end = ABSOLUTE (.) -.iram0.bss 0x4038da00 0x0 - 0x4038da00 . = ALIGN (0x10) - 0x4038da00 _iram_bss_start = ABSOLUTE (.) +.iram0.bss 0x4038d800 0x0 + 0x4038d800 . = ALIGN (0x10) + 0x4038d800 _iram_bss_start = ABSOLUTE (.) *(.iram.bss .iram.bss.*) - 0x4038da00 _iram_bss_end = ABSOLUTE (.) - 0x4038da00 . = ALIGN (0x10) - 0x4038da00 _iram_end = ABSOLUTE (.) + 0x4038d800 _iram_bss_end = ABSOLUTE (.) + 0x4038d800 . = ALIGN (0x10) + 0x4038d800 _iram_end = ABSOLUTE (.) .dram0.heap_start - 0x3fc906d0 0x0 - 0x3fc906d0 . = ALIGN (0x10) - 0x3fc906d0 _heap_start = ABSOLUTE (.) + 0x3fc903f8 0x8 + 0x3fc90400 . = ALIGN (0x10) + *fill* 0x3fc903f8 0x8 + 0x3fc90400 _heap_start = ABSOLUTE (.) .debug *(.debug) @@ -17504,7 +17882,7 @@ END GROUP .debug_sfnames *(.debug_sfnames) -.debug_aranges 0x00000000 0x69c8 +.debug_aranges 0x00000000 0x5ec8 *(.debug_aranges) .debug_aranges 0x00000000 0x38 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) @@ -17537,538 +17915,434 @@ END GROUP .debug_aranges 0x00000410 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) .debug_aranges - 0x00000440 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000440 0x80 esp-idf/esp_system/libesp_system.a(panic.c.obj) .debug_aranges - 0x000004c8 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000004c0 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) .debug_aranges - 0x00000508 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x00000500 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .debug_aranges - 0x00000560 0x90 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000558 0x90 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .debug_aranges - 0x000005f0 0x50 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x000005e8 0x50 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) .debug_aranges - 0x00000640 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x00000638 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .debug_aranges - 0x00000668 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000660 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) .debug_aranges - 0x000006b0 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x000006a8 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) .debug_aranges - 0x00000708 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000700 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .debug_aranges - 0x00000778 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000770 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) .debug_aranges - 0x000007b8 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000798 0x80 esp-idf/log/liblog.a(log.c.obj) .debug_aranges - 0x000007e0 0x80 esp-idf/log/liblog.a(log.c.obj) + 0x00000818 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) .debug_aranges - 0x00000860 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x00000860 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) .debug_aranges - 0x000008a8 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000988 0x50 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .debug_aranges - 0x000009d0 0x50 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000009d8 0xe8 esp-idf/heap/libheap.a(multi_heap.c.obj) .debug_aranges - 0x00000a20 0xe8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000ac0 0xe8 esp-idf/heap/libheap.a(tlsf.c.obj) .debug_aranges - 0x00000b08 0xe8 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x00000ba8 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) .debug_aranges - 0x00000bf0 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x00000be8 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) .debug_aranges - 0x00000c30 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x00000c00 0x50 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .debug_aranges - 0x00000c48 0x50 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x00000c50 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) .debug_aranges - 0x00000c98 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x00000cb0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .debug_aranges - 0x00000cf8 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x00000d18 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .debug_aranges - 0x00000d60 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x00000e00 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .debug_aranges - 0x00000e48 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x00000eb8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .debug_aranges - 0x00000f00 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x00000f10 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .debug_aranges - 0x00000f58 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x00000f68 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) .debug_aranges - 0x00000fb0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x00000fd0 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .debug_aranges - 0x00001018 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00001100 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .debug_aranges - 0x00001148 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x00001148 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) .debug_aranges - 0x00001190 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x00001198 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .debug_aranges - 0x000011e0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x00001200 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) .debug_aranges - 0x00001248 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x00001270 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .debug_aranges - 0x000012b8 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x000013d0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) .debug_aranges - 0x00001418 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x00001408 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) .debug_aranges - 0x00001450 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x00001430 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .debug_aranges - 0x00001478 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x00001458 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) .debug_aranges - 0x000014a0 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x000015b8 0x298 esp-idf/freertos/libfreertos.a(tasks.c.obj) .debug_aranges - 0x00001600 0x298 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00001850 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) .debug_aranges - 0x00001898 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00001900 0x50 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) .debug_aranges - 0x00001948 0x50 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x00001950 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) .debug_aranges - 0x00001998 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x00001978 0x38 esp-idf/freertos/libfreertos.a(port_systick.c.obj) .debug_aranges - 0x000019c0 0x38 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x000019b0 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) .debug_aranges - 0x000019f8 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000019f0 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) .debug_aranges - 0x00001a38 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x00001a10 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) .debug_aranges - 0x00001a58 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x00001a48 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) .debug_aranges - 0x00001a90 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x00001ae8 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) .debug_aranges - 0x00001b30 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00001bc0 0x38 esp-idf/newlib/libnewlib.a(pthread.c.obj) .debug_aranges - 0x00001c08 0x38 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x00001bf8 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) .debug_aranges - 0x00001c40 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x00001c20 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .debug_aranges - 0x00001c68 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x00001c70 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) .debug_aranges - 0x00001cb8 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00001cd0 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) .debug_aranges - 0x00001d18 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00001d50 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) .debug_aranges - 0x00001d98 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00001da0 0x170 esp-idf/pthread/libpthread.a(pthread.c.obj) .debug_aranges - 0x00001de8 0x170 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00001f10 0x88 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) .debug_aranges - 0x00001f58 0x88 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x00001f98 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .debug_aranges - 0x00001fe0 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00001ff8 0x68 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) .debug_aranges - 0x00002040 0x68 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x00002060 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) .debug_aranges - 0x000020a8 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x000020b8 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) .debug_aranges - 0x00002100 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x00002108 0x28 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) .debug_aranges - 0x00002150 0x28 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + 0x00002130 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .debug_aranges - 0x00002178 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x00002160 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .debug_aranges - 0x000021a8 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x00002190 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) .debug_aranges - 0x000021d8 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x00002200 0x98 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .debug_aranges - 0x00002248 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x00002298 0x60 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) .debug_aranges - 0x00002368 0x250 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x000022f8 0xa0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .debug_aranges - 0x000025b8 0x98 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x00002398 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .debug_aranges - 0x00002650 0x60 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x000023d0 0xe0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .debug_aranges - 0x000026b0 0xa0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x000024b0 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) .debug_aranges - 0x00002750 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x00002500 0xa8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .debug_aranges - 0x00002788 0xe0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x000025a8 0x1e0 esp-idf/vfs/libvfs.a(vfs.c.obj) .debug_aranges - 0x00002868 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x00002788 0x28 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) .debug_aranges - 0x000028b8 0xa8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x000027b0 0x68 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .debug_aranges - 0x00002960 0x1e0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00002818 0x68 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .debug_aranges - 0x00002b40 0x28 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x00002880 0xc8 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .debug_aranges - 0x00002b68 0x68 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x00002948 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .debug_aranges - 0x00002bd0 0x68 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x00002990 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .debug_aranges - 0x00002c38 0xc8 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x00002a10 0x58 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) .debug_aranges - 0x00002d00 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x00002a68 0x30 esp-idf/main/libmain.a(main.c.obj) .debug_aranges - 0x00002d48 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x00002a98 0x40 esp-idf/console/libconsole.a(esp_console_common.c.obj) .debug_aranges - 0x00002dc8 0x58 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + 0x00002ad8 0x20 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) .debug_aranges - 0x00002e20 0x30 esp-idf/main/libmain.a(main.c.obj) + 0x00002af8 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) .debug_aranges - 0x00002e50 0x40 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x00002b38 0x20 esp-idf/riscv/libriscv.a(vectors.S.obj) .debug_aranges - 0x00002e90 0x190 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00002b58 0x20 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) .debug_aranges - 0x00003020 0x28 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + 0x00002b78 0x220 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .debug_aranges - 0x00003048 0x68 esp-idf/console/libconsole.a(commands.c.obj) + 0x00002d98 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) .debug_aranges - 0x000030b0 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) + 0x00002db8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) .debug_aranges - 0x000030d0 0x68 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x00002dd8 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .debug_aranges - 0x00003138 0x40 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x00002e88 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) .debug_aranges - 0x00003178 0x50 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x00002f00 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .debug_aranges - 0x000031c8 0x60 esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x00002f48 0xc8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .debug_aranges - 0x00003228 0x100 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00003010 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) .debug_aranges - 0x00003328 0x20 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x00003028 0x20 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) .debug_aranges - 0x00003348 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x00003048 0x50 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) .debug_aranges - 0x00003388 0x20 esp-idf/riscv/libriscv.a(vectors.S.obj) + 0x00003098 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) .debug_aranges - 0x000033a8 0x20 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + 0x000030c8 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .debug_aranges - 0x000033c8 0x220 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x00003140 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .debug_aranges - 0x000035e8 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x000031b8 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .debug_aranges - 0x00003608 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x00003210 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .debug_aranges - 0x00003628 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00003320 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .debug_aranges - 0x000036d8 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x00003388 0xc0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .debug_aranges - 0x00003750 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00003448 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) .debug_aranges - 0x00003798 0xc8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x00003488 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) .debug_aranges - 0x00003860 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x000034a0 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .debug_aranges - 0x00003878 0x20 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + 0x000035b0 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) .debug_aranges - 0x00003898 0x50 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x000035e8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) .debug_aranges - 0x000038e8 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x00003618 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) .debug_aranges - 0x00003918 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00003660 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) .debug_aranges - 0x00003990 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x000036c0 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) .debug_aranges - 0x00003a08 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000036e8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) .debug_aranges - 0x00003a60 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x00003710 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .debug_aranges - 0x00003b70 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00003788 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) .debug_aranges - 0x00003bd8 0xc0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x000037b8 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) .debug_aranges - 0x00003c98 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x00003810 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) .debug_aranges - 0x00003cd8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x00003878 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) .debug_aranges - 0x00003cf0 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000038a8 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .debug_aranges - 0x00003e00 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x00003988 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) .debug_aranges - 0x00003e38 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x000039d8 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) .debug_aranges - 0x00003e68 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000039f8 0x78 esp-idf/hal/libhal.a(mmu_hal.c.obj) .debug_aranges - 0x00003eb0 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x00003a70 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) .debug_aranges - 0x00003f10 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x00003ad8 0x50 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .debug_aranges - 0x00003f38 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x00003b28 0xc8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .debug_aranges - 0x00003f60 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00003bf0 0x58 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .debug_aranges - 0x00003fd8 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x00003c48 0x90 esp-idf/hal/libhal.a(systimer_hal.c.obj) .debug_aranges - 0x00004008 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x00003cd8 0x70 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .debug_aranges - 0x00004060 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x00003d48 0x18 esp-idf/soc/libsoc.a(interrupts.c.obj) .debug_aranges - 0x000040c8 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x00003d60 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) .debug_aranges - 0x000040f8 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x00003d78 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) .debug_aranges - 0x000041d8 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x00003da8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) .debug_aranges - 0x00004228 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x00003dc8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) .debug_aranges - 0x00004248 0x78 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00003df8 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) .debug_aranges - 0x000042c0 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x00003ee8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) .debug_aranges - 0x00004328 0x50 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x00003f10 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) .debug_aranges - 0x00004378 0xc8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00003f30 0x430 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) .debug_aranges - 0x00004440 0x58 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x00004360 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .debug_aranges - 0x00004498 0x90 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x000044e0 0x250 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .debug_aranges - 0x00004528 0xf0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00004730 0x330 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .debug_aranges - 0x00004618 0x70 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x00004a60 0x1a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .debug_aranges - 0x00004688 0x18 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x00004c00 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) .debug_aranges - 0x000046a0 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x00004cc8 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) .debug_aranges - 0x000046b8 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x00004d40 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .debug_aranges - 0x000046d0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x00004e00 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) .debug_aranges - 0x00004700 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x00004e38 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) .debug_aranges - 0x00004720 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x00004e98 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .debug_aranges - 0x00004750 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x00004fb8 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .debug_aranges - 0x00004780 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x00005038 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) .debug_aranges - 0x000047a0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x00005060 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) .debug_aranges - 0x000047e8 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x00005098 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .debug_aranges - 0x000048d8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x00005118 0x70 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) .debug_aranges - 0x00004900 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x00005188 0xf0 esp-idf/hal/libhal.a(uart_hal.c.obj) .debug_aranges - 0x00004920 0x78 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x00005278 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) .debug_aranges - 0x00004998 0x430 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x000052b8 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) .debug_aranges - 0x00004dc8 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x000052d0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) .debug_aranges - 0x00004f48 0x330 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00005300 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) .debug_aranges - 0x00005278 0x1a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00005320 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .debug_aranges - 0x00005418 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00005368 0x78 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) .debug_aranges - 0x000054e0 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x000053e0 0x100 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .debug_aranges - 0x00005558 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000054e0 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .debug_aranges - 0x00005618 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x00005538 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) .debug_aranges - 0x00005650 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00005558 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) .debug_aranges - 0x000056b0 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00005578 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .debug_aranges - 0x000057d0 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x000055f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) .debug_aranges - 0x00005850 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x00005610 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) .debug_aranges - 0x00005878 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00005658 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) .debug_aranges - 0x000058b0 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x00005698 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) .debug_aranges - 0x00005930 0x70 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x000056f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) .debug_aranges - 0x000059a0 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x00005710 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) .debug_aranges - 0x000059f8 0x100 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x00005730 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) .debug_aranges - 0x00005af8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x00005770 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) .debug_aranges - 0x00005b18 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + 0x000057e8 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .debug_aranges - 0x00005b38 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x00005828 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) .debug_aranges - 0x00005bb0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x000058d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) .debug_aranges - 0x00005bd0 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x000058f0 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) .debug_aranges - 0x00005c18 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x00005908 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) .debug_aranges - 0x00005c58 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x00005928 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .debug_aranges - 0x00005cb0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x00005958 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .debug_aranges - 0x00005cd0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x00005a40 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) .debug_aranges - 0x00005cf0 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x00005a58 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .debug_aranges - 0x00005d30 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x00005a70 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .debug_aranges - 0x00005da8 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x00005a90 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .debug_aranges - 0x00005de8 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x00005ab0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .debug_aranges - 0x00005e90 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x00005ad0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .debug_aranges - 0x00005eb0 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + 0x00005af0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .debug_aranges - 0x00005ec8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x00005b10 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) .debug_aranges - 0x00005ee8 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x00005b30 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .debug_aranges - 0x00005f18 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00005b50 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .debug_aranges - 0x00006000 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x00005b70 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) .debug_aranges - 0x00006018 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + 0x00005b90 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) .debug_aranges - 0x00006038 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + 0x00005bb0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .debug_aranges - 0x00006058 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + 0x00005bd0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .debug_aranges - 0x00006078 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x00005bf0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) .debug_aranges - 0x00006098 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x00005c10 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .debug_aranges - 0x000060b8 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x00005c30 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .debug_aranges - 0x000060d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x00005c50 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .debug_aranges - 0x000060f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x00005c70 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) .debug_aranges - 0x00006110 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x00005c90 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) .debug_aranges - 0x00006130 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x00005ca8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) .debug_aranges - 0x00006150 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x00005cc8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) .debug_aranges - 0x00006170 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + 0x00005ce8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) .debug_aranges - 0x00006190 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x00005d08 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) .debug_aranges - 0x000061b0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x00005d28 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) .debug_aranges - 0x000061d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x00005d48 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) .debug_aranges - 0x000061f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + 0x00005d68 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) .debug_aranges - 0x00006210 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x00005d88 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .debug_aranges - 0x00006230 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + 0x00005da8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .debug_aranges - 0x00006250 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x00005dc8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .debug_aranges - 0x00006270 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x00005de8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .debug_aranges - 0x00006290 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x00005e08 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .debug_aranges - 0x000062b0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x00005e28 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) .debug_aranges - 0x000062d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x00005e48 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .debug_aranges - 0x000062f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x00005e68 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) .debug_aranges - 0x00006310 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x00005e88 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) .debug_aranges - 0x00006330 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_aranges - 0x00006350 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_aranges - 0x00006370 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_aranges - 0x00006390 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_aranges - 0x000063b0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_aranges - 0x000063d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_aranges - 0x000063f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_aranges - 0x00006410 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_aranges - 0x00006430 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_aranges - 0x00006450 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_aranges - 0x00006470 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_aranges - 0x00006490 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_aranges - 0x000064b0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_aranges - 0x000064d0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_aranges - 0x000064f0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_aranges - 0x00006510 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_aranges - 0x00006530 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_aranges - 0x00006548 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_aranges - 0x00006568 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_aranges - 0x00006588 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_aranges - 0x000065a8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_aranges - 0x000065c8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_aranges - 0x000065e8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_aranges - 0x00006608 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_aranges - 0x00006628 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_aranges - 0x00006648 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_aranges - 0x00006668 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_aranges - 0x00006688 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_aranges - 0x000066a8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_aranges - 0x000066c8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_aranges - 0x000066e8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_aranges - 0x00006708 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_aranges - 0x00006728 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_aranges - 0x00006748 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_aranges - 0x00006768 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_aranges - 0x00006788 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_aranges - 0x000067a8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_aranges - 0x000067c8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_aranges - 0x000067e8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_aranges - 0x00006808 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_aranges - 0x00006828 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_aranges - 0x00006848 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_aranges - 0x00006868 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_aranges - 0x00006888 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_aranges - 0x000068a8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_aranges - 0x000068c8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_aranges - 0x000068e8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_aranges - 0x00006908 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_aranges - 0x00006928 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_aranges - 0x00006948 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_aranges - 0x00006968 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_aranges - 0x00006988 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_aranges - 0x000069a8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x00005ea8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_pubnames *(.debug_pubnames) -.debug_info 0x00000000 0x1b52a4 +.debug_info 0x00000000 0x18453b *(.debug_info .gnu.linkonce.wi.*) .debug_info 0x00000000 0x5e1 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_info 0x000005e1 0x3fb esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18077,280 +18351,228 @@ END GROUP .debug_info 0x00005b54 0x196 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .debug_info 0x00005cea 0x4273 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .debug_info 0x00009f5d 0xe11 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_info 0x0000ad6e 0x21e5 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_info 0x0000cf53 0x1c2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_info 0x0000d115 0x34df esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_info 0x000105f4 0x4a78 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_info 0x0001506c 0x475 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_info 0x000154e1 0x400a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_info 0x000194eb 0x84d esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_info 0x00019d38 0x1c3 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_info 0x00019efb 0x6d8b esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_info 0x00020c86 0x3b9 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_info 0x0002103f 0x441a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_info 0x00025459 0x12b6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_info 0x0002670f 0x57bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_info 0x0002beca 0x3b8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_info 0x0002c282 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x0002fa11 0x3a38 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x00033449 0x8292 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_info 0x0003b6db 0x1914 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_info 0x0003cfef 0x3181 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_info 0x00040170 0xa3f esp-idf/log/liblog.a(log.c.obj) - .debug_info 0x00040baf 0x6f0 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_info 0x0004129f 0x1c09 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_info 0x00042ea8 0xc7c esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_info 0x00043b24 0x15f2 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_info 0x00045116 0x71f7 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_info 0x0004c30d 0x86e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_info 0x0004cb7b 0x313 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_info 0x0004ce8e 0xcaf esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_info 0x0004db3d 0x8cb esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_info 0x0004e408 0x50d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_info 0x0004e915 0x2dc0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_info 0x000516d5 0x96e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_info 0x00052043 0x35f2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_info 0x00055635 0x22dd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_info 0x00057912 0x740 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_info 0x00058052 0x1831 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_info 0x00059883 0x422e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_info 0x0005dab1 0x8b5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_info 0x0005e366 0x645e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_info 0x000647c4 0x4e50 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_info 0x00069614 0x3b08 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_info 0x0006d11c 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_info 0x0006d344 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_info 0x0006d57d 0x556 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_info 0x0006dad3 0x2fa4 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_info 0x00070a77 0x4fc3 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_info 0x00075a3a 0x1b92 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_info 0x000775cc 0x359 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_info 0x00077925 0xcf1 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_info 0x00078616 0x6569 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_info 0x0007eb7f 0x2e3 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_info 0x0007ee62 0x26c esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_info 0x0007f0ce 0x4a7 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_info 0x0007f575 0xe9b esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_info 0x00080410 0x1034 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_info 0x00081444 0x1f7 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_info 0x0008163b 0xa38 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_info 0x00082073 0x178f esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_info 0x00083802 0xe85 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_info 0x00084687 0x1190 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_info 0x00085817 0x610 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_info 0x00085e27 0x21ad esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_info 0x00087fd4 0xf73 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_info 0x00088f47 0x858 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_info 0x0008979f 0x968 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_info 0x0008a107 0x5b5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_info 0x0008a6bc 0x147a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_info 0x0008bb36 0x891 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_info 0x0008c3c7 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_info 0x0008c531 0x278 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_info 0x0008c7a9 0x6892 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_info 0x0009303b 0x44c8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_info 0x00097503 0xd903 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_info 0x000a4e06 0x12af esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_info 0x000a60b5 0x407 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_info 0x000a64bc 0x168e esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_info 0x000a7b4a 0xee5 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_info 0x000a8a2f 0x2bae esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_info 0x000ab5dd 0x23f esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_info 0x000ab81c 0x1ab2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_info 0x000ad2ce 0x5323 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_info 0x000b25f1 0x13c esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_info 0x000b272d 0xab3 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_info 0x000b31e0 0x1ffe esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_info 0x000b51de 0x2af8 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_info 0x000b7cd6 0x42d esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_info 0x000b8103 0xe99 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_info 0x000b8f9c 0xc46 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_info 0x000b9be2 0x7f8 esp-idf/main/libmain.a(main.c.obj) - .debug_info 0x000ba3da 0x140c esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_info 0x000bb7e6 0x30ac esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_info 0x000be892 0x1368 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_info 0x000bfbfa 0x178d esp-idf/console/libconsole.a(commands.c.obj) - .debug_info 0x000c1387 0x1bc esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_info 0x000c1543 0x7b8 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_info 0x000c1cfb 0xe90 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_info 0x000c2b8b 0x6fc esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_info 0x000c3287 0xf8d esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_info 0x000c4214 0x2d4c esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_info 0x000c6f60 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_info 0x000c70d9 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_info 0x000c74ed 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_info 0x000c752b 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_info 0x000c755d 0x63d6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_info 0x000cd933 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_info 0x000cda9d 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_info 0x000cdb3c 0x3ae2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_info 0x000d161e 0xc22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_info 0x000d2240 0xad7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_info 0x000d2d17 0x2f9e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_info 0x000d5cb5 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_info 0x000d5e76 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_info 0x000d5ff8 0xc99 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_info 0x000d6c91 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_info 0x000d6e6e 0x730 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_info 0x000d759e 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_info 0x000d8bd3 0x3fc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_info 0x000d8fcf 0x441e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_info 0x000dd3ed 0x65ff esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_info 0x000e39ec 0x1254 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_info 0x000e4c40 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_info 0x000e55ff 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_info 0x000e6278 0x2651 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_info 0x000e88c9 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_info 0x000e98de 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_info 0x000ea9d1 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_info 0x000eba95 0x1425 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_info 0x000eceba 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_info 0x000edda9 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_info 0x000eec98 0x4738 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_info 0x000f33d0 0x3e0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_info 0x000f37b0 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_info 0x000f3f57 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_info 0x000f44b0 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_info 0x000fd8cf 0x1fe2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_info 0x000ff8b1 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_info 0x00108f9e 0x54a esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_info 0x001094e8 0x1020 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_info 0x0010a508 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_info 0x0010b19c 0x40ec esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_info 0x0010f288 0x535b esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_info 0x001145e3 0x4ff esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_info 0x00114ae2 0x1805 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_info 0x001162e7 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_info 0x00118cfa 0x463d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_info 0x0011d337 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_info 0x0011d57c 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_info 0x0011d654 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_info 0x0011d982 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_info 0x0011dab6 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_info 0x0011dd21 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_info 0x0011dfd0 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_info 0x0011e198 0x632 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_info 0x0011e7ca 0x5e4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_info 0x0011edae 0x1f44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_info 0x00120cf2 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_info 0x00120dc7 0x24 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_info 0x00120deb 0x1eeb esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_info 0x00122cd6 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_info 0x00126bcb 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_info 0x0012a263 0xc4b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_info 0x0013671b 0xb8a2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_info 0x00141fbd 0x749a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_info 0x00149457 0x1705 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_info 0x0014ab5c 0x8c12 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_info 0x0015376e 0xa25 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_info 0x00154193 0x3b8c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_info 0x00157d1f 0x739d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_info 0x0015f0bc 0x6caa esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_info 0x00165d66 0xf77 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_info 0x00166cdd 0x2d6d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_info 0x00169a4a 0x1a9e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_info 0x0016b4e8 0x13f2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_info 0x0016c8da 0x846 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_info 0x0016d120 0x2bdd esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_info 0x0016fcfd 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_info 0x0016fd8f 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_info 0x0016fe3a 0x1082 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_info 0x00170ebc 0x11a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_info 0x00170fd6 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_info 0x00171a32 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_info 0x00171f8a 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_info 0x00172a1e 0x5b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_info 0x00172fd2 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_info 0x0017307d 0xd9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_info 0x00173e18 0x8c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_info 0x001746da 0xfda /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_info 0x001756b4 0x1bd1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_info 0x00177285 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_info 0x00177330 0x8b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_info 0x00177be0 0x883 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_info 0x00178463 0x28b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_info 0x001786ee 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_info 0x0017a1b7 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_info 0x0017a222 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_info 0x0017a328 0x8f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_info 0x0017ac19 0x9ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_info 0x0017b5c7 0xe5f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_info 0x0017c426 0x15a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_info 0x0017d9cd 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_info 0x0017da86 0x2a5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_info 0x001804e1 0x21f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_info 0x001826d8 0xa02 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_info 0x001830da 0xac8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_info 0x00183ba2 0x956 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_info 0x001844f8 0xa9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_info 0x00184f93 0x8dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_info 0x00185870 0x1038 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_info 0x001868a8 0xb08 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_info 0x001873b0 0x97e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_info 0x00187d2e 0x98a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_info 0x001886b8 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_info 0x00189114 0x9b3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_info 0x00189ac7 0xc0e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_info 0x0018a6d5 0x8b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_info 0x0018af8d 0xa86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_info 0x0018ba13 0x965 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_info 0x0018c378 0x9e6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_info 0x0018cd5e 0x8f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_info 0x0018d651 0xa49 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_info 0x0018e09a 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_info 0x0018eb0b 0x90d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_info 0x0018f418 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_info 0x0018fe89 0x9c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_info 0x0019084a 0x9a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_info 0x001911eb 0xa0d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_info 0x00191bf8 0xb63 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_info 0x0019275b 0x954 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_info 0x001930af 0x9aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_info 0x00193a59 0x992 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_info 0x001943eb 0x8ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_info 0x00194cda 0x99b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_info 0x00195675 0xe45 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_info 0x001964ba 0xbe9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_info 0x001970a3 0x986 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_info 0x00197a29 0x84c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_info 0x00198275 0x840 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_info 0x00198ab5 0x872 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_info 0x00199327 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_info 0x00199dbb 0x8f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_info 0x0019a6b0 0x8c9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_info 0x0019af79 0x8bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_info 0x0019b838 0x8c5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_info 0x0019c0fd 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_info 0x0019c2cc 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_info 0x0019c536 0x1885 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_info 0x0019ddbb 0x89a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_info 0x0019e655 0x1c9f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_info 0x001a02f4 0xddf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_info 0x001a10d3 0x2086 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_info 0x001a3159 0x20eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_info 0x001a5244 0x2805 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_info 0x001a7a49 0x229c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_info 0x001a9ce5 0x87e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_info 0x001aa563 0xbc1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_info 0x001ab124 0xfa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_info 0x001ab21e 0xab0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_info 0x001abcce 0xcbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_info 0x001ac98c 0xcb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_info 0x001aca57 0xc00 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_info 0x001ad657 0x1e11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_info 0x001af468 0xbbf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_info 0x001b0027 0xe15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_info 0x001b0e3c 0xe11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_info 0x001b1c4d 0xbf6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_info 0x001b2843 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_info 0x001b2930 0xad7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_info 0x001b3407 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_info 0x001b34d6 0x126a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_info 0x001b4740 0x347 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_info 0x001b4a87 0x398 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_info 0x001b4e1f 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_info 0x0000ad6e 0xbe8 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x0000b956 0x1c2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_info 0x0000bb18 0x34df esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_info 0x0000eff7 0x4a78 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x00013a6f 0x475 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_info 0x00013ee4 0x400a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_info 0x00017eee 0x84d esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_info 0x0001873b 0x1c3 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_info 0x000188fe 0x5805 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x0001e103 0x3b9 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x0001e4bc 0x441a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x000228d6 0x12b6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x00023b8c 0x57bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_info 0x00029347 0x3b8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x000296ff 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0002ce8e 0x3a38 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x000308c6 0x8292 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x00038b58 0x3181 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x0003bcd9 0xa3f esp-idf/log/liblog.a(log.c.obj) + .debug_info 0x0003c718 0x6f0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_info 0x0003ce08 0x1c09 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x0003ea11 0xc7c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x0003f68d 0x15f2 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x00040c7f 0x71f7 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_info 0x00047e76 0x86e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_info 0x000486e4 0x313 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_info 0x000489f7 0xcaf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_info 0x000496a6 0x8cb esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_info 0x00049f71 0x50d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_info 0x0004a47e 0x2dc0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_info 0x0004d23e 0x96e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_info 0x0004dbac 0x35f2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_info 0x0005119e 0x22dd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_info 0x0005347b 0x740 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x00053bbb 0x1831 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x000553ec 0x422e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x0005961a 0x8b5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_info 0x00059ecf 0x645e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x0006032d 0x4e50 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_info 0x0006517d 0x3b08 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_info 0x00068c85 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_info 0x00068ead 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_info 0x000690e6 0x556 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_info 0x0006963c 0x2fa4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x0006c5e0 0x4fc3 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x000715a3 0x1b92 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x00073135 0x359 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_info 0x0007348e 0xcf1 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x0007417f 0x6569 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_info 0x0007a6e8 0x2e3 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x0007a9cb 0x26c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x0007ac37 0x4a7 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x0007b0de 0xe9b esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x0007bf79 0x1034 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x0007cfad 0x1f7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x0007d1a4 0xa38 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x0007dbdc 0x178f esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x0007f36b 0xe85 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x000801f0 0x1190 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x00081380 0x610 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x00081990 0x21ad esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x00083b3d 0xf73 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_info 0x00084ab0 0x858 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x00085308 0x968 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_info 0x00085c70 0x5b5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_info 0x00086225 0x147a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x0008769f 0x891 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_info 0x00087f30 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_info 0x0008809a 0x278 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x00088312 0x6892 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_info 0x0008eba4 0x12af esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_info 0x0008fe53 0x407 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_info 0x0009025a 0x168e esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_info 0x000918e8 0xee5 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_info 0x000927cd 0x2b96 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_info 0x00095363 0x23f esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_info 0x000955a2 0x1a4f esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_info 0x00096ff1 0x5323 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x0009c314 0x13c esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_info 0x0009c450 0xab3 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_info 0x0009cf03 0x1ffe esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_info 0x0009ef01 0x2af8 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_info 0x000a19f9 0x42d esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_info 0x000a1e26 0xe99 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_info 0x000a2cbf 0xc46 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_info 0x000a3905 0x705 esp-idf/main/libmain.a(main.c.obj) + .debug_info 0x000a400a 0x140c esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_info 0x000a5416 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_info 0x000a558f 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_info 0x000a59a3 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_info 0x000a59e1 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_info 0x000a5a13 0x63d6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_info 0x000abde9 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_info 0x000abf53 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x000abff2 0x3ae2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000afad4 0xc22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_info 0x000b06f6 0xad7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x000b11cd 0x2f9e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_info 0x000b416b 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_info 0x000b432c 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_info 0x000b44ae 0xc99 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_info 0x000b5147 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_info 0x000b5324 0x730 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x000b5a54 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x000b7089 0x3fc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x000b7485 0x441e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x000bb8a3 0x65ff esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x000c1ea2 0x1254 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x000c30f6 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x000c3ab5 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x000c472e 0x2651 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x000c6d7f 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x000c7d94 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_info 0x000c8e87 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x000c9f4b 0x1425 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_info 0x000cb370 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_info 0x000cc25f 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_info 0x000cd14e 0x4738 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x000d1886 0x3e0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x000d1c66 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x000d240d 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x000d2966 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x000dbd85 0x1fe2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x000ddd67 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_info 0x000e7454 0x54a esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x000e799e 0x1020 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x000e89be 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_info 0x000e9652 0x40ec esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x000ed73e 0x535b esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x000f2a99 0x4ff esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x000f2f98 0x1805 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_info 0x000f479d 0x463d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_info 0x000f8dda 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_info 0x000f901f 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x000f90f7 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_info 0x000f922b 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x000f9496 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_info 0x000f965e 0x1f44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_info 0x000fb5a2 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_info 0x000fb677 0x24 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x000fb69b 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_info 0x000ff590 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x00102c28 0xd903 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_info 0x0011052b 0xc4b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x0011c9e3 0xb8a2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x00128285 0x749a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x0012f71f 0x1705 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x00130e24 0x8c12 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x00139a36 0xa25 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_info 0x0013a45b 0x3b8c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x0013dfe7 0x739d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x00145384 0x6caa esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x0014c02e 0xf77 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x0014cfa5 0x2d6d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x0014fd12 0x1a9e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_info 0x001517b0 0x13f2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_info 0x00152ba2 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x001555b5 0x1914 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x00156ec9 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x001571f7 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_info 0x001574a6 0x632 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_info 0x00157ad8 0x5e4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_info 0x001580bc 0x1eeb esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_info 0x00159fa7 0x2bdd esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x0015cb84 0x846 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_info 0x0015d3ca 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x0015d45c 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_info 0x0015d507 0x1082 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x0015e589 0x11a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x0015e6a3 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x0015f0ff 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x0015f657 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x001600eb 0x5b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x0016069f 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x0016074a 0xd9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_info 0x001614e5 0x8c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_info 0x00161da7 0xfda /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x00162d81 0x1bd1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x00164952 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_info 0x001649fd 0x8b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x001652ad 0x883 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_info 0x00165b30 0x28b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_info 0x00165dbb 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x00167884 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_info 0x001678ef 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_info 0x001679a8 0x2a5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_info 0x0016a403 0x21f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_info 0x0016c5fa 0xa02 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_info 0x0016cffc 0xac8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_info 0x0016dac4 0x1038 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_info 0x0016eafc 0xb08 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_info 0x0016f604 0x9b3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_info 0x0016ffb7 0xc0e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_info 0x00170bc5 0x8b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_info 0x0017147d 0x965 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_info 0x00171de2 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_info 0x00172853 0xb63 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_info 0x001733b6 0x954 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_info 0x00173d0a 0x8ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_info 0x001745f9 0xe45 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_info 0x0017543e 0xbe9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_info 0x00176027 0x986 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_info 0x001769ad 0x84c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x001771f9 0x840 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_info 0x00177a39 0x872 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_info 0x001782ab 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_info 0x00178d3f 0x8f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_info 0x00179634 0x8c9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_info 0x00179efd 0x8bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_info 0x0017a7bc 0x8c5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_info 0x0017b081 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_info 0x0017b250 0x1885 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_info 0x0017cad5 0x1c9f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_info 0x0017e774 0x2086 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_info 0x001807fa 0x87e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_info 0x00181078 0xbc1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_info 0x00181c39 0xcbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_info 0x001828f7 0xc00 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_info 0x001834f7 0xbbf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_info 0x001840b6 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_abbrev 0x00000000 0x338c1 +.debug_abbrev 0x00000000 0x2b6af *(.debug_abbrev) .debug_abbrev 0x00000000 0x274 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_abbrev 0x00000274 0x223 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18359,280 +18581,228 @@ END GROUP .debug_abbrev 0x00000b09 0x136 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .debug_abbrev 0x00000c3f 0x30c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .debug_abbrev 0x00000f4b 0x267 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_abbrev 0x000011b2 0x44f esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_abbrev 0x00001601 0x11c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_abbrev 0x0000171d 0x30e esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_abbrev 0x00001a2b 0x426 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_abbrev 0x00001e51 0x1f3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_abbrev 0x00002044 0x33f esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_abbrev 0x00002383 0x294 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_abbrev 0x00002617 0x12e esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_abbrev 0x00002745 0x55c esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_abbrev 0x00002ca1 0x1fc esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_abbrev 0x00002e9d 0x36b esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_abbrev 0x00003208 0x346 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_abbrev 0x0000354e 0x349 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_abbrev 0x00003897 0x1bf esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_abbrev 0x00003a56 0x1ff esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x00003c55 0x329 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x00003f7e 0x424 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_abbrev 0x000043a2 0x2dc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_abbrev 0x0000467e 0x286 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_abbrev 0x00004904 0x376 esp-idf/log/liblog.a(log.c.obj) - .debug_abbrev 0x00004c7a 0x269 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_abbrev 0x00004ee3 0x42b esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_abbrev 0x0000530e 0x335 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_abbrev 0x00005643 0x3a1 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_abbrev 0x000059e4 0x470 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_abbrev 0x00005e54 0x2ab esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_abbrev 0x000060ff 0xed esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_abbrev 0x000061ec 0x325 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_abbrev 0x00006511 0x2f6 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_abbrev 0x00006807 0x237 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_abbrev 0x00006a3e 0x637 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_abbrev 0x00007075 0x21b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_abbrev 0x00007290 0x365 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_abbrev 0x000075f5 0x458 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_abbrev 0x00007a4d 0x215 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_abbrev 0x00007c62 0x4d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_abbrev 0x00008132 0x3e9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_abbrev 0x0000851b 0x241 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_abbrev 0x0000875c 0x3df esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_abbrev 0x00008b3b 0x303 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_abbrev 0x00008e3e 0x527 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_abbrev 0x00009365 0xd3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_abbrev 0x00009438 0x159 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_abbrev 0x00009591 0x244 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_abbrev 0x000097d5 0x367 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_abbrev 0x00009b3c 0x496 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_abbrev 0x00009fd2 0x5c2 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_abbrev 0x0000a594 0x166 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_abbrev 0x0000a6fa 0x211 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_abbrev 0x0000a90b 0x40f esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_abbrev 0x0000ad1a 0x111 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_abbrev 0x0000ae2b 0x145 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_abbrev 0x0000af70 0x202 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_abbrev 0x0000b172 0x2a4 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_abbrev 0x0000b416 0x371 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_abbrev 0x0000b787 0x132 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_abbrev 0x0000b8b9 0x24c esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_abbrev 0x0000bb05 0x333 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_abbrev 0x0000be38 0x2ee esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_abbrev 0x0000c126 0x37c esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_abbrev 0x0000c4a2 0x1d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_abbrev 0x0000c676 0x4c1 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_abbrev 0x0000cb37 0x2bc esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_abbrev 0x0000cdf3 0x283 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_abbrev 0x0000d076 0x22e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_abbrev 0x0000d2a4 0x1a4 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_abbrev 0x0000d448 0x4f7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_abbrev 0x0000d93f 0x206 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_abbrev 0x0000db45 0x112 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_abbrev 0x0000dc57 0x186 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_abbrev 0x0000dddd 0x487 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_abbrev 0x0000e264 0x5b5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_abbrev 0x0000e819 0x63f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_abbrev 0x0000ee58 0x337 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_abbrev 0x0000f18f 0x17f esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_abbrev 0x0000f30e 0x485 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_abbrev 0x0000f793 0x268 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_abbrev 0x0000f9fb 0x53d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_abbrev 0x0000ff38 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_abbrev 0x00010043 0x2a4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_abbrev 0x000102e7 0x512 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_abbrev 0x000107f9 0xe1 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_abbrev 0x000108da 0x3fd esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_abbrev 0x00010cd7 0x40d esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_abbrev 0x000110e4 0x3ba esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_abbrev 0x0001149e 0x1f4 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_abbrev 0x00011692 0x418 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_abbrev 0x00011aaa 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_abbrev 0x00011d06 0x236 esp-idf/main/libmain.a(main.c.obj) - .debug_abbrev 0x00011f3c 0x317 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_abbrev 0x00012253 0x4aa esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_abbrev 0x000126fd 0x327 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_abbrev 0x00012a24 0x391 esp-idf/console/libconsole.a(commands.c.obj) - .debug_abbrev 0x00012db5 0xce esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_abbrev 0x00012e83 0x252 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_abbrev 0x000130d5 0x2cb esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_abbrev 0x000133a0 0x1ea esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_abbrev 0x0001358a 0x2f9 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_abbrev 0x00013883 0x3ee esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_abbrev 0x00013c71 0x10c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_abbrev 0x00013d7d 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_abbrev 0x00013f99 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_abbrev 0x00013fc1 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_abbrev 0x00013fe9 0x69a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_abbrev 0x00014683 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_abbrev 0x0001472d 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_abbrev 0x0001478f 0x511 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_abbrev 0x00014ca0 0x29e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_abbrev 0x00014f3e 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_abbrev 0x000151ba 0x554 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_abbrev 0x0001570e 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_abbrev 0x000157cb 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_abbrev 0x000158a2 0x217 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_abbrev 0x00015ab9 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_abbrev 0x00015be3 0x208 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_abbrev 0x00015deb 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_abbrev 0x000161ed 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_abbrev 0x0001647e 0x54b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_abbrev 0x000169c9 0x548 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_abbrev 0x00016f11 0x3ba esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_abbrev 0x000172cb 0x243 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_abbrev 0x0001750e 0x142 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_abbrev 0x00017650 0x471 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_abbrev 0x00017ac1 0x229 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_abbrev 0x00017cea 0x205 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_abbrev 0x00017eef 0x279 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_abbrev 0x00018168 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_abbrev 0x000183e8 0x1d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_abbrev 0x000185ba 0x1e3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_abbrev 0x0001879d 0x3ee esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_abbrev 0x00018b8b 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_abbrev 0x00018d04 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_abbrev 0x00018f6d 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_abbrev 0x0001911c 0x38a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_abbrev 0x000194a6 0x3f6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_abbrev 0x0001989c 0x37c esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_abbrev 0x00019c18 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_abbrev 0x00019dad 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_abbrev 0x0001a114 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_abbrev 0x0001a434 0x3fc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_abbrev 0x0001a830 0x4fb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_abbrev 0x0001ad2b 0x208 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_abbrev 0x0001af33 0x38e esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_abbrev 0x0001b2c1 0x3d4 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_abbrev 0x0001b695 0x472 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_abbrev 0x0001bb07 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_abbrev 0x0001bb8d 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_abbrev 0x0001bbfd 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_abbrev 0x0001bcd1 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_abbrev 0x0001bd74 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_abbrev 0x0001be04 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_abbrev 0x0001bf9e 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_abbrev 0x0001c062 0x16d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_abbrev 0x0001c1cf 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_abbrev 0x0001c403 0x45d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_abbrev 0x0001c860 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_abbrev 0x0001c8f5 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_abbrev 0x0001c909 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_abbrev 0x0001cd05 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_abbrev 0x0001ce76 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_abbrev 0x0001d1e9 0xf5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_abbrev 0x0001e147 0xee2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_abbrev 0x0001f029 0xb2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_abbrev 0x0001fb56 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_abbrev 0x00020072 0xdbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_abbrev 0x00020e2d 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_abbrev 0x0002110d 0x801 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_abbrev 0x0002190e 0xbd1 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_abbrev 0x000224df 0xcfb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_abbrev 0x000231da 0x417 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_abbrev 0x000235f1 0x5e1 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_abbrev 0x00023bd2 0x343 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_abbrev 0x00023f15 0x282 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_abbrev 0x00024197 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_abbrev 0x00024450 0x400 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_abbrev 0x00024850 0x8f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_abbrev 0x000248df 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_abbrev 0x00024988 0x5cd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_abbrev 0x00024f55 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_abbrev 0x00025077 0x47f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_abbrev 0x000254f6 0x306 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_abbrev 0x000257fc 0x471 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_abbrev 0x00025c6d 0x1a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_abbrev 0x00025e0d 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_abbrev 0x00025eb6 0x509 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_abbrev 0x000263bf 0x3f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_abbrev 0x000267b1 0x57b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_abbrev 0x00026d2c 0x7cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_abbrev 0x000274f7 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_abbrev 0x0002759b 0x342 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_abbrev 0x000278dd 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_abbrev 0x00027bd3 0x1f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_abbrev 0x00027dc9 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_abbrev 0x00028216 0x5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_abbrev 0x00028271 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_abbrev 0x00028343 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_abbrev 0x0002854c 0x21c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_abbrev 0x00028768 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_abbrev 0x00028a5c 0x352 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_abbrev 0x00028dae 0x62 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_abbrev 0x00028e10 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_abbrev 0x000292ab 0x44f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_abbrev 0x000296fa 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_abbrev 0x00029983 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_abbrev 0x00029c6a 0x233 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_abbrev 0x00029e9d 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_abbrev 0x0002a0ef 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_abbrev 0x0002a2c6 0x424 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_abbrev 0x0002a6ea 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_abbrev 0x0002a973 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_abbrev 0x0002ab86 0x246 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_abbrev 0x0002adcc 0x253 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_abbrev 0x0002b01f 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_abbrev 0x0002b266 0x23a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_abbrev 0x0002b4a0 0x1bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_abbrev 0x0002b65d 0x274 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_abbrev 0x0002b8d1 0x224 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_abbrev 0x0002baf5 0x27a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_abbrev 0x0002bd6f 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_abbrev 0x0002bf6f 0x265 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_abbrev 0x0002c1d4 0x2bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_abbrev 0x0002c491 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_abbrev 0x0002c6b8 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_abbrev 0x0002c934 0x237 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_abbrev 0x0002cb6b 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_abbrev 0x0002cd7e 0x21e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_abbrev 0x0002cf9c 0x255 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_abbrev 0x0002d1f1 0x210 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_abbrev 0x0002d401 0x22d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_abbrev 0x0002d62e 0x25a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_abbrev 0x0002d888 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_abbrev 0x0002da91 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_abbrev 0x0002dcb6 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_abbrev 0x0002df94 0x260 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_abbrev 0x0002e1f4 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_abbrev 0x0002e406 0x174 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_abbrev 0x0002e57a 0x196 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_abbrev 0x0002e710 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_abbrev 0x0002e8e1 0x1e1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_abbrev 0x0002eac2 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_abbrev 0x0002ec93 0x1ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_abbrev 0x0002ee82 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_abbrev 0x0002f054 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_abbrev 0x0002f22b 0x13c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_abbrev 0x0002f367 0x1c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_abbrev 0x0002f529 0x325 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_abbrev 0x0002f84e 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_abbrev 0x0002fa35 0x45d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_abbrev 0x0002fe92 0x2be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_abbrev 0x00030150 0x3cc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_abbrev 0x0003051c 0x420 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_abbrev 0x0003093c 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_abbrev 0x00030d69 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_abbrev 0x0003117b 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_abbrev 0x00031339 0x257 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_abbrev 0x00031590 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_abbrev 0x00031624 0x299 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_abbrev 0x000318bd 0x285 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_abbrev 0x00031b42 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_abbrev 0x00031bb9 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_abbrev 0x00031e16 0x50e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_abbrev 0x00032324 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_abbrev 0x0003256b 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_abbrev 0x0003284e 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_abbrev 0x00032b38 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_abbrev 0x00032d79 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_abbrev 0x00032e32 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_abbrev 0x00032fe0 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_abbrev 0x00033057 0x3c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_abbrev 0x00033418 0x187 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_abbrev 0x0003359f 0x197 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_abbrev 0x00033736 0x18b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_abbrev 0x000011b2 0x2f3 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x000014a5 0x11c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_abbrev 0x000015c1 0x30e esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_abbrev 0x000018cf 0x426 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x00001cf5 0x1f3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_abbrev 0x00001ee8 0x33f esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_abbrev 0x00002227 0x294 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_abbrev 0x000024bb 0x12e esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_abbrev 0x000025e9 0x518 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x00002b01 0x1fc esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x00002cfd 0x36b esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x00003068 0x346 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x000033ae 0x349 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_abbrev 0x000036f7 0x1bf esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x000038b6 0x1ff esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00003ab5 0x329 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00003dde 0x424 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x00004202 0x286 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x00004488 0x376 esp-idf/log/liblog.a(log.c.obj) + .debug_abbrev 0x000047fe 0x269 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_abbrev 0x00004a67 0x42b esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x00004e92 0x335 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x000051c7 0x3a1 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x00005568 0x470 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_abbrev 0x000059d8 0x2ab esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_abbrev 0x00005c83 0xed esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_abbrev 0x00005d70 0x325 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_abbrev 0x00006095 0x2f6 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_abbrev 0x0000638b 0x237 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_abbrev 0x000065c2 0x637 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_abbrev 0x00006bf9 0x21b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_abbrev 0x00006e14 0x365 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_abbrev 0x00007179 0x458 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_abbrev 0x000075d1 0x215 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x000077e6 0x4d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x00007cb6 0x3e9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x0000809f 0x241 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_abbrev 0x000082e0 0x3df esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x000086bf 0x303 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_abbrev 0x000089c2 0x527 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_abbrev 0x00008ee9 0xd3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_abbrev 0x00008fbc 0x159 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_abbrev 0x00009115 0x244 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_abbrev 0x00009359 0x367 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x000096c0 0x496 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x00009b56 0x5c2 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x0000a118 0x166 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_abbrev 0x0000a27e 0x211 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x0000a48f 0x40f esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_abbrev 0x0000a89e 0x111 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x0000a9af 0x145 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x0000aaf4 0x202 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x0000acf6 0x2a4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x0000af9a 0x371 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x0000b30b 0x132 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x0000b43d 0x24c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x0000b689 0x333 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x0000b9bc 0x2ee esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x0000bcaa 0x37c esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x0000c026 0x1d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x0000c1fa 0x4c1 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x0000c6bb 0x2bc esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_abbrev 0x0000c977 0x283 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000cbfa 0x22e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_abbrev 0x0000ce28 0x1a4 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_abbrev 0x0000cfcc 0x4f7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x0000d4c3 0x206 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_abbrev 0x0000d6c9 0x112 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_abbrev 0x0000d7db 0x186 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x0000d961 0x487 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_abbrev 0x0000dde8 0x337 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_abbrev 0x0000e11f 0x17f esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_abbrev 0x0000e29e 0x485 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_abbrev 0x0000e723 0x268 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_abbrev 0x0000e98b 0x53d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_abbrev 0x0000eec8 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_abbrev 0x0000efd3 0x286 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_abbrev 0x0000f259 0x512 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x0000f76b 0xe1 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_abbrev 0x0000f84c 0x3fd esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_abbrev 0x0000fc49 0x40d esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_abbrev 0x00010056 0x3ba esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_abbrev 0x00010410 0x1f4 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_abbrev 0x00010604 0x418 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_abbrev 0x00010a1c 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_abbrev 0x00010c78 0x247 esp-idf/main/libmain.a(main.c.obj) + .debug_abbrev 0x00010ebf 0x317 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_abbrev 0x000111d6 0x10c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_abbrev 0x000112e2 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_abbrev 0x000114fe 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_abbrev 0x00011526 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_abbrev 0x0001154e 0x69a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_abbrev 0x00011be8 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_abbrev 0x00011c92 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x00011cf4 0x511 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x00012205 0x29e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_abbrev 0x000124a3 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x0001271f 0x554 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_abbrev 0x00012c73 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_abbrev 0x00012d30 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_abbrev 0x00012e07 0x217 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_abbrev 0x0001301e 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_abbrev 0x00013148 0x208 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x00013350 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x00013752 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x000139e3 0x54b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x00013f2e 0x548 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x00014476 0x3ba esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x00014830 0x243 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x00014a73 0x142 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00014bb5 0x471 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x00015026 0x229 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x0001524f 0x205 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_abbrev 0x00015454 0x279 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x000156cd 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_abbrev 0x0001594d 0x1d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_abbrev 0x00015b1f 0x1e3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_abbrev 0x00015d02 0x3ee esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x000160f0 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x00016269 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x000164d2 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x00016681 0x38a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x00016a0b 0x3f6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x00016e01 0x37c esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_abbrev 0x0001717d 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x00017312 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x00017679 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_abbrev 0x00017999 0x3fc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x00017d95 0x4fb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x00018290 0x208 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x00018498 0x38e esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_abbrev 0x00018826 0x472 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_abbrev 0x00018c98 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_abbrev 0x00018d1e 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x00018d8e 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_abbrev 0x00018e31 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x00018ec1 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_abbrev 0x00018f85 0x45d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_abbrev 0x000193e2 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_abbrev 0x00019477 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x0001948b 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_abbrev 0x000195fc 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0001996f 0x63f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_abbrev 0x00019fae 0xf5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x0001af0c 0xee2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0001bdee 0xb2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x0001c91b 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x0001ce37 0xdbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x0001dbf2 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_abbrev 0x0001ded2 0x801 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x0001e6d3 0xbd1 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x0001f2a4 0xcfb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x0001ff9f 0x417 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x000203b6 0x5e1 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x00020997 0x343 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_abbrev 0x00020cda 0x282 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_abbrev 0x00020f5c 0x3d4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x00021330 0x2dc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x0002160c 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x000216e0 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_abbrev 0x0002187a 0x16d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_abbrev 0x000219e7 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_abbrev 0x00021c1b 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_abbrev 0x00022017 0x400 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x00022417 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_abbrev 0x000226d0 0x8f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x0002275f 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_abbrev 0x00022808 0x5cd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x00022dd5 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x00022ef7 0x47f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x00023376 0x306 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x0002367c 0x471 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x00023aed 0x1a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x00023c8d 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x00023d36 0x509 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_abbrev 0x0002423f 0x3f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_abbrev 0x00024631 0x57b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x00024bac 0x7cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x00025377 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_abbrev 0x0002541b 0x342 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x0002575d 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_abbrev 0x00025a53 0x1f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_abbrev 0x00025c49 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x00026096 0x5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_abbrev 0x000260f1 0x62 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_abbrev 0x00026153 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_abbrev 0x000265ee 0x44f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_abbrev 0x00026a3d 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_abbrev 0x00026cc6 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_abbrev 0x00026fad 0x424 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_abbrev 0x000273d1 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_abbrev 0x0002765a 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_abbrev 0x000278a1 0x23a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_abbrev 0x00027adb 0x1bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_abbrev 0x00027c98 0x224 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_abbrev 0x00027ebc 0x2bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_abbrev 0x00028179 0x255 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_abbrev 0x000283ce 0x210 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_abbrev 0x000285de 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_abbrev 0x000287e7 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_abbrev 0x00028ac5 0x260 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_abbrev 0x00028d25 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_abbrev 0x00028f37 0x174 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x000290ab 0x196 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_abbrev 0x00029241 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_abbrev 0x00029412 0x1e1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_abbrev 0x000295f3 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_abbrev 0x000297c4 0x1ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_abbrev 0x000299b3 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_abbrev 0x00029b85 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_abbrev 0x00029d5c 0x13c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_abbrev 0x00029e98 0x325 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_abbrev 0x0002a1bd 0x45d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_abbrev 0x0002a61a 0x3cc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_abbrev 0x0002a9e6 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_abbrev 0x0002aba4 0x257 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_abbrev 0x0002adfb 0x285 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_abbrev 0x0002b080 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_abbrev 0x0002b2dd 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_abbrev 0x0002b524 0x18b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_line 0x00000000 0xe2257 +.debug_line 0x00000000 0xbee6d *(.debug_line) .debug_line 0x00000000 0x6f3 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_line 0x000006f3 0x591 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18641,280 +18811,228 @@ END GROUP .debug_line 0x00002ffe 0x380 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .debug_line 0x0000337e 0x7f8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .debug_line 0x00003b76 0x6dc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_line 0x00004252 0xda0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_line 0x00004ff2 0x372 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_line 0x00005364 0x70d esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_line 0x00005a71 0xb9c esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_line 0x0000660d 0x5a5 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_line 0x00006bb2 0x751 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_line 0x00007303 0x686 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_line 0x00007989 0x3af esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_line 0x00007d38 0x10de esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_line 0x00008e16 0x628 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_line 0x0000943e 0x6e3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_line 0x00009b21 0x106a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_line 0x0000ab8b 0x756 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_line 0x0000b2e1 0x3f7 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_line 0x0000b6d8 0x45b esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000bb33 0x6ff esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000c232 0x131e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_line 0x0000d550 0x54b esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_line 0x0000da9b 0x41c esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_line 0x0000deb7 0xb01 esp-idf/log/liblog.a(log.c.obj) - .debug_line 0x0000e9b8 0x8bb esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_line 0x0000f273 0x1bb4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_line 0x00010e27 0xf95 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_line 0x00011dbc 0x125c esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_line 0x00013018 0x6e52 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_line 0x00019e6a 0xa0a esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_line 0x0001a874 0x249 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_line 0x0001aabd 0xd88 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_line 0x0001b845 0xac3 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_line 0x0001c308 0x901 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_line 0x0001cc09 0x2d63 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_line 0x0001f96c 0x1098 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_line 0x00020a04 0xaad esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_line 0x000214b1 0xc51 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_line 0x00022102 0x995 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_line 0x00022a97 0x1aab esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_line 0x00024542 0x11dc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_line 0x0002571e 0xfc5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_line 0x000266e3 0xcfb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_line 0x000273de 0xbf0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_line 0x00027fce 0x419f esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_line 0x0002c16d 0x3aa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_line 0x0002c517 0x384 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_line 0x0002c89b 0x7c8 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_line 0x0002d063 0x33ce esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_line 0x00030431 0x5e94 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_line 0x000362c5 0x10c7 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_line 0x0003738c 0x531 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_line 0x000378bd 0x534 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_line 0x00037df1 0x94d esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_line 0x0003873e 0x618 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_line 0x00038d56 0x435 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_line 0x0003918b 0x615 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_line 0x000397a0 0x61b esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_line 0x00039dbb 0xc33 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_line 0x0003a9ee 0x294 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_line 0x0003ac82 0x51b esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_line 0x0003b19d 0x793 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_line 0x0003b930 0x71f esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_line 0x0003c04f 0xead esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_line 0x0003cefc 0x581 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_line 0x0003d47d 0x235c esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_line 0x0003f7d9 0xe31 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_line 0x0004060a 0xb4e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_line 0x00041158 0xc36 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_line 0x00041d8e 0x90b esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_line 0x00042699 0xd1d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_line 0x000433b6 0x3c6 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_line 0x0004377c 0x2e8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_line 0x00043a64 0x53a esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_line 0x00043f9e 0xdb7 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_line 0x00044d55 0x2a63 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_line 0x000477b8 0x80af esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_line 0x0004f867 0x1ba0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_line 0x00051407 0x9a6 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_line 0x00051dad 0x13c4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_line 0x00053171 0x5c9 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_line 0x0005373a 0x139e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_line 0x00054ad8 0x3a9 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_line 0x00054e81 0x97e esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_line 0x000557ff 0x4890 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_line 0x0005a08f 0x2b2 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_line 0x0005a341 0xc95 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_line 0x0005afd6 0xda9 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_line 0x0005bd7f 0x2b2c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_line 0x0005e8ab 0x5ae esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_line 0x0005ee59 0xc62 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_line 0x0005fabb 0xf56 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_line 0x00060a11 0x521 esp-idf/main/libmain.a(main.c.obj) - .debug_line 0x00060f32 0xa74 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_line 0x000619a6 0x3422 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_line 0x00064dc8 0x9e3 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_line 0x000657ab 0xfae esp-idf/console/libconsole.a(commands.c.obj) - .debug_line 0x00066759 0x3eb esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_line 0x00066b44 0x9aa esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_line 0x000674ee 0x652 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_line 0x00067b40 0x5de esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_line 0x0006811e 0x7fc esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_line 0x0006891a 0x26b8 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_line 0x0006afd2 0x28a esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_line 0x0006b25c 0x40a esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_line 0x0006b666 0x20c esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_line 0x0006b872 0x12c esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_line 0x0006b99e 0x504e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_line 0x000709ec 0xdf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_line 0x00070acb 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_line 0x00070bb3 0x1419 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_line 0x00071fcc 0xbdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_line 0x00072bab 0xfb9 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_line 0x00073b64 0x2dfd esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_line 0x00076961 0x2a9 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_line 0x00076c0a 0x448 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_line 0x00077052 0x1033 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_line 0x00078085 0x293 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_line 0x00078318 0x74f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_line 0x00078a67 0x10d7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_line 0x00079b3e 0x5c0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_line 0x0007a0fe 0x35ac esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_line 0x0007d6aa 0x135c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_line 0x0007ea06 0xeb4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_line 0x0007f8ba 0x496 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_line 0x0007fd50 0x3af esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_line 0x000800ff 0x2312 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_line 0x00082411 0x472 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_line 0x00082883 0x4dd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_line 0x00082d60 0x5d8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_line 0x00083338 0xb2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_line 0x00083e62 0x3bb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_line 0x0008421d 0x3b9 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_line 0x000845d6 0xdda esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_line 0x000853b0 0x3f8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_line 0x000857a8 0x7af esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_line 0x00085f57 0x971 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_line 0x000868c8 0x7a8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_line 0x00087070 0x268e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_line 0x000896fe 0x9b3 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_line 0x0008a0b1 0x6fe esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_line 0x0008a7af 0xcc6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_line 0x0008b475 0x96e esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_line 0x0008bde3 0x920 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_line 0x0008c703 0x1adf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_line 0x0008e1e2 0x591 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_line 0x0008e773 0xadc esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_line 0x0008f24f 0x1210 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_line 0x0009045f 0x11dc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_line 0x0009163b 0xba esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_line 0x000916f5 0x1b7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_line 0x000918ac 0x20b esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_line 0x00091ab7 0x213 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_line 0x00091cca 0x3bf esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_line 0x00092089 0x543 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_line 0x000925cc 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_line 0x000927eb 0x717 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_line 0x00092f02 0x83b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_line 0x0009373d 0x1bf8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_line 0x00095335 0x1cd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_line 0x00095502 0x19e esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_line 0x000956a0 0xe38 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_line 0x000964d8 0x233f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_line 0x00098817 0x3a19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_line 0x0009c230 0x307d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_line 0x0009f2ad 0x382e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_line 0x000a2adb 0x10f1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_line 0x000a3bcc 0x901 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_line 0x000a44cd 0x17e2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_line 0x000a5caf 0x526 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_line 0x000a61d5 0xfad esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_line 0x000a7182 0x3e01 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_line 0x000aaf83 0x19dc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_line 0x000ac95f 0x876 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_line 0x000ad1d5 0xc51 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_line 0x000ade26 0x15fb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_line 0x000af421 0xcd8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_line 0x000b00f9 0x848 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_line 0x000b0941 0x2918 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_line 0x000b3259 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_line 0x000b32c4 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_line 0x000b332f 0x53e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_line 0x000b386d 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_line 0x000b3916 0x442 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_line 0x000b3d58 0x1a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_line 0x000b3ef9 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_line 0x000b4394 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_line 0x000b4415 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_line 0x000b4480 0x45a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_line 0x000b48da 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_line 0x000b4ac1 0x3da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_line 0x000b4e9b 0x7cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_line 0x000b566a 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_line 0x000b56d5 0x8a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_line 0x000b575f 0x139 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_line 0x000b5898 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_line 0x000b5986 0x7af esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_line 0x000b6135 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_line 0x000b616f 0xcc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_line 0x000b623b 0x103 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_line 0x000b633e 0x245 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_line 0x000b6583 0x5ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_line 0x000b6b31 0x12e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_line 0x000b7e19 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_line 0x000b7e57 0x51e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_line 0x000bd03c 0x35e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_line 0x000c061f 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_line 0x000c0913 0x588 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_line 0x000c0e9b 0x18a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_line 0x000c1025 0x394 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_line 0x000c13b9 0x170 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_line 0x000c1529 0x848 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_line 0x000c1d71 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_line 0x000c2006 0x14d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_line 0x000c2153 0x19a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_line 0x000c22ed 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_line 0x000c24ff 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_line 0x000c25ec 0x8bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_line 0x000c2ea9 0x14b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_line 0x000c2ff4 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_line 0x000c3251 0x171 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_line 0x000c33c2 0x1f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_line 0x000c35b2 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_line 0x000c369f 0x262 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_line 0x000c3901 0x3fe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_line 0x000c3cff 0x163 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_line 0x000c3e62 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_line 0x000c42e7 0x360 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_line 0x000c4647 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_line 0x000c4888 0x2b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_line 0x000c4b38 0x27d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_line 0x000c4db5 0xf9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_line 0x000c4eae 0x22a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_line 0x000c50d8 0x256 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_line 0x000c532e 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_line 0x000c55d2 0x272 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_line 0x000c5844 0x8c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_line 0x000c6108 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_line 0x000c623c 0x2c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_line 0x000c6500 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_line 0x000c6551 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_line 0x000c65df 0xb1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_line 0x000c6690 0xdf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_line 0x000c676f 0xd5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_line 0x000c6844 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_line 0x000c692c 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_line 0x000c6a07 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_line 0x000c6ae2 0x1c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_line 0x000c6ca9 0x2e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_line 0x000c6f89 0x20d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_line 0x000c905b 0x89 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_line 0x000c90e4 0x21fd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_line 0x000cb2e1 0x55c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_line 0x000cb83d 0x35e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_line 0x000cee1f 0x3be9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_line 0x000d2a08 0x4ef1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_line 0x000d78f9 0x4225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_line 0x000dbb1e 0x189 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_line 0x000dbca7 0x395 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_line 0x000dc03c 0x216 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_line 0x000dc252 0x5f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_line 0x000dc848 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_line 0x000dc9f6 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_line 0x000dca66 0x1a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_line 0x000dcc0d 0x22d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_line 0x000deede 0x13b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_line 0x000df019 0x59e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_line 0x000df5b7 0x58c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_line 0x000dfb43 0x1b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_line 0x000dfcfb 0x79 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_line 0x000dfd74 0xc4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_line 0x000dfe38 0x72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_line 0x000dfeaa 0x101c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_line 0x000e0ec6 0x5ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_line 0x000e14b3 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_line 0x000e1a3c 0x81b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_line 0x00004252 0xc26 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x00004e78 0x372 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_line 0x000051ea 0x70d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_line 0x000058f7 0xb9c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x00006493 0x5a5 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_line 0x00006a38 0x751 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_line 0x00007189 0x686 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_line 0x0000780f 0x3af esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_line 0x00007bbe 0x1030 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x00008bee 0x628 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x00009216 0x6e3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x000098f9 0x106a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x0000a963 0x756 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_line 0x0000b0b9 0x3f7 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x0000b4b0 0x45b esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000b90b 0x6ff esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000c00a 0x131e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x0000d328 0x41c esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x0000d744 0xb01 esp-idf/log/liblog.a(log.c.obj) + .debug_line 0x0000e245 0x8bb esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_line 0x0000eb00 0x1bb4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x000106b4 0xf95 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x00011649 0x125c esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x000128a5 0x6e52 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_line 0x000196f7 0xa0a esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_line 0x0001a101 0x249 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_line 0x0001a34a 0xd88 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_line 0x0001b0d2 0xac3 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_line 0x0001bb95 0x901 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_line 0x0001c496 0x2d63 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_line 0x0001f1f9 0x1098 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_line 0x00020291 0xaad esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_line 0x00020d3e 0xc51 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_line 0x0002198f 0x995 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x00022324 0x1aab esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x00023dcf 0x11dc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x00024fab 0xfc5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_line 0x00025f70 0xcfb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x00026c6b 0xbf0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_line 0x0002785b 0x419f esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_line 0x0002b9fa 0x3aa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_line 0x0002bda4 0x384 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_line 0x0002c128 0x7c8 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_line 0x0002c8f0 0x33ce esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x0002fcbe 0x5e94 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x00035b52 0x10c7 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x00036c19 0x531 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_line 0x0003714a 0x534 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x0003767e 0x94d esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_line 0x00037fcb 0x618 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x000385e3 0x435 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x00038a18 0x615 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x0003902d 0x61b esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x00039648 0xc33 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x0003a27b 0x294 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x0003a50f 0x51b esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x0003aa2a 0x793 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x0003b1bd 0x71f esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x0003b8dc 0xead esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x0003c789 0x581 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x0003cd0a 0x235c esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x0003f066 0xe31 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_line 0x0003fe97 0xb4e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x000409e5 0xc36 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_line 0x0004161b 0x90b esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_line 0x00041f26 0xd1d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x00042c43 0x3c6 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_line 0x00043009 0x2e8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_line 0x000432f1 0x53a esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x0004382b 0xdb7 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_line 0x000445e2 0x1ba0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_line 0x00046182 0x9a6 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_line 0x00046b28 0x13c4 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_line 0x00047eec 0x5c9 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_line 0x000484b5 0x139e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_line 0x00049853 0x3a9 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_line 0x00049bfc 0x8bf esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_line 0x0004a4bb 0x4890 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x0004ed4b 0x2b2 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_line 0x0004effd 0xc95 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_line 0x0004fc92 0xda9 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_line 0x00050a3b 0x2b2c esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_line 0x00053567 0x5ae esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_line 0x00053b15 0xc62 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_line 0x00054777 0xf56 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_line 0x000556cd 0x4d9 esp-idf/main/libmain.a(main.c.obj) + .debug_line 0x00055ba6 0xa74 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_line 0x0005661a 0x28a esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_line 0x000568a4 0x40a esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_line 0x00056cae 0x20c esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_line 0x00056eba 0x12c esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_line 0x00056fe6 0x504e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_line 0x0005c034 0xdf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_line 0x0005c113 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0005c1fb 0x1419 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x0005d614 0xbdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_line 0x0005e1f3 0xfb9 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x0005f1ac 0x2dfd esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_line 0x00061fa9 0x2a9 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_line 0x00062252 0x448 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_line 0x0006269a 0x1033 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_line 0x000636cd 0x293 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_line 0x00063960 0x74f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x000640af 0x10d7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x00065186 0x5c0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x00065746 0x35ac esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x00068cf2 0x135c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x0006a04e 0xeb4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x0006af02 0x496 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x0006b398 0x3af esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x0006b747 0x2312 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x0006da59 0x472 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x0006decb 0x4dd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_line 0x0006e3a8 0x5d8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x0006e980 0xb2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_line 0x0006f4aa 0x3bb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_line 0x0006f865 0x3b9 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_line 0x0006fc1e 0xdda esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x000709f8 0x3f8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x00070df0 0x7af esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x0007159f 0x971 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x00071f10 0x7a8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x000726b8 0x268e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x00074d46 0x9b3 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_line 0x000756f9 0x6fe esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x00075df7 0xcc6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x00076abd 0x96e esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_line 0x0007742b 0x920 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x00077d4b 0x1adf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x0007982a 0x591 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x00079dbb 0xadc esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_line 0x0007a897 0x11dc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_line 0x0007ba73 0xba esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_line 0x0007bb2d 0x1b7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0007bce4 0x213 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_line 0x0007bef7 0x3bf esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x0007c2b6 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_line 0x0007c4d5 0x1bf8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_line 0x0007e0cd 0x1cd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_line 0x0007e29a 0x19e esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x0007e438 0x233f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_line 0x00080777 0x3a19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x00084190 0x80af esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_line 0x0008c23f 0x307d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x0008f2bc 0x382e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x00092aea 0x10f1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x00093bdb 0x901 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x000944dc 0x17e2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x00095cbe 0x526 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_line 0x000961e4 0xfad esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x00097191 0x3e01 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x0009af92 0x19dc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x0009c96e 0x876 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x0009d1e4 0xc51 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x0009de35 0x15fb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_line 0x0009f430 0xcd8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_line 0x000a0108 0x1210 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x000a1318 0x54b esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x000a1863 0x20b esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x000a1a6e 0x543 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_line 0x000a1fb1 0x717 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_line 0x000a26c8 0x83b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_line 0x000a2f03 0xe38 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_line 0x000a3d3b 0x2918 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x000a6653 0x848 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_line 0x000a6e9b 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x000a6f06 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_line 0x000a6f71 0x53e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x000a74af 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x000a7558 0x442 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x000a799a 0x1a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x000a7b3b 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x000a7fd6 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x000a8057 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x000a80c2 0x45a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line 0x000a851c 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line 0x000a8703 0x3da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x000a8add 0x7cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x000a92ac 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line 0x000a9317 0x8a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x000a93a1 0x139 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line 0x000a94da 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line 0x000a95c8 0x7af esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x000a9d77 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line 0x000a9db1 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line 0x000a9def 0x51e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line 0x000aefd4 0x35e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line 0x000b25b7 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line 0x000b28ab 0x588 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line 0x000b2e33 0x848 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line 0x000b367b 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line 0x000b3910 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line 0x000b39fd 0x8bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line 0x000b42ba 0x14b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line 0x000b4405 0x171 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line 0x000b4576 0x3fe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_line 0x000b4974 0x27d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line 0x000b4bf1 0xf9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line 0x000b4cea 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line 0x000b4f8e 0x8c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line 0x000b5852 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line 0x000b5986 0x2c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line 0x000b5c4a 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x000b5c9b 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line 0x000b5d29 0xb1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line 0x000b5dda 0xdf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line 0x000b5eb9 0xd5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line 0x000b5f8e 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line 0x000b6076 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line 0x000b6151 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line 0x000b622c 0x1c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line 0x000b63f3 0x20d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line 0x000b84c5 0x21fd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line 0x000ba6c2 0x35e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line 0x000bdca4 0x189 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line 0x000bde2d 0x395 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line 0x000be1c2 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line 0x000be370 0x1a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line 0x000be517 0x13b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line 0x000be652 0x81b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_frame 0x00000000 0x15fc8 +.debug_frame 0x00000000 0x13710 *(.debug_frame) .debug_frame 0x00000000 0x78 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_frame 0x00000078 0x98 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18931,526 +19049,422 @@ END GROUP .debug_frame 0x00000a18 0x48 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) .debug_frame 0x00000a60 0x5c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) .debug_frame 0x00000abc 0x6c esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_frame 0x00000b28 0x1a4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_frame 0x00000ccc 0xa8 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_frame 0x00000d74 0x120 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_frame 0x00000e94 0x1c8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_frame 0x0000105c 0x8c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_frame 0x000010e8 0x4c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_frame 0x00001134 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x000011b4 0xc8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x0000127c 0xdc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_frame 0x00001358 0x6c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_frame 0x000013c4 0x50 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_frame 0x00001414 0x1cc esp-idf/log/liblog.a(log.c.obj) - .debug_frame 0x000015e0 0xd0 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_frame 0x000016b0 0x4f4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_frame 0x00001ba4 0x120 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_frame 0x00001cc4 0x350 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_frame 0x00002014 0x3bc esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_frame 0x000023d0 0xc0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_frame 0x00002490 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_frame 0x000025a0 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_frame 0x00002674 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_frame 0x0000279c 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_frame 0x00002b54 0x26c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_frame 0x00002dc0 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_frame 0x00002eb8 0x10c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_frame 0x00002fc4 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_frame 0x0000315c 0x3ac esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_frame 0x00003508 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_frame 0x000035f0 0xe4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_frame 0x000036d4 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_frame 0x00003834 0x150 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_frame 0x00003984 0x3b4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_frame 0x00003d38 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_frame 0x00003d88 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_frame 0x00003ddc 0x54 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_frame 0x00003e30 0x61c esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_frame 0x0000444c 0xaa4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_frame 0x00004ef0 0x21c esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_frame 0x0000510c 0xe0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_frame 0x000051ec 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_frame 0x0000525c 0xa0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_frame 0x000052fc 0x60 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_frame 0x0000535c 0x2c esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_frame 0x00005388 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_frame 0x00005400 0x1c8 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_frame 0x000055c8 0x314 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_frame 0x000058dc 0x50 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_frame 0x0000592c 0x54 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_frame 0x00005980 0xe4 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_frame 0x00005a64 0x130 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_frame 0x00005b94 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_frame 0x00005d84 0x100 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_frame 0x00005e84 0x524 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_frame 0x000063a8 0x1f8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_frame 0x000065a0 0x138 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_frame 0x000066d8 0x194 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_frame 0x0000686c 0x110 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_frame 0x0000697c 0x100 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_frame 0x00006a7c 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_frame 0x00006aac 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_frame 0x00006b04 0x64 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_frame 0x00006b68 0x194 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_frame 0x00006cfc 0x478 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_frame 0x00007174 0xa74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_frame 0x00007be8 0x270 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_frame 0x00007e58 0xcc esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_frame 0x00007f24 0x214 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_frame 0x00008138 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_frame 0x000081a4 0x2f4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_frame 0x00008498 0xd4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_frame 0x0000856c 0x228 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_frame 0x00008794 0x9c4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_frame 0x00009158 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_frame 0x00009194 0x144 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_frame 0x000092d8 0x144 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_frame 0x0000941c 0x3b4 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_frame 0x000097d0 0xa8 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_frame 0x00009878 0x148 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_frame 0x000099c0 0x124 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_frame 0x00009ae4 0x64 esp-idf/main/libmain.a(main.c.obj) - .debug_frame 0x00009b48 0xcc esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_frame 0x00009c14 0x664 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_frame 0x0000a278 0x6c esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_frame 0x0000a2e4 0x1bc esp-idf/console/libconsole.a(commands.c.obj) - .debug_frame 0x0000a4a0 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_frame 0x0000a4c0 0x17c esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_frame 0x0000a63c 0xc4 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_frame 0x0000a700 0xe0 esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_frame 0x0000a7e0 0x168 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_frame 0x0000a948 0x520 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_frame 0x0000ae68 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_frame 0x0000ae98 0xac esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_frame 0x0000af44 0x86c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_frame 0x0000b7b0 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_frame 0x0000b7d0 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_frame 0x0000b7fc 0x258 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_frame 0x0000ba54 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_frame 0x0000bbc8 0xdc esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_frame 0x0000bca4 0x348 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_frame 0x0000bfec 0x48 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_frame 0x0000c034 0x14c esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_frame 0x0000c180 0x40 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_frame 0x0000c1c0 0x158 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_frame 0x0000c318 0x1d8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_frame 0x0000c4f0 0xbc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_frame 0x0000c5ac 0x510 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_frame 0x0000cabc 0x170 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_frame 0x0000cc2c 0x29c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_frame 0x0000cec8 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_frame 0x0000cf54 0x478 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_frame 0x0000d3cc 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_frame 0x0000d438 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_frame 0x0000d478 0x9c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_frame 0x0000d514 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_frame 0x0000d668 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_frame 0x0000d698 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_frame 0x0000d6c8 0x16c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_frame 0x0000d834 0x7c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_frame 0x0000d8b0 0x110 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_frame 0x0000d9c0 0x180 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_frame 0x0000db40 0x6c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_frame 0x0000dbac 0x388 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_frame 0x0000df34 0x118 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_frame 0x0000e04c 0x34 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_frame 0x0000e080 0x1b8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_frame 0x0000e238 0x12c esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_frame 0x0000e364 0xc0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_frame 0x0000e424 0x2b0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_frame 0x0000e6d4 0xc8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_frame 0x0000e79c 0x168 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_frame 0x0000e904 0x218 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_frame 0x0000eb1c 0x168 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_frame 0x0000ec84 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_frame 0x0000ecc4 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_frame 0x0000ece4 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_frame 0x0000ed44 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_frame 0x0000edb0 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_frame 0x0000ede4 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_frame 0x0000eeb8 0x39c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_frame 0x0000f254 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_frame 0x0000f284 0x20c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_frame 0x0000f490 0x1354 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_frame 0x000107e4 0x68c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_frame 0x00010e70 0xd08 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_frame 0x00011b78 0x768 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_frame 0x000122e0 0x2a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_frame 0x00012588 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_frame 0x000126b8 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_frame 0x00012930 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_frame 0x000129a4 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_frame 0x00012ac0 0x4e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_frame 0x00012fa0 0x1d0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_frame 0x00013170 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_frame 0x000131dc 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_frame 0x00013274 0x220 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_frame 0x00013494 0x198 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_frame 0x0001362c 0xec esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_frame 0x00013718 0x444 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_frame 0x00013b5c 0x280 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_frame 0x00013ddc 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_frame 0x00013e04 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_frame 0x00013e50 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_frame 0x00013ebc 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_frame 0x00013f48 0x130 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_frame 0x00014078 0x108 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_frame 0x00014180 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_frame 0x000142a8 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_frame 0x00014300 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_frame 0x00014384 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_frame 0x000143d8 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_frame 0x00014454 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_frame 0x0001448c 0x17c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_frame 0x00014608 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_frame 0x00014668 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_frame 0x000146b8 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_frame 0x00014710 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_frame 0x00014768 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_frame 0x000147ac 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_frame 0x0001480c 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_frame 0x0001485c 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_frame 0x000148c8 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_frame 0x00014914 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_frame 0x00014970 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_frame 0x000149ac 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_frame 0x00014a00 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_frame 0x00014a58 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_frame 0x00014aa8 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_frame 0x00014af0 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_frame 0x00014b58 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_frame 0x00014ba4 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_frame 0x00014bfc 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_frame 0x00014ca0 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_frame 0x00014cdc 0x64 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_frame 0x00014d40 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_frame 0x00014da0 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_frame 0x00014dd8 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_frame 0x00014e30 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_frame 0x00014ea8 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_frame 0x00014ee8 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_frame 0x00014f34 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_frame 0x00014f60 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_frame 0x00014f8c 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_frame 0x00014fbc 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_frame 0x00014fec 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_frame 0x00015020 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_frame 0x00015054 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_frame 0x00015088 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_frame 0x000150c0 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_frame 0x0001511c 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_frame 0x000151b8 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_frame 0x000151e8 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_frame 0x000154dc 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_frame 0x00015554 0x104 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_frame 0x00015658 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_frame 0x00015768 0xb8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_frame 0x00015820 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_frame 0x0001589c 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_frame 0x000158bc 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_frame 0x00015928 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_frame 0x00015948 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_frame 0x000159dc 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_frame 0x00015a44 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_frame 0x00015a64 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_frame 0x00015a9c 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_frame 0x00015c08 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_frame 0x00015c38 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_frame 0x00015cec 0xb0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_frame 0x00015d9c 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_frame 0x00015df8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_frame 0x00015e18 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_frame 0x00015e38 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_frame 0x00015e58 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_frame 0x00015edc 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_frame 0x00015f60 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_frame 0x00015f9c 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_frame 0x00000b28 0x184 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x00000cac 0xa8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x00000d54 0x120 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x00000e74 0x1c8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x0000103c 0x8c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_frame 0x000010c8 0x4c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x00001114 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x00001194 0xc8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x0000125c 0xdc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x00001338 0x50 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x00001388 0x1cc esp-idf/log/liblog.a(log.c.obj) + .debug_frame 0x00001554 0xd0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_frame 0x00001624 0x4f4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x00001b18 0x120 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x00001c38 0x350 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x00001f88 0x3bc esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_frame 0x00002344 0xc0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_frame 0x00002404 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_frame 0x00002514 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_frame 0x000025e8 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_frame 0x00002710 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_frame 0x00002ac8 0x26c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_frame 0x00002d34 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_frame 0x00002e2c 0x10c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_frame 0x00002f38 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x000030d0 0x3ac esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x0000347c 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x00003564 0xe4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_frame 0x00003648 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x000037a8 0x150 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_frame 0x000038f8 0x3b4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_frame 0x00003cac 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_frame 0x00003cfc 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_frame 0x00003d50 0x54 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_frame 0x00003da4 0x61c esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x000043c0 0xaa4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x00004e64 0x21c esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x00005080 0xe0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_frame 0x00005160 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x000051d0 0xa0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_frame 0x00005270 0x60 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x000052d0 0x2c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x000052fc 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x00005374 0x1c8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000553c 0x314 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x00005850 0x50 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x000058a0 0x54 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x000058f4 0xe4 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x000059d8 0x130 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x00005b08 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x00005cf8 0x100 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x00005df8 0x524 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x0000631c 0x1f8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_frame 0x00006514 0x138 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x0000664c 0x194 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_frame 0x000067e0 0x110 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_frame 0x000068f0 0x100 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x000069f0 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_frame 0x00006a20 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_frame 0x00006a78 0x64 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x00006adc 0x194 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_frame 0x00006c70 0x270 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_frame 0x00006ee0 0xcc esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_frame 0x00006fac 0x214 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_frame 0x000071c0 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_frame 0x0000722c 0x2f4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_frame 0x00007520 0xd4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_frame 0x000075f4 0x208 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_frame 0x000077fc 0x9c4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x000081c0 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_frame 0x000081fc 0x144 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_frame 0x00008340 0x144 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_frame 0x00008484 0x3b4 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_frame 0x00008838 0xa8 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_frame 0x000088e0 0x148 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_frame 0x00008a28 0x124 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_frame 0x00008b4c 0x60 esp-idf/main/libmain.a(main.c.obj) + .debug_frame 0x00008bac 0xcc esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_frame 0x00008c78 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_frame 0x00008ca8 0xac esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_frame 0x00008d54 0x86c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_frame 0x000095c0 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_frame 0x000095e0 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000960c 0x258 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x00009864 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_frame 0x000099d8 0xdc esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x00009ab4 0x348 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_frame 0x00009dfc 0x48 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_frame 0x00009e44 0x14c esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_frame 0x00009f90 0x40 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_frame 0x00009fd0 0x158 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000a128 0x1d8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000a300 0xbc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000a3bc 0x510 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x0000a8cc 0x170 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000aa3c 0x29c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000acd8 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x0000ad64 0x478 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x0000b1dc 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_frame 0x0000b248 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_frame 0x0000b288 0x9c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_frame 0x0000b324 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_frame 0x0000b478 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_frame 0x0000b4a8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_frame 0x0000b4d8 0x16c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x0000b644 0x7c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_frame 0x0000b6c0 0x110 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_frame 0x0000b7d0 0x180 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_frame 0x0000b950 0x6c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_frame 0x0000b9bc 0x388 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_frame 0x0000bd44 0x118 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_frame 0x0000be5c 0x34 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_frame 0x0000be90 0x1b8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x0000c048 0x12c esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_frame 0x0000c174 0xc0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x0000c234 0x2b0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x0000c4e4 0xc8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_frame 0x0000c5ac 0x168 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_frame 0x0000c714 0x168 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_frame 0x0000c87c 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_frame 0x0000c8bc 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x0000c8dc 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_frame 0x0000c948 0x39c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_frame 0x0000cce4 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_frame 0x0000cd14 0x1354 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_frame 0x0000e068 0x68c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x0000e6f4 0xa74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_frame 0x0000f168 0xd08 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x0000fe70 0x768 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x000105d8 0x2a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x00010880 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_frame 0x000109b0 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x00010c28 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_frame 0x00010c9c 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x00010db8 0x4e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x00011298 0x1d0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x00011468 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_frame 0x000114d4 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x0001156c 0x220 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_frame 0x0001178c 0x198 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_frame 0x00011924 0x218 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x00011b3c 0x6c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x00011ba8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_frame 0x00011c08 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_frame 0x00011c3c 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_frame 0x00011d10 0x20c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_frame 0x00011f1c 0x444 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x00012360 0xec esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_frame 0x0001244c 0x280 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x000126cc 0x108 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_frame 0x000127d4 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_frame 0x000128fc 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_frame 0x00012954 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_frame 0x000129d8 0x17c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_frame 0x00012b54 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_frame 0x00012bb4 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_frame 0x00012bf8 0x60 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_frame 0x00012c58 0x50 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_frame 0x00012ca8 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_frame 0x00012cf4 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_frame 0x00012d4c 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_frame 0x00012df0 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_frame 0x00012e2c 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_frame 0x00012e64 0x78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_frame 0x00012edc 0x40 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_frame 0x00012f1c 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_frame 0x00012f68 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_frame 0x00012f94 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_frame 0x00012fc0 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_frame 0x00012ff0 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_frame 0x00013020 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_frame 0x00013054 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_frame 0x00013088 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_frame 0x000130bc 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_frame 0x000130f4 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_frame 0x00013190 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_frame 0x00013484 0x104 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_frame 0x00013588 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_frame 0x000135a8 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_frame 0x00013614 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_frame 0x0001367c 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_frame 0x000136b4 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_frame 0x000136e4 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_str 0x00000000 0x3dc47 +.debug_str 0x00000000 0x3c093 *(.debug_str) - .debug_str 0x00000000 0x3dc47 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_str 0x00000000 0x3c093 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) 0x47c (size before relaxing) - .debug_str 0x0003dc47 0x49d esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_str 0x0003dc47 0x96c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_str 0x0003dc47 0x2bf7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x0003dc47 0x2a2 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_str 0x0003dc47 0x33b6 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_str 0x0003dc47 0x6db esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_str 0x0003dc47 0x1bba esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_str 0x0003dc47 0x2ec esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_str 0x0003dc47 0x2a9d esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_str 0x0003dc47 0x3c9b esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_str 0x0003dc47 0x838 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_str 0x0003dc47 0x29bf esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_str 0x0003dc47 0xbb0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_str 0x0003dc47 0x30b esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_str 0x0003dc47 0x4509 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_str 0x0003dc47 0x47d esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_str 0x0003dc47 0x3300 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_str 0x0003dc47 0xfa1 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_str 0x0003dc47 0x4ed8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_str 0x0003dc47 0x501 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_str 0x0003dc47 0x2817 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0003dc47 0x29de esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0003dc47 0x5138 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_str 0x0003dc47 0xa35 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_str 0x0003dc47 0x218f esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_str 0x0003dc47 0x5c9 esp-idf/log/liblog.a(log.c.obj) - .debug_str 0x0003dc47 0x54c esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_str 0x0003dc47 0xb16 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_str 0x0003dc47 0x70b esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_str 0x0003dc47 0x94c esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_str 0x0003dc47 0xa5c esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_str 0x0003dc47 0x859 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_str 0x0003dc47 0x438 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_str 0x0003dc47 0x5a4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_str 0x0003dc47 0x509 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_str 0x0003dc47 0x4e8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_str 0x0003dc47 0x1678 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_str 0x0003dc47 0x7c0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_str 0x0003dc47 0x29f0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_str 0x0003dc47 0x1e8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_str 0x0003dc47 0x4fa esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_str 0x0003dc47 0x138a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_str 0x0003dc47 0x2eff esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_str 0x0003dc47 0xa37 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_str 0x0003dc47 0x51f3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_str 0x0003dc47 0x3211 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_str 0x0003dc47 0x23bc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_str 0x0003dc47 0x497 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_str 0x0003dc47 0x363 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_str 0x0003dc47 0x4a3 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_str 0x0003dc47 0xe17 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_str 0x0003dc47 0x1d59 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_str 0x0003dc47 0x1570 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_str 0x0003dc47 0x352 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_str 0x0003dc47 0x7ec esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_str 0x0003dc47 0x5918 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_str 0x0003dc47 0x35b esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_str 0x0003dc47 0x287 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_str 0x0003dc47 0x320 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_str 0x0003dc47 0x7ac esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_str 0x0003dc47 0x8dd esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_str 0x0003dc47 0x2ca esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_str 0x0003dc47 0x65c esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_str 0x0003dc47 0xcb0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_str 0x0003dc47 0x897 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_str 0x0003dc47 0xa54 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_str 0x0003dc47 0x930 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_str 0x0003dc47 0xe37 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_str 0x0003dc47 0x86d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_str 0x0003dc47 0x52a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_str 0x0003dc47 0x59e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_str 0x0003dc47 0x41e esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_str 0x0003dc47 0xb61 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_str 0x0003dc47 0x489 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_str 0x0003dc47 0x2fd esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_str 0x0003dc47 0x3c9 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_str 0x0003dc47 0x5ac6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_str 0x0003dc47 0x1974 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_str 0x0003dc47 0x71f3 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_str 0x0003dc47 0x73d esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_str 0x0003dc47 0x3e8 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_str 0x0003dc47 0xd2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_str 0x0003dc47 0xe3f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_str 0x0003dc47 0x1667 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_str 0x0003dc47 0x3b2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_str 0x0003dc47 0xa3d esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_str 0x0003dc47 0x1399 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_str 0x0003dc47 0x2c0 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_str 0x0003dc47 0xaac esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_str 0x0003dc47 0x14e6 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_str 0x0003dc47 0xf50 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_str 0x0003dc47 0x3e9 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_str 0x0003dc47 0x8a4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_str 0x0003dc47 0x96b esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_str 0x0003dc47 0x5db esp-idf/main/libmain.a(main.c.obj) - .debug_str 0x0003dc47 0xbbc esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_str 0x0003dc47 0xe12 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_str 0x0003dc47 0xe6f esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_str 0x0003dc47 0xacb esp-idf/console/libconsole.a(commands.c.obj) - .debug_str 0x0003dc47 0x2c7 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_str 0x0003dc47 0x402 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_str 0x0003dc47 0x7ea esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_str 0x0003dc47 0x441 esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_str 0x0003dc47 0x754 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_str 0x0003dc47 0xb9a esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_str 0x0003dc47 0x296 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_str 0x0003dc47 0x329 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_str 0x0003dc47 0xa1 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_str 0x0003dc47 0x92 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_str 0x0003dc47 0x2db0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_str 0x0003dc47 0x351 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_str 0x0003dc47 0x242 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_str 0x0003dc47 0x294e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_str 0x0003dc47 0x137c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_str 0x0003dc47 0x9ea esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_str 0x0003dc47 0x100c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_str 0x0003dc47 0x35d esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_str 0x0003dc47 0x2a0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_str 0x0003dc47 0x59e esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_str 0x0003dc47 0x352 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_str 0x0003dc47 0xe12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_str 0x0003dc47 0xb9a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_str 0x0003dc47 0x5d9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_str 0x0003dc47 0x2273 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_str 0x0003dc47 0x3cf1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_str 0x0003dc47 0xc0d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_str 0x0003dc47 0x776 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_str 0x0003dc47 0x96e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_str 0x0003dc47 0x1b16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_str 0x0003dc47 0xc97 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_str 0x0003dc47 0x1367 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_str 0x0003dc47 0xccd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_str 0x0003dc47 0xd74 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_str 0x0003dc47 0xbf6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_str 0x0003dc47 0xbee esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_str 0x0003dc47 0x2cff esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_str 0x0003dc47 0x2fb esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_str 0x0003dc47 0xb80 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_str 0x0003dc47 0x4be esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_str 0x0003dc47 0x7426 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_str 0x0003dc47 0xc44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_str 0x0003dc47 0x7485 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_str 0x0003dc47 0x425 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_str 0x0003dc47 0x616 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_str 0x0003dc47 0x619 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_str 0x0003dc47 0x28ad esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_str 0x0003dc47 0x26aa esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_str 0x0003dc47 0x4ed esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_str 0x0003dc47 0xe50 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_str 0x0003dc47 0x13c3 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_str 0x0003dc47 0x2230 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_str 0x0003dc47 0x8a8 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_str 0x0003dc47 0x230 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_str 0x0003dc47 0x941 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_str 0x0003dc47 0x263 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_str 0x0003dc47 0x242 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_str 0x0003dc47 0x41f esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_str 0x0003dc47 0x2cf esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_str 0x0003dc47 0xa19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_str 0x0003dc47 0x653 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_str 0x0003dc47 0x11f6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_str 0x0003dc47 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_str 0x0003dc47 0xa1 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_str 0x0003dc47 0xf87 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_str 0x0003dc47 0xe49 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_str 0x0003dc47 0xe4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_str 0x0003dc47 0x8f3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_str 0x0003dc47 0x8735 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_str 0x0003dc47 0x6fa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_str 0x0003dc47 0x1100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_str 0x0003dc47 0x843b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_str 0x0003dc47 0x504 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_str 0x0003dc47 0x24b3 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_str 0x0003dc47 0x35c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_str 0x0003dc47 0x5521 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_str 0x0003dc47 0xdcc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_str 0x0003dc47 0x1763 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_str 0x0003dc47 0x1071 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_str 0x0003dc47 0xf0a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_str 0x0003dc47 0xba5 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_str 0x0003dc47 0x1847 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_str 0x0003dc47 0x111 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_str 0x0003dc47 0x10a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_str 0x0003dc47 0xf46 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_str 0x0003dc47 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_str 0x0003dc47 0x95f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_str 0x0003dc47 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_str 0x0003dc47 0x8da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_str 0x0003dc47 0x2a3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_str 0x0003dc47 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_str 0x0003dc47 0xb0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_str 0x0003dc47 0x989 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_str 0x0003dc47 0xcce /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_str 0x0003dc47 0x17b9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_str 0x0003dc47 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_str 0x0003dc47 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_str 0x0003dc47 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_str 0x0003dc47 0x20c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_str 0x0003dc47 0x1005 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_str 0x0003dc47 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_str 0x0003dc47 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_str 0x0003dc47 0x4fb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_str 0x0003dc47 0x52d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_str 0x0003dc47 0x765 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_str 0x0003dc47 0x6f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_str 0x0003dc47 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_str 0x0003dc47 0xd54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_str 0x0003dc47 0xc3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_str 0x0003dc47 0x5a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_str 0x0003dc47 0x599 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_str 0x0003dc47 0x555 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_str 0x0003dc47 0x565 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_str 0x0003dc47 0x543 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_str 0x0003dc47 0x752 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_str 0x0003dc47 0x5cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_str 0x0003dc47 0x521 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_str 0x0003dc47 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_str 0x0003dc47 0x5a2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_str 0x0003dc47 0x500 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_str 0x0003dc47 0x585 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_str 0x0003dc47 0x4e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_str 0x0003dc47 0x5a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_str 0x0003dc47 0x51f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_str 0x0003dc47 0x562 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_str 0x0003dc47 0x4fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_str 0x0003dc47 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_str 0x0003dc47 0x55b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_str 0x0003dc47 0x50f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_str 0x0003dc47 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_str 0x0003dc47 0x530 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_str 0x0003dc47 0x522 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_str 0x0003dc47 0x53a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_str 0x0003dc47 0x547 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_str 0x0003dc47 0x527 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_str 0x0003dc47 0x532 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_str 0x0003dc47 0x519 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_str 0x0003dc47 0x512 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_str 0x0003dc47 0x529 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_str 0x0003dc47 0x705 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_str 0x0003dc47 0x727 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_str 0x0003dc47 0x502 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_str 0x0003dc47 0x4e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_str 0x0003dc47 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_str 0x0003dc47 0x4e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_str 0x0003dc47 0x62e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_str 0x0003dc47 0x54c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_str 0x0003dc47 0x515 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_str 0x0003dc47 0x4e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_str 0x0003dc47 0x4ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_str 0x0003dc47 0x172 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_str 0x0003dc47 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_str 0x0003dc47 0x89c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_str 0x0003dc47 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_str 0x0003dc47 0x7f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_str 0x0003dc47 0x761 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_str 0x0003dc47 0xb84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_str 0x0003dc47 0x963 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_str 0x0003dc47 0xc75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_str 0x0003dc47 0x9db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_str 0x0003dc47 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_str 0x0003dc47 0x674 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_str 0x0003dc47 0x11b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_str 0x0003dc47 0x582 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_str 0x0003dc47 0x77b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_str 0x0003dc47 0x12a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_str 0x0003dc47 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_str 0x0003dc47 0xa78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_str 0x0003dc47 0x710 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_str 0x0003dc47 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_str 0x0003dc47 0x779 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_str 0x0003dc47 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_str 0x0003dc47 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_str 0x0003dc47 0x6c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_str 0x0003dc47 0x125 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_str 0x0003dc47 0x8d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_str 0x0003dc47 0x24b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_str 0x0003dc47 0x221 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_str 0x0003dc47 0x350 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_str 0x0003c093 0x49d esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_str 0x0003c093 0x96c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x0003c093 0x2bf7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x0003c093 0x2a2 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_str 0x0003c093 0x33b6 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_str 0x0003c093 0x6db esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_str 0x0003c093 0x1452 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_str 0x0003c093 0x2ec esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_str 0x0003c093 0x2a9d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_str 0x0003c093 0x3c9b esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_str 0x0003c093 0x838 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_str 0x0003c093 0x29bf esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_str 0x0003c093 0xbb0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_str 0x0003c093 0x30b esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_str 0x0003c093 0x3edb esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_str 0x0003c093 0x47d esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_str 0x0003c093 0x3300 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_str 0x0003c093 0xfa1 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_str 0x0003c093 0x4ed8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_str 0x0003c093 0x501 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_str 0x0003c093 0x2817 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003c093 0x29de esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003c093 0x5138 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_str 0x0003c093 0x218f esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_str 0x0003c093 0x5c9 esp-idf/log/liblog.a(log.c.obj) + .debug_str 0x0003c093 0x54c esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_str 0x0003c093 0xb16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_str 0x0003c093 0x70b esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_str 0x0003c093 0x94c esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_str 0x0003c093 0xa5c esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_str 0x0003c093 0x859 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_str 0x0003c093 0x438 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_str 0x0003c093 0x5a4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_str 0x0003c093 0x509 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_str 0x0003c093 0x4e8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_str 0x0003c093 0x1678 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_str 0x0003c093 0x7c0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_str 0x0003c093 0x29f0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_str 0x0003c093 0x1e8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_str 0x0003c093 0x4fa esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_str 0x0003c093 0x138a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x0003c093 0x2eff esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_str 0x0003c093 0xa37 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_str 0x0003c093 0x51f3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_str 0x0003c093 0x3211 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_str 0x0003c093 0x23bc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_str 0x0003c093 0x497 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_str 0x0003c093 0x363 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_str 0x0003c093 0x4a3 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_str 0x0003c093 0xe17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_str 0x0003c093 0x1d59 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_str 0x0003c093 0x1570 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_str 0x0003c093 0x352 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_str 0x0003c093 0x7ec esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_str 0x0003c093 0x5918 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_str 0x0003c093 0x35b esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_str 0x0003c093 0x287 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_str 0x0003c093 0x320 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_str 0x0003c093 0x7ac esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_str 0x0003c093 0x8dd esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_str 0x0003c093 0x2ca esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_str 0x0003c093 0x65c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_str 0x0003c093 0xcb0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_str 0x0003c093 0x897 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_str 0x0003c093 0xa54 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_str 0x0003c093 0x930 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_str 0x0003c093 0xe37 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_str 0x0003c093 0x86d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_str 0x0003c093 0x52a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_str 0x0003c093 0x59e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_str 0x0003c093 0x41e esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_str 0x0003c093 0xb61 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_str 0x0003c093 0x489 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_str 0x0003c093 0x2fd esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_str 0x0003c093 0x3c9 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_str 0x0003c093 0x5ac6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_str 0x0003c093 0x73d esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_str 0x0003c093 0x3e8 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_str 0x0003c093 0xd2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_str 0x0003c093 0xe3f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_str 0x0003c093 0x165f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_str 0x0003c093 0x3b2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_str 0x0003c093 0xa1a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_str 0x0003c093 0x1399 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_str 0x0003c093 0x2c0 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_str 0x0003c093 0xaac esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_str 0x0003c093 0x14e6 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_str 0x0003c093 0xf50 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_str 0x0003c093 0x3e9 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_str 0x0003c093 0x8a4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_str 0x0003c093 0x96b esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_str 0x0003c093 0x56d esp-idf/main/libmain.a(main.c.obj) + .debug_str 0x0003c093 0xbbc esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_str 0x0003c093 0x296 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_str 0x0003c093 0x329 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_str 0x0003c093 0xa1 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_str 0x0003c093 0x92 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_str 0x0003c093 0x2db0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_str 0x0003c093 0x351 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_str 0x0003c093 0x242 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x0003c093 0x294e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x0003c093 0x137c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_str 0x0003c093 0x9ea esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x0003c093 0x100c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_str 0x0003c093 0x35d esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_str 0x0003c093 0x2a0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_str 0x0003c093 0x59e esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_str 0x0003c093 0x352 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_str 0x0003c093 0xe12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_str 0x0003c093 0xb9a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_str 0x0003c093 0x5d9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_str 0x0003c093 0x2273 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_str 0x0003c093 0x3cf1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_str 0x0003c093 0xc0d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_str 0x0003c093 0x776 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_str 0x0003c093 0x96e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_str 0x0003c093 0x1b16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_str 0x0003c093 0xc97 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_str 0x0003c093 0x1367 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_str 0x0003c093 0xccd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_str 0x0003c093 0xd74 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_str 0x0003c093 0xbf6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_str 0x0003c093 0xbee esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_str 0x0003c093 0x2cff esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_str 0x0003c093 0x2fb esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_str 0x0003c093 0xb80 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_str 0x0003c093 0x4be esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_str 0x0003c093 0x7426 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_str 0x0003c093 0xc44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_str 0x0003c093 0x7485 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_str 0x0003c093 0x425 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_str 0x0003c093 0x616 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x0003c093 0x619 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_str 0x0003c093 0x28ad esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_str 0x0003c093 0x26aa esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_str 0x0003c093 0x4ed esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_str 0x0003c093 0xe50 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_str 0x0003c093 0x2230 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_str 0x0003c093 0x8a8 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_str 0x0003c093 0x230 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_str 0x0003c093 0x263 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_str 0x0003c093 0x242 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x0003c093 0x2cf esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_str 0x0003c093 0x11f6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_str 0x0003c093 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_str 0x0003c093 0xa1 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_str 0x0003c093 0xe49 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_str 0x0003c093 0xe4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_str 0x0003c093 0x71f3 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_str 0x0003c093 0x8f3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_str 0x0003c093 0x8735 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_str 0x0003c093 0x6fa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_str 0x0003c093 0x1100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_str 0x0003c093 0x843b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_str 0x0003c093 0x504 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_str 0x0003c093 0x24b3 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_str 0x0003c093 0x35c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_str 0x0003c093 0x5521 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_str 0x0003c093 0xdcc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_str 0x0003c093 0x1763 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_str 0x0003c093 0x1071 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_str 0x0003c093 0xf0a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_str 0x0003c093 0x13c3 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_str 0x0003c093 0xa35 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_str 0x0003c093 0x941 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x0003c093 0x41f esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_str 0x0003c093 0xa19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_str 0x0003c093 0x653 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_str 0x0003c093 0xf87 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_str 0x0003c093 0x1847 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_str 0x0003c093 0xba5 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_str 0x0003c093 0x111 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_str 0x0003c093 0x10a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_str 0x0003c093 0xf46 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_str 0x0003c093 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_str 0x0003c093 0x95f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_str 0x0003c093 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_str 0x0003c093 0x8da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_str 0x0003c093 0x2a3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_str 0x0003c093 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_str 0x0003c093 0xb0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_str 0x0003c093 0x989 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_str 0x0003c093 0xcce /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_str 0x0003c093 0x17b9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_str 0x0003c093 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_str 0x0003c093 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_str 0x0003c093 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_str 0x0003c093 0x20c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_str 0x0003c093 0x1005 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_str 0x0003c093 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_str 0x0003c093 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_str 0x0003c093 0xd54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_str 0x0003c093 0xc3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_str 0x0003c093 0x5a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_str 0x0003c093 0x599 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_str 0x0003c093 0x752 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_str 0x0003c093 0x5cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_str 0x0003c093 0x500 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_str 0x0003c093 0x585 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_str 0x0003c093 0x4e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_str 0x0003c093 0x51f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_str 0x0003c093 0x55b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_str 0x0003c093 0x547 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_str 0x0003c093 0x527 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_str 0x0003c093 0x512 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_str 0x0003c093 0x705 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_str 0x0003c093 0x727 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_str 0x0003c093 0x502 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_str 0x0003c093 0x4e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x0003c093 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_str 0x0003c093 0x4e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_str 0x0003c093 0x62e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_str 0x0003c093 0x54c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_str 0x0003c093 0x515 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_str 0x0003c093 0x4e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_str 0x0003c093 0x4ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_str 0x0003c093 0x172 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_str 0x0003c093 0x89c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_str 0x0003c093 0x7f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_str 0x0003c093 0xb84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_str 0x0003c093 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_str 0x0003c093 0x674 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_str 0x0003c093 0x77b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_str 0x0003c093 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_str 0x0003c093 0x710 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_str 0x0003c093 0x350 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_loc 0x00000000 0x6ee25 +.debug_loc 0x00000000 0x68551 *(.debug_loc) .debug_loc 0x00000000 0x115 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_loc 0x00000115 0x7c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -19459,165 +19473,155 @@ END GROUP .debug_loc 0x00001054 0x100 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .debug_loc 0x00001154 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .debug_loc 0x00001190 0x726 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_loc 0x000018b6 0x187 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_loc 0x00001a3d 0x27 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_loc 0x00001a64 0x4f esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_loc 0x00001ab3 0x20f esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_loc 0x00001cc2 0x33f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_loc 0x00002001 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_loc 0x00002051 0x214 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_loc 0x00002265 0x39e esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_loc 0x00002603 0x81 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_loc 0x00002684 0x221 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_loc 0x000028a5 0x71b esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_loc 0x00002fc0 0x1ae esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_loc 0x0000316e 0x148 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_loc 0x000032b6 0x1f esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x000032d5 0x1aa esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x0000347f 0xebb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_loc 0x0000433a 0x27f esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_loc 0x000045b9 0xfd esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_loc 0x000046b6 0x709 esp-idf/log/liblog.a(log.c.obj) - .debug_loc 0x00004dbf 0x50 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_loc 0x00004e0f 0x1570 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_loc 0x0000637f 0x802 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_loc 0x00006b81 0xe50 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_loc 0x000079d1 0x8233 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_loc 0x0000fc04 0x3f5 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_loc 0x0000fff9 0xa69 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_loc 0x00010a62 0x7b4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_loc 0x00011216 0x12a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_loc 0x00011340 0x1883 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_loc 0x00012bc3 0xc91 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_loc 0x00013854 0x314 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_loc 0x00013b68 0x38d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_loc 0x00013ef5 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_loc 0x000142f3 0xccd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_loc 0x00014fc0 0x5bc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_loc 0x0001557c 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_loc 0x000157b5 0x59a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_loc 0x00015d4f 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_loc 0x00015ddb 0x4296 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_loc 0x0001a071 0x2ca esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_loc 0x0001a33b 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_loc 0x0001a478 0x72 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_loc 0x0001a4ea 0x2dd7 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_loc 0x0001d2c1 0x3e04 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_loc 0x000210c5 0x5dc esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_loc 0x000216a1 0x1d8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_loc 0x00021879 0x1e6 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_loc 0x00021a5f 0x28b esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_loc 0x00021cea 0x63 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_loc 0x00021d4d 0x67 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_loc 0x00021db4 0x313 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_loc 0x000220c7 0x505 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_loc 0x000225cc 0x5fd esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_loc 0x00022bc9 0x75 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_loc 0x00022c3e 0x132 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_loc 0x00022d70 0xaa esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_loc 0x00022e1a 0x46a esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_loc 0x00023284 0x73d esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_loc 0x000239c1 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_loc 0x00023a91 0x1589 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_loc 0x0002501a 0x6a6 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_loc 0x000256c0 0x4f3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_loc 0x00025bb3 0x53a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_loc 0x000260ed 0x476 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_loc 0x00026563 0x3dd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_loc 0x00026940 0x1e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_loc 0x0002695e 0x358 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_loc 0x00026cb6 0x13b7 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_loc 0x0002806d 0x46cc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_loc 0x0002c739 0x12e3 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_loc 0x0002da1c 0x26f esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_loc 0x0002dc8b 0x90c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_loc 0x0002e597 0x3d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_loc 0x0002e5d4 0x977 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_loc 0x0002ef4b 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_loc 0x0002f01d 0x5aa esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_loc 0x0002f5c7 0x466b esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_loc 0x00033c32 0x3a5 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_loc 0x00033fd7 0x4bc esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_loc 0x00034493 0x1761 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_loc 0x00035bf4 0x1e0 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_loc 0x00035dd4 0x551 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_loc 0x00036325 0x58d esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_loc 0x000368b2 0xa1 esp-idf/main/libmain.a(main.c.obj) - .debug_loc 0x00036953 0x3d0 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_loc 0x00036d23 0x14c9 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_loc 0x000381ec 0x28b esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_loc 0x00038477 0x699 esp-idf/console/libconsole.a(commands.c.obj) - .debug_loc 0x00038b10 0x33a esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_loc 0x00038e4a 0x4b2 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_loc 0x000392fc 0x345 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_loc 0x00039641 0x520 esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_loc 0x00039b61 0x5b6 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_loc 0x0003a117 0x1f92 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_loc 0x0003c0a9 0x8c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_loc 0x0003c135 0x1fb esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_loc 0x0003c330 0x26b3 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_loc 0x0003e9e3 0x27 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_loc 0x0003ea0a 0xdd7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_loc 0x0003f7e1 0x4a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_loc 0x0003fc81 0x235 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_loc 0x0003feb6 0x24fa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_loc 0x000423b0 0x15e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_loc 0x0004250e 0x1162 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_loc 0x00043670 0x109 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_loc 0x00043779 0xd6a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_loc 0x000444e3 0x126 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_loc 0x00044609 0x1cd2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_loc 0x000462db 0x7dd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_loc 0x00046ab8 0x81c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_loc 0x000472d4 0x164 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_loc 0x00047438 0x1716 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_loc 0x00048b4e 0x19a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_loc 0x00048ce8 0x149 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_loc 0x00048e31 0x2c7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_loc 0x000490f8 0x845 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_loc 0x0004993d 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_loc 0x00049a57 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_loc 0x00049b71 0x8b3 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_loc 0x0004a424 0x394 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_loc 0x0004a7b8 0x237 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_loc 0x0004a9ef 0x414 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_loc 0x0004ae03 0xc0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_loc 0x0004aec3 0xeaa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_loc 0x0004bd6d 0x569 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_loc 0x0004c2d6 0x45 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_loc 0x0004c31b 0x10bc esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_loc 0x0004d3d7 0xb96 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_loc 0x0004df6d 0x3b5 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_loc 0x0004e322 0x141c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_loc 0x0004f73e 0x21d esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_loc 0x0004f95b 0xb3e esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_loc 0x00050499 0xdb8 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_loc 0x00051251 0xc76 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_loc 0x00051ec7 0x107 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_loc 0x00051fce 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_loc 0x0005205e 0x43f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_loc 0x0005249d 0x36b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_loc 0x00052808 0x168d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_loc 0x00053e95 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_loc 0x00053ee5 0x97a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_loc 0x0005485f 0x52f7 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_loc 0x00059b56 0x42a4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_loc 0x0005ddfa 0x378a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_loc 0x00061584 0x2edc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_loc 0x00064460 0xd61 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_loc 0x000651c1 0x4fe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_loc 0x000656bf 0xde2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_loc 0x000664a1 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_loc 0x000664ef 0x5b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_loc 0x00066aa7 0x388c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_loc 0x0006a333 0xd0e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_loc 0x0006b041 0x1fb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_loc 0x0006b23c 0x2ed esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_loc 0x0006b529 0xbfb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_loc 0x0006c124 0xec3 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_loc 0x0006cfe7 0x305 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_loc 0x0006d2ec 0x14d3 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_loc 0x0006e7bf 0x666 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_loc 0x000018b6 0xa4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x0000195a 0x27 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_loc 0x00001981 0x4f esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_loc 0x000019d0 0x20f esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x00001bdf 0x33f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_loc 0x00001f1e 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_loc 0x00001f6e 0x214 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_loc 0x00002182 0x352 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x000024d4 0x81 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x00002555 0x221 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x00002776 0x71b esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x00002e91 0x1ae esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_loc 0x0000303f 0x148 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x00003187 0x1f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x000031a6 0x1aa esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00003350 0xebb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x0000420b 0xfd esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x00004308 0x709 esp-idf/log/liblog.a(log.c.obj) + .debug_loc 0x00004a11 0x50 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_loc 0x00004a61 0x1570 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x00005fd1 0x802 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x000067d3 0xe50 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x00007623 0x8233 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_loc 0x0000f856 0x3f5 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_loc 0x0000fc4b 0xa69 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_loc 0x000106b4 0x7b4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_loc 0x00010e68 0x12a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_loc 0x00010f92 0x1883 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_loc 0x00012815 0xc91 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_loc 0x000134a6 0x314 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_loc 0x000137ba 0x38d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_loc 0x00013b47 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x00013f45 0xccd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x00014c12 0x5bc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x000151ce 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_loc 0x00015407 0x59a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x000159a1 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_loc 0x00015a2d 0x4296 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_loc 0x00019cc3 0x2ca esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_loc 0x00019f8d 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_loc 0x0001a0ca 0x72 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_loc 0x0001a13c 0x2dd7 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x0001cf13 0x3e04 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x00020d17 0x5dc esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x000212f3 0x1d8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_loc 0x000214cb 0x1e6 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x000216b1 0x28b esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_loc 0x0002193c 0x63 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x0002199f 0x67 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x00021a06 0x313 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x00021d19 0x505 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x0002221e 0x5fd esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x0002281b 0x75 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x00022890 0x132 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x000229c2 0xaa esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_loc 0x00022a6c 0x46a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x00022ed6 0x73d esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x00023613 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x000236e3 0x1589 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x00024c6c 0x6a6 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_loc 0x00025312 0x4f3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x00025805 0x53a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_loc 0x00025d3f 0x476 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_loc 0x000261b5 0x3dd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x00026592 0x1e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_loc 0x000265b0 0x358 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_loc 0x00026908 0x12e3 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_loc 0x00027beb 0x26f esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_loc 0x00027e5a 0x90c esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_loc 0x00028766 0x3d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_loc 0x000287a3 0x977 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_loc 0x0002911a 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_loc 0x000291ec 0x56b esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_loc 0x00029757 0x466b esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x0002ddc2 0x3a5 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_loc 0x0002e167 0x4bc esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_loc 0x0002e623 0x1761 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_loc 0x0002fd84 0x1e0 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_loc 0x0002ff64 0x551 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_loc 0x000304b5 0x58d esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_loc 0x00030a42 0x78 esp-idf/main/libmain.a(main.c.obj) + .debug_loc 0x00030aba 0x3d0 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_loc 0x00030e8a 0x8c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_loc 0x00030f16 0x1fb esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_loc 0x00031111 0x26b3 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_loc 0x000337c4 0x27 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_loc 0x000337eb 0xdd7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x000345c2 0x4a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_loc 0x00034a62 0x235 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x00034c97 0x24fa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_loc 0x00037191 0x15e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_loc 0x000372ef 0x1162 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_loc 0x00038451 0x109 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x0003855a 0xd6a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x000392c4 0x126 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x000393ea 0x1cd2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x0003b0bc 0x7dd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x0003b899 0x81c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x0003c0b5 0x164 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x0003c219 0x1716 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x0003d92f 0x19a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_loc 0x0003dac9 0x149 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_loc 0x0003dc12 0x2c7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_loc 0x0003ded9 0x845 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_loc 0x0003e71e 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_loc 0x0003e838 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_loc 0x0003e952 0x8b3 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x0003f205 0x394 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_loc 0x0003f599 0x237 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_loc 0x0003f7d0 0x414 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_loc 0x0003fbe4 0xc0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_loc 0x0003fca4 0xeaa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_loc 0x00040b4e 0x569 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_loc 0x000410b7 0x45 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_loc 0x000410fc 0x10bc esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x000421b8 0xb96 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_loc 0x00042d4e 0x3b5 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x00043103 0x141c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x0004451f 0x21d esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_loc 0x0004473c 0xb3e esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_loc 0x0004527a 0xc76 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_loc 0x00045ef0 0x107 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_loc 0x00045ff7 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_loc 0x00046087 0x168d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_loc 0x00047714 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_loc 0x00047764 0x52f7 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_loc 0x0004ca5b 0x42a4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x00050cff 0x46cc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_loc 0x000553cb 0x378a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x00058b55 0x2edc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x0005ba31 0xd61 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x0005c792 0x4fe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_loc 0x0005cc90 0xde2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x0005da72 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_loc 0x0005dac0 0x5b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x0005e078 0x388c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x00061904 0xd0e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x00062612 0x1fb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_loc 0x0006280d 0x2ed esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x00062afa 0xbfb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_loc 0x000636f5 0xec3 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_loc 0x000645b8 0xdb8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x00065370 0x27f esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x000655ef 0x43f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_loc 0x00065a2e 0x36b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_loc 0x00065d99 0x97a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_loc 0x00066713 0x14d3 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x00067be6 0x305 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_loc 0x00067eeb 0x666 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .debug_macinfo *(.debug_macinfo) @@ -19625,7 +19629,7 @@ END GROUP .debug_pubtypes *(.debug_pubtypes) -.debug_ranges 0x00000000 0x9798 +.debug_ranges 0x00000000 0x8e18 *(.debug_ranges) .debug_ranges 0x00000000 0x88 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_ranges 0x00000088 0x60 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -19634,173 +19638,163 @@ END GROUP .debug_ranges 0x00000270 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) .debug_ranges 0x000002a8 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .debug_ranges 0x000002e8 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_ranges 0x00000390 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_ranges 0x000003c0 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_ranges 0x000003f0 0x20 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_ranges 0x00000410 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_ranges 0x00000440 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_ranges 0x00000470 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_ranges 0x000004a0 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_ranges 0x000004e0 0x20 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_ranges 0x00000500 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_ranges 0x00000590 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_ranges 0x000005c0 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_ranges 0x00000608 0xb0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_ranges 0x000006b8 0x58 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_ranges 0x00000710 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_ranges 0x00000728 0x38 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00000760 0x78 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x000007d8 0x78 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_ranges 0x00000850 0x60 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_ranges 0x000008b0 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_ranges 0x000008c8 0xb8 esp-idf/log/liblog.a(log.c.obj) - .debug_ranges 0x00000980 0x38 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_ranges 0x000009b8 0x268 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_ranges 0x00000c20 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_ranges 0x00000d28 0xf0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_ranges 0x00000e18 0x1088 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_ranges 0x00001ea0 0x70 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_ranges 0x00001f10 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_ranges 0x00002020 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_ranges 0x00002100 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_ranges 0x00002170 0x210 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_ranges 0x00002380 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_ranges 0x00002428 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_ranges 0x00002470 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_ranges 0x00002530 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_ranges 0x00002588 0x270 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_ranges 0x000027f8 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_ranges 0x00002860 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_ranges 0x000028a0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_ranges 0x000028f8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_ranges 0x00002958 0x498 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_ranges 0x00002df0 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_ranges 0x00002e18 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_ranges 0x00002e30 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_ranges 0x00002e60 0x2d8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_ranges 0x00003138 0x708 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_ranges 0x00003840 0x100 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_ranges 0x00003940 0x40 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_ranges 0x00003980 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_ranges 0x00003998 0x88 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_ranges 0x00003a20 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_ranges 0x00003a50 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_ranges 0x00003a78 0x60 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_ranges 0x00003ad8 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_ranges 0x00003b68 0x110 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_ranges 0x00003c78 0x28 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_ranges 0x00003ca0 0x78 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_ranges 0x00003d18 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_ranges 0x00003d58 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_ranges 0x00003dc0 0xa0 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_ranges 0x00003e60 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_ranges 0x00003ea0 0x198 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_ranges 0x00004038 0x90 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_ranges 0x000040c8 0x90 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_ranges 0x00004158 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_ranges 0x000041b0 0x60 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_ranges 0x00004210 0x88 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_ranges 0x00004298 0x18 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_ranges 0x000042b0 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_ranges 0x000042d0 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_ranges 0x000042f0 0x90 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_ranges 0x00004380 0x288 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_ranges 0x00004608 0x430 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_ranges 0x00004a38 0xa0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_ranges 0x00004ad8 0x50 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_ranges 0x00004b28 0xc0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_ranges 0x00004be8 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_ranges 0x00004c10 0x120 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_ranges 0x00004d30 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_ranges 0x00004d70 0x98 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_ranges 0x00004e08 0x558 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_ranges 0x00005360 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_ranges 0x00005378 0x70 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_ranges 0x000053e8 0x70 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_ranges 0x00005458 0x140 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_ranges 0x00005598 0x38 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_ranges 0x000055d0 0xa8 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_ranges 0x00005678 0x60 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_ranges 0x000056d8 0x80 esp-idf/main/libmain.a(main.c.obj) - .debug_ranges 0x00005758 0x48 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_ranges 0x000057a0 0x268 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_ranges 0x00005a08 0x18 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_ranges 0x00005a20 0x90 esp-idf/console/libconsole.a(commands.c.obj) - .debug_ranges 0x00005ab0 0x40 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_ranges 0x00005af0 0x70 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_ranges 0x00005b60 0x48 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_ranges 0x00005ba8 0x40 esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_ranges 0x00005be8 0x50 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_ranges 0x00005c38 0x228 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_ranges 0x00005e60 0x10 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_ranges 0x00005e70 0x48 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_ranges 0x00005eb8 0x300 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_ranges 0x000061b8 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_ranges 0x000061c8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_ranges 0x000061d8 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_ranges 0x00006290 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_ranges 0x000062f8 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_ranges 0x00006370 0x278 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_ranges 0x000065e8 0x10 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_ranges 0x000065f8 0x80 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_ranges 0x00006678 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_ranges 0x00006698 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_ranges 0x00006700 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_ranges 0x00006800 0x60 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_ranges 0x00006860 0x1f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_ranges 0x00006a58 0xc0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_ranges 0x00006b18 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_ranges 0x00006bc8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_ranges 0x00006bf8 0x180 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_ranges 0x00006d78 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_ranges 0x00006da0 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_ranges 0x00006dc0 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_ranges 0x00006df8 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_ranges 0x00006e60 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_ranges 0x00006e78 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_ranges 0x00006e90 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_ranges 0x00006ef8 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_ranges 0x00006f18 0x60 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_ranges 0x00006f78 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_ranges 0x00007018 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_ranges 0x00007038 0x190 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_ranges 0x000071c8 0xa0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_ranges 0x00007268 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_ranges 0x00007278 0x130 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_ranges 0x000073a8 0x100 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_ranges 0x000074a8 0x40 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_ranges 0x000074e8 0x1c0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_ranges 0x000076a8 0x48 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_ranges 0x000076f0 0xb0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_ranges 0x000077a0 0x1a0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_ranges 0x00007940 0x108 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_ranges 0x00007a48 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_ranges 0x00007a68 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_ranges 0x00007a78 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_ranges 0x00007a98 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_ranges 0x00007ab8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_ranges 0x00007ac8 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_ranges 0x00007b18 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_ranges 0x00007c58 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_ranges 0x00007c70 0x68 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_ranges 0x00007cd8 0x420 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_ranges 0x000080f8 0x1b8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_ranges 0x000082b0 0x338 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_ranges 0x000085e8 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_ranges 0x000089b0 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_ranges 0x00008a68 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_ranges 0x00008ad0 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_ranges 0x00008bb0 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_ranges 0x00008bd8 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_ranges 0x00008cb8 0x4a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_ranges 0x00009158 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_ranges 0x000092a0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_ranges 0x000092b8 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_ranges 0x00009318 0x100 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_ranges 0x00009418 0x78 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_ranges 0x00009490 0xc8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_ranges 0x00009558 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_ranges 0x000096c0 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_ranges 0x00000390 0x18 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x000003a8 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_ranges 0x000003d8 0x20 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_ranges 0x000003f8 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x00000428 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_ranges 0x00000458 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_ranges 0x00000488 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_ranges 0x000004c8 0x20 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_ranges 0x000004e8 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x00000570 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x000005a0 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x000005e8 0xb0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x00000698 0x58 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_ranges 0x000006f0 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x00000708 0x38 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000740 0x78 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x000007b8 0x78 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x00000830 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x00000848 0xb8 esp-idf/log/liblog.a(log.c.obj) + .debug_ranges 0x00000900 0x38 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_ranges 0x00000938 0x268 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x00000ba0 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x00000ca8 0xf0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x00000d98 0x1088 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_ranges 0x00001e20 0x70 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_ranges 0x00001e90 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_ranges 0x00001fa0 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_ranges 0x00002080 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_ranges 0x000020f0 0x210 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_ranges 0x00002300 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_ranges 0x000023a8 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_ranges 0x000023f0 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_ranges 0x000024b0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x00002508 0x270 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x00002778 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x000027e0 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_ranges 0x00002820 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00002878 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_ranges 0x000028d8 0x498 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_ranges 0x00002d70 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_ranges 0x00002d98 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_ranges 0x00002db0 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_ranges 0x00002de0 0x2d8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x000030b8 0x708 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x000037c0 0x100 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x000038c0 0x40 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_ranges 0x00003900 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x00003918 0x88 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_ranges 0x000039a0 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x000039d0 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x000039f8 0x60 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x00003a58 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x00003ae8 0x110 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x00003bf8 0x28 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x00003c20 0x78 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x00003c98 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x00003cd8 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x00003d40 0xa0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x00003de0 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x00003e20 0x198 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x00003fb8 0x90 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_ranges 0x00004048 0x90 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x000040d8 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_ranges 0x00004130 0x60 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_ranges 0x00004190 0x88 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x00004218 0x18 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_ranges 0x00004230 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_ranges 0x00004250 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x00004270 0x90 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_ranges 0x00004300 0xa0 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_ranges 0x000043a0 0x50 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_ranges 0x000043f0 0xc0 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_ranges 0x000044b0 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_ranges 0x000044d8 0x120 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_ranges 0x000045f8 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_ranges 0x00004638 0x98 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_ranges 0x000046d0 0x558 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x00004c28 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_ranges 0x00004c40 0x70 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_ranges 0x00004cb0 0x70 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_ranges 0x00004d20 0x140 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_ranges 0x00004e60 0x38 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_ranges 0x00004e98 0xa8 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_ranges 0x00004f40 0x60 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_ranges 0x00004fa0 0x68 esp-idf/main/libmain.a(main.c.obj) + .debug_ranges 0x00005008 0x48 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_ranges 0x00005050 0x10 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_ranges 0x00005060 0x48 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_ranges 0x000050a8 0x300 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_ranges 0x000053a8 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_ranges 0x000053b8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x000053c8 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00005480 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_ranges 0x000054e8 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00005560 0x278 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_ranges 0x000057d8 0x10 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_ranges 0x000057e8 0x80 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_ranges 0x00005868 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_ranges 0x00005888 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x000058f0 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x000059f0 0x60 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x00005a50 0x1f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00005c48 0xc0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x00005d08 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x00005db8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x00005de8 0x180 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x00005f68 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_ranges 0x00005f90 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_ranges 0x00005fb0 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_ranges 0x00005fe8 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_ranges 0x00006050 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_ranges 0x00006068 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_ranges 0x00006080 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x000060e8 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_ranges 0x00006108 0x60 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_ranges 0x00006168 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_ranges 0x00006208 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_ranges 0x00006228 0x190 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_ranges 0x000063b8 0xa0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_ranges 0x00006458 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_ranges 0x00006468 0x130 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x00006598 0x100 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_ranges 0x00006698 0x40 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x000066d8 0x1c0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x00006898 0x48 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_ranges 0x000068e0 0xb0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_ranges 0x00006990 0x108 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_ranges 0x00006a98 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_ranges 0x00006ab8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x00006ac8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_ranges 0x00006ae8 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_ranges 0x00006c28 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_ranges 0x00006c40 0x420 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_ranges 0x00007060 0x1b8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x00007218 0x430 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_ranges 0x00007648 0x338 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x00007980 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x00007d48 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x00007e00 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_ranges 0x00007e68 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x00007f48 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_ranges 0x00007f70 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x00008050 0x4a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x000084f0 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x00008638 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_ranges 0x00008650 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x000086b0 0x100 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_ranges 0x000087b0 0x78 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_ranges 0x00008828 0x1a0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x000089c8 0x60 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x00008a28 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_ranges 0x00008a48 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_ranges 0x00008a58 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_ranges 0x00008aa8 0x68 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_ranges 0x00008b10 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x00008c78 0xc8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_ranges 0x00008d40 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .debug_weaknames *(.debug_weaknames) @@ -19827,204 +19821,120 @@ END GROUP *(.debug_addr) .debug_line_str - 0x00000000 0x2e59 + 0x00000000 0x1f8c *(.debug_line_str) .debug_line_str - 0x00000000 0x2e59 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x00000000 0x1f8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) 0x2a1 (size before relaxing) .debug_line_str - 0x00002e59 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + 0x00001f8c 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) .debug_line_str - 0x00002e59 0x5c3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x00001f8c 0x5c3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .debug_line_str - 0x00002e59 0x2a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x00001f8c 0x2a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) .debug_line_str - 0x00002e59 0x3d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00001f8c 0x3d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) .debug_line_str - 0x00002e59 0x3aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x00001f8c 0x3aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) .debug_line_str - 0x00002e59 0x3c8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x00001f8c 0x3c8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) .debug_line_str - 0x00002e59 0x3e4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x00001f8c 0x3e4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) .debug_line_str - 0x00002e59 0x2a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x00001f8c 0x2a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) .debug_line_str - 0x00002e59 0x4d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x00001f8c 0x4d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) .debug_line_str - 0x00002e59 0x42f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x00001f8c 0x42f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) .debug_line_str - 0x00002e59 0x5c3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x00001f8c 0x5c3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .debug_line_str - 0x00002e59 0x66f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x00001f8c 0x66f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) .debug_line_str - 0x00002e59 0x2a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x00001f8c 0x2a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) .debug_line_str - 0x00002e59 0x4ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + 0x00001f8c 0x4ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) .debug_line_str - 0x00002e59 0x48c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x00001f8c 0x48c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) .debug_line_str - 0x00002e59 0x34b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x00001f8c 0x34b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .debug_line_str - 0x00002e59 0x1b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x00001f8c 0x1b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) .debug_line_str - 0x00002e59 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + 0x00001f8c 0x1fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .debug_line_str - 0x00002e59 0x2d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + 0x00001f8c 0x410 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .debug_line_str - 0x00002e59 0x2f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + 0x00001f8c 0x400 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .debug_line_str - 0x00002e59 0x368 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x00001f8c 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .debug_line_str - 0x00002e59 0x2f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x00001f8c 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .debug_line_str - 0x00002e59 0x1fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x00001f8c 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .debug_line_str - 0x00002e59 0x410 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x00001f8c 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) .debug_line_str - 0x00002e59 0x400 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x00001f8c 0x2d3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .debug_line_str - 0x00002e59 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x00001f8c 0x2f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .debug_line_str - 0x00002e59 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x00001f8c 0x2d3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) .debug_line_str - 0x00002e59 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x00001f8c 0x2df /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) .debug_line_str - 0x00002e59 0x2e4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + 0x00001f8c 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .debug_line_str - 0x00002e59 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x00001f8c 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .debug_line_str - 0x00002e59 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x00001f8c 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) .debug_line_str - 0x00002e59 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x00001f8c 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .debug_line_str - 0x00002e59 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + 0x00001f8c 0x383 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .debug_line_str - 0x00002e59 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x00001f8c 0x2f9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .debug_line_str - 0x00002e59 0x2ee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + 0x00001f8c 0x2d4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) .debug_line_str - 0x00002e59 0x2d3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x00001f8c 0x279 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) .debug_line_str - 0x00002e59 0x2f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x00001f8c 0x287 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) .debug_line_str - 0x00002e59 0x2d3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x00001f8c 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) .debug_line_str - 0x00002e59 0x2e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x00001f8c 0x36d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) .debug_line_str - 0x00002e59 0x2df /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x00001f8c 0x35c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) .debug_line_str - 0x00002e59 0x2d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x00001f8c 0x2f9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) .debug_line_str - 0x00002e59 0x2d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x00001f8c 0x2e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) .debug_line_str - 0x00002e59 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x00001f8c 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) .debug_line_str - 0x00002e59 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x00001f8c 0x2bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .debug_line_str - 0x00002e59 0x2d8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + 0x00001f8c 0x3c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .debug_line_str - 0x00002e59 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + 0x00001f8c 0x3ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .debug_line_str - 0x00002e59 0x2ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + 0x00001f8c 0x402 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .debug_line_str - 0x00002e59 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + 0x00001f8c 0x27f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .debug_line_str - 0x00002e59 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + 0x00001f8c 0x375 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) .debug_line_str - 0x00002e59 0x2db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x00001f8c 0x367 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .debug_line_str - 0x00002e59 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + 0x00001f8c 0x354 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) .debug_line_str - 0x00002e59 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + 0x00001f8c 0x354 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) .debug_line_str - 0x00002e59 0x2e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_line_str - 0x00002e59 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_line_str - 0x00002e59 0x2ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_line_str - 0x00002e59 0x383 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_line_str - 0x00002e59 0x2f9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_line_str - 0x00002e59 0x2d4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_line_str - 0x00002e59 0x279 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_line_str - 0x00002e59 0x287 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_line_str - 0x00002e59 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_line_str - 0x00002e59 0x36d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_line_str - 0x00002e59 0x35c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_line_str - 0x00002e59 0x2f9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_line_str - 0x00002e59 0x2e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_line_str - 0x00002e59 0x2eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_line_str - 0x00002e59 0x2bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_line_str - 0x00002e59 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_line_str - 0x00002e59 0x3c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_line_str - 0x00002e59 0x2dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_line_str - 0x00002e59 0x3ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_line_str - 0x00002e59 0x363 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_line_str - 0x00002e59 0x402 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_line_str - 0x00002e59 0x406 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_line_str - 0x00002e59 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_line_str - 0x00002e59 0x40b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_line_str - 0x00002e59 0x27f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_line_str - 0x00002e59 0x375 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_line_str - 0x00002e59 0x201 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_line_str - 0x00002e59 0x2f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_line_str - 0x00002e59 0x367 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_line_str - 0x00002e59 0x204 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_line_str - 0x00002e59 0x354 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_line_str - 0x00002e59 0x3e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_line_str - 0x00002e59 0x354 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_line_str - 0x00002e59 0x363 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_line_str - 0x00002e59 0x366 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_line_str - 0x00002e59 0x348 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_line_str - 0x00002e59 0x2cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_line_str - 0x00002e59 0x35f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_line_str - 0x00002e59 0x201 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_line_str - 0x00002e59 0x3e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_line_str - 0x00002e59 0x22b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_line_str - 0x00002e59 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_line_str - 0x00002e59 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x00001f8c 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_loclists - 0x00000000 0x13746 + 0x00000000 0x9d77 *(.debug_loclists) .debug_loclists 0x00000000 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) @@ -20059,155 +19969,71 @@ END GROUP .debug_loclists 0x000010ce 0x61 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .debug_loclists - 0x0000112f 0x17 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + 0x0000112f 0x23a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .debug_loclists - 0x00001146 0x4e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + 0x000034d0 0x1472 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .debug_loclists - 0x00001194 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + 0x00004942 0x7f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .debug_loclists - 0x00001263 0x315 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x000049c1 0x16a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .debug_loclists - 0x00001578 0x7e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x00004b2b 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .debug_loclists - 0x00001d60 0x23a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x00004da7 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) .debug_loclists - 0x00004101 0x1472 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x00004e79 0xf4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .debug_loclists - 0x00005573 0x7f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x00004f6d 0x2d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .debug_loclists - 0x000055f2 0x16a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x00005244 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) .debug_loclists - 0x0000575c 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x000052c8 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) .debug_loclists - 0x00005804 0x1af /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + 0x00005320 0xdd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .debug_loclists - 0x000059b3 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x000053fd 0x211 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .debug_loclists - 0x000059f5 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x0000560e 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) .debug_loclists - 0x00005c71 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x0000568a 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .debug_loclists - 0x00005d43 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + 0x000056e2 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .debug_loclists - 0x00005dbd 0xb7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x000058e2 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .debug_loclists - 0x00005e74 0xb6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + 0x0000591e 0x69 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) .debug_loclists - 0x00005f2a 0xf4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x00005987 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) .debug_loclists - 0x0000601e 0x2d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x000059a5 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) .debug_loclists - 0x000062f5 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x000059e1 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) .debug_loclists - 0x00006379 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x00005a1d 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) .debug_loclists - 0x00006537 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x00005a5b 0x5a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) .debug_loclists - 0x0000658f 0x129 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x00005ab5 0x5a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) .debug_loclists - 0x000066b8 0x4c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x00005b0f 0x6f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .debug_loclists - 0x00006704 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x00005b7e 0x1184 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .debug_loclists - 0x00006799 0xdd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x00006d02 0x138f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .debug_loclists - 0x00006876 0x69 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + 0x00008091 0x15d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .debug_loclists - 0x000068df 0x105 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + 0x00009662 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .debug_loclists - 0x000069e4 0x13d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + 0x000096e7 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) .debug_loclists - 0x00006b21 0x7f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + 0x000097ed 0x88 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .debug_loclists - 0x00006ba0 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + 0x00009875 0xa2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) .debug_loclists - 0x00006c25 0x211 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x00009917 0x96 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) .debug_loclists - 0x00006e36 0x7c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_loclists - 0x00006eb2 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_loclists - 0x00007005 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_loclists - 0x000070ed 0x58 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_loclists - 0x00007145 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_loclists - 0x000071ca 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_loclists - 0x000073ca 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_loclists - 0x00007406 0x69 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_loclists - 0x0000746f 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_loclists - 0x0000748d 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_loclists - 0x000074c9 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_loclists - 0x00007505 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_loclists - 0x00007543 0x5a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_loclists - 0x0000759d 0x5a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_loclists - 0x000075f7 0x6f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_loclists - 0x00007666 0x9c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_loclists - 0x00007702 0x1184 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_loclists - 0x00008886 0x34 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_loclists - 0x000088ba 0x138f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_loclists - 0x00009c49 0x21f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_loclists - 0x00009e68 0x15d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_loclists - 0x0000b439 0x15e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_loclists - 0x0000ca1e 0x22dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_loclists - 0x0000ecfb 0x1abc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_loclists - 0x000107b7 0x85 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_loclists - 0x0001083c 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_loclists - 0x00010942 0xf7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_loclists - 0x00010a39 0x185 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_loclists - 0x00010bbe 0x88 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_loclists - 0x00010c46 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_loclists - 0x00010c66 0xa2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_loclists - 0x00010d08 0x1117 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_loclists - 0x00011e1f 0x96 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_loclists - 0x00011eb5 0x324 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_loclists - 0x000121d9 0x320 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_loclists - 0x000124f9 0xf2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_loclists - 0x000125eb 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_loclists - 0x0001260b 0x33 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_loclists - 0x0001263e 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_loclists - 0x0001265e 0x858 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_loclists - 0x00012eb6 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_loclists - 0x0001314b 0x231 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_loclists - 0x0001337c 0x3ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x000099ad 0x3ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_macro *(.debug_macro) @@ -20216,7 +20042,7 @@ END GROUP *(.debug_names) .debug_rnglists - 0x00000000 0xebf + 0x00000000 0x89a *(.debug_rnglists) .debug_rnglists 0x00000000 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) @@ -20251,71 +20077,35 @@ END GROUP .debug_rnglists 0x000004b1 0x1f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .debug_rnglists - 0x000004d0 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x000004d0 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .debug_rnglists - 0x000004e8 0x31 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x0000057b 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .debug_rnglists - 0x00000519 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x000005d1 0x21 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .debug_rnglists - 0x000005c4 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x000005f2 0x57 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .debug_rnglists - 0x0000061a 0x21 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x00000649 0x19 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .debug_rnglists - 0x0000063b 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x00000662 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .debug_rnglists - 0x0000064e 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x00000688 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .debug_rnglists - 0x00000661 0x57 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x000006a2 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .debug_rnglists - 0x000006b8 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x000006b5 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .debug_rnglists - 0x000006cb 0x19 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x000006d3 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .debug_rnglists - 0x000006e4 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x000006fb 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) .debug_rnglists - 0x0000070a 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x00000719 0x31 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .debug_rnglists - 0x0000071d 0x1c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x0000074a 0x74 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .debug_rnglists - 0x00000739 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x000007be 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .debug_rnglists - 0x0000074c 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_rnglists - 0x00000766 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_rnglists - 0x00000779 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_rnglists - 0x0000078c 0x13 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_rnglists - 0x0000079f 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_rnglists - 0x000007bd 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_rnglists - 0x000007e5 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_rnglists - 0x00000803 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_rnglists - 0x0000081b 0x31 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_rnglists - 0x0000084c 0x74 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_rnglists - 0x000008c0 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_rnglists - 0x00000916 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_rnglists - 0x00000ae0 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_rnglists - 0x00000b80 0x1dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_rnglists - 0x00000d5c 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_rnglists - 0x00000d70 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_rnglists - 0x00000dc1 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_rnglists - 0x00000e03 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_rnglists - 0x00000e39 0x86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x00000814 0x86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_str_offsets *(.debug_str_offsets) @@ -20347,7 +20137,6 @@ END GROUP .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) .comment 0x0000002f 0x30 esp-idf/log/liblog.a(log.c.obj) .comment 0x0000002f 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) @@ -20401,8 +20190,6 @@ END GROUP .comment 0x0000002f 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .comment 0x0000002f 0x30 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .comment 0x0000002f 0x30 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) .comment 0x0000002f 0x30 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) @@ -20420,15 +20207,6 @@ END GROUP .comment 0x0000002f 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) .comment 0x0000002f 0x30 esp-idf/main/libmain.a(main.c.obj) .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(commands.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(split_argv.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(arg_end.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(arg_str.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(arg_utils.c.obj) - .comment 0x0000002f 0x30 esp-idf/console/libconsole.a(argtable3.c.obj) .comment 0x0000002f 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) .comment 0x0000002f 0x30 esp-idf/riscv/libriscv.a(interrupt.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) @@ -20471,22 +20249,17 @@ END GROUP .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .comment 0x0000002f 0x30 esp-idf/soc/libsoc.a(interrupts.c.obj) .comment 0x0000002f 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .comment 0x0000002f 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .comment 0x0000002f 0x30 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) .comment 0x0000002f 0x30 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .comment 0x0000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .comment 0x0000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .comment 0x0000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) @@ -20500,8 +20273,15 @@ END GROUP .comment 0x0000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) .comment 0x0000002f 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .comment 0x0000002f 0x30 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x0000002f 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .comment 0x0000002f 0x30 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) .comment 0x0000002f 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) @@ -20521,44 +20301,21 @@ END GROUP .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .comment 0x0000002f 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) @@ -20571,33 +20328,14 @@ END GROUP .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) .comment 0x0000002f 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .note.GNU-stack @@ -20655,515 +20393,411 @@ END GROUP .riscv.attributes 0x0000062c 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .riscv.attributes - 0x00000670 0x44 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000670 0x44 esp-idf/hal/libhal.a(brownout_hal.c.obj) .riscv.attributes - 0x000006b4 0x44 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x000006b4 0x44 esp-idf/log/liblog.a(log.c.obj) .riscv.attributes - 0x000006f8 0x44 esp-idf/log/liblog.a(log.c.obj) + 0x000006f8 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) .riscv.attributes - 0x0000073c 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x00000740 0x44 esp-idf/heap/libheap.a(heap_caps.c.obj) .riscv.attributes - 0x00000784 0x44 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000784 0x44 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .riscv.attributes - 0x000007c8 0x44 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000007c8 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) .riscv.attributes - 0x0000080c 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000080c 0x44 esp-idf/heap/libheap.a(tlsf.c.obj) .riscv.attributes - 0x00000850 0x44 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x00000850 0x44 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) .riscv.attributes - 0x00000894 0x44 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x00000894 0x44 esp-idf/heap/libheap.a(memory_layout.c.obj) .riscv.attributes - 0x000008d8 0x44 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000008d8 0x44 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .riscv.attributes - 0x0000091c 0x44 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x0000091c 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) .riscv.attributes - 0x00000960 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x00000964 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) .riscv.attributes - 0x000009a8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x000009a8 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .riscv.attributes - 0x000009ec 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x000009f0 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .riscv.attributes - 0x00000a34 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x00000a34 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) .riscv.attributes - 0x00000a78 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x00000a78 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .riscv.attributes - 0x00000abc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x00000abc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) .riscv.attributes - 0x00000b00 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x00000b00 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .riscv.attributes - 0x00000b44 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000b44 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .riscv.attributes - 0x00000b88 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x00000b88 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) .riscv.attributes - 0x00000bcc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x00000bcc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .riscv.attributes - 0x00000c10 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x00000c10 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) .riscv.attributes - 0x00000c54 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x00000c54 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) .riscv.attributes - 0x00000c98 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x00000c98 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) .riscv.attributes - 0x00000cdc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x00000cdc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) .riscv.attributes - 0x00000d20 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x00000d20 0x44 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .riscv.attributes - 0x00000d64 0x44 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x00000d64 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) .riscv.attributes - 0x00000da8 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x00000da8 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) .riscv.attributes - 0x00000dec 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000dec 0x48 esp-idf/freertos/libfreertos.a(port.c.obj) .riscv.attributes - 0x00000e30 0x48 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00000e34 0x44 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) .riscv.attributes - 0x00000e78 0x44 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x00000e78 0x44 esp-idf/freertos/libfreertos.a(port_common.c.obj) .riscv.attributes - 0x00000ebc 0x44 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x00000ebc 0x44 esp-idf/freertos/libfreertos.a(port_systick.c.obj) .riscv.attributes - 0x00000f00 0x44 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x00000f00 0x44 esp-idf/freertos/libfreertos.a(list.c.obj) .riscv.attributes - 0x00000f44 0x44 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x00000f44 0x44 esp-idf/newlib/libnewlib.a(abort.c.obj) .riscv.attributes - 0x00000f88 0x44 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x00000f88 0x44 esp-idf/newlib/libnewlib.a(assert.c.obj) .riscv.attributes - 0x00000fcc 0x44 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x00000fcc 0x44 esp-idf/newlib/libnewlib.a(heap.c.obj) .riscv.attributes - 0x00001010 0x44 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x00001010 0x44 esp-idf/newlib/libnewlib.a(locks.c.obj) .riscv.attributes - 0x00001054 0x44 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00001054 0x44 esp-idf/newlib/libnewlib.a(pthread.c.obj) .riscv.attributes - 0x00001098 0x44 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x00001098 0x44 esp-idf/newlib/libnewlib.a(reent_init.c.obj) .riscv.attributes - 0x000010dc 0x44 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x000010dc 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .riscv.attributes - 0x00001120 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x00001120 0x44 esp-idf/newlib/libnewlib.a(syscalls.c.obj) .riscv.attributes - 0x00001164 0x44 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00001164 0x44 esp-idf/newlib/libnewlib.a(time.c.obj) .riscv.attributes - 0x000011a8 0x44 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x000011a8 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) .riscv.attributes - 0x000011ec 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x000011ec 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) .riscv.attributes - 0x00001230 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00001230 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) .riscv.attributes - 0x00001274 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x00001274 0x44 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .riscv.attributes - 0x000012b8 0x44 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000012b8 0x44 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) .riscv.attributes - 0x000012fc 0x44 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x000012fc 0x44 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) .riscv.attributes - 0x00001340 0x44 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x00001340 0x44 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) .riscv.attributes - 0x00001384 0x44 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x00001384 0x44 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) .riscv.attributes - 0x000013c8 0x44 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + 0x000013c8 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .riscv.attributes - 0x0000140c 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x0000140c 0x44 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .riscv.attributes - 0x00001450 0x44 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x00001450 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) .riscv.attributes - 0x00001494 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x00001494 0x44 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .riscv.attributes - 0x000014d8 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x000014d8 0x44 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) .riscv.attributes - 0x0000151c 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x0000151c 0x44 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) .riscv.attributes - 0x00001560 0x44 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x00001560 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .riscv.attributes - 0x000015a4 0x44 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + 0x000015a4 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .riscv.attributes - 0x000015e8 0x44 esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + 0x000015e8 0x44 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) .riscv.attributes - 0x0000162c 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x0000162c 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .riscv.attributes - 0x00001670 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x00001670 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) .riscv.attributes - 0x000016b4 0x44 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x000016b4 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) .riscv.attributes - 0x000016f8 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x000016f8 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .riscv.attributes - 0x0000173c 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000173c 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .riscv.attributes - 0x00001780 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x00001784 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .riscv.attributes - 0x000017c4 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x000017c8 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .riscv.attributes - 0x00001808 0x48 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x0000180c 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .riscv.attributes - 0x00001850 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x00001850 0x44 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) .riscv.attributes - 0x00001894 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + 0x00001894 0x44 esp-idf/main/libmain.a(main.c.obj) .riscv.attributes - 0x000018d8 0x44 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + 0x000018d8 0x44 esp-idf/console/libconsole.a(esp_console_common.c.obj) .riscv.attributes - 0x0000191c 0x44 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + 0x0000191c 0x44 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) .riscv.attributes - 0x00001960 0x44 esp-idf/main/libmain.a(main.c.obj) + 0x00001960 0x44 esp-idf/riscv/libriscv.a(interrupt.c.obj) .riscv.attributes - 0x000019a4 0x44 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x000019a4 0x55 esp-idf/riscv/libriscv.a(vectors.S.obj) .riscv.attributes - 0x000019e8 0x44 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000019f9 0x51 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) .riscv.attributes - 0x00001a2c 0x44 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + 0x00001a4a 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .riscv.attributes - 0x00001a70 0x44 esp-idf/console/libconsole.a(commands.c.obj) + 0x00001a8e 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) .riscv.attributes - 0x00001ab4 0x44 esp-idf/console/libconsole.a(split_argv.c.obj) + 0x00001ad2 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) .riscv.attributes - 0x00001af8 0x44 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x00001b16 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .riscv.attributes - 0x00001b3c 0x44 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x00001b5a 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) .riscv.attributes - 0x00001b80 0x44 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x00001b9e 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .riscv.attributes - 0x00001bc4 0x44 esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x00001be2 0x44 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .riscv.attributes - 0x00001c08 0x44 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00001c26 0x44 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) .riscv.attributes - 0x00001c4c 0x44 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x00001c6a 0x44 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) .riscv.attributes - 0x00001c90 0x44 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x00001cae 0x44 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) .riscv.attributes - 0x00001cd4 0x55 esp-idf/riscv/libriscv.a(vectors.S.obj) + 0x00001cf2 0x44 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) .riscv.attributes - 0x00001d29 0x51 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + 0x00001d36 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .riscv.attributes - 0x00001d7a 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x00001d7a 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .riscv.attributes - 0x00001dbe 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x00001dbe 0x44 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .riscv.attributes - 0x00001e02 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x00001e02 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .riscv.attributes - 0x00001e46 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00001e46 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .riscv.attributes - 0x00001e8a 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x00001e8a 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .riscv.attributes - 0x00001ece 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00001ece 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) .riscv.attributes - 0x00001f12 0x44 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x00001f12 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) .riscv.attributes - 0x00001f56 0x44 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x00001f56 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .riscv.attributes - 0x00001f9a 0x44 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + 0x00001f9a 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) .riscv.attributes - 0x00001fde 0x44 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x00001fde 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) .riscv.attributes - 0x00002022 0x44 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x00002022 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) .riscv.attributes - 0x00002066 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00002066 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) .riscv.attributes - 0x000020aa 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x000020aa 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) .riscv.attributes - 0x000020ee 0x44 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000020ee 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) .riscv.attributes - 0x00002132 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x00002132 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .riscv.attributes - 0x00002176 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00002176 0x44 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) .riscv.attributes - 0x000021ba 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x000021ba 0x44 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) .riscv.attributes - 0x000021fe 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x000021fe 0x44 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) .riscv.attributes - 0x00002242 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x00002242 0x44 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) .riscv.attributes - 0x00002286 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00002286 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .riscv.attributes - 0x000022ca 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x000022ca 0x44 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) .riscv.attributes - 0x0000230e 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x0000230e 0x44 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) .riscv.attributes - 0x00002352 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x00002352 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) .riscv.attributes - 0x00002396 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x00002396 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) .riscv.attributes - 0x000023da 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x000023da 0x44 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .riscv.attributes - 0x0000241e 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x0000241e 0x44 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) .riscv.attributes - 0x00002462 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00002462 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) .riscv.attributes - 0x000024a6 0x44 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x000024a6 0x44 esp-idf/hal/libhal.a(systimer_hal.c.obj) .riscv.attributes - 0x000024ea 0x44 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x000024ea 0x44 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) .riscv.attributes - 0x0000252e 0x44 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000252e 0x44 esp-idf/soc/libsoc.a(interrupts.c.obj) .riscv.attributes - 0x00002572 0x44 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x00002572 0x44 esp-idf/soc/libsoc.a(gpio_periph.c.obj) .riscv.attributes - 0x000025b6 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x000025b6 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) .riscv.attributes - 0x000025fa 0x44 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x000025fa 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) .riscv.attributes - 0x0000263e 0x44 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x00002642 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) .riscv.attributes - 0x00002682 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00002686 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) .riscv.attributes - 0x000026c6 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x000026ca 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) .riscv.attributes - 0x0000270a 0x44 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x0000270e 0x51 esp-idf/freertos/libfreertos.a(portasm.S.obj) .riscv.attributes - 0x0000274e 0x44 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000275f 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) .riscv.attributes - 0x00002792 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x000027a3 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .riscv.attributes - 0x000027d6 0x44 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x000027e7 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .riscv.attributes - 0x0000281a 0x44 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000282b 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .riscv.attributes - 0x0000285e 0x44 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x0000286f 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .riscv.attributes - 0x000028a2 0x44 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x000028b3 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) .riscv.attributes - 0x000028e6 0x44 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x000028f7 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) .riscv.attributes - 0x0000292a 0x44 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x0000293b 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .riscv.attributes - 0x0000296e 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x0000297f 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) .riscv.attributes - 0x000029b2 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x000029c3 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) .riscv.attributes - 0x000029fa 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x00002a07 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .riscv.attributes - 0x00002a3e 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x00002a4b 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .riscv.attributes - 0x00002a82 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x00002a8f 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) .riscv.attributes - 0x00002ac6 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x00002ad3 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) .riscv.attributes - 0x00002b0a 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x00002b17 0x44 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .riscv.attributes - 0x00002b4e 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x00002b5b 0x44 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) .riscv.attributes - 0x00002b92 0x51 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x00002b9f 0x44 esp-idf/hal/libhal.a(uart_hal.c.obj) .riscv.attributes - 0x00002be3 0x44 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x00002be3 0x44 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) .riscv.attributes - 0x00002c27 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x00002c27 0x44 esp-idf/soc/libsoc.a(uart_periph.c.obj) .riscv.attributes - 0x00002c6b 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x00002c6b 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) .riscv.attributes - 0x00002caf 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00002caf 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) .riscv.attributes - 0x00002cf3 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00002cf3 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .riscv.attributes - 0x00002d37 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00002d37 0x44 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) .riscv.attributes - 0x00002d7b 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00002d7b 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .riscv.attributes - 0x00002dbf 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00002dbf 0x44 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .riscv.attributes - 0x00002e03 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x00002e03 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) .riscv.attributes - 0x00002e47 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00002e47 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) .riscv.attributes - 0x00002e8b 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00002e8b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .riscv.attributes - 0x00002ecf 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00002ecf 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) .riscv.attributes - 0x00002f13 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x00002f13 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) .riscv.attributes - 0x00002f57 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00002f57 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) .riscv.attributes - 0x00002f9b 0x44 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x00002f9b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) .riscv.attributes - 0x00002fdf 0x44 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x00002fdf 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) .riscv.attributes - 0x00003023 0x44 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x00003023 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) .riscv.attributes - 0x00003067 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x00003067 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) .riscv.attributes - 0x000030ab 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x000030ab 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) .riscv.attributes - 0x000030ef 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + 0x000030ef 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .riscv.attributes - 0x00003133 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x00003133 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) .riscv.attributes - 0x00003177 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x00003177 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) .riscv.attributes - 0x000031bb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x000031bb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) .riscv.attributes - 0x000031ff 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x000031ff 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) .riscv.attributes - 0x00003243 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x00003243 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .riscv.attributes - 0x00003287 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x00003287 0x44 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .riscv.attributes - 0x000032cb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x000032cb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) .riscv.attributes - 0x0000330f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x0000330f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) .riscv.attributes - 0x00003353 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x00003353 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .riscv.attributes - 0x00003397 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x00003397 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .riscv.attributes - 0x000033db 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x000033db 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) .riscv.attributes - 0x0000341f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x0000341f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) .riscv.attributes - 0x00003463 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + 0x00003463 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) .riscv.attributes - 0x000034a7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x000034a7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) .riscv.attributes - 0x000034eb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x000034eb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) .riscv.attributes - 0x0000352f 0x44 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x0000352f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) .riscv.attributes - 0x00003573 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x00003573 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) .riscv.attributes - 0x000035b7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + 0x000035b7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) .riscv.attributes - 0x000035fb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + 0x000035fb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) .riscv.attributes - 0x0000363f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + 0x0000363f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) .riscv.attributes - 0x00003683 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x00003683 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) .riscv.attributes - 0x000036c7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x000036c7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) .riscv.attributes - 0x0000370b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x0000370b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) .riscv.attributes - 0x0000374f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x0000374f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) .riscv.attributes - 0x00003793 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x00003793 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) .riscv.attributes - 0x000037d7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x000037d7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) .riscv.attributes - 0x0000381b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x0000381b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) .riscv.attributes - 0x0000385f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x0000385f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) .riscv.attributes - 0x000038a3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + 0x000038a3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) .riscv.attributes - 0x000038e7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x000038e7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) .riscv.attributes - 0x0000392b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x0000392b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) .riscv.attributes - 0x0000396f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x0000396f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) .riscv.attributes - 0x000039b3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + 0x000039b3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) .riscv.attributes - 0x000039f7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x000039f7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .riscv.attributes - 0x00003a3b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + 0x00003a3b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .riscv.attributes - 0x00003a7f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x00003a7f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) .riscv.attributes - 0x00003ac3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x00003ac3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) .riscv.attributes - 0x00003b07 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x00003b07 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) .riscv.attributes - 0x00003b4b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x00003b4b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) .riscv.attributes - 0x00003b8f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x00003b8f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) .riscv.attributes - 0x00003bd3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x00003bd3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) .riscv.attributes - 0x00003c17 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x00003c17 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) .riscv.attributes - 0x00003c5b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .riscv.attributes - 0x00003c9f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .riscv.attributes - 0x00003ce3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .riscv.attributes - 0x00003d27 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .riscv.attributes - 0x00003d6b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .riscv.attributes - 0x00003daf 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .riscv.attributes - 0x00003df3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .riscv.attributes - 0x00003e37 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .riscv.attributes - 0x00003e7b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .riscv.attributes - 0x00003ebf 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .riscv.attributes - 0x00003f03 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .riscv.attributes - 0x00003f47 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .riscv.attributes - 0x00003f8b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .riscv.attributes - 0x00003fcf 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .riscv.attributes - 0x00004013 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .riscv.attributes - 0x00004057 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .riscv.attributes - 0x0000409b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .riscv.attributes - 0x000040df 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .riscv.attributes - 0x00004123 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .riscv.attributes - 0x00004167 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .riscv.attributes - 0x000041ab 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .riscv.attributes - 0x000041ef 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .riscv.attributes - 0x00004233 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .riscv.attributes - 0x00004277 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .riscv.attributes - 0x000042bb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .riscv.attributes - 0x000042ff 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .riscv.attributes - 0x00004343 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .riscv.attributes - 0x00004387 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .riscv.attributes - 0x000043cb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .riscv.attributes - 0x0000440f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .riscv.attributes - 0x00004453 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .riscv.attributes - 0x00004497 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .riscv.attributes - 0x000044db 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .riscv.attributes - 0x0000451f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .riscv.attributes - 0x00004563 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .riscv.attributes - 0x000045a7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .riscv.attributes - 0x000045eb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .riscv.attributes - 0x0000462f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .riscv.attributes - 0x00004673 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .riscv.attributes - 0x000046b7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .riscv.attributes - 0x000046fb 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .riscv.attributes - 0x0000473f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .riscv.attributes - 0x00004783 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .riscv.attributes - 0x000047c7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .riscv.attributes - 0x0000480b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .riscv.attributes - 0x0000484f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .riscv.attributes - 0x00004893 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .riscv.attributes - 0x000048d7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .riscv.attributes - 0x0000491b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .riscv.attributes - 0x0000495f 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .riscv.attributes - 0x000049a3 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .riscv.attributes - 0x000049e7 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .riscv.attributes - 0x00004a2b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x00003c5b 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) /DISCARD/ *(.rela.*) @@ -21488,13 +21122,13 @@ SYSTEM esp-idf/mbedtls/mbedtls/librar esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) @@ -21512,11 +21146,7 @@ TIMERG1 esp-idf/esp_system/libesp_syst esp-idf/esp_system/libesp_system.a(panic.c.obj) esp-idf/esp_system/libesp_system.a(system_internal.c.obj) UART0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) UART1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) USB_SERIAL_JTAG esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) @@ -21551,10 +21181,15 @@ __assert_func esp-idf/newlib/libnewlib.a(ass /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) @@ -21563,14 +21198,10 @@ __assert_func esp-idf/newlib/libnewlib.a(ass esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) esp-idf/hal/libhal.a(gpio_hal.c.obj) esp-idf/hal/libhal.a(systimer_hal.c.obj) esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) @@ -21598,8 +21229,6 @@ __assert_func esp-idf/newlib/libnewlib.a(ass esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) @@ -21821,7 +21450,6 @@ __errno /home/abobkov/.espressif/tools esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/newlib/libnewlib.a(syscalls.c.obj) @@ -21921,7 +21549,6 @@ __getreent esp-idf/freertos/libfreertos.a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/console/libconsole.a(arg_utils.c.obj) esp-idf/console/libconsole.a(commands.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -22359,7 +21986,6 @@ __udivdi3 /home/abobkov/.espressif/tools esp-idf/esp_system/libesp_system.a(panic.c.obj) esp-idf/esp_system/libesp_system.a(system_internal.c.obj) esp-idf/esp_system/libesp_system.a(clk.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) __ulp /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) __umoddi3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) @@ -22466,7 +22092,6 @@ _esp_error_check_failed esp-idf/esp_system/libesp_syst esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) esp-idf/main/libmain.a(main.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/freertos/libfreertos.a(app_startup.c.obj) _esp_error_check_failed_without_abort esp-idf/esp_system/libesp_system.a(esp_err.c.obj) @@ -22572,16 +22197,15 @@ _localeconv_r /home/abobkov/.espressif/tools _lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/esp_partition/libesp_partition.a(partition.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/log/liblog.a(log_freertos.c.obj) _lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) _lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) @@ -22594,16 +22218,15 @@ _lock_init_recursive esp-idf/newlib/libnewlib.a(loc _lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/esp_partition/libesp_partition.a(partition.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/log/liblog.a(log_freertos.c.obj) _lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) _lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) @@ -22755,12 +22378,13 @@ abort esp-idf/newlib/libnewlib.a(abo /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) esp-idf/hal/libhal.a(sha_hal.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/hal/libhal.a(adc_hal_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) @@ -22775,7 +22399,6 @@ abort esp-idf/newlib/libnewlib.a(abo esp-idf/riscv/libriscv.a(instruction_decode.c.obj) esp-idf/console/libconsole.a(arg_utils.c.obj) esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) esp-idf/newlib/libnewlib.a(syscalls.c.obj) @@ -22789,7 +22412,6 @@ abort esp-idf/newlib/libnewlib.a(abo esp-idf/heap/libheap.a(multi_heap.c.obj) esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/esp_system/libesp_system.a(startup.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) abort_expect_void esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) abort_expect_void_and_return esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) access esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -23042,7 +22664,6 @@ calloc esp-idf/newlib/libnewlib.a(hea esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) esp-idf/console/libconsole.a(arg_utils.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) @@ -23222,7 +22843,6 @@ esp_cache_get_alignment esp-idf/esp_mm/libesp_mm.a(esp esp_cache_msync esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) esp_clk_apb_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) esp_clk_cpu_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) @@ -23250,30 +22870,22 @@ esp_clk_tree_src_get_freq_hz esp-idf/esp_hw_support/libesp_ esp_clk_tree_xtal32k_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) esp_clk_xtal_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) esp_console_cmd_register esp-idf/console/libconsole.a(commands.c.obj) esp_console_common_init esp-idf/console/libconsole.a(esp_console_common.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp_console_deinit esp-idf/console/libconsole.a(commands.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp_console_get_completion esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp_console_get_hint esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp_console_init esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) -esp_console_new_repl_uart esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - esp-idf/main/libmain.a(main.c.obj) esp_console_register_help_command esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp_console_repl_task esp-idf/console/libconsole.a(esp_console_common.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp_console_run esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp_console_setup_history esp-idf/console/libconsole.a(esp_console_common.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp_console_setup_prompt esp-idf/console/libconsole.a(esp_console_common.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp_console_split_argv esp-idf/console/libconsole.a(split_argv.c.obj) esp-idf/console/libconsole.a(commands.c.obj) esp_console_start_repl esp-idf/console/libconsole.a(esp_console_common.c.obj) @@ -23661,11 +23273,11 @@ esp_internal_aes_decrypt esp-idf/mbedtls/mbedtls/librar esp_internal_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) esp_intr_alloc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) @@ -23690,10 +23302,10 @@ esp_intr_enable_source esp-idf/esp_hw_support/libesp_ esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) esp_intr_free esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp_intr_get_cpu esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) @@ -23713,6 +23325,7 @@ esp_log_default_level esp-idf/log/liblog.a(log.c.obj esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) @@ -23724,7 +23337,6 @@ esp_log_default_level esp-idf/log/liblog.a(log.c.obj esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) @@ -23761,11 +23373,13 @@ esp_log_level_set esp-idf/log/liblog.a(log.c.obj esp_log_set_vprintf esp-idf/log/liblog.a(log.c.obj) esp_log_system_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) esp_log_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) @@ -23777,11 +23391,10 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/hal/libhal.a(spi_flash_hal.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) @@ -23797,12 +23410,10 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) @@ -23828,10 +23439,12 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) esp_log_write esp-idf/log/liblog.a(log.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) @@ -23843,10 +23456,9 @@ esp_log_write esp-idf/log/liblog.a(log.c.obj esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/hal/libhal.a(spi_flash_hal.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) @@ -23858,12 +23470,10 @@ esp_log_write esp-idf/log/liblog.a(log.c.obj esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) @@ -24070,11 +23680,11 @@ esp_rom_crc32_le esp-idf/bootloader_support/lib esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) esp_rom_delay_us esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) @@ -24092,12 +23702,12 @@ esp_rom_get_reset_reason esp-idf/bootloader_support/lib esp-idf/esp_system/libesp_system.a(clk.c.obj) esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) esp_rom_gpio_connect_in_signal esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) esp_rom_gpio_connect_out_signal esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp_rom_gpio_pad_select_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp_rom_gpio_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) @@ -24111,13 +23721,12 @@ esp_rom_newlib_init_common_mutexes esp-idf/newlib/libnewlib.a(loc esp_rom_output_flush_tx esp-idf/newlib/libnewlib.a(syscalls.c.obj) esp_rom_output_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) esp_rom_output_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) -esp_rom_output_tx_wait_idle esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_rom_output_tx_wait_idle esp-idf/esp_system/libesp_system.a(system_internal.c.obj) esp-idf/esp_system/libesp_system.a(clk.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) @@ -24138,7 +23747,6 @@ esp_rom_printf esp-idf/esp_hw_support/libesp_ esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) @@ -24297,13 +23905,6 @@ esp_vfs_access esp-idf/vfs/libvfs.a(vfs.c.obj esp_vfs_close esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_closedir esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_console_register esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp_vfs_dev_usb_serial_jtag_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) esp_vfs_dev_usb_serial_jtag_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) esp_vfs_dev_usb_serial_jtag_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) @@ -24327,7 +23928,6 @@ esp_vfs_readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj esp_vfs_register esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp_vfs_register_common esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_register_fd esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_register_fd_range esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -24339,15 +23939,11 @@ esp_vfs_rmdir esp-idf/vfs/libvfs.a(vfs.c.obj esp_vfs_seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_select esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_select_triggered esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp_vfs_set_readonly_flag esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_stat esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_telldir esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_truncate esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_uart_get_vfs esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) esp_vfs_unlink esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_unregister esp-idf/vfs/libvfs.a(vfs.c.obj) esp_vfs_unregister_fd esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -24392,14 +23988,12 @@ fcntl esp-idf/newlib/libnewlib.a(sys esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) fflush /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) fgetc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) esp-idf/console/libconsole.a(linenoise.c.obj) fgets /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) esp-idf/console/libconsole.a(linenoise.c.obj) fileno /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) fopen /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) esp-idf/console/libconsole.a(linenoise.c.obj) @@ -24444,6 +24038,7 @@ free esp-idf/newlib/libnewlib.a(hea esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) @@ -24454,12 +24049,9 @@ free esp-idf/newlib/libnewlib.a(hea esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) esp-idf/console/libconsole.a(arg_utils.c.obj) esp-idf/console/libconsole.a(commands.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) @@ -24478,7 +24070,6 @@ fstat /home/abobkov/.espressif/tools esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) fsync esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/newlib/libnewlib.a(syscalls.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -24683,6 +24274,7 @@ heap_caps_aligned_free esp-idf/heap/libheap.a(heap_ca heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) @@ -24690,7 +24282,6 @@ heap_caps_calloc esp-idf/heap/libheap.a(heap_ca esp-idf/console/libconsole.a(commands.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) heap_caps_calloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) @@ -24703,11 +24294,11 @@ heap_caps_dump_all esp-idf/heap/libheap.a(heap_ca heap_caps_enable_nonos_stack_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) esp-idf/freertos/libfreertos.a(app_startup.c.obj) heap_caps_free esp-idf/heap/libheap.a(heap_caps_base.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/newlib/libnewlib.a(heap.c.obj) esp-idf/freertos/libfreertos.a(heap_idf.c.obj) esp-idf/heap/libheap.a(heap_caps.c.obj) @@ -24725,14 +24316,13 @@ heap_caps_get_total_size esp-idf/heap/libheap.a(heap_ca heap_caps_init esp-idf/heap/libheap.a(heap_caps_init.c.obj) heap_caps_malloc esp-idf/heap/libheap.a(heap_caps.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/freertos/libfreertos.a(heap_idf.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) @@ -24749,7 +24339,6 @@ heap_caps_monitor_local_minimum_free_size_start esp-idf/heap/libheap.a(heap_ca heap_caps_monitor_local_minimum_free_size_stop esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_print_heap_info esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) heap_caps_realloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_realloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) @@ -24960,6 +24549,7 @@ memcpy /home/abobkov/.espressif/tools esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) @@ -24971,9 +24561,9 @@ memcpy /home/abobkov/.espressif/tools esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) @@ -24995,7 +24585,6 @@ memcpy /home/abobkov/.espressif/tools esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(assert.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) @@ -25022,12 +24611,12 @@ memset /home/abobkov/.espressif/tools /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) @@ -25040,7 +24629,6 @@ memset /home/abobkov/.espressif/tools esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) esp-idf/newlib/libnewlib.a(syscalls.c.obj) esp-idf/newlib/libnewlib.a(reent_init.c.obj) @@ -25527,21 +25115,21 @@ periph_rcc_enter esp-idf/esp_hw_support/libesp_ esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) periph_rcc_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(esp_hmac.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) periph_rcc_release_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) periph_rcc_release_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) @@ -26336,7 +25924,6 @@ strcmp /home/abobkov/.espressif/tools esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) esp-idf/console/libconsole.a(commands.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/log/liblog.a(log.c.obj) strcpy /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) @@ -26561,9 +26148,7 @@ uart_disable_pattern_det_intr esp-idf/esp_driver_uart/libesp uart_disable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_disable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_driver_delete esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) uart_driver_install esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) uart_enable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_enable_pattern_det_baud_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) @@ -26571,25 +26156,18 @@ uart_enable_rx_intr esp-idf/esp_driver_uart/libesp uart_enable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_flush esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_flush_input esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_buffered_data_len esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_collision_flag esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_get_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_get_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_sclk_freq esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_get_selectlock esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_get_tx_buffer_free_size esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_get_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_get_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) @@ -26651,12 +26229,9 @@ uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_ esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) uart_intr_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_is_driver_installed esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_param_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) uart_pattern_get_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_pattern_pop_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) @@ -26665,52 +26240,31 @@ uart_periph_signal esp-idf/soc/libsoc.a(uart_peri esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_read_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_set_always_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_set_dtr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_line_inverse esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_loop_back esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_mode esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_set_pin esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) uart_set_rts esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_rx_full_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_select_notif_callback esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_set_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_set_sw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_tx_empty_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_tx_idle_num esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_set_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_tx_chars esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_vfs_dev_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) -uart_vfs_dev_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) -uart_vfs_dev_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) -uart_vfs_dev_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) -uart_vfs_include_dev_init esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_wait_tx_done esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_wait_tx_idle_polling esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) uart_write_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) uart_write_bytes_with_break esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/console/libconsole.a(esp_console_common.c.obj) @@ -26763,8 +26317,8 @@ vEventGroupDelete esp-idf/freertos/libfreertos.a vEventGroupDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) vEventGroupSetBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) vListInitialise esp-idf/freertos/libfreertos.a(list.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) vListInitialiseItem esp-idf/freertos/libfreertos.a(list.c.obj) @@ -26776,31 +26330,30 @@ vListInsertEnd esp-idf/freertos/libfreertos.a vPortAssertIfInISR esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) vPortClearInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) vPortEnterCritical esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) @@ -26822,22 +26375,21 @@ vPortEnterCritical esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a(heap_caps.c.obj) esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) vPortExitCritical esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) @@ -26870,17 +26422,17 @@ vPortSetupTimer esp-idf/freertos/libfreertos.a vPortTCBPreDeleteHook esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) vPortYield esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) vPortYieldFromISR esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.c.obj) @@ -26901,11 +26453,11 @@ vRingbufferDeleteWithCaps esp-idf/esp_ringbuf/libesp_rin esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) vSemaphoreDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) vStreamBufferDelete esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) @@ -27104,9 +26656,9 @@ xPortInIsrContext esp-idf/freertos/libfreertos.a xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) xPortSetInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) esp-idf/freertos/libfreertos.a(port_systick.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) @@ -27139,16 +26691,16 @@ xQueueGenericCreate esp-idf/freertos/libfreertos.a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) xQueueGenericGetStaticBuffers esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) @@ -27156,17 +26708,17 @@ xQueueGenericSend esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/log/liblog.a(log_freertos.c.obj) xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) xQueueGetMutexHolderFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueGiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) @@ -27183,9 +26735,9 @@ xQueueSelectFromSet esp-idf/freertos/libfreertos.a xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueSemaphoreTake esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) @@ -27214,19 +26766,19 @@ xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_rin xRingbufferReceiveSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xRingbufferReceiveSplitFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xRingbufferReceiveUpTo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) xRingbufferRemoveFromQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xRingbufferSend esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) xRingbufferSendAcquire esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xRingbufferSendComplete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) xRingbufferSendFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) xSemaphoreCreateGenericWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) xStreamBufferBytesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) @@ -27251,12 +26803,11 @@ xStreamBufferSpacesAvailable esp-idf/freertos/libfreertos.a xTaskAbortDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) xTaskCatchUpTicks esp-idf/freertos/libfreertos.a(tasks.c.obj) xTaskCheckForTimeOut esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) esp-idf/freertos/libfreertos.a(app_startup.c.obj)