diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/.bin_timestamp b/ESP32-IDF_ESPNOW-Transmitter/build/.bin_timestamp new file mode 100644 index 000000000..aea378217 --- /dev/null +++ b/ESP32-IDF_ESPNOW-Transmitter/build/.bin_timestamp @@ -0,0 +1 @@ +12c7324f3ac2bb17268d6b3c9e9c2244 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.bin diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_deps b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_deps index 980f30d9c..18d10be25 100644 Binary files a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_deps and b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_deps differ diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_log b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_log index 94a23a85c..143d3cd0c 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_log +++ b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_log @@ -979,3 +979,11 @@ 66186 66197 1750177006562272334 bootloader-prefix/src/bootloader-stamp/bootloader-done 6d762ff992d4a696 66186 66197 1750177006562272334 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/bootloader-complete 6d762ff992d4a696 66186 66197 1750177006562272334 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 6d762ff992d4a696 +61986 70121 1750177010382297806 esp-idf/esp_system/ld/sections.ld a2210384615eddac +61986 70121 1750177010382297806 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld a2210384615eddac +70121 70159 1750177010487298506 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj 85bf9622f9a1f1a1 +70161 71704 1750177010528548750 espnow_transmitter.elf 75aa5f7d6d2270ba +71706 72182 1750177012545312229 .bin_timestamp d44eb85668b4ba9b +71706 72182 1750177012545312229 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/.bin_timestamp d44eb85668b4ba9b +72182 72353 1750177012548312249 esp-idf/esptool_py/CMakeFiles/app_check_size 287cdf72ec6ceadf +72182 72353 1750177012548312249 /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esptool_py/CMakeFiles/app_check_size 287cdf72ec6ceadf diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj b/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj new file mode 100644 index 000000000..4d53ae479 Binary files /dev/null and b/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj differ diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld b/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld new file mode 100644 index 000000000..ef1e64345 --- /dev/null +++ b/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld @@ -0,0 +1,706 @@ +/* Automatically generated file; DO NOT EDIT */ +/* Espressif IoT Development Framework Linker Script */ +/* Generated from: /home/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld.in */ + +/* + * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.1 Configuration Header + */ + +/* List of deprecated options */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ +/* CPU instruction prefetch padding size for memory protection scenario */ +/* Memory alignment size for PMS */ + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* Default entry point */ +ENTRY(call_start_cpu0); +SECTIONS +{ + /** + * RTC fast memory holds RTC wake stub code, + * including from any source file named rtc_wake_stub*.c + */ + .rtc.text : + { + + . = ALIGN(4); + _rtc_fast_start = ABSOLUTE(.); + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + /* Padding for possible CPU prefetch + alignment for PMS split lines */ + . += 16; + . = ALIGN(512); + _rtc_text_end = ABSOLUTE(.); + } > rtc_iram_seg + /** + * This section located in RTC FAST Memory area. + * It holds data marked with RTC_FAST_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_fast : + { + + . = ALIGN(4); + _rtc_force_fast_start = ABSOLUTE(.); + _coredump_rtc_fast_start = ABSOLUTE(.); + *(.rtc.fast.coredump .rtc.fast.coredump.*) + _coredump_rtc_fast_end = ABSOLUTE(.); + *(.rtc.force_fast .rtc.force_fast.*) + + . = ALIGN(4); + _rtc_force_fast_end = ABSOLUTE(.); + } > rtc_data_seg + /** + * RTC data section holds RTC wake stub + * data/rodata, including from any source file + * named rtc_wake_stub*.c and the data marked with + * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes. + */ + .rtc.data : + { + _rtc_data_start = ABSOLUTE(.); + _coredump_rtc_start = ABSOLUTE(.); + *(.rtc.coredump .rtc.coredump.*) + _coredump_rtc_end = ABSOLUTE(.); + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + _rtc_data_end = ABSOLUTE(.); + } > rtc_data_location + /* RTC bss, from any source file named rtc_wake_stub*.c */ + .rtc.bss (NOLOAD) : + { + _rtc_bss_start = ABSOLUTE(.); + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + _rtc_bss_end = ABSOLUTE(.); + } > rtc_data_location + /** + * This section holds data that should not be initialized at power up + * and will be retained during deep sleep. + * User data marked with RTC_NOINIT_ATTR will be placed + * into this section. See the file "esp_attr.h" for more information. + */ + .rtc_noinit (NOLOAD): + { + + . = ALIGN(4); + _rtc_noinit_start = ABSOLUTE(.); + *(.rtc_noinit .rtc_noinit.*) + + . = ALIGN(4); + _rtc_noinit_end = ABSOLUTE(.); + } > rtc_data_location + /** + * This section located in RTC SLOW Memory area. + * It holds data marked with RTC_SLOW_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_slow : + { + + . = ALIGN(4); + _rtc_force_slow_start = ABSOLUTE(.); + *(.rtc.force_slow .rtc.force_slow.*) + + . = ALIGN(4); + _rtc_force_slow_end = ABSOLUTE(.); + } > rtc_slow_seg + /** + * This section holds RTC data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep + * sleep. + */ + .rtc_reserved (NOLOAD): + { + + . = ALIGN(4); + _rtc_reserved_start = ABSOLUTE(.); + /** + * New data can only be added here to ensure existing data are not moved. + * Because data have adhered to the end of the segment and code is relied + * on it. + * >> put new data here << + */ + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) + _rtc_reserved_end = ABSOLUTE(.); + } > rtc_reserved_seg + _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; + ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), + "RTC reserved segment data does not fit.") + /* Get size of rtc slow data based on rtc_data_location alias */ + _rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_slow_end - _rtc_data_start) + : (_rtc_force_slow_end - _rtc_force_slow_start); + _rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_fast_end - _rtc_fast_start) + : (_rtc_noinit_end - _rtc_fast_start); + ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), + "RTC_SLOW segment data does not fit.") + ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), + "RTC_FAST segment data does not fit.") + .iram0.text : + { + _iram_start = ABSOLUTE(.); + /* Vectors go to start of IRAM */ + ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); + KEEP(*(.exception_vectors_table.text)); + KEEP(*(.exception_vectors.text)); + + . = ALIGN(4); + _invalid_pc_placeholder = ABSOLUTE(.); + /* Code marked as running out of IRAM */ + _iram_text_start = ABSOLUTE(.); + *(.iram1 .iram1.*) + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *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.*) + *libesp_driver_gptimer.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:clk_utils.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *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) + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + *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) + *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) + *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) + *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) + *libesp_hw_support.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + *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.*) + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_print.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_sys.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_systimer.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + *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:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal.* EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text.*) + *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) + *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.*) + *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) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) + *libhal.a:gpio_hal.*(.literal.gpio_hal_isolate_in_sleep .text.gpio_hal_isolate_in_sleep) + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *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.*) + *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.*) + *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) + *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) + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_offs .text.multi_heap_aligned_alloc_offs) + *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_get_allocated_size_impl .text.multi_heap_get_allocated_size_impl) + *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) + *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.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) + *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) + *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) + *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) + *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) + *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) + *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) + *libheap.a:tlsf.*(.literal.tlsf_memalign .text.tlsf_memalign) + *libheap.a:tlsf.*(.literal.tlsf_memalign_offs .text.tlsf_memalign_offs) + *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) + *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) + *liblog.a:log_lock.*(.literal .literal.* .text .text.*) + *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *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) + *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.*) + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + } > iram0_0_seg + /** + * This section is required to skip .iram0.text area because iram0_0_seg and + * dram0_0_seg reflect the same address space on different buses. + */ + .dram0.dummy (NOLOAD): + { + . = ORIGIN(dram0_0_seg) + _iram_end - _iram_start; + } > dram0_0_seg + .dram0.data : + { + _data_start = ABSOLUTE(.); + *(.gnu.linkonce.d.*) + *(.data1) + __global_pointer$ = . + 0x800; + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.data .data.*) + *(.dram1 .dram1.*) + _coredump_dram_start = ABSOLUTE(.); + *(.dram2.coredump .dram2.coredump.*) + _coredump_dram_end = ABSOLUTE(.); + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *libesp_hw_support.a:clk_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *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.*) + *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_sys.*(.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.*) + *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.*) + *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *liblog.a:log_lock.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + _data_end = ABSOLUTE(.); + } > dram0_0_seg + /** + * This section holds data that should not be initialized at power up. + * The section located in Internal SRAM memory region. The macro _NOINIT + * can be used as attribute to place data into this section. + * See the "esp_attr.h" file for more information. + */ + .noinit (NOLOAD): + { + + . = ALIGN(4); + _noinit_start = ABSOLUTE(.); + *(.noinit .noinit.*) + + . = ALIGN(4); + _noinit_end = ABSOLUTE(.); + } > dram0_0_seg + /* Shared RAM */ + .dram0.bss (NOLOAD) : + { + + . = ALIGN(8); + _bss_start = ABSOLUTE(.); + /** + * ldgen places all bss-related data to mapping[dram0_bss] + * (See components/esp_system/app.lf). + */ + *(.bss .bss.*) + *(.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) + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + + . = ALIGN(8); + _bss_end = ABSOLUTE(.); + } > dram0_0_seg + ASSERT(((_bss_end - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") + .flash.text : + { + _stext = .; + /** + * Mark the start of flash.text. + * This can be used by the MMU driver to maintain the virtual address. + */ + _instruction_reserved_start = ABSOLUTE(.); + _text_start = ABSOLUTE(.); + *(EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:gpio_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .literal EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:gpio_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .literal.* EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:gpio_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .text EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:gpio_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .text.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram.*) + *(.wifiextrairam .wifiextrairam.*) + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram.*) + *(.wifislpiram .wifislpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram.*) + *libesp_driver_gptimer.a:gptimer.*(.text .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) + *libesp_event.a:default_event_loop.*(.text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post) + *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.find_and_unregister_handler .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 .text.loop_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) + *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_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .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) + *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) + *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.*) + *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) + *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) + *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.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:gpio_hal.*(.text .text.gpio_hal_intr_disable .text.gpio_hal_intr_enable_on_core) + *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) + *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) + *liblog.a:log_timestamp.*(.text) + *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) + *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) + *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ + /** + * CPU will try to prefetch up to 16 bytes of of instructions. + * This means that any configuration (e.g. MMU, PMS) must allow + * safe access to up to 16 bytes after the last real instruction, add + * dummy bytes to ensure this + */ + . += 16; + _text_end = ABSOLUTE(.); + /** + * Mark the flash.text end. + * This can be used for MMU driver to maintain virtual address. + */ + _instruction_reserved_end = ABSOLUTE(.); + _etext = .; + /** + * Similar to _iram_start, this symbol goes here so it is + * resolved by addr2line in preference to the first symbol in + * the flash.text segment. + */ + _flash_cache_start = ABSOLUTE(0); + } > default_code_seg + /** + * Dummy section represents the .flash.text section but in default_rodata_seg. + * Thus, it must have its alignment and (at least) its size. + */ + .flash_rodata_dummy (NOLOAD): + { + _flash_rodata_dummy_start = .; + . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); + /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ + . = ALIGN(0x10000) + 0x20; + } > default_rodata_seg + .flash.appdesc : ALIGN(0x10) + { + /** + * Mark flash.rodata start. + * This can be used for mmu driver to maintain virtual address + */ + _rodata_reserved_start = ABSOLUTE(.); + _rodata_start = ABSOLUTE(.); + /* !DO NOT PUT ANYTHING BEFORE THIS! */ + /* Should be the first. App version info. */ + *(.rodata_desc .rodata_desc.*) + /* Should be the second. Custom app version info. */ + *(.rodata_custom_desc .rodata_custom_desc.*) + /** + * Create an empty gap within this section. Thanks to this, the end of this + * section will match .flash.rodata's begin address. Thus, both sections + * will be merged when creating the final bin image. + */ + . = ALIGN(ALIGNOF(.flash.rodata)); + } > default_rodata_seg + 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 : ALIGN(0x10) + { + _flash_rodata_start = ABSOLUTE(.); + *(EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2 EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:clk_utils.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata.*) + *(.rodata_wlog_error .rodata_wlog_error.*) + *(.rodata_wlog_info .rodata_wlog_info.*) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + /** + * C++ constructor tables. + * + * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. + * + * RISC-V gcc is configured with --enable-initfini-array so it emits + * .init_array section instead. But the init_priority sections will be + * sorted for iteration in ascending order during startup. + * The rest of the init_array sections is sorted for iteration in descending + * order during startup, however. Hence a different section is generated for + * the init_priority functions which is iterated in ascending order during + * startup. The corresponding code can be found in startup.c. + */ + + . = ALIGN(4); + __init_priority_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) + __init_priority_array_end = ABSOLUTE(.); + + . = ALIGN(4); + __init_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) + __init_array_end = ABSOLUTE(.); + /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ + + . = ALIGN(4); + soc_reserved_memory_region_start = ABSOLUTE(.); + KEEP (*(.reserved_memory_address)) + soc_reserved_memory_region_end = ABSOLUTE(.); + /* System init functions registered via ESP_SYSTEM_INIT_FN */ + + . = ALIGN(4); + _esp_system_init_fn_array_start = ABSOLUTE(.); + KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*))) + _esp_system_init_fn_array_end = ABSOLUTE(.); + _rodata_end = ABSOLUTE(.); + . = ALIGN(ALIGNOF(.eh_frame_hdr)); + } > default_rodata_seg + 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 : + { + . = ALIGN(ALIGNOF(.eh_frame)); + } > default_rodata_seg + 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 : + { + . = ALIGN(ALIGNOF(.flash.tdata)); + } > default_rodata_seg + 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 : + { + _thread_local_data_start = ABSOLUTE(.); + *(.tdata .tdata.* .gnu.linkonce.td.*) + . = ALIGN(ALIGNOF(.flash.tbss)); + _thread_local_data_end = ABSOLUTE(.); + } > default_rodata_seg + 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 (NOLOAD) : + { + _thread_local_bss_start = ABSOLUTE(.); + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + _thread_local_bss_end = ABSOLUTE(.); + } > default_rodata_seg + /** + * This section contains all the rodata that is not used + * at runtime, helping to avoid an increase in binary size. + */ + .flash.rodata_noload (NOLOAD) : + { + /** + * This symbol marks the end of flash.rodata. It can be utilized by the MMU + * driver to maintain the virtual address. + * NOLOAD rodata may not be included in this section. + */ + _rodata_reserved_end = ADDR(.flash.tbss); + *(.rodata_wlog_debug .rodata_wlog_debug.*) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + } > default_rodata_seg + /* Marks the end of IRAM code segment */ + .iram0.text_end (NOLOAD) : + { + /* Padding for possible CPU prefetch + alignment for PMS split lines */ + . += 16; + . = ALIGN(512); + /* iram_end_test section exists for use by memprot unit tests only */ + *(.iram_end_test) + _iram_text_end = ABSOLUTE(.); + } > iram0_0_seg + .iram0.data : + { + + . = ALIGN(16); + _iram_data_start = ABSOLUTE(.); + *(.iram.data .iram.data.*) + _coredump_iram_start = ABSOLUTE(.); + *(.iram2.coredump .iram2.coredump.*) + _coredump_iram_end = ABSOLUTE(.); + _iram_data_end = ABSOLUTE(.); + } > iram0_0_seg + .iram0.bss (NOLOAD) : + { + + . = ALIGN(16); + _iram_bss_start = ABSOLUTE(.); + *(.iram.bss .iram.bss.*) + _iram_bss_end = ABSOLUTE(.); + + . = ALIGN(16); + _iram_end = ABSOLUTE(.); + } > iram0_0_seg + /* Marks the end of data, bss and possibly rodata */ + .dram0.heap_start (NOLOAD) : + { + + . = ALIGN(16); + _heap_start = ABSOLUTE(.); + } > dram0_0_seg + /* DWARF 1 */ + .debug 0 : { *(.debug) } + .line 0 : { *(.line) } + /* GNU DWARF 1 extensions */ + .debug_srcinfo 0 : { *(.debug_srcinfo) } + .debug_sfnames 0 : { *(.debug_sfnames) } + /* DWARF 1.1 and DWARF 2 */ + .debug_aranges 0 : { *(.debug_aranges) } + .debug_pubnames 0 : { *(.debug_pubnames) } + /* DWARF 2 */ + .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } + .debug_abbrev 0 : { *(.debug_abbrev) } + .debug_line 0 : { *(.debug_line) } + .debug_frame 0 : { *(.debug_frame) } + .debug_str 0 : { *(.debug_str) } + .debug_loc 0 : { *(.debug_loc) } + .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_pubtypes 0 : { *(.debug_pubtypes) } + /* DWARF 3 */ + .debug_ranges 0 : { *(.debug_ranges) } + /* SGI/MIPS DWARF 2 extensions */ + .debug_weaknames 0 : { *(.debug_weaknames) } + .debug_funcnames 0 : { *(.debug_funcnames) } + .debug_typenames 0 : { *(.debug_typenames) } + .debug_varnames 0 : { *(.debug_varnames) } + /* GNU DWARF 2 extensions */ + .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } + .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } + /* DWARF 4 */ + .debug_types 0 : { *(.debug_types) } + /* DWARF 5 */ + .debug_addr 0 : { *(.debug_addr) } + .debug_line_str 0 : { *(.debug_line_str) } + .debug_loclists 0 : { *(.debug_loclists) } + .debug_macro 0 : { *(.debug_macro) } + .debug_names 0 : { *(.debug_names) } + .debug_rnglists 0 : { *(.debug_rnglists) } + .debug_str_offsets 0 : { *(.debug_str_offsets) } + .comment 0 : { *(.comment) } + .note.GNU-stack 0: { *(.note.GNU-stack) } + .riscv.attributes 0: { *(.riscv.attributes) } + /DISCARD/ : + { + /** + * Discarding .rela.* sections results in the following mapping: + * .rela.text.* -> .text.* + * .rela.data.* -> .data.* + * And so forth... + */ + *(.rela.*) + *(.got .got.plt) /* TODO: GCC-382 */ + *(.eh_frame_hdr) + *(.eh_frame) + } +} +ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)), + "IRAM0 segment data does not fit.") +ASSERT(((_heap_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.bin b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.bin new file mode 100644 index 000000000..b112bf76f Binary files /dev/null and b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.bin differ diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.elf b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.elf new file mode 100755 index 000000000..2bdc72fba Binary files /dev/null and b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.elf differ diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.map b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.map new file mode 100644 index 000000000..724b8f3e6 --- /dev/null +++ b/ESP32-IDF_ESPNOW-Transmitter/build/espnow_transmitter.map @@ -0,0 +1,66396 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + (esp_app_desc) +esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + (esp_efuse_startup_include_func) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_efuse_check_errors) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) +esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_get_key_dis_read) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) (ESP_EFUSE_KEY5) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_utility_clear_program_registers) +esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_restart) +esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + (esp_system_include_startup_funcs) +esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + (__ubsan_include) +esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + (call_start_cpu0) +esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (esp_system_abort) +esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_brownout_init) +esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rtc_init) +esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (esp_reset_reason_set_hint) +esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (esp_restart_noos) +esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_cache_err_int_init) +esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_apb_backup_dma_lock_init) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (panic_abort) +esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (g_startup_fn) +esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (panic_restart) +esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_registers) +esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_hw_stack_guard_get_bounds) +esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_err_to_name) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (efuse_hal_chip_revision) +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(cache_hal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (cache_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_timestamp.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_timestamp) +esp-idf/log/liblog.a(log_write.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_log_write) +esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_default_level) +esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) (esp_log_level_get_timeout) +esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_linked_list_set_level) +esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_cache_set_level) +esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) (esp_log_impl_lock) +esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (heap_caps_get_free_size) +esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (registered_heaps) +esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (multi_heap_get_allocated_size) +esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) (tlsf_check) +esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_get_available_memory_region_max_count) +esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_memory_region_count) +esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (heap_caps_free) +esp-idf/esp_security/libesp_security.a(init.c.obj) + (esp_security_init_include_impl) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (esp_cpu_set_breakpoint) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_clk_cpu_freq) +esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) (esp_intr_enable_source) +esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (periph_module_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (rtc_isr_register) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_deep_sleep_wakeup_io_reset) +esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) (regi2c_ctrl_write_reg_mask) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_32k_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_init) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (rtc_sleep_pu) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_cal) +esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (sar_periph_ctrl_init) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_mprot_get_active_intr) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) (esp_mprot_ll_err_to_esp_err) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_cpu_intr_get_desc) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_sleep_sub_mode_config) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_console_usj_pad_backup_and_disable) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_sleep_execute_event_callbacks) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_clk_tree_lp_slow_get_freq_hz) +esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_clk_utils_mspi_speed_mode_sync_before_cpu_freq_switching) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_enable_cpu_retention) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_modem_reject_triggers) +esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_startup_start_app) +esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) (xQueueGenericSend) +esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (vTaskDelete) +esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (vPortEndScheduler) +esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) (pvPortMalloc) +esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (vApplicationGetIdleTaskMemory) +esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (vPortSetupTimer) +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/newlib/libnewlib.a(assert.c.obj) + (__assert_func) +esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) (malloc) +esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (_lock_acquire_recursive) +esp-idf/newlib/libnewlib.a(pthread.c.obj) + (newlib_include_pthread_impl) +esp-idf/newlib/libnewlib.a(getentropy.c.obj) + (newlib_include_getentropy_impl) +esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (esp_reent_init) +esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + (newlib_include_init_funcs) +esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_kill_r) +esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) +esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) (esp_time_impl_get_time_since_boot) +esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) (getrandom) +esp-idf/pthread/libpthread.a(pthread.c.obj) + (pthread_include_pthread_impl) +esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + (pthread_include_pthread_cond_var_impl) +esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) +esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + (pthread_include_pthread_rwlock_impl) +esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + (pthread_include_pthread_semaphore_impl) +esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + (__cxa_guard_dummy) +esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + (__cxx_init_dummy) +esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + (esp_timer_init_include_func) +esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) (esp_timer_impl_init_system_time) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_timer_private_lock) +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_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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + (usb_serial_jtag_connection_monitor_include) +esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + (usb_serial_jtag_vfs_include_dev_init) +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) (usb_serial_jtag_read_bytes) +esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + (include_esp_phy_override) +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_fs) +esp-idf/vfs/libvfs.a(nullfs.c.obj) + (esp_vfs_include_nullfs_register) +esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + (nvs_sec_provider_include_impl) +esp-idf/main/libmain.a(espnow_transmitter.c.obj) + (app_main) +esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (riscv_decode_offset_from_jal_instruction) +esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (intr_handler_set) +esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (_interrupt_handler) +esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esprv_int_get_type) +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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (gpio_pullup_en) +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) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (bootloader_random_enable) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (bootloader_flash_reset_chip) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_encryption_enabled) +esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_mmu_map_init) +esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (g_mmu_mem_regions) +esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) (esp_heap_adjust_alignment_to_hw) +esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) (esp_cache_get_alignment) +esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (spi_flash_needs_reset_check) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (spi_flash_disable_cache) +esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (spi_flash_mmap) +esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_mspi_pin_init) +esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_erase_region) +esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_flash_init_default_chip) +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_flash_init_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_app_disable_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_registered_chips) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_generic) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_issi) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_mxic) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_gd) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) (spi_flash_chip_winbond_page_program) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_boya) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_th) +esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_init_pointers) +esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (_esp_error_check_failed) +esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (esp_crosscore_int_init) +esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) (esp_vApplicationTickHook) +esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (esp_int_wdt_init) +esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (task_wdt_timeout_abort) +esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) (esp_task_wdt_impl_timer_allocate) +esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (esp_backtrace_print) +esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (mmu_hal_paddr_to_vaddr) +esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_init) +esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_poll_cmd_done) +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(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(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) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_gpspi_poll_cmd_done) +esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) (rtc_cntl_hal_dma_link_init) +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_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (esp_hmac_calculate) +esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) (esp_crypto_hmac_lock_acquire) +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/newlib/libnewlib.a(random.c.obj) (esp_fill_random) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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(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) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (adc_apb_periph_claim) +esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_ticks_to_us) +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(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_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (esp_event_loop_create_default) +esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) (esp_event_loop_create) +esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (nvs_flash_init) +esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Storage::isValid() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSHandleSimple::findEntryNs(nvs_opaque_iterator_t*)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartition::NVSPartition(esp_partition_t const*)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartitionManager::get_instance()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Lock::Lock()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::HashList::~HashList()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::Page::markFull()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::PageManager::fillStats(nvs_stats_t&)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) (nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (nvs::Item::calculateCrc32() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) (nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*)) +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) (spi_bus_lock_get_by_id) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (esp_netif_init) +esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (esp_netif_add_to_list_unsafe) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (g_wifi_default_wpa_crypto_funcs) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha256_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (os_get_random) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (ccmp_decrypt) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_gmac) +esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (bin_clear_free) +esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (fastpbkdf2_hmac_sha1) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) (aes_ccm_ae) +esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (esp_wifi_init) +esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (g_wifi_osi_funcs) +esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (adc_oneshot_read) +esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) (adc_io_to_channel) +esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) (adc_cali_raw_to_voltage) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_mpi_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_mpi_core_bitlen) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_cipher_info_from_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) (mbedtls_cipher_base_lookup_table) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) (mbedtls_ct_memcmp) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_cipher_cmac_starts) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_md_info_from_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_md5) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) (mbedtls_platform_zeroize) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (psa_generic_status_to_mbedtls) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha1) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha256) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha512_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) (esp_mbedtls_mem_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) (esp_aes_xts_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_crypt_ecb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_mpi_exp_mod) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (esp_mpi_enable_hardware_hw_op) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) (mbedtls_sha1_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha256_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (esp_aes_gcm_setkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (esp_md5_finish) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_aria_setkey_enc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) (mbedtls_asn1_get_tag) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) (mbedtls_asn1_write_len) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_ccm_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) (mbedtls_gcm_init_soft) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) (psa_generate_random) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_aead_encrypt_setup) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) (mbedtls_cipher_values_from_psa) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_reset_key_attributes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_driver_wrapper_get_key_buffer_size) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_ecp_import_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_hash_abort) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_mac_abort) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_rsa_import_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_is_valid_key_id) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_destroy_persistent_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) (psa_its_get_info) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) (mbedtls_rsa_export) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (mbedtls_rsa_deduce_primes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) (esp_aes_intr_alloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_write_digest_state) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_ctr_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) (mbedtls_ecdh_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) (mbedtls_ecdsa_sign) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) (mbedtls_ecp_curve_info_from_grp_id) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_ecp_group_load) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_entropy_free) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) (mbedtls_hmac_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (mbedtls_oid_get_oid_by_md) +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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) (esp_aes_dma_start) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) (esp_crypto_shared_gdma_start_axi_ahb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_hardware_poll) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) (esp_now_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) (mt_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) (ccmp) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) (wpa_crypto_funcs) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) (chm_get_current_channel) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) (wifi_log) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) (g_wifi_nvs) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) (wifi_ap_pmf_enabled) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (wifi_get_macaddr) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_timer_do_process) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (gcmp) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) (ieee80211_ftm_sess_timeout_process) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (wifi_get_init_state) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_freedom_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) (get_iav_key) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (wifi_sta_reg_eapol_txdone_cb) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) (ieee80211_proto_attach) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) (ieee80211_rfid_locp_recv_reset) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_regdomain_get_country) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_ht_attach) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) (ieee80211_send_action_register) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (ieee80211_reg_netstack_buf_cb) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (wifi_softap_cur_max_ap_bss_num) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) (ieee80211_phy_deinit) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (tkip) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_scan_deattach) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_psq_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_getmgtframe) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_get_chan_info) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (offchan_in_progress) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_mesh_quick_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (g_cnxMgr) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (wep) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (ieee80211_decap) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (ieee80211_add_ie_vendor_esp_head) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (sms4) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (pm_is_open) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ic_get_addr) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (pp_register_net80211_tx_cb) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (pm_funcs_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (esf_buf_alloc) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (lmacIsIdle) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (rcUpdateAMPDUParam) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) (pm_coex_reconnect_policy) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (wifi_gpio_debug) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (wDev_ftm_set_t1t4) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (hal_agreement_add_rx_ba) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (hal_set_rx_beacon_pti) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_crypto_clr_key_entry) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (hal_mac_tx_set_ppdu) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_mac_rx_get_last_dscr) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) (mac_tx_set_plcp1) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_sniffer_enable) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) (hal_enable_sta_tsf) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (RC_SetBasicRate) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) (pp_timer_do_process) +esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_find_first) +esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_write) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_download_mode) +esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (esp_efuse_rtc_calib_get_ver) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (bootloader_common_get_sha256_of_partition) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (bootloader_sha256_flash_contents) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_image_get_metadata) +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(adc_hal_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) (adc_hal_calibration_init) +esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) (adc_oneshot_hal_init) +esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (mpi_hal_calc_hardware_words) +esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (sha_hal_wait_idle) +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_security/libesp_security.a(esp_hmac.c.obj) (hmac_hal_start) +esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) (adc_channel_io_map) +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/soc/libsoc.a(mpi_periph.c.obj) + esp-idf/hal/libhal.a(mpi_hal.c.obj) (MPI_OPERATIONS_REG) +esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_read_mac) +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/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (adc2_cal_include) +esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (xEventGroupCreate) +esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (ets_timer_arm) +esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) (esp_timer_create) +esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_phy_disable) +esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_init_data) +esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_track_pll) +esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (lwip_inet_pton) +esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (tcpip_input) +esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (lwip_htons) +esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dns_setserver) +esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) (lwip_init) +esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) (ipaddr_aton) +esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (mem_init) +esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (memp_init) +esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (netif_set_default) +esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (pbuf_free) +esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (raw_bind_netif) +esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (tcp_init) +esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_input_pcb) +esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_split_unsent_seg) +esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (sys_timeout) +esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (udp_init) +esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcp_cleanup) +esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (etharp_cleanup_netif) +esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp_dest_unreach) +esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (igmp_init) +esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) (ip4_route) +esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip4_addr_isbroadcast_u32) +esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) (ip4_frag) +esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp6_dest_unreach) +esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_route) +esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (ip6addr_aton) +esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) (ip6_frag) +esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (mld6_stop) +esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) (nd6_input) +esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) (ethernet_input) +esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (lwip_init_tcp_isn) +esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) (lwip_hook_ip6_input) +esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (lwip_setsockopt_impl_ext) +esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (sys_sem_new) +esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) (acd_remove) +esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) (esp_vfs_lwip_sockets_register) +esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcps_new) +esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netconn_new_with_proto_and_callback) +esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) (lwip_netconn_is_deallocated_msg) +esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (err_to_errno) +esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netbuf_delete) +esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_chksum_pseudo) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_supplicant_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_supplicant_unset_all_appie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wps_get_wps_sm_cb) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_wpa3_free_sae_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (owe_deinit) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (hostapd_get_hapd_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) (crypto_ecdh_deinit) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (eloop_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (hostapd_setup_wpa_psk) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (wpa_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (wpa_auth_gen_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (pmksa_cache_free_entry) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (ap_get_sta) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (handle_auth_sae) +esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) (check_comeback_token) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) (sae_clear_temp_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (dragonfly_min_pwe_loop_iter) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpa_parse_wpa_ie_rsn) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (hmac_sha256_kdf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (dh_groups_get) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (sha256_prf_bits) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (sha1_prf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (eap_wsc_build_frag_ack) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (eap_msg_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (cipher_type_map_supp_to_public) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wpa_parse_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpabuf_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) (wpa_snprintf_hex) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_build_public_key) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_parse_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_generate_pin) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_build_manufacturer) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_enrollee_get_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (sae_pk_valid_password) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (eap_client_get_eap_state) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpa_alloc_eapol) +esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (tls_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (crypto_bignum_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (rc4_skip) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (aes_wrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (aes_unwrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) (aes_siv_decrypt) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) (dh5_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) (ieee802_11_parse_elems) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (eap_peer_get_eap_method) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_mschapv2_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_peap_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (peap_prfplus) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_tls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (eap_peer_tls_ssl_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_ttls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (mschapv2_remove_domain) +esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (pmksa_cache_flush) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) (wps_process_authenticator) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (nt_password_hash) +esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (md4_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) (chap_md5) +esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (des_encrypt) +esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_coex_common_task_yield_from_isr_wrapper) +esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (pp_printf) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_ssl_write) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_ssl_tls_prf) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_client_step) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_server_step) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) (mbedtls_ms_time) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_ciphersuite_from_id) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_write_client_hello) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (mbedtls_pk_ecc_set_group) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (mbedtls_rsa_alt_info) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_parse_subpubkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_write_pubkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pem_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs12_pbe_ext) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs5_pbes2_ext) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) (mbedtls_base64_encode) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_x509_crt_check_key_usage) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (mbedtls_x509_get_serial) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (misc_nvs_deinit) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) (mesh_sta_auth_expire_time) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_txupQ_pending_get_cidx) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (esp_mesh_delivery_toDS) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_scan_done_get_channel) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (mesh_topo_get_ttl) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_ap_list_clear) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_match_self) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (mesh_set_ie_crypto_config) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (mesh_timer_do_process) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_io_sem_signal) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (mesh_mutex_lock) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (mesh_send_process_topo) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) (esp_mesh_pm_tbtt_timeout_process) +/home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_nvs_set_layer) +esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (esp_crt_bundle_attach) +esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) (_binary_x509_crt_bundle_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(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) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_ahb_hal_init) +esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_periph_signals) +esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_send_event_internal) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator delete[](void*)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (std::nothrow) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator new[](unsigned int, std::nothrow_t const&)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) (vtable for __cxxabiv1::__si_class_type_info) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) (std::type_info::__is_pointer_p() const) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) (__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) (operator delete(void*)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) (operator delete(void*, unsigned int)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) (__cxa_begin_catch) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) (std::exception::~exception()) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (__cxa_get_globals_fast) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (std::terminate()) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) (__cxxabiv1::__unexpected_handler) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) (operator new[](unsigned int)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) (__cxxabiv1::__terminate_handler) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) (operator new(unsigned int)) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) (vtable for std::bad_alloc) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + esp-idf/heap/libheap.a(tlsf.c.obj) (__ffssi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (__ffsdi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) (__clz_tab) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + esp-idf/heap/libheap.a(tlsf.c.obj) (__clzsi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (__ctzsi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (__ctzdi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (__bswapsi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (__bswapdi2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (__udivdi3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) (__umoddi3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__adddf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__muldf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__subdf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__fixdfsi) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__floatsidf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__addsf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__divsf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) (__eqsf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (__gesf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) (__lesf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__mulsf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__subsf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__floatsisf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__floatunsisf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__floatundisf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__extendsfdf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__truncdfsf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) (__lshrdi3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) (__ashldi3) +esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (__wrap__Unwind_DeleteException) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) (phy_param_track_tot) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_wakeup_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) (ram1_phy_wakeup_init) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (wait_freq_set_busy) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (ram_pbus_force_mode) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (rom_phy_param_addr) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_dig_reg_backup) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) (rfpll_set_freq) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (rom2_tsens_read_init1) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (rom1_i2c_master_reset) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (rc_cal) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) (get_sar_sig_ref) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) (wr_rx_gain_mem) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (get_phy_version_str) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (rom1_wifi_tx_dig_gain) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (ram1_set_pbus_reg) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) (pbus_rx_dco_cal) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) (bias_dreg_i2c_set) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) (bt_txdc_cal) +/home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) (coex_pti_print) +esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) (phy_printf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + esp-idf/lwip/liblwip.a(netif.c.obj) (atoi) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) (div) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (rand) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) (_strtol_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) (__utoa) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + esp-idf/lwip/liblwip.a(dns.c.obj) (_ctype_) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) (qsort) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_fclose_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (ferror) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) (__sflush_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (fgets) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) (__sfp_lock_acquire) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (fopen) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fprintf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fputc) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (fputs) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (fread) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) (_fseek_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (ftell) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) (__sfvwrite_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) (_fwalk_sglue) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fwrite) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (printf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) (_putc_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (putchar) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) (__srefill_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (remove) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (rename) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (setbuf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) (setvbuf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (snprintf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) (sprintf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) (__sread) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + esp-idf/log/liblog.a(log_write.c.obj) (vprintf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) (vsnprintf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) (__swbuf_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (__swsetup_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) (_fseeko_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) (_ftello_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) (memchr) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (memcmp) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strchr) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (strdup) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) (_strdup_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (strlcat) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strlcpy) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (strncpy) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (strnlen) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strrchr) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strstr) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (gmtime) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) (gmtime_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (mktime) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) (time) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) (__tzcalc_limits) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) (__tz_lock) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) (_tzset_unlocked) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) (_tzset_unlocked_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) (_timezone) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) (_impure_ptr) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) (__errno) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (close) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (fstat) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) (gettimeofday) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (open) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (read) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (stat) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (write) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (memmove) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (memset) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (memcpy) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (strlen) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + esp-idf/log/liblog.a(tag_log_level.c.obj) (strcmp) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) (_getenv_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) (strtoul) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) (siscanf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) (__ssvfiscanf_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) (_svfprintf_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) (_vfprintf_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) (__sprint_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) (__sflags) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) (__swhatbuf_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (__sccl) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (__submore) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) (_strerror_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) (_user_strerror) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) (__gettzinfo) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) (__month_lengths) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (__locale_mb_cur_max) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (_localeconv_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (frexp) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (_dtoa_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) (__env_lock) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) (__ascii_mbtowc) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (_Balloc) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) (__ascii_wctomb) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (_strtoll_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (_strtoull_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (_mbrtowc_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) (iswspace) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) (iswspace_l) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__ssprint_r) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) (__divdf3) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__eqdf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__gtdf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__ledf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__unorddf2) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (__floatunsidf) +/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__trunctfdf2) + +Discarded input sections + + .text 0x00000000 0x0 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .data 0x00000000 0x0 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .bss 0x00000000 0x0 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .comment 0x00000000 0x30 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .note.GNU-stack + 0x00000000 0x0 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .riscv.attributes + 0x00000000 0x44 CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj + .text 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.esp_app_get_description + 0x00000000 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x00000000 0xe2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.destroy_block.str1.4 + 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.destroy_block + 0x00000000 0x154 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_destroy_block + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_batch_writing_mode + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_efuse_lock + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.fill_reg + 0x00000000 0xdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.set_cnt_in_reg + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 + 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_single_block + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_pending + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x00000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x00000000 0x102 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.0 + 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.2 + 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.3 + 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_block_is_empty + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x00000000 0x9e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_purpose_field + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_read + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_read + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_write + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_write + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_purpose + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_purpose + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_keypurpose_dis_write + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_purpose + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_unused_key_block + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_count_unused_key_blocks + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_key.str1.4 + 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_key + 0x00000000 0x124 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_keys + 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_digest_revoke.str1.4 + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_digest_revoke + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_digest_revoke + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_write_protect_of_digest_revoke + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect_of_digest_revoke + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_secure_boot_read_key_digests.str1.4 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_secure_boot_read_key_digests + 0x00000000 0xc6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.0 + 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.1 + 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.2 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.3 + 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.5 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_revoke_table + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_table + 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x00000000 0x160b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x00000000 0x325 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x00000000 0xc8d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_aranges + 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x00000000 0x150 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x00000000 0x1404 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_str 0x00000000 0x105d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x00000000 0x350 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SYS_DATA_PART2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_HI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_THRES_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIG_DBIAS_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_V_DIG_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_V_RTC_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_K_DIG_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_K_RTC_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_LO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D7 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_DQS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_WP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_HD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_Q + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CLK + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ERR_RST_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_THRES_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_K_DIG_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_K_RTC_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ERR_RST_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SYS_DATA_PART2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR_HI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.THRES_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIG_DBIAS_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.V_DIG_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.V_RTC_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.K_DIG_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.K_RTC_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR_LO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D7 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_DQS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_WP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_HD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_CS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_Q + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_CLK + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ERR_RST_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CUSTOM_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_USR_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SYS_DATA_PART1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR_HI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_THRES_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIG_DBIAS_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_V_DIG_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_V_RTC_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_K_DIG_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_K_RTC_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR_LO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D7 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_DQS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_WP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_HD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_CS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_Q + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_CLK + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ERR_RST_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_set_timing + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip_opt.str1.4 + 0x00000000 0x1d0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip_opt + 0x00000000 0x3c0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_unregister_shutdown_handler + 0x00000000 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_maybe_debugbreak + 0x00000000 0x10 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__ubsan_default_handler.str1.4 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_default_handler + 0x00000000 0x5c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch_v1 + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_add_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_sub_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_mul_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_negate_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_divrem_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_shift_out_of_bounds + 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_out_of_bounds + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_missing_return + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_vla_bound_not_positive + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_load_invalid_value + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_arg + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_return + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_builtin_unreachable + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_pointer_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_invalid_builtin + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.1 + 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.2 + 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.3 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.4 + 0x00000000 0x1b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.5 + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.6 + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.7 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.8 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.9 + 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.10 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.11 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.12 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.13 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.14 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.15 + 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.16 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_free_heap_size + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_minimum_free_heap_size + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .rodata.esp_get_idf_version.str1.4 + 0x00000000 0x7 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_idf_version + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text.esp_brownout_disable + 0x00000000 0x3c esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_reset_reason + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.1 0x00000000 0x2 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.2 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_get_address + 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_set_address + 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_monitor_start + 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_monitor_stop + 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_set_bounds + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .data 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_err_to_name_r.str1.4 + 0x00000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text.esp_err_to_name_r + 0x00000000 0x8a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_mac + 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.1 0x00000000 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.3 0x00000000 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_clear_program_registers + 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .rodata.efuse_hal_program.str1.4 + 0x00000000 0x53 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_program + 0x00000000 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_rs_calculate + 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x00000000 0x76 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .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(cache_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_disable + 0x00000000 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_enable + 0x00000000 0x4a esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.3 + 0x00000000 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.4 + 0x00000000 0x12 esp-idf/hal/libhal.a(cache_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.uart_hal_txfifo_rst + 0x00000000 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_tx_break + 0x00000000 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_read_rxfifo + 0x00000000 0x2c 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) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .text.esp_log_set_vprintf + 0x00000000 0x32 esp-idf/log/liblog.a(log_write.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.esp_log_level_get + 0x00000000 0x14 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walker + 0x00000000 0x36 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_register_failed_alloc_callback + 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_malloc_extmem_enable + 0x00000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.4 0x00000000 0x76 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.5 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.6 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_total_size + 0x00000000 0x42 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_minimum_free_size + 0x00000000 0x46 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_monitor_local_minimum_free_size_start.str1.4 + 0x00000000 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_monitor_local_minimum_free_size_start + 0x00000000 0x10a esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_monitor_local_minimum_free_size_stop + 0x00000000 0xb0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_print_heap_info.str1.4 + 0x00000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_print_heap_info + 0x00000000 0xb8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity + 0x00000000 0x74 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_all + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_addr + 0x00000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump + 0x00000000 0x56 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump_all + 0x00000000 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_get_allocated_size.str1.4 + 0x00000000 0x5 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_allocated_size + 0x00000000 0x5c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.10 0x00000000 0xb4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.12 0x00000000 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_walk.str1.4 + 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walk + 0x00000000 0x98 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walk_all + 0x00000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.0 + 0x00000000 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.2 + 0x00000000 0x20 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.3 + 0x00000000 0x1d esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.4 + 0x00000000 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.7 + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.8 + 0x00000000 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.9 + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data.min_free_bytes_monitoring + 0x00000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_check_add_region_allowed + 0x00000000 0x4c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region_with_caps + 0x00000000 0x19a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region + 0x00000000 0x84 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump_tlsf.str1.4 + 0x00000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump_tlsf + 0x00000000 0x34 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_address_impl + 0x00000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_first_block + 0x00000000 0x3c esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_get_next_block.str1.4 + 0x00000000 0x4a esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_next_block + 0x00000000 0x82 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_is_free + 0x00000000 0x6 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl + 0x00000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_check + 0x00000000 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump.str1.4 + 0x00000000 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump + 0x00000000 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_minimum_free_size_impl + 0x00000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_walk + 0x00000000 0x6a esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_reset_minimum_free_bytes + 0x00000000 0x2e esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_restore_minimum_free_bytes + 0x00000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.7 + 0x00000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.6 + 0x00000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.5 + 0x00000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.3 + 0x00000000 0xb esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.2 + 0x00000000 0x1a esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/heap/libheap.a(multi_heap.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.integrity_walker + 0x00000000 0x6a esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_check + 0x00000000 0x16a esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_check_pool + 0x00000000 0x22 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_remove_pool + 0x00000000 0x1dc esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_destroy + 0x00000000 0x2 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_malloc_addr + 0x00000000 0x758 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_memalign + 0x00000000 0x14 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__.15 + 0x00000000 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .srodata.soc_memory_type_count + 0x00000000 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_stall + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_unstall + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.esp_cpu_reset.str1.4 + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_reset + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_breakpoint + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_set_watchpoint + 0x00000000 0xda esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_watchpoint + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_compare_and_set + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.__func__.0 + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .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) + .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 + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_unlock + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_mark_shared + 0x00000000 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_reserve + 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.1 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_intno + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.6 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.7 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.esp_intr_dump.str1.4 + 0x00000000 0x12f esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_dump + 0x00000000 0x29a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_disable_clk_set_rst + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_rcc_release_enter + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_rcc_release_exit + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_module_disable + 0x00000000 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__.1 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_deregister + 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .sdata.rtc_spinlock + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.str1.4 + 0x00000000 0xb1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .iram1.0 0x00000000 0x154 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.__func__.2 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.1 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.8 0x00000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.9 0x00000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.7 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_fast_src_get + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apb_freq_get + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_divider_set + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_divider_set + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.__func__.2 + 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_finish + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.rtc_sleep_get_default_config.str1.4 + 0x00000000 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_get_default_config + 0x00000000 0x1c0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.rtc_sleep_init.str1.4 + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_init + 0x00000000 0x366 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_low_init + 0x00000000 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_start + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_deep_sleep_start + 0x00000000 0xc6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.__func__.0 + 0x00000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.__func__.1 + 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_ratio + 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_slowclk_to_us + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_wait_for_slow_cycle + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__.2 + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_enable + 0x00000000 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_disable + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_acquire + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_release + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_get_split_addr_from_reg + 0x00000000 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_get_split_addr + 0x00000000 0x10a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_get_pms_area + 0x00000000 0x1a6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_get_monitor_en + 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_is_intr_ena_any + 0x00000000 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .rodata.esp_mprot_dump_configuration.str1.4 + 0x00000000 0x356 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_dump_configuration + 0x00000000 0x42a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.2 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_do_deep_sleep_phy_callback + 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.6 0x00000000 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.7 0x00000000 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.get_sleep_flags + 0x00000000 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_sleep_hook_deregister + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.get_power_down_flags + 0x00000000 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.9 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.8 0x00000000 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.gpio_deep_sleep_wakeup_prepare.str1.4 + 0x00000000 0xb7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.gpio_deep_sleep_wakeup_prepare + 0x00000000 0x162 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.timer_wakeup_prepare + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.3 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.4 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.10 0x00000000 0x366 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.15 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_get_deep_sleep_wake_stub + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.1 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.12 0x00000000 0xda esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_register_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_phy_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.13 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.14 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_light_sleep_start + 0x00000000 0x3d6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_disable_wakeup_source.str1.4 + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wakeup_source + 0x00000000 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ulp_wakeup + 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_timer_wakeup + 0x00000000 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_try + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_is_valid_wakeup_gpio + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_deep_sleep_enable_gpio_wakeup.str1.4 + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_enable_gpio_wakeup + 0x00000000 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_gpio_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_uart_wakeup + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_wakeup + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_beacon_wakeup + 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_beacon_wakeup + 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_bt_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_bt_wakeup + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_wakeup_cause + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_gpio_wakeup_status + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_pd_config.str1.4 + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_pd_config + 0x00000000 0xfe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_sub_mode_force_disable + 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_sub_mode_dump_config.str1.4 + 0x00000000 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_sub_mode_dump_config + 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.16 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_periph_use_8m + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_adc_tsens_monitor + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtc_sleep_enable_ultra_low + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.3 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.2 + 0x00000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.1 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_suspended_uarts_bmap + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_stopped_tgwdt_bmap + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_cache_suspend_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_light_sleep_wakeup + 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data.s_config + 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_lightsleep_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_dslp_cb + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text.sleep_console_usj_pad_backup_and_disable + 0x00000000 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text.sleep_console_usj_pad_restore + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .sbss.s_usj_state + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_info 0x00000000 0x5cf3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_abbrev 0x00000000 0x250 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_loc 0x00000000 0x7b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_line 0x00000000 0x49c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_str 0x00000000 0x4d9e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_frame 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .iram1.0 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_info 0x00000000 0x126 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_abbrev 0x00000000 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_line 0x00000000 0xdd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_str 0x00000000 0x381 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_frame 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.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(clk_utils.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .text.esp_clk_utils_mspi_speed_mode_sync_before_cpu_freq_switching + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .text.esp_clk_utils_mspi_speed_mode_sync_after_cpu_freq_switching + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_info 0x00000000 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_abbrev 0x00000000 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_line 0x00000000 0x1b4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_str 0x00000000 0x2b3 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .debug_frame 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_pd_low_init + 0x00000000 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_pd_low_deinit + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.sleep_enable_cpu_retention + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.1 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_init + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_deinit + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.cpu_domain_pd_allowed + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.sleep_cpu_configure.str1.4 + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.sleep_cpu_configure + 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .dram1.0 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_info 0x00000000 0x4bb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_abbrev 0x00000000 0x216 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_loc 0x00000000 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_aranges + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_ranges 0x00000000 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_line 0x00000000 0x671 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_str 0x00000000 0x5e4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_frame 0x00000000 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.modem_domain_pd_allowed + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.0 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.1 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_configure + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.periph_inform_out_light_sleep_overhead + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_light_sleep_default_params_config_callback + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_light_sleep_default_params_config_callback + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .sbss.s_light_sleep_default_params_config_cb + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .sbss.s_periph_inform_out_light_sleep_overhead_cb + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_info 0x00000000 0x2eb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_abbrev 0x00000000 0x1b5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_loc 0x00000000 0x189 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_line 0x00000000 0x4f0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_str 0x00000000 0x4b0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_frame 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericGetStaticBuffers.str1.4 + 0x00000000 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericGetStaticBuffers + 0x00000000 0x6e esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGetMutexHolderFromISR + 0x00000000 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateCountingSemaphoreStatic + 0x00000000 0x4e esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeek + 0x00000000 0x1cc esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueuePeekFromISR.str1.4 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeekFromISR + 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueSpacesAvailable + 0x00000000 0x52 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaitingFromISR + 0x00000000 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueEmptyFromISR + 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueFullFromISR + 0x00000000 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.vQueueWaitForMessageRestricted + 0x00000000 0x74 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateSet + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueAddToSet + 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueRemoveFromSet + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSet + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSetFromISR + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.0 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.3 + 0x00000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.4 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.6 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.8 + 0x00000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.16 + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.19 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.22 + 0x00000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvSearchForNameWithinSingleList + 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskCheckFreeStackSpace + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskIsTaskSuspended + 0x00000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetTaskListByIndex + 0x00000000 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskGetState + 0x00000000 0xc6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGet + 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGetFromISR + 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPrioritySet.str1.4 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPrioritySet + 0x00000000 0x166 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskResume.str1.4 + 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskResume + 0x00000000 0xe2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskResumeFromISR + 0x00000000 0x10e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskEndScheduler + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetStaticBuffers.str1.4 + 0x00000000 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetStaticBuffers + 0x00000000 0x8e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskDelayUntil.str1.4 + 0x00000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskDelayUntil + 0x00000000 0xf6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetHandle.str1.4 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetHandle + 0x00000000 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCatchUpTicks + 0x00000000 0x6e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskAbortDelay + 0x00000000 0x106 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnEventListRestricted + 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetTimeOutState + 0x00000000 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSetThreadLocalStoragePointer.str1.4 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointer + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark2 + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyWait + 0x00000000 0x124 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotify + 0x00000000 0x20e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyFromISR + 0x00000000 0x268 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotifyStateClear.str1.4 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyStateClear + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskGenericNotifyValueClear + 0x00000000 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetIdleTaskHandle + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetStackStart + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskPriorityRaise.str1.4 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRaise + 0x00000000 0x12c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRestore + 0x00000000 0x110 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetNext + 0x00000000 0x9c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetSnapshotAll + 0x00000000 0x62 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pvTaskGetCurrentTCBForCore + 0x00000000 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.7 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.9 + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.10 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.11 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.15 + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.17 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.20 + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.25 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.26 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.27 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.28 + 0x00000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.32 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.33 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.34 + 0x00000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.36 + 0x00000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.37 + 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.39 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.non_ready_task_lists + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortEndScheduler + 0x00000000 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortAssertIfInISR.str1.4 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortAssertIfInISR + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.1 0x00000000 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortYieldOtherCore + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortGetTickRateHz + 0x00000000 0x6 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortSetStackWatchpoint + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetFreeHeapSize + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetMinimumEverFreeHeapSize + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortCheckValidListMem + 0x00000000 0x3a esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text.vApplicationGetTimerTaskMemory + 0x00000000 0x98 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert + 0x00000000 0x10 esp-idf/newlib/libnewlib.a(assert.c.obj) + .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.memalign + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.aligned_alloc + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.posix_memalign + 0x00000000 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_trim + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_usable_size + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_stats + 0x00000000 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallopt 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallinfo + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.1 0x00000000 0x18 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.2 0x00000000 0x18 esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_setcancelstate + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_sigmask + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.sigfillset + 0x00000000 0xa esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .text.getentropy + 0x00000000 0x46 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text.esp_reent_cleanup + 0x00000000 0x94 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._write_r_console + 0x00000000 0x46 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._read_r_console + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fstat_r_console + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fsync_console + 0x00000000 0x2e esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.system 0x00000000 0x1a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .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.clock_settime + 0x00000000 0x5e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_gettime + 0x00000000 0xb0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_getres + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text.esp_time_impl_get_time + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .text.getrandom + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_info 0x00000000 0x18a esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_abbrev 0x00000000 0x10e esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_loc 0x00000000 0xc9 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_line 0x00000000 0x2ce esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_str 0x00000000 0x29d esp-idf/newlib/libnewlib.a(random.c.obj) + .comment 0x00000000 0x30 esp-idf/newlib/libnewlib.a(random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_frame 0x00000000 0x34 esp-idf/newlib/libnewlib.a(random.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/newlib/libnewlib.a(random.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_list_find_item + 0x00000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_handle_by_desc + 0x00000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_desc_by_handle + 0x00000000 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_find + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.get_default_pthread_core + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.lazy_init_pthread_cfg_key + 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_cfg_key_destructor + 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_delete + 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create_freertos_task_with_caps + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_init + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.esp_pthread_set_cfg.str1.4 + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_set_cfg + 0x00000000 0xe6 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_cfg + 0x00000000 0xa2 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_default_config + 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_create.str1.4 + 0x00000000 0xb4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create + 0x00000000 0x28a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_join + 0x00000000 0x13c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_detach + 0x00000000 0x90 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_exit + 0x00000000 0xcc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_task_func + 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cancel.str1.4 + 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_cancel + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.sched_yield + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_self.str1.4 + 0x00000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_self + 0x00000000 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_equal + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_once.str1.4 + 0x00000000 0x1f esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_once + 0x00000000 0x64 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_destroy.str1.4 + 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_destroy + 0x00000000 0x9c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_timedlock + 0x00000000 0x118 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_trylock + 0x00000000 0x2e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_init + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_destroy + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_gettype + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_settype + 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_init + 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_destroy + 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getstacksize + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setstacksize + 0x00000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getdetachstate + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setdetachstate + 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.1 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.3 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.5 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_pthread_cfg_key + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_threads_list + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sdata.pthread_lazy_init_lock + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_threads_lock + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.pthread_condattr_init.str1.4 + 0x00000000 0x35 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_init + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_destroy + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_getpshared + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_setpshared + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_getclock + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.pthread_condattr_setclock.str1.4 + 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_setclock + 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_init + 0x00000000 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.s_check_and_init_if_static + 0x00000000 0x54 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_signal + 0x00000000 0x4e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_broadcast + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_timedwait + 0x00000000 0x1a4 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_wait + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_destroy + 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x19 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_key_delete + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_internal_local_storage_destructor_callback + 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init + 0x00000000 0x8e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init_if_static + 0x00000000 0x48 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.checkrw_lock + 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_destroy + 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_rdlock + 0x00000000 0x78 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_tryrdlock + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_wrlock + 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_trywrlock + 0x00000000 0x6a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.pthread_rwlock_unlock.str1.4 + 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_unlock + 0x00000000 0xa4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_destroy + 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_init + 0x00000000 0x5c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_post + 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_timedwait + 0x00000000 0x124 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_trywait + 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_wait + 0x00000000 0x2a esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_getvalue + 0x00000000 0x42 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL20signal_waiting_tasksv + 0x00000000 0x36 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 + 0x00000000 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL18wait_for_guard_objP7guard_t + 0x00000000 0xf6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL19static_init_preparev + 0x00000000 0x62 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_acquire.str1.4 + 0x00000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_acquire + 0x00000000 0xe6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_release.str1.4 + 0x00000000 0x6f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_release + 0x00000000 0xd8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_abort.str1.4 + 0x00000000 0xa7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_abort + 0x00000000 0xfe esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss.__dso_handle + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL31s_static_init_max_waiting_count + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL27s_static_init_waiting_count + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL22s_static_init_wait_sem + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL19s_static_init_mutex + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .text.__cxx_eh_arena_size_get + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .iram1.1 0x00000000 0x6 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_lock + 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_unlock + 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .iram1.0 0x00000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .sdata.s_time_update_lock + 0x00000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.0 0x00000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.4 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_set + 0x00000000 0x7e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_advance + 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_deinit + 0x00000000 0x76 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_get_alarm_reg + 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_get_avail_data_len_via_driver + 0x00000000 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_rx_char_via_driver + 0x00000000 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tx_char_via_driver + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_port_set_rx_line_endings + 0x00000000 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_port_set_tx_line_endings + 0x00000000 0x32 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.uart_vfs_dev_use_nonblocking + 0x00000000 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_use_driver + 0x00000000 0x72 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_find_pattern_from_last + 0x00000000 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_enable_bus_clock + 0x00000000 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_reset_register + 0x00000000 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x00000000 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_enqueue + 0x00000000 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_link_free + 0x00000000 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_try_set_iomux_pin + 0x00000000 0xb8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_enable + 0x00000000 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_disable + 0x00000000 0xa2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_tx_write_fifo + 0x00000000 0x8c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_check_buf_full + 0x00000000 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_rx_intr_handler_default + 0x00000000 0x836 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_free_driver_obj + 0x00000000 0x84 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_alloc_driver_obj + 0x00000000 0x104 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 0x5f 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) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x00000000 0x58 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_disable_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) + .text.uart_pattern_queue_reset + 0x00000000 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_pattern_det_baud_intr.str1.4 + 0x00000000 0x2d 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) + .text.uart_disable_rx_intr + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_disable_tx_intr + 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x00000000 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_tx_intr + 0x00000000 0xce esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_tx_all + 0x00000000 0x1f6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x00000000 0xd9 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_pin + 0x00000000 0x47c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x00000000 0x41 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 0x29 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_param_config.str1.4 + 0x00000000 0x5b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_param_config + 0x00000000 0x396 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_intr_config + 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x00000000 0x21 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 + 0x00000000 0xd8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x00000000 0x71 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) + .text.uart_read_bytes + 0x00000000 0x1cc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_tx_buffer_free_size.str1.4 + 0x00000000 0x29 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_driver_delete.str1.4 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_driver_delete + 0x00000000 0x10e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x00000000 0x1c8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_driver_install + 0x00000000 0x392 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x00000000 0x41 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_mode + 0x00000000 0x17a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x00000000 0x68 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 0x39 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 0x33 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 0x50 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 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_wakeup_threshold + 0x00000000 0xe0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x00000000 0x26 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 0xaa 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__.39 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .sbss.pat_flg.38 + 0x00000000 0x1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.37 + 0x00000000 0x14 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__.32 + 0x00000000 0x10 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__.30 + 0x00000000 0x11 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__.26 + 0x00000000 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.25 + 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__.20 + 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.19 + 0x00000000 0x14 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__.17 + 0x00000000 0x19 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__.14 + 0x00000000 0x17 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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .text.usb_serial_jtag_is_connected + 0x00000000 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_wait_tx_done_via_driver + 0x00000000 0x1a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_rx_char_via_driver + 0x00000000 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_tx_char_via_driver + 0x00000000 0x5e 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_tx_line_endings + 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 0x26 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 0x70 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 + 0x00000000 0x70 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_isr_handler_default + 0x00000000 0x1e0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_read_bytes + 0x00000000 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_write_bytes.str1.4 + 0x00000000 0xac esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_write_bytes + 0x00000000 0x148 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_wait_tx_done + 0x00000000 0x9a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_uninstall.str1.4 + 0x00000000 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_uninstall + 0x00000000 0xf2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_install.str1.4 + 0x00000000 0x172 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_install + 0x00000000 0x320 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.set_xpd_sar + 0x00000000 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .sbss.s_wifi_adc_xpd_flag + 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .data 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_safe_fd_isset + 0x00000000 0x34 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.set_global_fd_sets + 0x00000000 0x140 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_free_entry + 0x00000000 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register + 0x00000000 0x36 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs_with_id + 0x00000000 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_with_id + 0x00000000 0x2c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_with_id + 0x00000000 0xbc esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister + 0x00000000 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_with_local_fd + 0x00000000 0xe0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd + 0x00000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_fd + 0x00000000 0xbe esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_dump_fds.str1.4 + 0x00000000 0x9c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_dump_fds + 0x00000000 0x108 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_dump_registered_paths.str1.4 + 0x00000000 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_dump_registered_paths + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_set_readonly_flag + 0x00000000 0x6e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.call_end_selects + 0x00000000 0x5c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pread + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pwrite + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ioctl + 0x00000000 0x9a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_utime + 0x00000000 0x72 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_opendir + 0x00000000 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir + 0x00000000 0x5e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir_r + 0x00000000 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_telldir + 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_seekdir + 0x00000000 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rewinddir + 0x00000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_closedir + 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_mkdir + 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rmdir + 0x00000000 0x7a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_truncate + 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ftruncate + 0x00000000 0x98 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_select + 0x00000000 0x4d2 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflow 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetsid + 0x00000000 0x80 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsendbreak + 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_null_get_vfs + 0x00000000 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .data 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .bss 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.convert_key_type + 0x00000000 0x4 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.is_hmac_key_burnt_in_efuse + 0x00000000 0x26 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.compute_nvs_keys_with_hmac.str1.4 + 0x00000000 0x4e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.compute_nvs_keys_with_hmac + 0x00000000 0x190 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.read_security_cfg_hmac.str1.4 + 0x00000000 0xaa esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.read_security_cfg_hmac + 0x00000000 0xc8 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.generate_keys_hmac.str1.4 + 0x00000000 0xec esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.generate_keys_hmac + 0x00000000 0x19e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.nvs_sec_provider_register_hmac + 0x00000000 0xc0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.nvs_sec_provider_deregister + 0x00000000 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata 0x00000000 0x40 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text 0x00000000 0x0 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .data 0x00000000 0x0 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .bss 0x00000000 0x0 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.example_espnow_data_parse.str1.4 + 0x00000000 0x47 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .text.example_espnow_data_parse + 0x00000000 0xb4 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.example_espnow_data_prepare.str1.4 + 0x00000000 0x51 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .text.example_espnow_data_prepare + 0x00000000 0xd6 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.__func__.3 + 0x00000000 0x1c esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .sbss.s_example_espnow_seq + 0x00000000 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .sdata.s_example_broadcast_mac + 0x00000000 0x6 esp-idf/main/libmain.a(espnow_transmitter.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) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text.intr_handler_get_arg + 0x00000000 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.str1.4 + 0x00000000 0xfd esp-idf/riscv/libriscv.a(interrupt.c.obj) + .data.riscv_excp_names + 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .rodata.intr_matrix_route.str1.4 + 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text.intr_matrix_route + 0x00000000 0x3e esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text.esprv_get_interrupt_unmask + 0x00000000 0xa esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text.esprv_int_get_type + 0x00000000 0x18 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text.esprv_int_get_priority + 0x00000000 0x10 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text.esprv_int_is_vectored + 0x00000000 0x4 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .rodata.__func__.0 + 0x00000000 0x18 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_info 0x00000000 0x32f esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_abbrev 0x00000000 0x1ae esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_loc 0x00000000 0x1df esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_ranges 0x00000000 0x48 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_line 0x00000000 0x404 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_str 0x00000000 0x377 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .comment 0x00000000 0x30 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .debug_frame 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_get_io_config + 0x00000000 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_set_drive_capability + 0x00000000 0x48 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_get_drive_capability + 0x00000000 0x36 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_hold_en + 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_hold_dis + 0x00000000 0x42 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_iomux_out + 0x00000000 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_force_hold_all + 0x00000000 0x32 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_force_unhold_all + 0x00000000 0x40 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_input_disable + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_ll_deepsleep_wakeup_enable.str1.4 + 0x00000000 0x8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_deepsleep_wakeup_enable + 0x00000000 0x84 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_deepsleep_wakeup_disable + 0x00000000 0x60 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.0 0x00000000 0xea esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.1 0x00000000 0x38 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_register_on_core_static + 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_pullup_en + 0x00000000 0xac esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_pullup_dis + 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_pulldown_en + 0x00000000 0xac esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_pulldown_dis + 0x00000000 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_intr_type.str1.4 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_intr_type + 0x00000000 0x170 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_intr_enable + 0x00000000 0xb6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_intr_disable + 0x00000000 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_input_enable + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_output_disable + 0x00000000 0xa2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_output_enable + 0x00000000 0xa2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_od_disable + 0x00000000 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_od_enable + 0x00000000 0x84 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_level + 0x00000000 0x8c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_get_level + 0x00000000 0x1c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_pull_mode + 0x00000000 0x166 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_direction + 0x00000000 0xcc esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_config.str1.4 + 0x00000000 0x89 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_config + 0x00000000 0x1de esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_reset_pin.str1.4 + 0x00000000 0x4c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_reset_pin + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_isr_handler_add.str1.4 + 0x00000000 0x49 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_handler_add + 0x00000000 0x12a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_handler_remove + 0x00000000 0xfe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_uninstall_isr_service + 0x00000000 0x62 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_isr_register.str1.4 + 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_register + 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_install_isr_service.str1.4 + 0x00000000 0x23 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_install_isr_service + 0x00000000 0xf0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_wakeup_enable.str1.4 + 0x00000000 0x52 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_wakeup_enable + 0x00000000 0x102 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_wakeup_disable + 0x00000000 0xb2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_drive_capability.str1.4 + 0x00000000 0x1c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_drive_capability + 0x00000000 0xfa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_get_drive_capability.str1.4 + 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_get_drive_capability + 0x00000000 0xf6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_hold_en.str1.4 + 0x00000000 0x2f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_hold_en + 0x00000000 0xbe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_hold_dis + 0x00000000 0xbe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_en + 0x00000000 0x3c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_dis + 0x00000000 0x2e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.2 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.3 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_iomux_in + 0x00000000 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_iomux_out + 0x00000000 0x22 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_deep_sleep_wakeup_enable.str1.4 + 0x00000000 0x38 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_wakeup_enable + 0x00000000 0xd8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_wakeup_disable + 0x00000000 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_dump_io_configuration.str1.4 + 0x00000000 0x1d4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_dump_io_configuration + 0x00000000 0x2ee esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_func_sel + 0x00000000 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__func__.2 + 0x00000000 0x21 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__func__.3 + 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.17 + 0x00000000 0xd esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.19 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.20 + 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.21 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.22 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.23 + 0x00000000 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.24 + 0x00000000 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.25 + 0x00000000 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__func__.26 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.27 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.28 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.29 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.30 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.31 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.32 + 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.33 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.34 + 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.35 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.36 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.37 + 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.38 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.39 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.40 + 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.41 + 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.42 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .data.gpio_context + 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .sdata._gpio_hal + 0x00000000 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_is_valid_gpio + 0x00000000 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_info 0x00000000 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_abbrev 0x00000000 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_loc 0x00000000 0x27 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_line 0x00000000 0xd9 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_str 0x00000000 0x356 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_frame 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .text.bootloader_random_enable + 0x00000000 0x198 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .text.bootloader_random_disable + 0x00000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_info 0x00000000 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_abbrev 0x00000000 0xaf esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_line 0x00000000 0x595 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_str 0x00000000 0x28e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.6 0x00000000 0x6a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap_get_free_pages + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x00000000 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap + 0x00000000 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_munmap + 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_read + 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_write + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_sector + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.0 0x00000000 0x196 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_enable_wp + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x00000000 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.13 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_get_spi_mode + 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.11 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.10 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.5 0x00000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .sbss.map 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text.bootloader_spi_flash_resume + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .rodata.print_flash_info.str1.4 + 0x00000000 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text.print_flash_info + 0x00000000 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text.update_flash_config + 0x00000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text.bootloader_flash_update_size + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.0 0x00000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.1 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.2 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.4 0x00000000 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.3 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.5 0x00000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text.bootloader_init_spi_flash + 0x00000000 0x64 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_write_protect_crypt_cnt + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_get_flash_encryption_mode + 0x00000000 0x98 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_init_checks.str1.4 + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_init_checks + 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.4 + 0x00000000 0x77 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_set_release_mode + 0x00000000 0x140 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 + 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_cfg_verify_release_mode + 0x00000000 0x3a6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.17 0x00000000 0x48 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_get_max_consecutive_free_block_size + 0x00000000 0x112 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_reserve_block_with_caps + 0x00000000 0x14c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_dump_mapped_blocks.str1.4 + 0x00000000 0x152 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_dump_mapped_blocks + 0x00000000 0x1d0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.5 0x00000000 0x264 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_paddr_to_vaddr.str1.4 + 0x00000000 0x28 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_paddr_to_vaddr + 0x00000000 0xa2 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.15 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.14 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.13 0x00000000 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.12 0x00000000 0x1b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.11 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.10 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.9 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.8 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.7 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.6 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc_internal + 0x00000000 0xf4 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.esp_cache_msync.str1.4 + 0x00000000 0x230 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_msync + 0x00000000 0x2b6 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc + 0x00000000 0x12 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc_prefer + 0x00000000 0x96 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_calloc + 0x00000000 0xda esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_calloc_prefer + 0x00000000 0x10a esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x22 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__func__.5 + 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.2 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.3 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.esp_enable_cache_wrap.str1.4 + 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text.esp_enable_cache_wrap + 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_find_non_contiguous_block_nums + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_pages_to_bytes + 0x00000000 0x1e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_merge_contiguous_pages + 0x00000000 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_pages + 0x00000000 0x15c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_dump + 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_get_free_pages + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_phys2cache.str1.4 + 0x00000000 0xe esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_phys2cache + 0x00000000 0x54 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.0 + 0x00000000 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.3 0x00000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.6 0x00000000 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.1 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.11 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.find_region + 0x00000000 0x5e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_id + 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_unique_chip_id + 0x00000000 0xb0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.8 0x00000000 0x1d4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.14 0x00000000 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.15 0x00000000 0x62 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.17 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.18 0x00000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_get_protectable_regions + 0x00000000 0x5a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.19 0x00000000 0xb2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.20 0x00000000 0xe8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.25 0x00000000 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26 0x00000000 0x66 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.27 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_suspend_cmd_init.str1.4 + 0x00000000 0x7c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_suspend_cmd_init + 0x00000000 0xbc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_app_disable_protect + 0x00000000 0x2e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.use_bus_lock + 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.bus_using_iomux + 0x00000000 0xc8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.cs_using_iomux + 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.acquire_spi_device.str1.4 + 0x00000000 0x87 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.acquire_spi_device + 0x00000000 0x120 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.0 0x00000000 0x15a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_remove_flash_device + 0x00000000 0x46 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.spi_bus_add_flash_device.str1.4 + 0x00000000 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_add_flash_device + 0x00000000 0x196 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.use_bus_lock + 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x00000000 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.5 0x00000000 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.2 0x00000000 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.4 0x00000000 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_os_functions + 0x00000000 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_deinit_os_functions + 0x00000000 0x2c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_main_bus_lock + 0x00000000 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_set_dangerous_write_protection + 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.esp_flash_spi23_default_os_functions + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.3 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.5 0x00000000 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read + 0x00000000 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.4 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.5 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.6 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.7 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_idle_hook + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook + 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook + 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.delete_entry + 0x00000000 0x186 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_stop + 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_restart + 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_add_user + 0x00000000 0xa6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reset_user.str1.4 + 0x00000000 0x2b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reset_user + 0x00000000 0x10c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete + 0x00000000 0x68 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.unsubscribe_idle.str1.4 + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.unsubscribe_idle + 0x00000000 0x9c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reconfigure.str1.4 + 0x00000000 0x2e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reconfigure + 0x00000000 0x12c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_deinit.str1.4 + 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_deinit + 0x00000000 0xe8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete_user + 0x00000000 0x96 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_status + 0x00000000 0x8c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x16 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__func__.10 + 0x00000000 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_reconfigure + 0x00000000 0x5e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.esp_task_wdt_impl_timer_free.str1.4 + 0x00000000 0x84 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_free + 0x00000000 0xb6 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_stop + 0x00000000 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.__func__.0 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_all + 0x00000000 0x54 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_init + 0x00000000 0x1a esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_bytes_to_pages + 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__.10 + 0x00000000 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.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(systimer_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_deinit + 0x00000000 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_get_clock_source + 0x00000000 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_get_time + 0x00000000 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_get_alarm_value + 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_set_hw_flow_ctrl + 0x00000000 0x4a 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 0x76 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_tx_idle_num + 0x00000000 0x1a 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_rxfifo_full_thr + 0x00000000 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_txfifo_empty_thr + 0x00000000 0x1a 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_init + 0x00000000 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_symb_len + 0x00000000 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_rx_timeout + 0x00000000 0x5e 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) + .rodata.gpio_hal_intr_enable_on_core.str1.4 + 0x00000000 0x66 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_enable_on_core + 0x00000000 0x70 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_disable + 0x00000000 0x3a esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_isolate_in_sleep + 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_info 0x00000000 0x1aec esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_abbrev 0x00000000 0x302 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_loc 0x00000000 0x30b esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_line 0x00000000 0x4de esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_str 0x00000000 0x121e esp-idf/hal/libhal.a(gpio_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .rodata.rtc_cntl_hal_dma_link_init.str1.4 + 0x00000000 0x73 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .text.rtc_cntl_hal_dma_link_init + 0x00000000 0xde esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .text.rtc_cntl_hal_enable_cpu_retention + 0x00000000 0x54 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .iram1.0 0x00000000 0x1c esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_info 0x00000000 0x44c esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_abbrev 0x00000000 0x247 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_loc 0x00000000 0x1ff esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_line 0x00000000 0x559 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_str 0x00000000 0x400 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .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) + .rodata.uart_periph_signal + 0x00000000 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x00000000 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x00000000 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x00000000 0x1fc esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x00000000 0x946 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .riscv.attributes + 0x00000000 0x44 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) + .rodata.spi_periph_signal + 0x00000000 0x48 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_info 0x00000000 0x179e esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_abbrev 0x00000000 0x1bd esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_line 0x00000000 0x24c esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_str 0x00000000 0x1227 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.convert_key_type + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.write_and_padd + 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_calculate + 0x00000000 0x2b4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .rodata.esp_hmac_jtag_enable.str1.4 + 0x00000000 0x5e esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_jtag_enable + 0x00000000 0xea esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_jtag_disable + 0x00000000 0x76 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_info 0x00000000 0x5ce1 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_abbrev 0x00000000 0x39a esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_loc 0x00000000 0x649 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_ranges 0x00000000 0x98 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_line 0x00000000 0xe8d esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_str 0x00000000 0x51a7 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_frame 0x00000000 0xc0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_acquire + 0x00000000 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_release + 0x00000000 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_acquire + 0x00000000 0x2a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_release + 0x00000000 0x2a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_hmac_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_ds_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_dma_ext_capable + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_external_ram + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .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_enable + 0x00000000 0x64 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) + .rodata.periph_rtc_dig_clk8m_disable.str1.4 + 0x00000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .text.periph_rtc_dig_clk8m_disable + 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.__func__.0 + 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .sbss.s_rc_fast_freq + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .sbss.s_periph_ref_counts + 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_info 0x00000000 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_abbrev 0x00000000 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_line 0x00000000 0x52b esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_str 0x00000000 0x424 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_frame 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .riscv.attributes + 0x00000000 0x44 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) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text.esp_gpio_revoke + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text.esp_gpio_is_reserved + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temp_sensor_sync_tsens_idx + 0x00000000 0xa 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(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) + .text.try_acquire_free_dev + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.11 0x00000000 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.10 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.req_core + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.13 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.7 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.16 0x00000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.14 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.12 0x00000000 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_init_lock + 0x00000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.spi_bus_deinit_lock.str1.4 + 0x00000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_deinit_lock + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_register_dev + 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_unregister_dev + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_set_bg_control + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.21 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.22 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.str1.4 + 0x00000000 0xcf esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.24 0x00000000 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.26 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.27 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.28 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.29 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_bg_request + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.30 0x00000000 0x102 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.31 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.32 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.33 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.34 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__func__.3 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .dram1.0 0x00000000 0x9 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .sdata.s_spinlock + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_lock_acquire + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc2_wifi_release + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.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) + .rodata.prvTaskDeleteWithCaps.str1.4 + 0x00000000 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.prvTaskDeleteWithCaps + 0x00000000 0x100 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 0xd6 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vTaskDeleteWithCaps + 0x00000000 0x106 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xQueueCreateWithCaps + 0x00000000 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vQueueDeleteWithCaps + 0x00000000 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xSemaphoreCreateGenericWithCaps + 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vSemaphoreDeleteWithCaps + 0x00000000 0x5a 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) + .rodata.__func__.0 + 0x00000000 0x23 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.1 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.2 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.3 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.4 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_info 0x00000000 0x1cd0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_abbrev 0x00000000 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_loc 0x00000000 0x87d esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_ranges 0x00000000 0x58 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_line 0x00000000 0xd43 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_str 0x00000000 0xe90 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_frame 0x00000000 0x1c0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/freertos/libfreertos.a(idf_additions.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 0xee 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 0xc4 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 0x144 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 0x26e1 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 0x1cdf esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_str 0x00000000 0xae2 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_frame 0x00000000 0x3d4 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) + .text.__atomic_exchange_1 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_1 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_add_1 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_1 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_sub_1 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_1 + 0x00000000 0x3c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_1 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_1 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_or_1 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_1 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_1 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_1 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_1 + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_1 + 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load_1 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store_1 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_1 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_1 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_1 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_1 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_1 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_1 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_1 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_1 + 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_1 + 0x00000000 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_1 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_1 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_exchange_2 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_2 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_add_2 + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_2 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_sub_2 + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_2 + 0x00000000 0x3c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_2 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_2 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_or_2 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_2 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_2 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_2 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_2 + 0x00000000 0x46 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_2 + 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load_2 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store_2 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_2 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_2 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_2 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_2 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_2 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_2 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_2 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_2 + 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_2 + 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_2 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_2 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_exchange_4 + 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_4 + 0x00000000 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_add_4 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_4 + 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_sub_4 + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_4 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_4 + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_4 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_or_4 + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_4 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_4 + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_4 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_4 + 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_4 + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load_4 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store_4 + 0x00000000 0x28 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_4 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_4 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_4 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_4 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_4 + 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_4 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_4 + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_4 + 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_4 + 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_4 + 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_4 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_exchange_8 + 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_8 + 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_add_8 + 0x00000000 0x56 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_sub_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_8 + 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_8 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_8 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_8 + 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store_8 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_8 + 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_8 + 0x00000000 0x5e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_8 + 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_8 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange + 0x00000000 0x6e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x00000000 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeAllowSplit + 0x00000000 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x00000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemByteBuf + 0x00000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemByteBuf.str1.4 + 0x00000000 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemByteBuf + 0x00000000 0x10e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsByteBuffer + 0x00000000 0x6a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReturnItemDefault.str1.4 + 0x00000000 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemDefault + 0x00000000 0x1ae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemDefault.str1.4 + 0x00000000 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemDefault + 0x00000000 0x1c2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x00000000 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendItemDoneNoSplit + 0x00000000 0x194 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsDefault + 0x00000000 0xc0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetFreeSize.str1.4 + 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetFreeSize + 0x00000000 0x4e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x00000000 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvInitializeNewRingbuffer + 0x00000000 0x128 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemByteBuf + 0x00000000 0xb2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemAllowSplit + 0x00000000 0x154 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemNoSplit + 0x00000000 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGenericFromISR + 0x00000000 0xfa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreate.str1.4 + 0x00000000 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreate + 0x00000000 0xc6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateNoSplit + 0x00000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x00000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateStatic + 0x00000000 0xce esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendAcquire + 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.xRingbufferSendFromISR + 0x00000000 0x116 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveFromISR + 0x00000000 0x50 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 + 0x00000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplitFromISR + 0x00000000 0x6c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x00000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpTo + 0x00000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpToFromISR + 0x00000000 0x80 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferReturnItemFromISR + 0x00000000 0xa0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferDelete + 0x00000000 0x52 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetMaxItemSize + 0x00000000 0x32 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferAddToQueueSetRead.str1.4 + 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferAddToQueueSetRead + 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferRemoveFromQueueSetRead + 0x00000000 0x74 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferPrintInfo.str1.4 + 0x00000000 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferPrintInfo + 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferGetStaticBuffer.str1.4 + 0x00000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetStaticBuffer + 0x00000000 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateWithCaps + 0x00000000 0x78 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.vRingbufferDeleteWithCaps.str1.4 + 0x00000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferDeleteWithCaps + 0x00000000 0x68 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.2 + 0x00000000 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.3 + 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.5 + 0x00000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.6 + 0x00000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.8 + 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.9 + 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.10 + 0x00000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.12 + 0x00000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.13 + 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.14 + 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__.16 + 0x00000000 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.17 + 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.20 + 0x00000000 0x17 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__.24 + 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.25 + 0x00000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.26 + 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.27 + 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.29 + 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.30 + 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.31 + 0x00000000 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.32 + 0x00000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.33 + 0x00000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.34 + 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.35 + 0x00000000 0x15 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_event/libesp_event.a(default_event_loop.c.obj) + .data 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_register + 0x00000000 0x2c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_register + 0x00000000 0x2e esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_unregister + 0x00000000 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_unregister + 0x00000000 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_isr_post + 0x00000000 0x2e esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_loop_delete_default + 0x00000000 0x2c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .data 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.handler_instances_remove_all + 0x00000000 0x50 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_remove_all_handler + 0x00000000 0x5c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.loop_node_remove_all_handler + 0x00000000 0x58 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.handler_instances_add + 0x00000000 0xf2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.base_node_add_handler.str1.4 + 0x00000000 0x2a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_add_handler + 0x00000000 0x10e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.loop_node_add_handler.str1.4 + 0x00000000 0x30 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.loop_node_add_handler + 0x00000000 0x13c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_loop_delete + 0x00000000 0xee esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.esp_event_handler_register_with_internal.str1.4 + 0x00000000 0x84 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_register_with_internal + 0x00000000 0x1b2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_register_with + 0x00000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_register_with + 0x00000000 0x14 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.find_and_unregister_handler + 0x00000000 0x114 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.esp_event_handler_unregister_with_internal.str1.4 + 0x00000000 0x56 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_unregister_with_internal + 0x00000000 0x100 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_unregister_with + 0x00000000 0x1a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_unregister_with + 0x00000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_isr_post_to + 0x00000000 0xc4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_dump + 0x00000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__.2 + 0x00000000 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__.3 + 0x00000000 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__.4 + 0x00000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.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) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZZ27nvs_flash_read_security_cfgENKUlPhS_mE_clES_S_m + 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24lookup_storage_from_namePKc + 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_dump + 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init_partition_ptr + 0x00000000 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_secure_init_partition + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_secure_init + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_find_key + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_erase_all + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_str + 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_str + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_stats + 0x00000000 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_used_entry_count + 0x00000000 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_generate_keys + 0x00000000 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_read_security_cfg + 0x00000000 0x114 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_register_security_scheme + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_get_default_security_scheme + 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_generate_keys_v2 + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_read_security_cfg_v2 + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find + 0x00000000 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find_in_handle + 0x00000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_next + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_info + 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_release_iterator + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition_ptr + 0x00000000 0x76 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit_partition + 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIsEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIlEEiPKcT_ + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIlEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIxEimPKcT_ + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIyEimPKcT_ + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIsEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIlEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIlEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIxEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIyEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZL26nvs_sec_default_scheme_cfg + 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNK3nvs7Storage7isValidEv + 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9debugDumpEv + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x00000000 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage11findEntryNsEP21nvs_opaque_iterator_th + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple11findEntryNsEP21nvs_opaque_iterator_t + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZNK3nvs15NVSHandleSimple11get_storageEv + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager17open_handles_sizeEv + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager21secure_init_partitionEPKcP13nvs_sec_cfg_t + 0x00000000 0xac esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .rodata._ZTVN3nvs9NVSHandleE + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4Lock6uninitEv + 0x00000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10setVersionEh + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page15pageStateToNameENS0_9PageStateE.str1.4 + 0x00000000 0xbc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x00000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZNK3nvs4Page9debugDumpEv.str1.4 + 0x00000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page9debugDumpEv + 0x00000000 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page11calcEntriesER11nvs_stats_t.str1.4 + 0x00000000 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x00000000 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x00000000 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x00000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text._ZN3nvs16partition_lookup30lookup_nvs_encrypted_partitionEPKcP13nvs_sec_cfg_tPPNS_12NVSPartitionE + 0x00000000 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionD2Ev + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition4readEjPvj + 0x00000000 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition5writeEjPKvj + 0x00000000 0xca esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionD0Ev + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionC2EPK15esp_partition_t + 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition4initEP13nvs_sec_cfg_t + 0x00000000 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .rodata._ZTVN3nvs9PartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .rodata._ZTVN3nvs21NVSEncryptedPartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_info 0x00000000 0x54aa esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_abbrev 0x00000000 0x9df esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_loc 0x00000000 0x549 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_ranges 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_line 0x00000000 0xe3a esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_str 0x00000000 0x45f3 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_frame 0x00000000 0xec esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.check_iomux_pins_quad + 0x00000000 0xbc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_uses_iomux_pins + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.alloc_dma_chan.str1.4 + 0x00000000 0x130 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.alloc_dma_chan + 0x00000000 0x1ea esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_iomux_pins_set_quad + 0x00000000 0x13e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_iomux_pins_set + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_irqsource_for_host + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_irqdma_source_for_host + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_chan_alloc + 0x00000000 0x82 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_desc_alloc + 0x00000000 0xb4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .iram1.0 0x00000000 0xe0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_dma_chan_free.str1.4 + 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_chan_free + 0x00000000 0x6e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_bus_initialize_io.str1.4 + 0x00000000 0x1d2 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_initialize_io + 0x00000000 0x744 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_free_io_cfg + 0x00000000 0x62 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_cs_initialize + 0x00000000 0x108 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_cs_free_io.str1.4 + 0x00000000 0x20 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_cs_free_io + 0x00000000 0x54 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_using_iomux + 0x00000000 0xc8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_main_set_lock + 0x00000000 0xc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_lock_get_by_id + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spi_bus_initialize.str1.4 + 0x00000000 0x173 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_initialize + 0x00000000 0x302 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spi_bus_dma_memory_alloc.str1.4 + 0x00000000 0x3a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_dma_memory_alloc + 0x00000000 0x5e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_get_attr + 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_get_dma_ctx + 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_free + 0x00000000 0xa4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_register_destroy_func + 0x00000000 0x16 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x13 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.2 + 0x00000000 0x15 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x1c esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.4 + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.6 + 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.7 + 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .sdata.bus_ctx + 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .data.s_mainbus + 0x00000000 0x68 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_info 0x00000000 0x5096 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_abbrev 0x00000000 0x52a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_loc 0x00000000 0x1354 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_aranges + 0x00000000 0xd8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_ranges 0x00000000 0x160 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_line 0x00000000 0x2b1b esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_str 0x00000000 0x2e8f esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_frame 0x00000000 0x2fc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.tcpip_exec_api + 0x00000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_reset_ip_info + 0x00000000 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option_api + 0x00000000 0x96 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_find_if_api + 0x00000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_is_active + 0x00000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_default_netif_internal + 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call_msg + 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_add_ip6_address_priv + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call_fn + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call_get_netif + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_api_cb + 0x00000000 0x2a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_config_sanity_check + 0x00000000 0x96 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_tx_rx_event_api.str1.4 + 0x00000000 0x1f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_tx_rx_event_api + 0x00000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.get_handle_from_ifkey_api + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_mac_api + 0x00000000 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_old_info_api + 0x00000000 0x7a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcps_cb.str1.4 + 0x00000000 0x8d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_cb + 0x00000000 0xec esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_start_ip_lost_timer + 0x00000000 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_set_mldv6_flag + 0x00000000 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_set_garp_flag + 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_send_mldv6 + 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_init_configuration.str1.4 + 0x00000000 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_init_configuration + 0x00000000 0x1fc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_unset_garp_flag + 0x00000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_unset_mldv6_flag + 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_remove + 0x00000000 0x68 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_send_garp + 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcps_start_api.str1.4 + 0x00000000 0x2b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start_api + 0x00000000 0xf4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_add + 0x00000000 0xa4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop_api + 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_stop_api.str1.4 + 0x00000000 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop_api + 0x00000000 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.dns_clear_servers + 0x00000000 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_start_api.str1.4 + 0x00000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_start_api + 0x00000000 0xfe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_set_hostname_api.str1.4 + 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_hostname_api + 0x00000000 0x7a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_clients_by_mac_api + 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info_api + 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info_api + 0x00000000 0x74 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal_api + 0x00000000 0x2c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_name_api + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ppp_set_auth_api + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_join_ip6_multicast_group_api.str1.4 + 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_join_ip6_multicast_group_api + 0x00000000 0x68 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_leave_ip6_multicast_group_api.str1.4 + 0x00000000 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_leave_ip6_multicast_group_api + 0x00000000 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_remove_ip6_address_api + 0x00000000 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_update_default_netif + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_ip_lost_timer.str1.4 + 0x00000000 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ip_lost_timer + 0x00000000 0xc4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_internal_nd6_cb.str1.4 + 0x00000000 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_internal_nd6_cb + 0x00000000 0x100 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_destroy_api + 0x00000000 0xa6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_new_api.str1.4 + 0x00000000 0x18f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_new_api + 0x00000000 0x308 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_start_api.str1.4 + 0x00000000 0xc2 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_start_api + 0x00000000 0x1f6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_stop_api + 0x00000000 0xae esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_up_api + 0x00000000 0x66 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_down_api + 0x00000000 0x108 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_set_ip_info_api.str1.4 + 0x00000000 0x3b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info_api + 0x00000000 0x1f0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_add_ip6_address_api.str1.4 + 0x00000000 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_add_ip6_address_api + 0x00000000 0x13a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_default_netif + 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_default_netif + 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip4_addr + 0x00000000 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_ntoa + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_aton + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip4 + 0x00000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip6 + 0x00000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_io_driver + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_handle_from_netif_impl + 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl + 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_deinit + 0x00000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_tcpip_exec + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_new + 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_handle_from_ifkey + 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_find_if + 0x00000000 0x2c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_destroy + 0x00000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_attach.str1.4 + 0x00000000 0x3f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_attach + 0x00000000 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_driver_config + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_mac + 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_start + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_stop + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_netstack_buf_ref + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_netstack_buf_free + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_free_rx_buffer + 0x00000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_tx_rx_event_enable + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_tx_rx_event_disable + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_transmit + 0x00000000 0x4c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_transmit_wrap + 0x00000000 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_receive + 0x00000000 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_start + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_status + 0x00000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_get_status + 0x00000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_hostname + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_hostname + 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_up + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_down + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_is_netif_up + 0x00000000 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_update_default_netif_lwip + 0x00000000 0x14e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_mac + 0x00000000 0xa0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_old_ip_info + 0x00000000 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip_info + 0x00000000 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcps_option_api.str1.4 + 0x00000000 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_option_api + 0x00000000 0x296 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_is_valid_static_ip + 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_old_ip_info + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_clients_by_mac + 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info + 0x00000000 0x5e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_get_dns_info.str1.4 + 0x00000000 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info + 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ip6_get_addr_type + 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_linklocal + 0x00000000 0x52 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_global + 0x00000000 0x88 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_all_ip6 + 0x00000000 0x14a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_all_preferred_ip6 + 0x00000000 0x14e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_flags + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ifkey + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_desc + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_route_prio + 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_event_id + 0x00000000 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_internal_dhcpc_cb.str1.4 + 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_internal_dhcpc_cb + 0x00000000 0x1e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_callback_fn + 0x00000000 0x5c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_option + 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option + 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_index + 0x00000000 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_name + 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_napt_enable + 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ppp_set_auth + 0x00000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_napt_disable + 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_link_speed + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_join_ip6_multicast_group + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_leave_ip6_multicast_group + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_add_ip6_address + 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_remove_ip6_address + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__.2 + 0x00000000 0x17 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__.3 + 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__.4 + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .sbss.netif_callback + 0x00000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .sbss.s_is_last_default_esp_netif_overridden + 0x00000000 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .sbss.s_last_default_esp_netif + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_add_to_list_unsafe + 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .rodata.esp_netif_remove_from_list_unsafe.str1.4 + 0x00000000 0x47 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_remove_from_list_unsafe + 0x00000000 0x86 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_get_nr_of_ifs + 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_next_unsafe + 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_next + 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_is_netif_listed + 0x00000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_get_handle_from_ifkey_unsafe + 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .rodata.__func__.0 + 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .rodata.str1.4 + 0x00000000 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .srodata.IP_EVENT + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .sbss.s_esp_netif_counter + 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .sbss.s_head 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_info 0x00000000 0x4cd esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_abbrev 0x00000000 0x224 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_loc 0x00000000 0x264 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_ranges 0x00000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_line 0x00000000 0x7e5 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_str 0x00000000 0x42d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_frame 0x00000000 0xc4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .srodata.g_wifi_default_mesh_crypto_funcs + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha384_vector + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha512_vector + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha1_vector + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.md5_vector + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_init + 0x00000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_update + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_finish + 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384_vector + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384 + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_md5_vector + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_md5 + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_128_ctr_encrypt + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_mod_exp + 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_dh_init + 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_global_init + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_global_deinit + 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_aad_nonce_pv1 + 0x00000000 0x17e esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_get_pn + 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_encrypt_pv1 + 0x00000000 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_decrypt + 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_encrypt + 0x00000000 0x13c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_ad + 0x00000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.hwaddr_aton2 + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .rodata.printf_encode.str1.4 + 0x00000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.printf_encode + 0x00000000 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_ssid_txt + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.__hide_aliasing_typecast + 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_is_hex + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.has_ctrl_char + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_merge_byte_arrays + 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.str_clear_free + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_gmtime + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_mktime + 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.rssi_to_rcpi + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.get_param + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss.ssid_txt.0 + 0x00000000 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_deinit + 0x00000000 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_connect + 0x00000000 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_disconnect + 0x00000000 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.nan_start + 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.nan_stop + 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.nan_input + 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.nan_sm_handle_event + 0x00000000 0x2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .srodata.memset_func + 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .data 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.s_adc_unit_claim + 0x00000000 0x2a esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.s_adc_unit_free + 0x00000000 0x2c esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.s_adc_io_init + 0x00000000 0xd6 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_io_to_channel + 0x00000000 0x12 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_channel_to_io + 0x00000000 0x12 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_new_unit + 0x00000000 0x298 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.adc_oneshot_config_channel.str1.4 + 0x00000000 0x52 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_config_channel + 0x00000000 0x17e esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_read_isr + 0x00000000 0x13c esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.adc_oneshot_del_unit.str1.4 + 0x00000000 0x73 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_del_unit + 0x00000000 0x152 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.adc_oneshot_get_calibrated_result.str1.4 + 0x00000000 0x56 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text.adc_oneshot_get_calibrated_result + 0x00000000 0xac esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x22 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x15 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x15 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0xe esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x1b esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x15 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .sbss.s_adc_unit_claimed + 0x00000000 0x2 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .bss.s_ctx 0x00000000 0x10 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .text 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .rodata.adc_io_to_channel.str1.4 + 0x00000000 0x6c esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .text.adc_io_to_channel + 0x00000000 0xe6 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .rodata.adc_channel_to_io.str1.4 + 0x00000000 0x49 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .text.adc_channel_to_io + 0x00000000 0xe6 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x12 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x12 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .data 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .rodata.adc_cali_check_scheme.str1.4 + 0x00000000 0x40 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .text.adc_cali_check_scheme + 0x00000000 0x4e esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .rodata.adc_cali_raw_to_voltage.str1.4 + 0x00000000 0x42 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .text.adc_cali_raw_to_voltage + 0x00000000 0x8c esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x18 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x16 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_info 0x00000000 0x3b4 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_abbrev 0x00000000 0x188 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_loc 0x00000000 0x180 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_line 0x00000000 0x50b esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_str 0x00000000 0x46a esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_get_digit + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_lt_mpi_ct + 0x00000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_swap + 0x00000000 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_string + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_file + 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_write_hlp + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_string.str1.4 + 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_string + 0x00000000 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_file.str1.4 + 0x00000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_file + 0x00000000 0x112 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_gen_prime + 0x00000000 0x276 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_self_test.str1.4 + 0x00000000 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_self_test + 0x00000000 0x418 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.gcd_pairs + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_add_if + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_mul + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_ct_uint_lt + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.add_pkcs_padding + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_pkcs_padding + 0x00000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.add_one_and_zeros_padding + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_one_and_zeros_padding + 0x00000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.add_zeros_and_len_padding + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_zeros_and_len_padding + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_zeros_padding + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_no_padding + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.add_zeros_padding + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_aead_encrypt + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_aead_decrypt + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_list + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_info_from_string + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_set_iv + 0x00000000 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_reset + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_update_ad + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_finish + 0x00000000 0x186 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_set_padding_mode + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_write_tag + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_check_tag + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_crypt + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_auth_encrypt_ext + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_auth_decrypt_ext + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .sbss.supported_init + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .bss.mbedtls_cipher_supported + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .text.mbedtls_ct_memcpy_offset + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.cmac_test_subkeys.str1.4 + 0x00000000 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_test_subkeys + 0x00000000 0x1a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cipher_cmac_reset + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cipher_cmac + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.cmac_test_wth_cipher.str1.4 + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_test_wth_cipher + 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_aes_cmac_prf_128 + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.test_aes128_cmac_prf.str1.4 + 0x00000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.test_aes128_cmac_prf + 0x00000000 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.mbedtls_cmac_self_test.str1.4 + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cmac_self_test + 0x00000000 0x192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFT 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFM 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFKlen + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFK 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_expected_result + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_subkeys + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_key + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_expected_result + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_subkeys + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_key + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_expected_result + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_subkeys + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_key + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_message_lengths + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.test_message + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_clone + 0x00000000 0xda esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_get_type + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_error_from_psa + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_list + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_info_from_string + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_get_name + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_info_from_ctx + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_file + 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_hmac + 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.str1.4 + 0x00000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.md_names + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.supported_digests + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.mbedtls_md5_self_test.str1.4 + 0x00000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text.mbedtls_md5_self_test + 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_sum + 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buflen + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buf + 0x00000000 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_set_calloc_free + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_setup + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_teardown + 0x00000000 0x2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.convert_raw_to_der_single_int + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.convert_der_to_raw_single_int + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_generic_status_to_mbedtls + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_status_to_mbedtls + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_pk_status_to_mbedtls + 0x00000000 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecc_group_to_psa + 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecc_group_from_psa + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_psa_get_random + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecdsa_raw_to_der + 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecdsa_der_to_raw + 0x00000000 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_pk_rsa_errors + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_lms_errors + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_md_errors + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_info 0x00000000 0xa4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_abbrev 0x00000000 0x26e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_loc 0x00000000 0xe9f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_ranges 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_line 0x00000000 0xe1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_str 0x00000000 0x6bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_frame 0x00000000 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.mbedtls_sha1_self_test.str1.4 + 0x00000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text.mbedtls_sha1_self_test + 0x00000000 0x15c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_sum + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buflen + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buf + 0x00000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.mbedtls_sha256_common_self_test.str1.4 + 0x00000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256_common_self_test + 0x00000000 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256_self_test + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha224_self_test + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha256_test_sum + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha224_test_sum + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha_test_buflen + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha_test_buf + 0x00000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_clone + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.mbedtls_sha512_common_self_test.str1.4 + 0x00000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_common_self_test + 0x00000000 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_self_test + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha384_self_test + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha512_test_sum + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha384_test_sum + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha_test_buflen + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha_test_buf + 0x00000000 0x153 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_encrypt + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_encrypt + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_decrypt + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_decrypt + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cfb8 + 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.esp_mpi_mul_mpi_mod + 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .text.esp_mpi_hardware_words + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .text.esp_mpi_interrupt_enable + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .text.esp_mpi_interrupt_clear + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .text.esp_mpi_mul_mpi_mod_hw_op + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_clone + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.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) + .text.mbedtls_sha256_clone + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_internal_sha256_process + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.gcm_gen_table + 0x00000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_gcm_derive_J0 + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_starts + 0x00000000 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .rodata.esp_aes_gcm_update_ad.str1.4 + 0x00000000 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_update_ad + 0x00000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_finish + 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_crypt_and_tag_partial_hw + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_crypt_and_tag + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_auth_decrypt + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_process + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_clone + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.mbedtls_aria_self_test.str1.4 + 0x00000000 0xe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.mbedtls_aria_self_test + 0x00000000 0x6b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_ctr_ct + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_cfb_ct + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_cbc_ct + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_pt + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_key + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_ct + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_pt + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_key + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.asn1_get_sequence_of_cb + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_bool + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_enum + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_bitstring + 0x00000000 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_traverse_sequence_of + 0x00000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_sequence_free + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_sequence_of + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_alg_null + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_free_named_data_list + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_free_named_data_list_shallow + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_find_named_data + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.asn1_write_tagged_int + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_raw_buffer + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_null + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_oid + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_algorithm_identifier_ext + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_algorithm_identifier + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bool + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_int + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_enum + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_tagged_string + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_utf8_string + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_printable_string + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_ia5_string + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bitstring + 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_named_bitstring + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_octet_string + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_store_named_data + 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_clear_state + 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.ccm_calculate_first_block_if_ready + 0x00000000 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_compare_tags + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_starts + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_set_lengths + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_update_ad + 0x00000000 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_finish + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.ccm_auth_crypt + 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.ccm_auth_decrypt + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_star_encrypt_and_tag + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_encrypt_and_tag + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_star_auth_decrypt + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_auth_decrypt + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.mbedtls_ccm_self_test.str1.4 + 0x00000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_self_test + 0x00000000 0x21e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.res_test_data + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.tag_len_test_data + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_len_test_data + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.add_len_test_data + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_len_test_data + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.ad_test_data + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_test_data + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.key_test_data + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_starts_soft + 0x00000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_update_ad_soft + 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_finish_soft + 0x00000000 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_crypt_and_tag_soft + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_auth_decrypt_soft + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.mbedtls_gcm_self_test.str1.4 + 0x00000000 0x83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_self_test + 0x00000000 0x5ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.tag_test_data + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.ct_test_data + 0x00000000 0x480 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_test_data + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_index_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_len_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.additional_test_data + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.add_index_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.add_len_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_test_data + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_index_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_len_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.key_test_data + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.key_index_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_extend_key_usage_flags + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.key_type_is_raw_bytes + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_initialized + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_drivers_initialized + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_key_can_do + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_policy_algorithm_intersection + 0x00000000 0x522 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_algorithm_permits + 0x00000000 0x436 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_policy_permits + 0x00000000 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_restrict_key_policy + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_policy + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_optional_attributes + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_finalize_alg_and_key_validation + 0x00000000 0x2dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_verify_check_alg + 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_get_base_algorithm + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_check_nonce_length + 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_check_algorithm + 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_tag_length + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_final_checks + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_get_kdf_alg + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.is_kdf_alg_supported + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_try_support + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_allows_free_form_secret_input + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_check_input_type + 0x00000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_seed + 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_key + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_label + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_input + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_set_other_key + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_ecjpake_to_pms_input + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_copy_input + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_copy_output + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key_buffer_internal + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_wipe_tag_output_buffer + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_and_lock_key_slot_with_policy + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_and_lock_transparent_key_slot_with_policy + 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_attributes + 0x00000000 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_start_key_creation + 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_finish_key_creation + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_hash_setup + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_set_key + 0x00000000 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_input + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_sign_setup + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_start_hmac + 0x00000000 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_verify_setup + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_compute + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_compute_internal + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_asymmetric_encrypt + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_asymmetric_decrypt + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_encrypt_setup + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_decrypt_setup + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_abort + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_encrypt + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_decrypt + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_encrypt + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_decrypt + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_encrypt_setup + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_decrypt_setup + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_verify + 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_free + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_init + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_can_do_hash + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_can_do_cipher + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_to_psa_error + 0x00000000 0x598 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_random_internal + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_seed + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_init_subsystem + 0x00000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_unstructured_key_bit_size + 0x00000000 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_type_and_size_for_key_generation + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_allocate_buffer_to_slot + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_copy_key_material_into_slot + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_import_key_into_slot + 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_import_key + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_remove_key_data_from_memory + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_wipe_key_slot + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_fail_key_creation + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_destroy_key + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_key_attributes + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key_internal + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_export_key + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_public_key_internal + 0x00000000 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_copy_key + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_abort + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_finish_internal + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_setup + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_try_support + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_set_maximum_capacity + 0x00000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_setup_kdf + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_clone + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_abort + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_setup + 0x00000000 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_sign_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_builtin + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_sign_hash + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_message_builtin + 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_internal + 0x00000000 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_builtin + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_verify_hash + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_message_builtin + 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_internal + 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_interruptible_set_max_ops + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_interruptible_get_max_ops + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_get_num_ops + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_get_num_ops + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_interruptible_set_max_ops + 0x00000000 0x2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_get_num_ops + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_get_num_ops + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_start + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_sign_hash_start + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_complete + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_abort + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_abort_internal + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_abort + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_start + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_verify_hash_start + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_complete + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_abort + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_abort_internal + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_complete + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_abort + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_abort + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_setup + 0x00000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_encrypt_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_decrypt_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_abort + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_setup + 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_encrypt_setup + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_decrypt_setup + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_nonce_internal + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_lengths + 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_abort + 0x00000000 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_internal + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_integer_internal + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_get_capacity + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_set_capacity + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_custom_key_parameters_are_default + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_setup + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_integer + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_key + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_raw_builtin + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_key_agreement + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_raw_internal + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_internal + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_internal + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_generate_key + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_custom + 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_ext + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_configure_entropy_sources + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_free + 0x00000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_init + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_input_alloc + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_input_free + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_import_key + 0x00000000 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_update + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_verify + 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_compare + 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_update + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify_finish + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify + 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_message + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_start + 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_start + 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_set_iv + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_nonce + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_update_ad + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_bytes + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_key_agreement + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_output_alloc + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_output_free + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key + 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_public_key + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_finish + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_compute + 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_ecjpake_to_pms_read + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_sign_finish + 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_prf_generate_next_block + 0x00000000 0x254 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_prf_read + 0x00000000 0x18c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_compute + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_message + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash + 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_asymmetric_encrypt + 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_asymmetric_decrypt + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_complete + 0x00000000 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_generate_iv + 0x00000000 0xec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_update + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_finish + 0x00000000 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_encrypt + 0x00000000 0x1e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_decrypt + 0x00000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_encrypt + 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_decrypt + 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_generate_nonce + 0x00000000 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_update + 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_finish + 0x00000000 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_verify + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_bytes + 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_ecc_key_weierstrass_helper + 0x00000000 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_ecc_key_montgomery_helper + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_key_internal + 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key_custom + 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key_ext + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_raw_key_agreement + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_random + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .srodata.default_custom_production + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .sdata.psa_interruptible_max_ops + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .bss.global_data + 0x00000000 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_info 0x00000000 0xec83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_abbrev 0x00000000 0x58d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_loc 0x00000000 0x11a4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_aranges + 0x00000000 0x680 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_ranges 0x00000000 0x898 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_line 0x00000000 0xc6a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_str 0x00000000 0x4358 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_frame 0x00000000 0x1f2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.psa_aead_unpadded_locate_tag + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.psa_aead_setup + 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_encrypt_setup + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_decrypt_setup + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_set_nonce + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_set_lengths + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_update_ad + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_update + 0x00000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_finish + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_abort + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_encrypt + 0x00000000 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_decrypt + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_info 0x00000000 0x17c7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_abbrev 0x00000000 0x3d3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_loc 0x00000000 0x1394 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_aranges + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_line 0x00000000 0xd9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_str 0x00000000 0xc92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_frame 0x00000000 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_validate_values + 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.psa_cipher_update_ecb + 0x00000000 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_values_from_psa + 0x00000000 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_info_from_psa + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.psa_cipher_setup + 0x00000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_encrypt_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_decrypt_setup + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_set_iv + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_update + 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_finish + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_abort + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_encrypt + 0x00000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_decrypt + 0x00000000 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_info 0x00000000 0x1508 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_abbrev 0x00000000 0x394 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_loc 0x00000000 0x1435 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_ranges 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_line 0x00000000 0x127e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_str 0x00000000 0xb86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_frame 0x00000000 0x234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .text.psa_reset_key_attributes + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_info 0x00000000 0x22b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_abbrev 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_loc 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_line 0x00000000 0x282 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_str 0x00000000 0x361 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_frame 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_get_key_buffer_size + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_export_public_key + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_get_builtin_key + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_info 0x00000000 0x4cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_abbrev 0x00000000 0x186 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_loc 0x00000000 0x207 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_line 0x00000000 0x3ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_str 0x00000000 0x4f3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.check_ecc_parameters + 0x00000000 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_load_representation + 0x00000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_export_key + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_import_key + 0x00000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_export_public_key + 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_generate_key + 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecdsa_sign_hash + 0x00000000 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_load_public_part + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecdsa_verify_hash + 0x00000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_key_agreement_ecdh + 0x00000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_info 0x00000000 0x1953 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_abbrev 0x00000000 0x34e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_loc 0x00000000 0x1490 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_ranges 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_line 0x00000000 0x1106 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_str 0x00000000 0xca4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_frame 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_abort + 0x00000000 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_setup + 0x00000000 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_clone + 0x00000000 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_update + 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_finish + 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_compute + 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_info 0x00000000 0xdad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_abbrev 0x00000000 0x24a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_loc 0x00000000 0x90c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_line 0x00000000 0xb5b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_str 0x00000000 0x719 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_frame 0x00000000 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_abort_internal + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mac_init + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.cmac_setup + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_setup_internal + 0x00000000 0x308 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_update_internal + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_finish_internal + 0x00000000 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_mac_finish_internal + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_abort + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_mac_setup + 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_sign_setup + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_verify_setup + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_update + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_sign_finish + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_verify_finish + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_compute + 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_info 0x00000000 0x181e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_abbrev 0x00000000 0x3cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_loc 0x00000000 0x1070 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_aranges + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_ranges 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_line 0x00000000 0x114d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_str 0x00000000 0xb28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_frame 0x00000000 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_read_exponent + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.rsa_pss_expected_salt_len + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_check_rsa_key_byte_aligned + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_oaep_set_padding_mode + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_md_get_size_from_type + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_decode_md_type + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_load_representation + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_export_key + 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_import_key + 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_export_public_key + 0x00000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_generate_key + 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_sign_hash + 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_verify_hash + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_asymmetric_encrypt + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_asymmetric_decrypt + 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_info 0x00000000 0x1993 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_abbrev 0x00000000 0x367 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_loc 0x00000000 0x165f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_aranges + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_ranges 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_line 0x00000000 0x125d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_str 0x00000000 0xa58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_frame 0x00000000 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_extend_key_usage_flags + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.volatile_key_id_of_index + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.slice_index_of_volatile_key_id + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.slot_index_of_volatile_key_id + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_key_slots_initialized + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.get_volatile_key_slot + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_allocate_volatile_key_slot + 0x00000000 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_load_persistent_key_into_slot + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_is_valid_key_id + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_and_lock_key_slot_in_memory + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_initialize_key_slots + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_wipe_all_key_slots + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_free_key_slot + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_reserve_free_key_slot + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_and_lock_key_slot + 0x00000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_unregister_read + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_unregister_read_under_mutex + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_validate_key_location + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_validate_key_persistence + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_open_key + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_close_key + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_purge_key + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.mbedtls_psa_get_stats + 0x00000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .bss.global_data + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_info 0x00000000 0x1383 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_abbrev 0x00000000 0x3cb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_loc 0x00000000 0x111e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_aranges + 0x00000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_ranges 0x00000000 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_line 0x00000000 0x19a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_str 0x00000000 0xa7f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_frame 0x00000000 0x2a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_its_identifier_of_slot + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_get_data_length + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.check_magic_header + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_load + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_is_key_present_in_storage + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_store + 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_destroy_persistent_key + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_format_key_data_for_storage + 0x00000000 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_parse_key_data_from_storage + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_save_persistent_key + 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_free_persistent_key_data + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_load_persistent_key + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .rodata 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_info 0x00000000 0x103c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_abbrev 0x00000000 0x35c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_loc 0x00000000 0xe27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_aranges + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_line 0x00000000 0xe04 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_str 0x00000000 0x70d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_frame 0x00000000 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_fill_filename.str1.4 + 0x00000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_fill_filename + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_read_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_read_file + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_get_info + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_get + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_set.str1.4 + 0x00000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_set + 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_remove + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata 0x00000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_info 0x00000000 0x11f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_abbrev 0x00000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_loc 0x00000000 0x67a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_line 0x00000000 0x94b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_str 0x00000000 0x814 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_frame 0x00000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.asn1_get_nonzero_mpi + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.myrand 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_import + 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_raw + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export + 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_write_pubkey + 0x00000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_crt + 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_write_key + 0x00000000 0x1f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_set_padding + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_get_padding_mode + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_get_md_alg + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsassa_pss_sign_no_mode_check + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsassa_pss_sign_ext + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_parse_key + 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_gen_key + 0x00000000 0x294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_copy + 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .rodata.mbedtls_rsa_self_test.str1.4 + 0x00000000 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_self_test + 0x00000000 0x35a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .rodata 0x00000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.ctr_drbg_self_test_entropy + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_prediction_resistance + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_entropy_len + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_nonce_len + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_reseed_interval + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_write_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_write_seed_file + 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_update_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update_seed_file + 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_self_test.str1.4 + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_self_test + 0x00000000 0x29e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .sbss.test_offset + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_nopr + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_pr + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_nopr + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_pr + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_nopr + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_pr + 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_grp_id + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_init_internal + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_setup_internal + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_read_params_internal + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_read_public_internal + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_get_params_internal + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_can_do + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_make_params_internal + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_make_public_internal + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_get_grp_id + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_setup + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_make_params + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_read_params + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_get_params + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_make_public + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_read_public + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign_det_ext + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_verify + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_genkey + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_from_keypair + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_rng + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_adjust_exponent + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_info_from_grp_id + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_info_from_tls_id + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_info_from_name + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_point_read_string + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_point_write_binary + 0x00000000 0x154 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_read_point + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_write_point + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_read_group_id + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_read_group + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_write_group + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.self_test_point.str1.4 + 0x00000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_point + 0x00000000 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair_base + 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_key + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_set_public_key + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_read_key + 0x00000000 0x192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_write_key_ext + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_write_public_key + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_keypair_calc_public + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_keypair_get_group_id + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_export + 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.mbedtls_ecp_self_test.str1.4 + 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_self_test + 0x00000000 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .sdata.state.0 + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_check_bits + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.entropy_dummy_source + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_gather + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_manual + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_gather + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_write_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_write_seed_file + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_update_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_seed_file + 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_source_self_test.str1.4 + 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test + 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_self_test.str1.4 + 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_self_test + 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.hmac_drbg_self_test_entropy + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_seed + 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_prediction_resistance + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_entropy_len + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_reseed_interval + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_write_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_write_seed_file + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_update_seed_file.str1.4 + 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_update_seed_file + 0x00000000 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_self_test.str1.4 + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_self_test + 0x00000000 0x28c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .sbss.test_offset + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_nopr + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_nopr + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_pr + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_pr + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_parse_number + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_subidentifier_num_bytes + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_subidentifier_encode_into + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_x520_attr_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_x509_ext_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_ext_key_usage_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_certificate_policies_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_sig_alg_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_cipher_alg_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_md_alg_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_md_hmac_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_pkcs12_pbe_alg_from_asn1 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_attr_short_name + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_x509_ext_type + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_extended_key_usage + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_certificate_policies + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_sig_alg_desc + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_sig_alg + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_sig_alg + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_pk_alg + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_ec_grp + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_ec_grp_algid + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_cipher_alg + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_md_alg + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_md_hmac + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_pkcs12_pbe_alg + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.mbedtls_oid_get_numeric_string.str1.4 + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_numeric_string + 0x00000000 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_from_numeric_string + 0x00000000 0x1ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_pkcs12_pbe_alg + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_hmac + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_cipher_alg + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_sig_alg + 0x00000000 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_certificate_policies + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ext_key_usage + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x509_ext + 0x00000000 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x520_attr_type + 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_start + 0x00000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_free + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_deinit + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_register_recv_cb + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_unregister_recv_cb + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_register_send_cb + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_unregister_send_cb + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_mod_peer + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_get_peer + 0x00000000 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_fetch_peer + 0x00000000 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_get_peer_num + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_get_version + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_set_pmk + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_set_wake_window + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text.esp_now_set_peer_rate_config + 0x00000000 0x218 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .data.libespnow_reversion_git + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.esp_now_deinit.str1.4 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.esp_now_set_peer_rate_config.str1.4 + 0x00000000 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.str1.4 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_deinit + 0x00000000 0x1f2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_register_recv_cb + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_unregister_recv_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_register_send_cb + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_unregister_send_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_mod_peer + 0x00000000 0x1d6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_get_peer + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_get_peer_num + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_get_version + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_set_pmk + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_set_wake_window + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_set_peer_rate_config + 0x00000000 0x332 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_get_peer_num.str1.4 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_get_version.str1.4 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_register_recv_cb.str1.4 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_register_send_cb.str1.4 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_set_peer_rate_config.str1.4 + 0x00000000 0x15b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_set_pmk.str1.4 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .text.ieee80211_ccmp_encrypt + 0x00000000 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.5 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_available + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_setkey + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_encap + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.2 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .wifi0iram.12 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .text.chm_bitmap_idx_to_channel + 0x00000000 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_rxtx_statis_dump + 0x00000000 0x2aa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_statis_dump + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata.dbg_hmac_rxtx_statis_dump.str1.4 + 0x00000000 0x93 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.10 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.11 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.12 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.13 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.14 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.2 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.3 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.4 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.5 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.6 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.7 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.8 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.9 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_sta_restore + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_ap_restore + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.ieee80211_nvs_set_default_ssid + 0x00000000 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_restore + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_set_sta_listen_interval + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.6 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.7 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_get_prof_pmk_internal + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_disable_sae_pk_internal + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_sta_gtk_index + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_enable_sta_privacy_internal + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_is_running_internal + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_unregister_wpa2_cb_internal + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_wpa2_cb_internal + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_unregister_wapi_cb + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_register_wapi_cb + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_assoc_bssid_internal + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_is_mask_zero + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_del_key_internal + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_key_internal + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_key_internal + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_tx_cb_internal + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_appie_internal + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_wpa2_ent_enable_internal + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_wpa2_ent_disable_internal + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wpa2_ent_state_internal + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_type_internal + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_wps_type_internal + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_disarm_sta_connection_timer_internal + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_status_internal + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_cb_internal + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_internal_supplicant_header_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_start_flag_internal + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_rssi_threshold + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_rm_enabled_internal + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_btm_enabled_internal + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_mbo_enabled_internal + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_ft_enabled_internal + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_action_tx_req + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_remain_on_channel + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_sigma_internal + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .data.g_wifi_supplicant_funcs_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .rodata.esp_wifi_internal_supplicant_header_md5_check.str1.4 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .rodata.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wps_stop + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wps_start + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_get + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_phy_bw_is_modified + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_station_set_config_local_2.isra.2 + 0x00000000 0x506 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_phy_bw_is_valid + 0x00000000 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_set + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_acquire + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_release + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_2nd_chan + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid + 0x00000000 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_mode + 0x00000000 0x1e4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_phy_2nd_chan_process + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.print_sta_pmk + 0x00000000 0x144 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_sta_connect + 0x00000000 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_sta_scan + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_mac_process + 0x00000000 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_filter_process + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_ctrl_filter_process + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_set_ap_num_process + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_auto_connect_process + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_macaddr + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.chip_post_deinit + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.41 + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.43 + 0x00000000 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_txq_empty + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_process + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.esp_wifi_internal_set_baw + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_crypto_deinit + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_hmac_deinit + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_lmac_deinit + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_stop_process + 0x00000000 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_connect_process + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_disconnect + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_scan_start_process + 0x00000000 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_scan_stop_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ant_to_ant_type + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_scan_params_process + 0x00000000 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_scan_params_process + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.cipher_map_net80211_to_public_cipher + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_clear_ap_list_process + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_copy_ap_record + 0x00000000 0xf8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_list_process + 0x00000000 0x212 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_record_process + 0x00000000 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_info_process + 0x00000000 0x198 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_sta_list_process + 0x00000000 0x16c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_config_process + 0x00000000 0x484 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_protocol_process + 0x00000000 0xf6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_protocol_process + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_bw_nvs + 0x00000000 0xc8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_bw_process + 0x00000000 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_bw_process + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_home_channel_process + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_channel_process + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_chan_range + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ps_process + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_country + 0x00000000 0x1e0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_country + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_band_process + 0x00000000 0x1ca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_band_mode_process + 0x00000000 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restart_process + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restore_process + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_process + 0x00000000 0x122 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_cb_process + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_max_tpw + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_event_mask + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_csi + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_csi_set_config + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ant_config_check + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .wifirxiram.99 + 0x00000000 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant_gpio + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_fix_rate_process + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_deauth_sta_process + 0x00000000 0x116 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_start_flag + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wpa2_ent_enable_process + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wpa2_ent_disable_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_log_mod_process + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_type_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_status_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_cb_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_internal_ioctl_process + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_tsf_time_process + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ftm_start_initiator_process + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_rssi_threshold + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_roc_process + 0x00000000 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_action_tx_process + 0x00000000 0xf8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_disable_pmf_config_process + 0x00000000 0x160 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_force_wakeup_process + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_update_listen_interval_process + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_coex_pwr_process + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_update_tsf_tick_interval_process + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sample_beacon_process + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_tbtt_quick_wake_configure_process + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_set_progress + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_get_progress + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_set_progress + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_get_progress + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_init_progress + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_deinit_progress + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_map_deauth_progress + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc_progress + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_set_beacon_interval_progress + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_assoc_expire_set_progress + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_set_progress + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_get_progress + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_root_conflicts_set_progress + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_funcs_set_progress + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_key_set_progress + 0x00000000 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_set_progress + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_get_progress + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_set_progress + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_clear_progress + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_get_progress + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_set_progress + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_get_progress + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_is_roots_found_progress + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_switch_channel_progress + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_cycle_set_process + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_ext_get_process + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_act_duty_signaling_process + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_dynamic_cs_process + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.config_is_cache_tx_buf_enabled + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_softap_set_obss_overlap_process + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .bss.ap_id.14977 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .bss.mesh_router_bssid + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .data.g_mesh_root_conflicts_allowed + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .data.map_assoc_expire + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .data.s_ioctl_table + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata.CSWTCH.336 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.22 + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.25 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.26 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.71 + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.72 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.76 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.77 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.80 + 0x00000000 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.81 + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.82 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.83 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.100 + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.101 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.102 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.103 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.104 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.105 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.106 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.112 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.113 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.114 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.119 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.120 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.121 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.122 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.124 + 0x00000000 0x51 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.135 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.18 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.23 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.42 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.44 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.70 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.78 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.79 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.97 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.98 + 0x00000000 0x45 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.110 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.111 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.12 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.123 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.125 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.136 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.137 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.50 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.90 + 0x00000000 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.91 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.92 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.93 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.94 + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.96 + 0x00000000 0x37 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.75 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.84 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.85 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.87 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.11 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.13 + 0x00000000 0x39 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.14 + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.15 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.16 + 0x00000000 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.19 + 0x00000000 0x55 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.20 + 0x00000000 0x73 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.21 + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.24 + 0x00000000 0x39 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.86 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.88 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.95 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_ftm_sess_timeout + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_ftm_req_timeout + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_tx_ftm_msmt + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_send_ftmr + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_register_ftm_timer + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_get_phy_comp + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_ftm_measurement_txcb + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_record_t2t3_cb + 0x00000000 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_session_timeout + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_send_msmt_pkt + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_request_timeout + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_send_request + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_offchan_end + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.public_send_action_ftm_req + 0x00000000 0x298 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_is_supported + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_map_bw_param_to_phybw + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_get_resp_session_for_peer + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_get_resp_session_by_cookie + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_add_resp_session + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_free_resp_session + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_record_t1t4_cb + 0x00000000 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_set_t1t4_cb + 0x00000000 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_resp_get_burst_slot + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_resp_get_burst_inst_delay + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.public_send_action_ftm_resp + 0x00000000 0x420 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_ftm_sess_timeout_process + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_tx_ftm_msmt_process + 0x00000000 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_resp_allocate_para + 0x00000000 0x1cc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_create_responder_session + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_send_initial_resp + 0x00000000 0x146 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.public_recv_action_ftm_req + 0x00000000 0x1ac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_responder_set_offset + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_get_estimated_dist + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_parse_data + 0x00000000 0x2fe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_session_end + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_session_abort + 0x00000000 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_ftm_request_txcb + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_send_ftmr_process + 0x00000000 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_process_resp + 0x00000000 0x330 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.public_recv_action_ftm_resp + 0x00000000 0x2a8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_negotiate_session + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_offchan_tx_req + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_start_session + 0x00000000 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_ftm_req_timeout_process + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_start_initiator_local + 0x00000000 0x31a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_end_session_local + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_initiator_get_report_local + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ftm_validate_initiator_config + 0x00000000 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text.ieee80211_ftm_attach + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.g_ftm_report_num_entries + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.g_t1_offset_psec + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata.ftm_initiator_process_resp.str1.4 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.10 + 0x00000000 0x31 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.11 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.12 + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.17 + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.18 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.19 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.20 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.21 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.22 + 0x00000000 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.24 + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.25 + 0x00000000 0x39 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.26 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.27 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.3 + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.4 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.5 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.6 + 0x00000000 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.7 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_error.8 + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.13 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.14 + 0x00000000 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.15 + 0x00000000 0x43 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.16 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.23 + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .rodata_wlog_warning.9 + 0x00000000 0x6f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_config_channel_local + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_band_get_config_channel_local + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_channel_local + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_bw_local + 0x00000000 0xc4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_aid_local + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_negotiated_phymode_local + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time_local + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session_local + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_get_report_local + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset_local + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_reg_netstack_buf_cb_local + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time_local + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config_default + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_current_ap_id + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_station_ap_check + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_cacl_mac + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_rssi + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_station_num + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_register_user_ie_manufacturer_recv_cb + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_unregister_user_ie_manufacturer_recv_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_set_user_ie + 0x00000000 0x10c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_get_user_ie + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.wifi_get_user_ie + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_osi_ready + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_osi_funcs_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_crypto_funcs_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_wifi_type_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_esp_wifi_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_esp_wifi_he_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_wifi_he_type_md5_check + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_initiate_session + 0x00000000 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restart + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_stop + 0x00000000 0x1dc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_connect_internal + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_disconnect_internal + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_fast_connect + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_deauth_sta + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_promiscuous_scan_start + 0x00000000 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.get_total_scan_time + 0x00000000 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_start + 0x00000000 0x198 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_stop + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_scan_parameters + 0x00000000 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_scan_parameters + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_num + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_records + 0x00000000 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_record + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_ap_list + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_config + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ap_get_sta_list + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_connectionless_module_set_wake_interval + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ps + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ps + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_protocol + 0x00000000 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_protocol + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_protocols + 0x00000000 0x18c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_protocols + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_11b_rate + 0x00000000 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_espnow_rate + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_80211_tx_rate + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_80211_tx + 0x00000000 0x258 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_bandwidth + 0x00000000 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_bandwidth + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_bandwidths + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_bandwidths + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_home_channel + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_channel + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country_code + 0x00000000 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country_code + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_mac + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_softap_set_obss_overlap + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_mac + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_ap_info + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_filter + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_filter + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_ctrl_filter + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_ctrl_filter + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_rx_cb + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_sta_ip + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_auto_connect + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_auto_connect + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restore + 0x00000000 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie_cb + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_max_tx_power + 0x00000000 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_max_tx_power + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_event_mask + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_config + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_rx_cb + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant_gpio + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant_gpio + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_fix_rate + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_fix_rate + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_sta_rx_probe_req + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_get_report + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_mac_sleep + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_log_mod + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_log + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_ioctl + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_force_wakeup_acquire + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_force_wakeup_release + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_coex_pwr_configure + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_sample_beacon + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_tbtt_quick_wake_configure + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_is_tsf_active + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .wifislpiram.62 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_update_tsf_tick_interval + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_update_listen_interval + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_update_light_sleep_default_params + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_monitor_configure + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_configure + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_set_rx_beacon_standard + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_reg_netstack_buf_cb + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_config_channel + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_band_get_config_channel + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_improve_contention_ability + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_channel + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_bandwidth + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_aid + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_negotiated_phymode + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_tsf_time + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_tx_done_cb + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time + 0x00000000 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_statis_dump + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_spp_amsdu + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_disable_pmf_config + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_phy_apply_phy_init_data + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_mesh_reg_rxcb + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ap_assoc_expire + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_ap_assoc_expire + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_router_bssid + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_router_bssid + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_beacon_interval + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_beacon_interval + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_sta_disassoc + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_info + 0x00000000 0xea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_ie_len + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_record + 0x00000000 0x19e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_record + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_init + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_deinit + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_set + 0x00000000 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_get + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_set + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_get + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_allow_root_conflicts + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_root_conflicts_allowed + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_monitor_config + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_monitor_config + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_funcs_internal + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_key_internal + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_ap_records + 0x00000000 0x16a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_info + 0x00000000 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_record + 0x00000000 0x1f6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_candidate + 0x00000000 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_clear_parent_candidate + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_candidate + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_rssi_threshold_internal + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_rssi_threshold_internal + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_roots_found + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_storage + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_switch_channel_internal + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_active_duty_cycle + 0x00000000 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_active_duty_cycle + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_internal + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_cycle + 0x00000000 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_network_duty_cycle + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_get_ext_duty + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_duty_signaling + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_non_mesh_connections + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_band + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_band + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_band_mode + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_band_mode + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_dynamic_cs + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_eb_tx_status_success_internal + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.old_scan_id.16749 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_fetch_num + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_bss + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_num + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.sort_bss.17678 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .bss.token.17826 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_esp_wifi_he_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_esp_wifi_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_coex_basic_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_crypto_funcs_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_he_type_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_osi_funcs_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_type_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_types_generic_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.g_wifi_types_native_md5 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.CSWTCH.502 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_crypto_funcs_md5_check.str1.4 + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_esp_wifi_he_md5_check.str1.4 + 0x00000000 0x37 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_esp_wifi_md5_check.str1.4 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_osi_funcs_md5_check.str1.4 + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_wifi_he_type_md5_check.str1.4 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_internal_wifi_type_md5_check.str1.4 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.11 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.12 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.13 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.15 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.18 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.22 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.23 + 0x00000000 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.24 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.25 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.26 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.27 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.28 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.29 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.56 + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.57 + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.60 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.66 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.67 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.32 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.33 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.34 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.35 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.65 + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.20 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.21 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.16 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.17 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.19 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.30 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.31 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.36 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.37 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.38 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.39 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.40 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.41 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.42 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.43 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.44 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.45 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.46 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.47 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.48 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.49 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.50 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.51 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.52 + 0x00000000 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.53 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.54 + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.55 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.63 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.64 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.wifi_recycle_rx_pkt + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.wifi_get_rand_macaddr + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.wifi_get_rand_macaddr_keep_oui + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ie_match + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_find_elem + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ext_elem + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ext_ie + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_git + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_remote + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata.ieee80211_opcap + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata.str1.4 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_get_key_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_spec_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .bss.esp_test_dump_htc + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_gettid + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_iserp_rateset + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_wme_initparams + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .rodata.rates.11314 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_open + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_close + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .text.register_ieee80211_rfid_locp_recv_cb + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .text.unregister_ieee80211_rfid_locp_recv_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_max_tx_power + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_chan_num + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_policy + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .data.s_map 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_cal_tx_pps + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_stop + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .wifirxiram.36 + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ampdu_dispatch_movement + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .wifirxiram.38 + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .wifirxiram.40 + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .wifirxiram.42 + 0x00000000 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_start_age_timer + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.37 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.39 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.41 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.43 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.45 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .text.ieee80211_send_action_unregister + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .text.ieee80211_recv_action_unregister + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_is_stop + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_reg_encap_amsdu_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_reg_netstack_buf_cb + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.wifi_is_started + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_recycle_cache_eb + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.get_wifi_internal_state + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_output_pending_eb + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_copy_eb_header + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_amsdu_adjust_last_length + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .wifiextrairam.18 + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .wifiextrairam.19 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_size + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .wifi0iram.37 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_search_node + 0x00000000 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_by_ref + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_mesh_tx + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_raw_frame_sanity_check + 0x00000000 0x20a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_80211_tx + 0x00000000 0x128 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_get_nvs_he_dcm_max_constellation_tx + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .wifiextrairam.62 + 0x00000000 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .bss.he_dcm_max_constellation_tx + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.46 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.47 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.48 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.49 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.50 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.51 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.52 + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.53 + 0x00000000 0x45 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.54 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.55 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_data_txcb + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss.APRecvBcnStartTick + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss.ApFreqCalTimer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .text.phymode2str + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.phymode2str + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .text.ieee80211_set_user_sup_rate + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_warning.2 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_warning.4 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_get_apnum + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_set_current_scan_times + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_set_default_params + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.wifi_sta_set_scan_default_params + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_pm_channel_op_cb + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_add_bssid + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_set_home_chan_dwell_time + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_bitmap_to_channel_list + 0x00000000 0x18c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.cannel_scan_connect_state + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.cnx_get_authtype_strength + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_connect_state + 0x00000000 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_set_scan_id + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_get_scan_id + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.6 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.4 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.5 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.55 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.56 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.89 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.90 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.51 + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.52 + 0x00000000 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.53 + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.54 + 0x00000000 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_cleanup + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_take_tail + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .text.ieee80211_get_chan_info + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .rodata.ieee80211_get_chan_info + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .rodata_wlog_warning.3 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .text.roc_op_start + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .text.roc_op_end + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .text.offchan_txop_end + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .text.offchan_txop_start + 0x00000000 0x260 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .data.s_global_offchan_seq + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .rodata_wlog_error.2 + 0x00000000 0x31 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .rodata_wlog_error.3 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_recv_mesh_awake + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_init + 0x00000000 0x180 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_deinit + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_update_beacon + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_fully_associated + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_send_mesh_awake + 0x00000000 0x15a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .rodata 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_appie + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_ps_duty + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.ieee80211_public_action_send_mesh_awake.str1.4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_sta_scan_cmd + 0x00000000 0x36e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.esp_mesh_get_tsf_time + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .wifi0iram.88 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .wifi0iram.90 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_is_any_node_connecting + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.wifi_softap_staconnected_event_policy + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.wifi_softap_toomany_deny + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_sta_pm + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_stop_obss_scan + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .wifislprxiram.114 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.cnx_sta_scan_cmd.str1.4 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.19 + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.20 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.21 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.22 + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.23 + 0x00000000 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.18 + 0x00000000 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.89 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.91 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.17 + 0x00000000 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.24 + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.25 + 0x00000000 0x65 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.26 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .text.ieee80211_deliver_data + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .text.ieee80211_is_11b_rate + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_mesh_group + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_simple_pair + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_freq_annon + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_ssid + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.wifi_apb80m_request + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.wifi_apb80m_release + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.3 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_is_dream + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.4 + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_allow_tx + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .iram1.8 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_mac_sleep_init + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_mac_sleep_deinit + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifirxiram.20 + 0x00000000 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislpiram.21 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.23 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_enable_sleep_delay_timer + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_mac_wakeup + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_mac_sleep + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.27 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.is_off_channel + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislpiram.35 + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_update_tsf_tick_interval + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_set_beacon_filter + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_is_in_wifi_slice_threshold + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.50 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifirxiram.54 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_tbtt_quick_wake_configure + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_set_sleep_type + 0x00000000 0xea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_get_sleep_type + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_beacon_monitor_configure + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_update_light_sleep_default_params + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_scan_lock + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_scan_unlock + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_try_scan_unlock + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_get_idle_wait_time + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_connectionless_module_set_wake_interval + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_is_hw_beacon_filter_active + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_clear_wakeup_signal + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .wifislprxiram.62 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_get_beacon_duration + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.60 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.61 + 0x00000000 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.bb_intr_handl + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .wifislprxiram.3 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_is_pure_sta + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_rssi + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_ebuf_alloc + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_ebuf_recycle_tx + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_ebuf_recycle_rx + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.esp_wifi_internal_free_rx_buffer + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_register_pp_tx_done_cb + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_promis_filter + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_promis_filter + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_promis_ctrl_filter + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_promis_ctrl_filter + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_register_promis_rx_cb + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_register_csi_rx_cb + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_register_ftm_callbacks + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_pp_post + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_reset_rx_ba + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.esp_mesh_set_6m_rate + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_bb_check_noise_init + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_trc + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_tx_is_idle + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_txq_empty + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_fix_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_fix_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_csi + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .wifislprxiram.11 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_csi_set_config + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_is_sta_tsf_active + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .wifislpiram.13 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_update_tsf_tick_interval + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_update_light_sleep_default_params + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_beacon_monitor_configure + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_beacon_offset_configure + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_beacon_offset_set_rx_beacon_standard + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_update_listen_interval + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_rx_disable_bssid_check + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_rx_enable_bssid_check + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_bar_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_trc_update_def_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_80211_tx_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_80211_tx_rate_config + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_espnow_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_80211_tx_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_set_80211_tx_rate_config + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_get_G6M_sched + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text.ic_connectionless_module_set_wake_interval + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .rodata_wlog_info.9 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifislpiram.5 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.rotl 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.rotr 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.pp_set_cut_rx + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.pp_set_cut_evt + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.pp_can_cut_sevt + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.pp_can_cut_evt + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.RxNodeNum + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.TxNodeNum + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.SigSpaceMalloc + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.SigSpaceFree + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.DefFreqCalTimerCB + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifirxiram.6 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.7 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.11 0x00000000 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppAddTimCount + 0x00000000 0x1cc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppRegisterPromisRxCallback + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppRegisterTxDoneUserActionCallback + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppUnregisterTxCallback + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.pp_unregister_tx_cb + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.16 + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppRecycleTxBuf + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.19 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifislprxiram.24 + 0x00000000 0x13c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppGetTxQFirstAvail_Locked + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppFetchTxQFirstAvail + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppDequeueTxQ + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppRollBackTxQ + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppSetBarRate + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.32 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.33 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.34 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.35 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppCheckTxAMPDUlength + 0x00000000 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.36 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.37 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppRecordBarRRC + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.43 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.47 + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.49 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifislprxiram.50 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifislprxiram.51 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.emul_timeout + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.59 + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppEnableQueue + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.62 0x00000000 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppTxqEmpty + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .iram1.66 0x00000000 0x176 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.64 + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppProcessWaitQ + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppDisableQueue + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.61 + 0x00000000 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.60 0x00000000 0x138 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppDiscardMPDU + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.70 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.12 0x00000000 0x1e4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.40 + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.44 0x00000000 0x408 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifi0iram.9 0x00000000 0x20a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .wifiextrairam.72 + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.ppMessageInQ + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.CurFreeSigIdx + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.CurSigIdxToBeUse + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.DefFreqCalTimer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.HighestFreqOffsetInOneChk + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.LowestFreqOffsetInOneChk + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.SigInMacISR + 0x00000000 0x190 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.current_ifidx.14072 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.pend_flag_periodic_cal + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.pp_allow_cut_sevt + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .bss.pp_need_cut_rx + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .data.CanDoFreqCal + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .data.NoiseTimerInterval + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .data.libpp_reversion_git + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata.str1.4 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.10 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.14 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.17 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.45 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.48 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_warning.13 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_warning.15 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_warning.67 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislprxiram.8 + 0x00000000 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislpiram.9 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislpiram.10 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_configure + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_add_total_counter + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_add_loss_counter + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_deinit + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_set_rx_beacon_standard + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_init + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_get_rx_beacon_success_rate + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_resample_timeout_process + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_resample_timeout + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislprxiram.5 + 0x00000000 0xc8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_check + 0x00000000 0x164 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_get_average + 0x00000000 0x170 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislpiram.2 + 0x00000000 0x204 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislpiram.3 + 0x00000000 0x1c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .wifislpiram.7 + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_funcs_init + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .bss.prev_last_tbtt_time.10996 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .bss.s_pm_beacon_offset + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .bss.s_pm_beacon_offset_config + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .bss.total_tbtt_count.10997 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata.cst4 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata.pm_beacon_offset_get_average.cst4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata.pm_beacon_offset_get_average.cst8 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata.pm_beacon_offset_init.cst4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_debug.13 + 0x00000000 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_debug.15 + 0x00000000 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_error.4 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_error.6 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.11 + 0x00000000 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.12 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.14 + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .text.esf_buf_setup_for_mesh + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .text.esf_buf_statis_dump + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata.esf_buf_statis_dump.str1.4 + 0x00000000 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata_wlog_info.19 + 0x00000000 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata_wlog_info.20 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata_wlog_info.21 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacIsIdle + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacReachShortLimit + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacReachLongLimit + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacIsLongFrame + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.3 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.4 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacRequestTxopQueue + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacReleaseTxopQueue + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacProcessTxopSuccess + 0x00000000 0x18e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.20 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .iram1.31 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .iram1.35 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .iram1.36 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .iram1.37 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_internal_set_retry_counter + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_internal_set_msdu_lifetime + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_internal_get_mib + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_internal_set_rts + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_internal_get_rts + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.21 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.22 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.16 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.lmacRxDone + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.dbg_lmac_get_acs + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .wifi0iram.66 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text.esp_wifi_set_11b_tx_plcp + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .bss.g_pp_tx_pkt_num + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .data.txopstart_index + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata.__FUNCTION__.11440 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata.__FUNCTION__.11457 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_error.12 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_error.13 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_error.14 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_error.15 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_error.17 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata_wlog_info.56 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_calc_duration + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rx11NRate2AMPDULimit + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trcAmpduSetState + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcSetTxAmpduLimit + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcClearCurStat + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcClearCurSched + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcClearCurAMPDUSched + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcLowerSched + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcUpSched + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcUpdateAckSnr + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .wifirxiram.9 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_onAmpduOp + 0x00000000 0xe0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcSetBarRate + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_G6M_sched + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcGetAmpduSched + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rssi_margin + 0x00000000 0x13c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.rssi_margin + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.TRC_PER_IS_GOOD + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcAmpduLowerRate + 0x00000000 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.TRC_AMPDU_PER_UP_THRESHOLD + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_UP_THRESHOLD + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_NeedRTS + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.trc_NeedRTS + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_onDisconnect + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_onScanStart + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_onScanDone + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_isAmpduOn + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_SetTxAmpduState + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .wifi0iram.20 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .wifi0iram.21 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_mask + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_sta_trc + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .wifirxiram.25 + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_trc_by_index + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_trc_default + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_only_sta_trc + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_update_def_rate + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_get_fix_rate + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc_set_fix_rate + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_set_espnow_rate + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_get_80211_tx_rate + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_get_80211_tx_rate_config + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_set_80211_tx_rate + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.trc_set_80211_tx_rate_config + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .bss.g_80211_tx_rate + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .bss.g_80211_tx_rate_config + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .data.BAROFDMSched + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.CSWTCH.47 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.__FUNCTION__.13018 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_error.12 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_warning.27 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + .text.pm_coex_pwr_configure + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .iram1.5 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.wifi_gpio_debug_max_event_get + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_lmac_rxtx_statis_dump + 0x00000000 0x202 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_lmac_hw_statis_dump + 0x00000000 0x22c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_lmac_diag_statis_dump + 0x00000000 0x15a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_lmac_ps_statis_dump + 0x00000000 0x1ae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_lmac_statis_dump + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_his_lmac_eb_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_his_lmac_event_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_his_lmac_int_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_his_lmac_rx_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_his_lmac_tx_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_ebuf_loc_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_perf_path_show + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_perf_path_set + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text.dbg_perf_throughput_cal + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .bss.s_t_old 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .bss.s_total 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata.dbg_lmac_diag_statis_dump.str1.4 + 0x00000000 0x67 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata.dbg_lmac_hw_statis_dump.str1.4 + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata.dbg_lmac_ps_statis_dump.cst4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata.dbg_lmac_ps_statis_dump.str1.4 + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata.dbg_lmac_rxtx_statis_dump.str1.4 + 0x00000000 0x5f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.10 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.11 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.12 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.13 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.14 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.15 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.16 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.17 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.18 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.19 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.20 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.21 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.22 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.23 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.24 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.25 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.26 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.27 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.28 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.29 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.30 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.31 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.32 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.33 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.34 + 0x00000000 0x51 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.35 + 0x00000000 0x55 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.36 + 0x00000000 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.6 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.7 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.8 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .rodata_wlog_info.9 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.5 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.8 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.6 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.7 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.9 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.10 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .iram1.14 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifislpiram.16 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifislprxiram.52 + 0x00000000 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.13 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifi0iram.15 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifiorslpiram.23 + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wDev_Mesh_Enable_Tsf + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wDev_Mesh_Set_TBTT + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_mac_sleep_init + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_mac_sleep_deinit + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_set_promis_misc_buf + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_set_promis_filter + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_get_promis_filter + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_set_promis_ctrl_filter + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_get_promis_ctrl_filter + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wDev_RxSecError + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_ftm_set_callbacks + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wDev_FetchFirstDesc + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wDev_is_low_rate_enable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifislpiram.22 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifirxiram.21 + 0x00000000 0x2d6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .wifislprxiram.27 + 0x00000000 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text.wdev_set_csi_rx_cb + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata.__FUNCTION__.12844 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata.__FUNCTION__.13018 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_error.28 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_error.29 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_error.50 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_error.51 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_info.12 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_warning.11 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .text.hal_agreement_clr_rx_ba + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .text.hal_ba_session_store + 0x00000000 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .text.hal_ba_session_restore + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .rodata_wlog_info.3 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + .text.hal_crypto_get_using_key_idx + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.mac_tx_set_plcp0 + 0x00000000 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.mac_tx_set_duration + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .wifi0iram.8 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_is_txq_enabled + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_now 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .wifi0iram.10 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_disable_mac + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_enable_mac + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .wifislpiram.11 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.mac_rxbuf_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .iram1.14 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .iram1.17 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_clr_bssid + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_tsf_get_time + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.wDev_Mesh_Disable_Tsf + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_tsf_set_time + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_set_csi + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .wifislprxiram.19 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_rx_enable + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_mac_rx_disable + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_enable_sta_beacon_filter + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_set_sta_beacon_filter + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_enable_sta_dump_beacon + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_beacon_ie_crc_get + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_beacon_ie_crc_set + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_rx_disable_bssid_check + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text.hal_rx_enable_bssid_check + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .bss.g_mac_deinit_count + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .bss.g_mac_deinit_rxing + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .bss.g_mac_deinit_txing + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .iram1.2 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .iram1.6 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + .text.mac_tx_set_plcp2 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + .text.hal_sniffer_rx_clr_statistics + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifiextrairam.5 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_tsf_timer_get_target + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_enable_tsf_timer_wakeup + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_disable_tsf_timer_wakeup + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifiextrairam.6 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_disable_tsf_timer + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_get_sta_next_tbtt + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.9 + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.hal_tsf_clear_soc_wakeup_request + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.10 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.11 + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.12 + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.13 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_tbtt_rf_ctrl_wait_cycles + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_timer_rf_ctrl_wait_cycles + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_clear_mac_modem_rf_power_state + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_get_mac_modem_rf_power_state + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_clear_soc_wakeup_request + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_map_tbtt_target_to_rx_frame + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_unmap_tbtt_target_to_rx_frame + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_tsf_time_deviation + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_tsf_time_deviation_sync_enable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_tsf_time_deviation_sync_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_enable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_enable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_enable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.15 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.17 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.18 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.19 + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.20 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.21 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.22 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.23 + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.24 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.25 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.26 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_tbtt_rf_ctrl_disable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.27 + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.28 + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.29 + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.31 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.32 + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.33 + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.34 + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.35 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.36 + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.37 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .wifislpiram.38 + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_timer_modem_wakeup_enable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_timer_modem_wakeup_disable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_timer_rf_ctrl_enable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_timer_rf_ctrl_disable + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_control_timestamp_use_tsf_enable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_set_rx_control_timestamp_use_tsf_disable + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text.tsf_hal_select_rx_start_default_tsf + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text.RC_GetAckRate + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text.RC_GetRtsRate + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text.RC_GetAckTime + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text.RC_GetBlockAckTime + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.bootloader_util_regions_overlap.str1.4 + 0x00000000 0x5e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.bootloader_util_regions_overlap + 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_unload_all + 0x00000000 0x82 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_verify.str1.4 + 0x00000000 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_verify + 0x00000000 0xbe esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_register_external + 0x00000000 0x16e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_deregister_external + 0x00000000 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_copy.str1.4 + 0x00000000 0x137 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_copy + 0x00000000 0x222 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.0 + 0x00000000 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.4 + 0x00000000 0x19 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_get_sha256 + 0x00000000 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_check_identity + 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_set_rom_log_scheme + 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_enable_rom_secure_download_mode + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x00000000 0x181 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x00000000 0x410 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x00000000 0x5e4 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x00000000 0x88 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_cal_voltage.str1.4 + 0x00000000 0x74 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_cal_voltage + 0x00000000 0x10a esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_tsens_val.str1.4 + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_tsens_val + 0x00000000 0xca esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__.0 + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__.1 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio_level + 0x00000000 0xca esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.4 + 0x00000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.4 + 0x00000000 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x00000000 0x1a6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_vddsdio_configure + 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x00000000 0x2492 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x00000000 0x390 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x00000000 0x592 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x00000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x00000000 0xd71 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x00000000 0x1eeb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.check_anti_rollback + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.s_flash_seg_needs_map + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x00000000 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.log_invalid_app_partition + 0x00000000 0xb2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.write_otadata.str1.4 + 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.write_otadata + 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_common_read_otadata.str1.4 + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_read_otadata + 0x00000000 0xca esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_get_partition_description + 0x00000000 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_partition_table + 0x00000000 0x2e2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x00000000 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_get_selected_boot_partition + 0x00000000 0x17a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_reset + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_cache_and_start_app.str1.4 + 0x00000000 0x8d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_cache_and_start_app + 0x00000000 0x1fc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.unpack_load_app.str1.4 + 0x00000000 0x61 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.unpack_load_app + 0x00000000 0x122 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x00000000 0x33 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x00000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x00000000 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_boot_image + 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_debug_buffer + 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__.0 + 0x00000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__.1 + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .sbss.ota_has_initial_contents + 0x00000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x00000000 0x21fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x00000000 0x484 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x00000000 0xfc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x00000000 0x1c8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x00000000 0x2468 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x00000000 0x16cd esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x00000000 0x2a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x00000000 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text.esp_partition_table_verify + 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x00000000 0x655 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x00000000 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x00000000 0x1fc esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x00000000 0x7e6 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x00000000 0x4c4 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_map + 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_segment_header.str1.4 + 0x00000000 0x81 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_segment_header + 0x00000000 0xd2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_appended_hash_and_sig.str1.4 + 0x00000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_appended_hash_and_sig + 0x00000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_checksum.str1.4 + 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_checksum + 0x00000000 0xf2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_image_header.str1.4 + 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_image_header + 0x00000000 0xac esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_image_header + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_load + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment_data.str1.4 + 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment_data + 0x00000000 0x11a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment.str1.4 + 0x00000000 0xba esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment + 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segments + 0x00000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_simple_hash.str1.4 + 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_simple_hash + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x00000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.image_load + 0x00000000 0x160 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x00000000 0x12 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x00000000 0x82 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x00000000 0x1d35 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x00000000 0x330 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x00000000 0x1a46 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x00000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x00000000 0x108 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x00000000 0x1e66 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x00000000 0x161c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x00000000 0x32c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_start + 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x00000000 0x59 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_data + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_finish + 0x00000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__.0 + 0x00000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__.1 + 0x00000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x00000000 0x568 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x00000000 0x182 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x00000000 0x23d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x00000000 0x590 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x00000000 0x414 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x00000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_crc + 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_invalid + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_valid + 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_efuse_blk_validity.str1.4 + 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_efuse_blk_validity + 0x00000000 0x110 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x00000000 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_chip_validity + 0x00000000 0x166 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_select_otadata + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_active_otadata + 0x00000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x00000000 0xb06 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x00000000 0x239 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x00000000 0x5bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x00000000 0xa46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x00000000 0xf01 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .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(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) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .text.adc_oneshot_hal_init + 0x00000000 0x12 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .text.adc_oneshot_hal_channel_config + 0x00000000 0xe esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_write_block + 0x00000000 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_read_block + 0x00000000 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_transform_block + 0x00000000 0x32 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_config_output + 0x00000000 0x44 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_write_block_512 + 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_read_result_256 + 0x00000000 0x24 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_start + 0x00000000 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_configure + 0x00000000 0x5c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_write_one_block_512 + 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_write_block_512 + 0x00000000 0x1a esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_next_block_padding + 0x00000000 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_next_block_normal + 0x00000000 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_read_result_256 + 0x00000000 0x22 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_clean + 0x00000000 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_info 0x00000000 0x568 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_abbrev 0x00000000 0x1d0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_loc 0x00000000 0x23a esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_aranges + 0x00000000 0x70 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_line 0x00000000 0x8cd esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_str 0x00000000 0x463 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .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(adc_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .rodata.adc_channel_io_map + 0x00000000 0x28 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_info 0x00000000 0xac esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_abbrev 0x00000000 0x61 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_line 0x00000000 0xac esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_str 0x00000000 0x213 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/soc/libsoc.a(adc_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) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_mac_addr_len_get + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_iface_mac_addr_set + 0x00000000 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_set + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_custom + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_derive_local_mac + 0x00000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_get + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.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) + .rodata.spi_ll_enable_bus_clock.str1.4 + 0x00000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spi_ll_enable_bus_clock + 0x00000000 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spi_ll_reset_register + 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.spicommon_periph_claim.str1.4 + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_claim + 0x00000000 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_in_use + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_free + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.__func__.1 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .bss.spi_claiming_func + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .sdata.spi_periph_claimed + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_info 0x00000000 0x55e9 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_abbrev 0x00000000 0x31d esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_loc 0x00000000 0x2b6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_line 0x00000000 0x70c esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_str 0x00000000 0x4dc2 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_frame 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_install_tx_interrupt.str1.4 + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_install_tx_interrupt + 0x00000000 0xec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_install_rx_interrupt + 0x00000000 0xea esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_default_rx_isr + 0x00000000 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_default_tx_isr + 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_get_free_m2m_trig_id_mask + 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_get_alignment_constraints + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_apply_strategy + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_set_priority + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_register_tx_event_callbacks.str1.4 + 0x00000000 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_register_tx_event_callbacks + 0x00000000 0x184 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_register_rx_event_callbacks + 0x00000000 0x1c0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_stop + 0x00000000 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_append + 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_reset + 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.20 + 0x00000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.19 + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.14 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.13 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.12 + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.10 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.8 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.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.xEventGroupCreateStatic + 0x00000000 0xac esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetBitsFromISR + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupSync + 0x00000000 0x15e 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__.5 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.7 + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_init + 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_deinit + 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.print_timer_info.str1.4 + 0x00000000 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.print_timer_info + 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.0 0x00000000 0x12a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_deinit + 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_dump.str1.4 + 0x00000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_dump + 0x00000000 0x116 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.11 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.12 0x00000000 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.13 0x00000000 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.14 0x00000000 0x66 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.15 0x00000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.2 0x00000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.3 0x00000000 0x26 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_release_init_data + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_erase_cal_data_in_nvs.str1.4 + 0x00000000 0xb3 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_erase_cal_data_in_nvs + 0x00000000 0xe8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.4 + 0x00000000 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .rodata 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_ant_config_check.str1.4 + 0x00000000 0x84 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_config_check + 0x00000000 0x9a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_set_gpio_output + 0x00000000 0x42 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.esp_phy_set_ant_gpio.str1.4 + 0x00000000 0x52 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_set_ant_gpio + 0x00000000 0x11c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_get_ant_gpio + 0x00000000 0x64 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_set_ant + 0x00000000 0x56 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.esp_phy_get_ant.str1.4 + 0x00000000 0x1a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_get_ant + 0x00000000 0x4e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_phy_ant_gpio_config + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_should_wake + 0x00000000 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_sockopt_to_ipopt.str1.4 + 0x00000000 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sockopt_to_ipopt + 0x00000000 0x44 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_inc_sockets_used + 0x00000000 0x36 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.alloc_socket.str1.4 + 0x00000000 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.alloc_socket + 0x00000000 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_pollscan + 0x00000000 0x1ac esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_dec_sockets_used + 0x00000000 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getaddrname + 0x00000000 0x136 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_register_membership + 0x00000000 0x80 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_unregister_membership + 0x00000000 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_register_mld6_membership + 0x00000000 0x94 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_unregister_mld6_membership + 0x00000000 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.select_check_waiters + 0x00000000 0x150 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.event_callback.str1.4 + 0x00000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.event_callback + 0x00000000 0x14a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getsockopt_impl + 0x00000000 0x672 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_getsockopt_callback.str1.4 + 0x00000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getsockopt_callback + 0x00000000 0x58 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_setsockopt_impl.str1.4 + 0x00000000 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_setsockopt_impl + 0x00000000 0x8aa esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_setsockopt_callback + 0x00000000 0x56 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_init + 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_cleanup + 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_dbg_get_socket + 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_accept.str1.4 + 0x00000000 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_accept + 0x00000000 0x280 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_bind + 0x00000000 0x156 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_connect + 0x00000000 0x16a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_listen + 0x00000000 0xa8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recv + 0x00000000 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recvmsg + 0x00000000 0x1b4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_readv + 0x00000000 0x24 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sendmsg + 0x00000000 0x2dc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket + 0x00000000 0x122 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_writev + 0x00000000 0x24 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_poll.str1.4 + 0x00000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll + 0x00000000 0x15c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_shutdown + 0x00000000 0xe8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getpeername + 0x00000000 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getsockname + 0x00000000 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getsockopt + 0x00000000 0xec esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_setsockopt + 0x00000000 0xe4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_inet_ntop + 0x00000000 0x7c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_inet_pton + 0x00000000 0x62 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.0 + 0x00000000 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.1 + 0x00000000 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.2 + 0x00000000 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.3 + 0x00000000 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.4 + 0x00000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.5 + 0x00000000 0xa esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.11 + 0x00000000 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.18 + 0x00000000 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.20 + 0x00000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_int + 0x00000000 0x12 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callback + 0x00000000 0x70 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_new + 0x00000000 0x2a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_delete + 0x00000000 0x16 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback + 0x00000000 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback_fromisr + 0x00000000 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callback_wait + 0x00000000 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_callback + 0x00000000 0x1c esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.mem_free_callback + 0x00000000 0x1c esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.3 + 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.4 + 0x00000000 0x26 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.5 + 0x00000000 0x1e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.9 + 0x00000000 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_strnstr + 0x00000000 0x70 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_stricmp + 0x00000000 0x3a esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_strnicmp + 0x00000000 0x42 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_strnistr + 0x00000000 0x68 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_itoa + 0x00000000 0xb4 esp-idf/lwip/liblwip.a(def.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_backupserver_available + 0x00000000 0xbe esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_server_is_set + 0x00000000 0x94 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_call_found.str1.4 + 0x00000000 0x3d esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_call_found + 0x00000000 0x220 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_correct_response + 0x00000000 0x12e esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_create_txid + 0x00000000 0x5e esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_send.str1.4 + 0x00000000 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_send + 0x00000000 0x366 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_check_entry.str1.4 + 0x00000000 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_check_entry + 0x00000000 0x40c esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_check_entries + 0x00000000 0x28 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_lookup + 0x00000000 0x1b2 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_alloc_random_port + 0x00000000 0x78 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_alloc_pcb + 0x00000000 0xa8 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_enqueue + 0x00000000 0x290 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_compare_name + 0x00000000 0x10e esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_skip_name + 0x00000000 0x94 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_recv + 0x00000000 0x5ee esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_clear_cache + 0x00000000 0x5a esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_getserver + 0x00000000 0x24 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_tmr 0x00000000 0x74 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_timeout_cb + 0x00000000 0x12 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_gethostbyname_addrtype.str1.4 + 0x00000000 0x13 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_gethostbyname_addrtype + 0x00000000 0x17e esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_gethostbyname + 0x00000000 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.__func__.0 + 0x00000000 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.__func__.1 + 0x00000000 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.__func__.2 + 0x00000000 0xf esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_mquery_v6group + 0x00000000 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_mquery_v4group + 0x00000000 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_requests + 0x00000000 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_table + 0x00000000 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) + .sbss.dns_seqno + 0x00000000 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + .sbss.dns_last_pcb_idx + 0x00000000 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_pcbs 0x00000000 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .sbss.s_is_tmr_start + 0x00000000 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_ntoa + 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_ntoa_r + 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_aton + 0x00000000 0x48 esp-idf/lwip/liblwip.a(ip.c.obj) + .rodata.ip_addr_any_type + 0x00000000 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .text.mem_calloc + 0x00000000 0x12 esp-idf/lwip/liblwip.a(mem.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_init_pool + 0x00000000 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_malloc_pool.str1.4 + 0x00000000 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_malloc_pool + 0x00000000 0x38 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_free_pool + 0x00000000 0x3a esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__.1 + 0x00000000 0xf esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__.3 + 0x00000000 0x11 esp-idf/lwip/liblwip.a(memp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_input.str1.4 + 0x00000000 0x37 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_input + 0x00000000 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_default + 0x00000000 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_index_to_name + 0x00000000 0x44 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_find + 0x00000000 0x60 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_name_to_index + 0x00000000 0x22 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add_ext_callback.str1.4 + 0x00000000 0x2f esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_ext_callback + 0x00000000 0x66 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_remove_ext_callback.str1.4 + 0x00000000 0xd esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_remove_ext_callback + 0x00000000 0x82 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_ipaddr + 0x00000000 0x40 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_netmask + 0x00000000 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_gw + 0x00000000 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_noaddr + 0x00000000 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_down + 0x00000000 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_remove + 0x00000000 0xde esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_link_down + 0x00000000 0x48 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_ip6_addr_set_parts + 0x00000000 0x190 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_ip6_addr_set.str1.4 + 0x00000000 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_ip6_addr_set + 0x00000000 0x66 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_create_ip6_linklocal_address.str1.4 + 0x00000000 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_create_ip6_linklocal_address + 0x00000000 0x126 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add_ip6_address.str1.4 + 0x00000000 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_ip6_address + 0x00000000 0x130 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.2 + 0x00000000 0x17 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.3 + 0x00000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.4 + 0x00000000 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.7 + 0x00000000 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.8 + 0x00000000 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.16 + 0x00000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_alloced_custom + 0x00000000 0x46 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_header + 0x00000000 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_dechain.str1.4 + 0x00000000 0x39 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_dechain + 0x00000000 0xa8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_get_contiguous + 0x00000000 0x62 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_skip + 0x00000000 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_take.str1.4 + 0x00000000 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_take + 0x00000000 0xbe esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_take_at.str1.4 + 0x00000000 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_take_at + 0x00000000 0xbc esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_coalesce + 0x00000000 0x3a esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_put_at + 0x00000000 0x32 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memcmp + 0x00000000 0x96 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memfind + 0x00000000 0x68 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_strstr + 0x00000000 0x62 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.__func__.1 + 0x00000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.__func__.2 + 0x00000000 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.__func__.4 + 0x00000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_bind + 0x00000000 0xf4 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_bind_netif + 0x00000000 0x14 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_connect + 0x00000000 0xea esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_disconnect + 0x00000000 0xb6 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_recv + 0x00000000 0x6 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_new 0x00000000 0x50 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_new_ip_type + 0x00000000 0x24 esp-idf/lwip/liblwip.a(raw.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_new_port + 0x00000000 0x7c esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_backlog_delayed + 0x00000000 0x84 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_bind + 0x00000000 0x296 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_bind_netif + 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_listen_with_backlog_and_err.str1.4 + 0x00000000 0x2d esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_listen_with_backlog_and_err + 0x00000000 0x1e8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_listen_with_backlog + 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_txnow + 0x00000000 0x32 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_setprio + 0x00000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_connect + 0x00000000 0x342 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_debug_state_str + 0x00000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_tcp_get_tcp_addrinfo + 0x00000000 0x6e esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_accept_null.str1.4 + 0x00000000 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_accept_null + 0x00000000 0x3c esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_new 0x00000000 0x16 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_new_ip_type + 0x00000000 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.12 + 0x00000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.13 + 0x00000000 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.21 + 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.str1.4 + 0x00000000 0x76 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_state_str + 0x00000000 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_timeouts_deinit + 0x00000000 0x38 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_restart_timeouts + 0x00000000 0x34 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .srodata.lwip_num_cyclic_timers + 0x00000000 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_bind_netif + 0x00000000 0x14 esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_disconnect + 0x00000000 0xbc esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_new_ip_type + 0x00000000 0x22 esp-idf/lwip/liblwip.a(udp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_set_struct.str1.4 + 0x00000000 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_set_struct + 0x00000000 0xa6 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_cleanup + 0x00000000 0x52 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_inform + 0x00000000 0xe4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_release + 0x00000000 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_stop + 0x00000000 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__.6 + 0x00000000 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__.7 + 0x00000000 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_add_static_entry + 0x00000000 0x32 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_remove_static_entry + 0x00000000 0x4a esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_cleanup_netif + 0x00000000 0x5c esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_find_addr.str1.4 + 0x00000000 0x22 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_find_addr + 0x00000000 0x8c esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_get_entry.str1.4 + 0x00000000 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_get_entry + 0x00000000 0xd2 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_output_to_arp_index.str1.4 + 0x00000000 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_output_to_arp_index + 0x00000000 0x126 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_output + 0x00000000 0x20a esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_acd_probe + 0x00000000 0x34 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_acd_announce + 0x00000000 0x2e esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.2 + 0x00000000 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.4 + 0x00000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.5 + 0x00000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_stop + 0x00000000 0x4a esp-idf/lwip/liblwip.a(igmp.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_set_default_multicast_netif + 0x00000000 0xa esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_output + 0x00000000 0x84 esp-idf/lwip/liblwip.a(ip4.c.obj) + .rodata.__func__.0 + 0x00000000 0xb esp-idf/lwip/liblwip.a(ip4.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4_addr_netmask_valid + 0x00000000 0x34 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .rodata.ip4addr_aton.str1.4 + 0x00000000 0x3f esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4addr_aton + 0x00000000 0x1e2 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ipaddr_addr + 0x00000000 0x1c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4addr_ntoa_r + 0x00000000 0xb0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4addr_ntoa + 0x00000000 0x1c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss.str.0 0x00000000 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .rodata.__func__.1 + 0x00000000 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.icmp6_send_response_with_addrs.str1.4 + 0x00000000 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_send_response_with_addrs + 0x00000000 0x9e esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_packet_too_big + 0x00000000 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded + 0x00000000 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded_with_addrs + 0x00000000 0x1e esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .text.ip6_output + 0x00000000 0x194 esp-idf/lwip/liblwip.a(ip6.c.obj) + .rodata.__func__.0 + 0x00000000 0xb esp-idf/lwip/liblwip.a(ip6.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text.ip6addr_aton + 0x00000000 0x232 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .rodata.ip6addr_ntoa_r.str1.4 + 0x00000000 0x8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text.ip6addr_ntoa_r + 0x00000000 0x27a esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text.ip6addr_ntoa + 0x00000000 0x1e esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss.str.0 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_stop + 0x00000000 0x4a esp-idf/lwip/liblwip.a(mld6.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_new_destination_cache_entry + 0x00000000 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_is_prefix_in_netif + 0x00000000 0xfe esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_get_next_hop_entry.str1.4 + 0x00000000 0x22 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_next_hop_entry + 0x00000000 0x37e esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_queue_packet + 0x00000000 0x16e esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_clear_destination_cache + 0x00000000 0x36 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_next_hop_addr_or_queue + 0x00000000 0xb4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_cleanup_netif + 0x00000000 0x102 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__.0 + 0x00000000 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .text.ip4_netif_exist + 0x00000000 0x40 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .text.lwip_setsockopt_impl_ext + 0x00000000 0xe4 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .rodata.lwip_getsockopt_impl_ext.str1.4 + 0x00000000 0x14 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .text.lwip_getsockopt_impl_ext + 0x00000000 0xf6 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_info 0x00000000 0xf0a esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_abbrev 0x00000000 0x1c2 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_loc 0x00000000 0x58f esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_line 0x00000000 0x875 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_str 0x00000000 0x9e2 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .comment 0x00000000 0x30 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mutex_free + 0x00000000 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_trypost_fromisr.str1.4 + 0x00000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mbox_trypost_fromisr + 0x00000000 0x5e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_jiffies + 0x00000000 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_thread_sem_deinit + 0x00000000 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_delay_ms + 0x00000000 0x20 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__.5 + 0x00000000 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .text.acd_network_changed_link_down + 0x00000000 0x12 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.get_ip_info + 0x00000000 0x18 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.node_insert_to_list + 0x00000000 0x36 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.add_msg_type + 0x00000000 0x16 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.add_end 0x00000000 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.kill_oldest_dhcps_pool.str1.4 + 0x00000000 0x57 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.kill_oldest_dhcps_pool + 0x00000000 0x82 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.parse_options + 0x00000000 0xb6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.create_msg + 0x00000000 0x64 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.add_offer_options + 0x00000000 0x24e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_response_ip_set + 0x00000000 0xe6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_poll_set + 0x00000000 0x13e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_new + 0x00000000 0x4e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_delete + 0x00000000 0x22 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_option_info + 0x00000000 0x8e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_set_option_info + 0x00000000 0xb4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.node_remove_from_list + 0x00000000 0x2e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_tmr + 0x00000000 0xa6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.parse_msg + 0x00000000 0x240 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_pbuf_alloc + 0x00000000 0x26 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.send_offer + 0x00000000 0xe6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.send_ack + 0x00000000 0x102 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.send_nak + 0x00000000 0x130 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.handle_dhcp + 0x00000000 0x12c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_set_new_lease_cb + 0x00000000 0xe esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.dhcps_start.str1.4 + 0x00000000 0x70 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_start + 0x00000000 0x128 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_stop + 0x00000000 0x92 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcp_search_ip_on_mac + 0x00000000 0x66 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_dns_setserver + 0x00000000 0x1e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_dns_getserver + 0x00000000 0xe esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.__func__.0 + 0x00000000 0x17 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .srodata.magic_cookie + 0x00000000 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_info 0x00000000 0x27a1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_abbrev 0x00000000 0x474 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_loc 0x00000000 0x1f58 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_aranges + 0x00000000 0xf8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_ranges 0x00000000 0x100 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_line 0x00000000 0x2e31 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_str 0x00000000 0x182c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .comment 0x00000000 0x30 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_frame 0x00000000 0x3d4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_new_with_proto_and_callback + 0x00000000 0xd0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_bind + 0x00000000 0xce esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_bind_if + 0x00000000 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_connect + 0x00000000 0x36 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_disconnect + 0x00000000 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_listen_with_backlog + 0x00000000 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_sendto + 0x00000000 0x58 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_close + 0x00000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_accept + 0x00000000 0x144 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_udp_raw_netbuf + 0x00000000 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_tcp_pbuf + 0x00000000 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv.str1.4 + 0x00000000 0xa esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv + 0x00000000 0xd0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_shutdown + 0x00000000 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_gethostbyname_addrtype + 0x00000000 0x56 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_thread_init.str1.4 + 0x00000000 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_init + 0x00000000 0x5a esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_cleanup + 0x00000000 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__.0 + 0x00000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__.2 + 0x00000000 0xd esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__.4 + 0x00000000 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_dns_found + 0x00000000 0x6a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.recv_udp.str1.4 + 0x00000000 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.recv_udp + 0x00000000 0x17e esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.recv_raw + 0x00000000 0xec esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.setup_tcp + 0x00000000 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.pcb_new.str1.4 + 0x00000000 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.pcb_new 0x00000000 0x130 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_connected.str1.4 + 0x00000000 0x7d esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_connected + 0x00000000 0x102 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.recv_tcp.str1.4 + 0x00000000 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.recv_tcp + 0x00000000 0x11c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_newconn + 0x00000000 0x2e esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_alloc.str1.4 + 0x00000000 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.netconn_alloc + 0x00000000 0xb6 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.accept_function.str1.4 + 0x00000000 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.accept_function + 0x00000000 0x16a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_bind + 0x00000000 0x11e esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_bind_if + 0x00000000 0x7e esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_connect + 0x00000000 0xd2 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_disconnect + 0x00000000 0x40 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_listen.str1.4 + 0x00000000 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_listen + 0x00000000 0x1cc esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_accepted + 0x00000000 0x3a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_gethostbyname + 0x00000000 0x4c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.3 + 0x00000000 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.4 + 0x00000000 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.5 + 0x00000000 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.9 + 0x00000000 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.10 + 0x00000000 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.17 + 0x00000000 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.__func__.18 + 0x00000000 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_new + 0x00000000 0x2c esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_ref + 0x00000000 0x62 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_chain + 0x00000000 0x36 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_data + 0x00000000 0x2c esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_next + 0x00000000 0x1e esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_first + 0x00000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.inet_cksum_pseudo_partial_base.str1.4 + 0x00000000 0x3d esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_cksum_pseudo_partial_base + 0x00000000 0x108 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_chksum_pseudo_partial + 0x00000000 0x44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip6_chksum_pseudo_partial + 0x00000000 0x6c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip_chksum_pseudo_partial + 0x00000000 0x28 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.wpa_sendto_wrapper + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.esp_supplicant_disable_pmk_caching + 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_supplicant_str_to_mac + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.wpa_supplicant_connect + 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_get_tx_power + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.wpa_drv_send_action + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_wnm_is_btm_supported_connection + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_wnm_send_bss_transition_mgmt_query + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_rrm_is_rrm_supported_connection + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_rrm_send_neighbor_report_request + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_rrm_send_neighbor_rep_request + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_init + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_enqueue + 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_dequeue + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rf_band_cb + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_deinit + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.save_credentials_cb + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_ether_send + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_init + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_stop_connection_timers + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan_done + 0x00000000 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.is_wps_pbc_overlap + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.ap_supports_sae + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_build_ic_appie_wps_pr + 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_build_ic_appie_wps_ar + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_parse_scan_result + 0x00000000 0x2cc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_post + 0x00000000 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_rx_eapol + 0x00000000 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_timeout + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_msg_timeout + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_success + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_eapol_start_handle + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_alloc_eapol + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_free_eapol + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_eap_identity_rsp + 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_frag_ack + 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_enrollee_process_msg_frag + 0x00000000 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_process_wps_mX_req + 0x00000000 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_wps_mX_rsp + 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_tx_start.str1.4 + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_tx_start + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_start_pending + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_stop_process + 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_notify_deauth + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_add_discard_ap + 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_start_msg_timer + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_set_default_factory.str1.4 + 0x00000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_set_default_factory + 0x00000000 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_set_factory_info + 0x00000000 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_dev_deinit + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_dev_init.str1.4 + 0x00000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_dev_init + 0x00000000 0x1de esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_timeout_internal + 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_success_internal + 0x00000000 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_eapol_start_handle_internal + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_init_cfg_pin.str1.4 + 0x00000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_init_cfg_pin + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wifi_station_wps_init.str1.4 + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_init + 0x00000000 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_delete_timer + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_finish + 0x00000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_rx_eapol_internal + 0x00000000 0x1c8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_msg_timeout_internal + 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_deinit + 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_get + 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_start + 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan_internal + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task_deinit + 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_task_init.str1.4 + 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task_init + 0x00000000 0x110 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_post_block + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.esp_wifi_wps_disable.str1.4 + 0x00000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_disable + 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_check_wifi_mode + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_enable + 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.is_wps_enabled + 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_enable_internal + 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_disable_internal + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task + 0x00000000 0x1d6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_start + 0x00000000 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.wps_buf.0 + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_factory_info + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.gWpsSm 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_sig_cnt + 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_task_create_sem + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_data_lock + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_queue + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_task_hdl + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_rxq + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_enabled + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_api_sem + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.s_wps_api_lock + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.str1.4 + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sdata.wps_model_number + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wifi_unregister_wpa3_cb + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_rng_wrapper + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_pubkey_formatted + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_param + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_byname + 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_affine_coordinates + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_get_order + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_compare + 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_debug_print_point + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_get_public_key + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_priv_key_der + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_from_key + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_get_private_key + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_publickey_buf + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_write_pubkey_der + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_parse_priv + 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_curve_id + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdh + 0x00000000 0x176 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdsa_get_sign + 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_verify_signature_r_s + 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_debug_print + 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_parse_subpub_key + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_is_ec_key + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_gen + 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.mbedtls_pk_write_pubkey_formatted + 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_pk_write_formatted_pubkey_der + 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_write_pub_key + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_key_get_subject_public_key + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_cancel_timeout_one + 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_is_timeout_registered + 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_deplete_timeout + 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_replenish_timeout + 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults_bss + 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp_empty + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_wep_key_cmp + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_maclist_found + 0x00000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_rate_found + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_for_each_sta + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sta_no_wpa + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_pmksa_remove + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sm_event + 0x00000000 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_auth_flush + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .rodata.pmksa_cache_auth_list.str1.4 + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_auth_list + 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_delayed_1x_auth_fail_cb + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_for_each_sta + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.hostapd_free_stas + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_delayed_1x_auth_fail_disconnect + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_pending_delayed_1x_auth_fail_disconnect + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_state_txt.str1.4 + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_state_txt + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .text.dragonfly_suitable_group + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .rodata.wpa_cipher_txt.str1.4 + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_cipher_txt + 0x00000000 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_insert_pmkid + 0x00000000 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_cipher_rsc_len + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text.dh_init 0x00000000 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text.dh_derive_shared + 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .text.eap_wsc_build_frag_ack + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_info 0x00000000 0x3ab esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_abbrev 0x00000000 0x1ae esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_loc 0x00000000 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_line 0x00000000 0x404 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_str 0x00000000 0x4d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_frame 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.wpabuf_put_be24 + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_len_valid + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_validate + 0x00000000 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_msg_alloc + 0x00000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_update_len + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_id + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_type + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_info 0x00000000 0x96f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_abbrev 0x00000000 0x283 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_loc 0x00000000 0x84d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_aranges + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_line 0x00000000 0x99f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_str 0x00000000 0x5bb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_frame 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.eapol_sm_notify_eap_success + 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_set_pmk + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sta_is_cur_pmksa_set + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_resize + 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_alloc_ext_data + 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_dup + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_concat + 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_printf + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .rodata._wpa_snprintf_hex.str1.4 + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text._wpa_snprintf_hex + 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex_uppercase + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_info 0x00000000 0x361 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_abbrev 0x00000000 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_loc 0x00000000 0x3a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_line 0x00000000 0x43b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_str 0x00000000 0x2c3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_frame 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.is_selected_pin_registrar + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_init.str1.4 + 0x00000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_init + 0x00000000 0x122 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_deinit + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_process_msg + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_msg + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_selected_pbc_registrar + 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_selected_pin_registrar + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_addr_authorized + 0x00000000 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_ap_priority_compar + 0x00000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_uuid_e + 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_20 + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_assoc_req_ie + 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_assoc_resp_ie + 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_probe_req_ie + 0x00000000 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_attr_text.str1.4 + 0x00000000 0xfb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_attr_text + 0x00000000 0x2ca esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_info 0x00000000 0x2981 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_abbrev 0x00000000 0x475 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_loc 0x00000000 0x11f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_aranges + 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_ranges 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_line 0x00000000 0x19f6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_str 0x00000000 0x1764 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_frame 0x00000000 0x28c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be16 + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be24 + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_public_key + 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_req_type + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_resp_type + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_config_methods + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_uuid_e + 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_dev_password_id + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_config_error + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_authenticator + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_version + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_wfa_ext + 0x00000000 0x1aa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_msg_type + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_enrollee_nonce + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_registrar_nonce + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_auth_type_flags + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_encr_type_flags + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_conn_type_flags + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_assoc_state + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_key_wrap_auth + 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_encr_settings + 0x00000000 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_ie_encapsulate + 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_mac_addr + 0x00000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_rf_bands_attr + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_ap_channel + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_info 0x00000000 0x3b83 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_abbrev 0x00000000 0x459 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_loc 0x00000000 0x212c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_aranges + 0x00000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_ranges 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_line 0x00000000 0x231d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_str 0x00000000 0x1977 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_frame 0x00000000 0x414 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_set_vendor_ext_wfa_subelem + 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_vendor_ext_wfa + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_vendor_ext + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_set_attr + 0x00000000 0x6d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_msg + 0x00000000 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_info 0x00000000 0xca7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_abbrev 0x00000000 0x289 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_loc 0x00000000 0x17fa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_line 0x00000000 0x19e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_str 0x00000000 0xf02 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_frame 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_kdf 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_derive_keys.str1.4 + 0x00000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_derive_keys + 0x00000000 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_derive_psk + 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_decrypt_encr_settings + 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_checksum + 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_valid + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_generate_pin + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_str_valid + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_fail_event + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_success_event + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pwd_auth_fail_event + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_overlap_event + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_selected_registrar_timeout_event + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_timeout_event + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_active_event + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_disable_event + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_str2bin + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_dev_type_bin2str.str1.4 + 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_bin2str + 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.uuid_gen_mac_addr.str1.4 + 0x00000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.uuid_gen_mac_addr + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_config_methods_str2bin.str1.4 + 0x00000000 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_config_methods_str2bin + 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_build_wsc_ack + 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_build_wsc_nack + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_info 0x00000000 0x24cf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_abbrev 0x00000000 0x49b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_loc 0x00000000 0xda9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_aranges + 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_ranges 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_line 0x00000000 0x18f2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_str 0x00000000 0x1127 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_frame 0x00000000 0x340 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_be16 + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_primary_dev_type + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_manufacturer + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_name + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_number + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_serial_number + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_dev_name + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_manufacturer + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_model_name + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_model_number + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_serial_number + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_primary_dev_type + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_secondary_dev_type + 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_req_dev_type + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_dev_name + 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_device_attrs + 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_os_version + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_vendor_ext_m1 + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_rf_bands + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_vendor_ext + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_application_ext + 0x00000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_device_attrs + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_os_version + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_vendor_ext_m1 + 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_rf_bands + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_device_data_free + 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_info 0x00000000 0x2297 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_abbrev 0x00000000 0x336 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_loc 0x00000000 0x168e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_aranges + 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_ranges 0x00000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_line 0x00000000 0x18aa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_str 0x00000000 0x1095 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_frame 0x00000000 0x408 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_ap_settings + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_wps_state + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m1 + 0x00000000 0x1ca esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_hash + 0x00000000 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m3 + 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_snonce1 + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m5 + 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_snonce2 + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m7 + 0x00000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_registrar_nonce + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_uuid_r + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_hash1 + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_hash2 + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_wsc_done + 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_start + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_enrollee_nonce + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_ack + 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_nack + 0x00000000 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_dev_pw_id + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_pubkey + 0x00000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m2 + 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m2d + 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_snonce1 + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m4 + 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_snonce2 + 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m6 + 0x00000000 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_cred_e + 0x00000000 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_creds + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_ap_settings_e + 0x00000000 0xde esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m8 + 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_msg + 0x00000000 0x1b2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_enrollee_get_msg + 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_enrollee_process_msg + 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_info 0x00000000 0x451f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_abbrev 0x00000000 0x50c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_loc 0x00000000 0x1f5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_aranges + 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_ranges 0x00000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_line 0x00000000 0x396c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_str 0x00000000 0x21a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_frame 0x00000000 0x590 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.add_char + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_pk_base32_encode + 0x00000000 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_api_lock + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_api_unlock + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_init + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_enqueue + 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_dequeue + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_deinit + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_set_eap_state + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.wpa2_start_eapol_internal.str1.4 + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_start_eapol_internal + 0x00000000 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_client_enable_fn + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_wifi_sta_enterprise_disable + 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_post + 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_task_delete + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_peer_sm_deinit.str1.4 + 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_peer_sm_deinit + 0x00000000 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_peer_sm_init.str1.4 + 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_peer_sm_init + 0x00000000 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_client_disable_fn + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_start_eapol + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_rx_eapol + 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_ent_rx_eapol + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_send_eapol + 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_sm_process_request.str1.4 + 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_process_request + 0x00000000 0x240 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_sm_rx_eapol_internal.str1.4 + 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_rx_eapol_internal + 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_task + 0x00000000 0x122 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_wifi_sta_enterprise_enable + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_certificate_and_key + 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_certificate_and_key + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_ca_cert + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_ca_cert + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_identity + 0x00000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_identity + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_username + 0x00000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_username + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_password + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_password + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_new_password + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_new_password + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_disable_time_check + 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wifi_sta_get_enterprise_disable_time_check + 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_get_disable_time_check + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.esp_eap_client_set_ttls_phase2_method.str1.4 + 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_ttls_phase2_method + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_suiteb_192bit_certification + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_pac_file + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.esp_eap_client_set_fast_params.str1.4 + 0x00000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_fast_params + 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_use_default_cert_bundle + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wpa2_rxq + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sdata.s_disable_time_check + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wifi_wpa2_sync_sem + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wpa2_api_lock + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sdata.s_wpa2_state + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wpa2_queue + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wpa2_task_hdl + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.s_wpa2_data_lock + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .text.wpa_sm_get_beacon_ie + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_cleanup + 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_conn_delete + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_key_derivation + 0x00000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_read + 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_write + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_enable_sha1_config + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_ca_cert + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_pki_context + 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_set_ciphersuite + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.set_client_config.str1.4 + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_client_config + 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.tls_create_mbedtls_handle.str1.4 + 0x00000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_create_mbedtls_handle + 0x00000000 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_prf + 0x00000000 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_init + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_deinit + 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_init + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_deinit + 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_errors + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_established + 0x00000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_verify + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_verify + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_handshake + 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_server_handshake + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_encrypt + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_decrypt + 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_resumed + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_cipher_list + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_version + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_cipher + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_enable_workaround + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_failed + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_read_alerts + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_write_alerts + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_params + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_params + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_session_ticket_cb + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_export_key + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_eap_fast_key + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_client_hello_ext + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_shutdown + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_random + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__.0 + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.eap_mbedtls_x509_crt_profile + 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data.tls_sig_algs_for_eap + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .sbss.tls_instance_count + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_info 0x00000000 0x45ba esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_abbrev 0x00000000 0x5c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_loc 0x00000000 0x1a87 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_aranges + 0x00000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_ranges 0x00000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_line 0x00000000 0x1b10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_str 0x00000000 0x2a44 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_frame 0x00000000 0x4ec esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_bits + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_to_string + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_free_buffer + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.aes_siv_encrypt + 0x00000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_init + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_init_fixed + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_derive_shared + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_free + 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_info 0x00000000 0x337 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_abbrev 0x00000000 0x1a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_loc 0x00000000 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_line 0x00000000 0x370 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_str 0x00000000 0x317 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_frame 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_ie 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_ie_count + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_vendor_ie + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.mbo_add_ie + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .rodata.ieee802_11_parse_candidate_list.str1.4 + 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_parse_candidate_list + 0x00000000 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_vendor_ie_concat + 0x00000000 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_ext_capab + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_operating_class + 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_config_allowed_method + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_allowed_phase2_type + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_set_scard_pin + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_scard_identity + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_be24 + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_free_key + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_copy_buf + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_eap_method + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_methods + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_type + 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_type + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_types + 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_alloc + 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_free + 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_register + 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_unregister_methods + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_register_methods + 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_deinit_prev_method + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_config_init.str1.4 + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_config_init + 0x00000000 0x22e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_config_deinit + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_blob_init.str1.4 + 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_blob_init + 0x00000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_sm_get_method_name.str1.4 + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_method_name + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_blob_deinit + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_abort + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config + 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_allowed_method + 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_allowMethod + 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_identity_resp + 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_nak + 0x00000000 0x16c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_identity + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_password + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_new_password + 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_buildIdentity + 0x00000000 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_identity + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password2 + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_new_password + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_set_config_blob + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_blob + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.config_methods + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.eap_methods + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.esp_crt_bundle_attach_fn + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_default_cert_bundle + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_suiteb_certification + 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_pac_file_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_pac_file + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_phase1_options + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_ttls_phase2_type + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_new_password_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_new_password + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_password_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_password + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_ca_cert_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_ca_cert + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_private_key_passwd_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_private_key_passwd + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_private_key_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_private_key + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_client_cert_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_client_cert + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_username_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_username + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_anonymous_identity_len + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .sbss.g_wpa_anonymous_identity + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_info 0x00000000 0x2519 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_abbrev 0x00000000 0x507 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_loc 0x00000000 0x166a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_aranges + 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_ranges 0x00000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_line 0x00000000 0x2564 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_str 0x00000000 0x139f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_frame 0x00000000 0x578 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_mslen + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_isKeyAvailable + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_getKey + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_config + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_copy_challenge + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge_reply + 0x00000000 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge + 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_password_changed + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_success + 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_deinit + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_mschapv2_failure_txt.str1.4 + 0x00000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure_txt + 0x00000000 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_change_password + 0x00000000 0x20c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure + 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_process + 0x00000000 0x134 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_init + 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_peer_mschapv2_register.str1.4 + 0x00000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_peer_mschapv2_register + 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_info 0x00000000 0x25e7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_abbrev 0x00000000 0x49a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_loc 0x00000000 0x15c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_aranges + 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_ranges 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_line 0x00000000 0x1fca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_str 0x00000000 0x1125 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_frame 0x00000000 0x2fc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_isKeyAvailable + 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_session_id + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_free_key + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init_for_reauth + 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit_for_reauth + 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_has_reauth_data + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_get_status.str1.4 + 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_status + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_emsk + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_getKey.str1.4 + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_getKey + 0x00000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_be16 + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peapv2_tlv_eap_payload + 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_isk + 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_nak + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_derive_cmk.str1.4 + 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_derive_cmk + 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_validate_cryptobinding + 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.peap_phase2_sufficient + 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_add_cryptobinding + 0x00000000 0xf2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_result + 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_process + 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_phase2_request + 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_decrypt + 0x00000000 0x47c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_process.str1.4 + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_process + 0x00000000 0x276 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit + 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_parse_phase1.str1.4 + 0x00000000 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_parse_phase1 + 0x00000000 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_init.str1.4 + 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init + 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peer_peap_register.str1.4 + 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peer_peap_register + 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_info 0x00000000 0x387d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_abbrev 0x00000000 0x498 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_loc 0x00000000 0x25ca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_aranges + 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_ranges 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_line 0x00000000 0x3b1d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_str 0x00000000 0x139b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_frame 0x00000000 0x4b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text.peap_prfplus + 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_info 0x00000000 0x347 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_abbrev 0x00000000 0x14d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_loc 0x00000000 0x266 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_line 0x00000000 0x572 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_str 0x00000000 0x2c4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_isKeyAvailable + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_getKey + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_failure + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_free_key + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_tls_success.str1.4 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_success + 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_process + 0x00000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_deinit + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_init + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_peer_tls_register.str1.4 + 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_peer_tls_register + 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_info 0x00000000 0x14b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_abbrev 0x00000000 0x3b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_loc 0x00000000 0x7fd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_ranges 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_line 0x00000000 0xdb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_str 0x00000000 0xce4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_frame 0x00000000 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_params_flags.str1.4 + 0x00000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_flags + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf1 + 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_check_blob + 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf + 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_init_connection + 0x00000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.wpabuf_put_data + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.wpabuf_put_be32 + 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_msg_alloc + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_ssl_init.str1.4 + 0x00000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_init + 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_key + 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_derive_session_id.str1.4 + 0x00000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_session_id + 0x00000000 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_build_ack + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_status.str1.4 + 0x00000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_status + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_init + 0x00000000 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_input + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reassemble_fragment + 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_data_reassemble + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_input + 0x00000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_output + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_deinit + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_process_output.str1.4 + 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_output + 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_process_helper.str1.4 + 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_helper + 0x00000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reauth_init + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_decrypt + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_encrypt + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_select_phase2_methods + 0x00000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_phase2_nak + 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_info 0x00000000 0x2acb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_abbrev 0x00000000 0x4bb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_loc 0x00000000 0x1f88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_aranges + 0x00000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_ranges 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_line 0x00000000 0x252d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_str 0x00000000 0x139a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_frame 0x00000000 0x4c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_deinit + 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_select_eap_method + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_check_auth_status + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_isKeyAvailable + 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_fake_identity_request + 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_emsk + 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_session_id + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_getKey + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_free_key + 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init_for_reauth + 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit_for_reauth + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_has_reauth_data + 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_get_status.str1.4 + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_status + 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_process + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_encrypt_response + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap_method + 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_hdr + 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_encapsulate + 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap + 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_add + 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_pap + 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_implicit_challenge.str1.4 + 0x00000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_challenge + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschapv2 + 0x00000000 0x1da esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschap + 0x00000000 0x18c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_chap + 0x00000000 0x13a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_phase2_request.str1.4 + 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request + 0x00000000 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_identity_request + 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_eap + 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_start + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_attr_eap + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avp + 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avps + 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_mschapv2 + 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_decrypted + 0x00000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_decrypt + 0x00000000 0x154 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_v0_derive_key.str1.4 + 0x00000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_v0_derive_key + 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_handshake + 0x00000000 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process + 0x00000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_init.str1.4 + 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init + 0x00000000 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_peer_ttls_register.str1.4 + 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_peer_ttls_register + 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_info 0x00000000 0x4281 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_abbrev 0x00000000 0x48a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_loc 0x00000000 0x3746 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_aranges + 0x00000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_ranges 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_line 0x00000000 0x3c7f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_str 0x00000000 0x1599 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_frame 0x00000000 0x770 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_remove_domain + 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_derive_response + 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_verify_auth_response + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_info 0x00000000 0x59d esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_abbrev 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_loc 0x00000000 0x376 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_line 0x00000000 0x65c esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_str 0x00000000 0x3fe esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_frame 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .rodata.pmksa_cache_list.str1.4 + 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_list + 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_idx + 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_auth_type + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_encr_type + 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_key_idx + 0x00000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_ssid + 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_key + 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_mac_addr + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_workaround_cred_key + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_authenticator + 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_key_wrap_auth + 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred + 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_ap_settings + 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_info 0x00000000 0x1a6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_abbrev 0x00000000 0x37e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_loc 0x00000000 0x6bd esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_aranges + 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_line 0x00000000 0xbe5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_str 0x00000000 0x1048 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_frame 0x00000000 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.utf8_to_ucs2 + 0x00000000 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_hash + 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash + 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.hash_nt_password_hash + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_response + 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response + 0x00000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response_pwhash + 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response_pwhash + 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_challenge_response + 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_master_key + 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_asymetric_start_key + 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.encrypt_pw_block_with_password_hash + 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.new_password_encrypted_with_old_nt_password_hash + 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash_encrypted_with_block + 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad2.0 + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2.1 + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic3.2 + 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad1.3 + 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1.4 + 0x00000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2.5 + 0x00000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1.6 + 0x00000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_info 0x00000000 0x12b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_abbrev 0x00000000 0x266 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_loc 0x00000000 0x123e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_aranges + 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_ranges 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_line 0x00000000 0xef5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_str 0x00000000 0x696 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_frame 0x00000000 0x2a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Init 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Transform + 0x00000000 0x51c esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Update + 0x00000000 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Pad 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Final + 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.md4_vector + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .rodata.PADDING + 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_info 0x00000000 0x5bc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_abbrev 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_loc 0x00000000 0x9c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_line 0x00000000 0x853 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_str 0x00000000 0x366 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_frame 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text.chap_md5 + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_info 0x00000000 0x1d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_abbrev 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_loc 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_line 0x00000000 0x32d esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_str 0x00000000 0x275 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_frame 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.desfunc 0x00000000 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.cookey 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.deskey 0x00000000 0x1b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_encrypt + 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_key_setup + 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_encrypt + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_decrypt + 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_key_setup + 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_encrypt + 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_decrypt + 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP8 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP7 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP6 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP5 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP4 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP3 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP2 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP1 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc2 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.totrot + 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc1 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bigbyte + 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bytebit + 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_info 0x00000000 0xd21 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_abbrev 0x00000000 0x2ba esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_loc 0x00000000 0x1513 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_ranges 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_line 0x00000000 0x1968 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_str 0x00000000 0x3df esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_frame 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .data 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coexist_debug_matrix_init_wrapper + 0x00000000 0x6 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.8 0x00000000 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.7 0x00000000 0x16 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .data.g_coex_adapter_funcs + 0x00000000 0x50 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.sc_printf.str1.4 + 0x00000000 0xc esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.sc_printf + 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.core_printf.str1.4 + 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.core_printf + 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.target_printf.str1.4 + 0x00000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.target_printf + 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.wapi_printf.str1.4 + 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.wapi_printf + 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.mesh_printf.str1.4 + 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.mesh_printf + 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ct_uint_lt + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_transform_aead_dynamic_iv_is_explicit + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_get_hs_total_len + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_check_record_type + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_record_is_in_progress + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_transform_get_explicit_iv_len + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_read_application_data + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_build_record_nonce + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_extract_add_data_from_record + 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ct_hmac + 0x00000000 0x1a6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_consume_current_message + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_check_ctr_renegotiate + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_set_timer + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_timer + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_record + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_encrypt_buf + 0x00000000 0x3d4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_decrypt_buf + 0x00000000 0x47c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_prepare_record_content + 0x00000000 0x9e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_fetch_input + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_start_handshake_msg + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_prepare_handshake_record + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_update_handshake_status + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_handle_message_type + 0x00000000 0xba esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_update_out_pointers + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_flush_output + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_update_in_pointers + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_reset_in_out_pointers + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_get_bytes_avail + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_pending + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_get_record_expansion + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_transform_free + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_set_inbound_transform + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_set_outbound_transform + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_write_version + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_write_record + 0x00000000 0x1f6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_write_handshake_msg_ext + 0x00000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_finish_handshake_msg + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_write_change_cipher_spec + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_send_alert_message + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_send_fatal_handshake_failure + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_tls12_handle_hs_message_post_handshake + 0x00000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_handle_hs_message_post_handshake + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_close_notify + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_write_real + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_write + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_read_version + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_parse_record_header + 0x00000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_get_next_record + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_read_record + 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_parse_change_cipher_spec + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_read + 0x00000000 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_handle_pending_alert + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_pend_fatal_alert + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_info 0x00000000 0x515f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_abbrev 0x00000000 0x5b7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_loc 0x00000000 0x307e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_aranges + 0x00000000 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_ranges 0x00000000 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_line 0x00000000 0x47f0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_str 0x00000000 0x2929 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_frame 0x00000000 0x6e0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_own_cert + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_mfl_code_to_length + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_conf_version_check + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_conf_check + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_base_mode + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_actual_mode + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_set_handshake_prfs + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_parse_certificate_coordinate + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.tls_prf_get_type + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_key_cert_free + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_append_key_cert + 0x00000000 0x64 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.tls_prf_generic + 0x00000000 0x1e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.tls_prf_sha256 + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.tls_prf_sha384 + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_compute_master.str1.4 + 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_compute_master + 0x00000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_update_checksum_sha256 + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_update_checksum_sha384 + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_update_checksum_start + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_handshake_params_init + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_tls12_session_save + 0x00000000 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_save + 0x00000000 0xde esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_srv_check_client_no_crt_notification + 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_check_peer_crt_unchanged + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_tls12_session_load + 0x00000000 0x2ca esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_load + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_clear_peer_cert + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_prepare_handshake_step + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_write_hello_request + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_get_handshake_transcript_sha384 + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_get_handshake_transcript_sha256 + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_calc_finished_tls_generic.str1.4 + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_finished_tls_generic + 0x00000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_finished_tls_sha256 + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_finished_tls_sha384 + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_verify_tls_legacy + 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_verify_tls_sha256 + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_calc_verify_tls_sha384 + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_parse_certificate_chain + 0x00000000 0x20c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_pk_get_ec_group_id + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_tls_prf + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_extension_id + 0x00000000 0x162 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_extension_mask + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_optimize_checksum + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_add_hs_hdr_to_checksum + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_add_hs_msg_to_checksum + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_reset_checksum + 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_transform_init + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_init + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_init + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset_msg_layer + 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_endpoint + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_transport + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dtls_badmac_limit + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_authmode + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_verify + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_rng + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dbg + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_bio + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_read_timeout + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_timer_cb + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_cache + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_ciphersuites + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_profile + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_own_cert + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_ca_chain + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_hs_sni + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_own_cert + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_ca_chain + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_dn_hints + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_authmode + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_verify + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_mode_from_transform + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_mode_from_ciphersuite + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_tls12_populate_transform.str1.4 + 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_tls12_populate_transform + 0x00000000 0x382 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sig_algs + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_groups + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hostname + 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sni + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_alpn_protocols + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_alpn_protocol + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_req_ca_list + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_encrypt_then_mac + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_extended_master_secret + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_max_frag_len + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_legacy_renegotiation + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_enforced + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_period + 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_tickets + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_tickets_cb + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_export_keys_cb + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_verify_result + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ciphersuite_id_from_ssl + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ciphersuite + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_get_version.str1.4 + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_version + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_input_max_frag_len + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_output_max_frag_len + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_max_out_record_payload + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_max_in_record_payload + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_peer_cert + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_save + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_handshake_step + 0x00000000 0xba esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_handshake + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_handshake_free + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_free + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_copy + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_session + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_session + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_handshake_init + 0x00000000 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_setup + 0x00000000 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_start_renegotiation + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_renegotiate + 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset_int + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_load + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_free + 0x00000000 0xda esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_config_init + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_config_defaults + 0x00000000 0x12e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_config_free + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_sig_from_pk + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_sig_from_pk_alg + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_pk_alg_from_sig + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_md_alg_from_hash + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_hash_from_md_alg + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_check_curve_tls_id + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_psa_curve_info_from_tls_id + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ecp_group_id_from_tls_id + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_tls_id_from_ecp_group_id + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_check_curve + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_handshake_transcript + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_parse_sig_alg_ext + 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_derive_keys + 0x00000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_calc_verify_md + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_write_certificate + 0x00000000 0x140 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_handshake_wrapup_free_hs_transform + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_handshake_wrapup + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_write_finished + 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_parse_finished + 0x00000000 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_key_exchange_md_tls1_2 + 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_validate_ciphersuite + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_write_sig_alg_ext + 0x00000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_parse_server_name_ext + 0x00000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_parse_alpn_ext + 0x00000000 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_write_alpn_ext + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_check_cert_usage.str1.4 + 0x00000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_check_cert_usage + 0x00000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_verify_certificate + 0x00000000 0x1b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_parse_certificate + 0x00000000 0x112 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.tls_id_match_table + 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .srodata.ssl_preset_suiteb_groups + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .sdata.ssl_tls12_preset_suiteb_sig_algs + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .srodata.ssl_preset_suiteb_sig_algs + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.ssl_tls12_preset_default_sig_algs + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_default_sig_algs + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_suiteb_ciphersuites + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_default_groups + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .srodata.ssl_serialized_session_header + 0x00000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_info 0x00000000 0x8a98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_abbrev 0x00000000 0x634 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_loc 0x00000000 0x7e5f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_aranges + 0x00000000 0x4b8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_ranges 0x00000000 0x610 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_line 0x00000000 0x8885 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_str 0x00000000 0x45db esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_frame 0x00000000 0x1184 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_own_key + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_own_cert + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_supported_point_formats_ext + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_max_fragment_length_ext + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_encrypt_then_mac_ext + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_extended_ms_ext + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_renegotiation_ext + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_session_ticket_ext + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_max_fragment_length_ext + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_encrypt_then_mac_ext + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_extended_ms_ext + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_session_ticket_ext + 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_supported_point_formats_ext + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_certificate_request + 0x00000000 0x158 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_server_hello_done + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_renegotiation_info + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_alpn_ext + 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_server_hello + 0x00000000 0x4e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_check_server_ecdh_params + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_get_ecdh_params_from_cert + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_server_ecdh_params + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg + 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_md_get_size_from_type + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_server_key_exchange + 0x00000000 0x34e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_encrypted_pms + 0x00000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_client_key_exchange + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_write_certificate_verify + 0x00000000 0x176 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_new_session_ticket + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_tls12_write_client_hello_exts + 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.mbedtls_ssl_handshake_client_step + 0x00000000 0x18c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_info 0x00000000 0x499f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_abbrev 0x00000000 0x562 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_loc 0x00000000 0x33ea esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_aranges + 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_ranges 0x00000000 0x1b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_line 0x00000000 0x42f3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_str 0x00000000 0x26f9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_frame 0x00000000 0x468 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_ciphersuite_no_pfs + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_own_key + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_own_cert + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_extended_ms_ext + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_session_ticket_ext + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_max_fragment_length_ext + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_supported_point_formats_ext + 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_supported_point_formats + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_max_fragment_length_ext + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_encrypt_then_mac_ext + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_extended_ms_ext + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_renegotiation_ext + 0x00000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_renegotiation_info + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_supported_groups_ext + 0x00000000 0x122 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_handle_id_based_session_resumption + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_session_ticket_ext + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_pk_get_ec_group_id + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_check_key_curve + 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_pick_cert + 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_ciphersuite_match + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_client_hello + 0x00000000 0x706 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_encrypt_then_mac_ext + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_server_hello + 0x00000000 0x270 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_server_hello_done + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_get_ecdh_params_from_cert + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_prepare_server_key_exchange + 0x00000000 0x208 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_server_key_exchange + 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_certificate_request + 0x00000000 0x208 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_decrypt_encrypted_pms + 0x00000000 0xee esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_encrypted_pms + 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_client_key_exchange + 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_parse_certificate_verify + 0x00000000 0x18e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_new_session_ticket + 0x00000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_handshake_server_step + 0x00000000 0x16c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_conf_preference_order + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_info 0x00000000 0x534b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_abbrev 0x00000000 0x58d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_loc 0x00000000 0x3a7b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_aranges + 0x00000000 0x138 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_ranges 0x00000000 0x238 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_line 0x00000000 0x51d7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_str 0x00000000 0x2ac8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_frame 0x00000000 0x554 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .text.mbedtls_ms_time + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_info 0x00000000 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_abbrev 0x00000000 0xf5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_loc 0x00000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_line 0x00000000 0x325 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_str 0x00000000 0x29f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_frame 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.ciphersuite_is_removed + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_from_string + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_from_id + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_list_ciphersuites + 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.mbedtls_ssl_get_ciphersuite_name.str1.4 + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_name + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_id + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_get_cipher_key_bitlen + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_sig_alg + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_uses_ec + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .sbss.supported_init + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss.supported_ciphersuites + 0x00000000 0xec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.str1.4 + 0x00000000 0x889 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.ciphersuite_definitions + 0x00000000 0x3b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.ciphersuite_preference + 0x00000000 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_info 0x00000000 0x8f5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_abbrev 0x00000000 0x226 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_loc 0x00000000 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_ranges 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_line 0x00000000 0x74d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_str 0x00000000 0x1229 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_frame 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.mbedtls_ssl_tls12_named_group_is_ecdhe + 0x00000000 0x9e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_generate_random + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_prepare_client_hello + 0x00000000 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_client_hello_cipher_suites + 0x00000000 0x154 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_hostname_ext + 0x00000000 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_alpn_ext + 0x00000000 0x108 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_supported_groups_ext + 0x00000000 0x134 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_client_hello_body + 0x00000000 0x24a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.mbedtls_ssl_write_client_hello + 0x00000000 0x7a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_info 0x00000000 0x2eee esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_abbrev 0x00000000 0x4cd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_loc 0x00000000 0x1d3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_ranges 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_line 0x00000000 0x1a77 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_str 0x00000000 0x1e4f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_frame 0x00000000 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.psa_extend_key_usage_flags + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.psa_algorithm_for_rsa + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_md_get_size_from_type + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.pk_hashlen_helper + 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_setup_rsa_alt + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_can_do + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_verify_restartable + 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_verify + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_sign_restartable + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_sign + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_decrypt + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_encrypt + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_check_pair + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_bitlen + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_debug + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .rodata.mbedtls_pk_get_name.str1.4 + 0x00000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_name + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.copy_from_psa + 0x00000000 0x35a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_copy_from_psa + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_copy_public_from_psa + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_sign_ext + 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_psa_attributes + 0x00000000 0x258 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.import_public_into_psa + 0x00000000 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.import_pair_into_psa + 0x00000000 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_import_into_psa + 0x00000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_verify_ext + 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .text.mbedtls_pk_ecc_set_key + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .text.mbedtls_pk_ecc_set_pubkey_from_prv + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_can_do + 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_get_bitlen + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_sign_wrap + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_decrypt_wrap + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_free_wrap + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_alloc_wrap + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_check_pair + 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.mbedtls_rsa_alt_info + 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_ecc_tag_is_specified_ec_domain + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_get_ecparams + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_parse_key_rfc8410_der + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_parse_key_sec1_der + 0x00000000 0x196 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_parse_key_pkcs8_unencrypted_der + 0x00000000 0x1d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_parse_key_pkcs8_encrypted_der.str1.4 + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_key_pkcs8_encrypted_der + 0x00000000 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_parse_key.str1.4 + 0x00000000 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_key + 0x00000000 0x3d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_load_file.str1.4 + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_load_file + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_keyfile + 0x00000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_public_keyfile + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_get_type_ext + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_get_ec_group_id + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_is_rfc8410 + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_pubkey + 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_param + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_rsa_der + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_private + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_rfc8410_der + 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_der + 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey + 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_der + 0x00000000 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_der + 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_pubkey_pem.str1.4 + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_pem + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_key_pem.str1.4 + 0x00000000 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_pem + 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_info 0x00000000 0x1708 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_abbrev 0x00000000 0x35c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_loc 0x00000000 0xeeb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_aranges + 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_ranges 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_line 0x00000000 0x1203 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_str 0x00000000 0x8f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_frame 0x00000000 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.mbedtls_pem_write_buffer + 0x00000000 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.pkcs12_parse_pbe_params + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.pkcs12_fill_buffer + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.mbedtls_md_get_size_from_type + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.calculate_hashes + 0x00000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.mbedtls_pkcs12_derivation + 0x00000000 0x272 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.pkcs12_pbe_derive_key_iv + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text.mbedtls_pkcs12_pbe_ext + 0x00000000 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_info 0x00000000 0x15d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_abbrev 0x00000000 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_loc 0x00000000 0x125a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_ranges 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_line 0x00000000 0xe27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_str 0x00000000 0x130b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_frame 0x00000000 0x1b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.pkcs5_parse_pbkdf2_params + 0x00000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.pkcs5_pbkdf2_hmac + 0x00000000 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.mbedtls_pkcs5_pbkdf2_hmac_ext + 0x00000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.mbedtls_pkcs5_pbes2_ext.str1.4 + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.mbedtls_pkcs5_pbes2_ext + 0x00000000 0x214 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.mbedtls_pkcs5_self_test.str1.4 + 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.mbedtls_pkcs5_self_test + 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.result_key_test_data + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.key_len_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.it_cnt_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.salt_test_data + 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.slen_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.password_test_data + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.plen_test_data + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_info 0x00000000 0x17b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_abbrev 0x00000000 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_loc 0x00000000 0xd1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_ranges 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_line 0x00000000 0xde3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_str 0x00000000 0x1420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_frame 0x00000000 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_ct_base64_enc_char + 0x00000000 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_base64_encode + 0x00000000 0x196 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.mbedtls_base64_self_test.str1.4 + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_base64_self_test + 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_enc + 0x00000000 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_dec + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_profile_check_md_alg + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_profile_check_pk_alg + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_memcasecmp + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_chain_reset + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_merge_flags_with_cb + 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_uid + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_subject_key_id + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_certificate_policies + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_san_uri + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_string_cmp + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_name_cmp + 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_ee_locally_trusted + 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_version + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_dates + 0x00000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_basic_constraints + 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_ext_key_usage + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_authority_key_id + 0x00000000 0x11c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_crt_ext + 0x00000000 0x2be esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_ext_key_usage.str1.4 + 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_ext_key_usage + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_cert_policies + 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_inet_pton_ipv4 + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_inet_pton_ipv6 + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_pk_get_ec_group_id + 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_profile_check_key + 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_check_wildcard + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_cn + 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_signature + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_info.str1.4 + 0x00000000 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_info + 0x00000000 0x5f4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_verify_info.str1.4 + 0x00000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_info + 0x00000000 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_check_key_usage + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_parent + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_find_parent_in + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_find_parent + 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_check_extended_key_usage + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_is_revoked + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verifycrl + 0x00000000 0x124 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_chain + 0x00000000 0x16e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_cn_inet_pton + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_san_ip + 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_san + 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_crt_verify_name.str1.4 + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_name + 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_restartable_ca_cb + 0x00000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_with_profile + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_restartable + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_init + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_free + 0x00000000 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_parse_der_core + 0x00000000 0x408 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_internal + 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_nocopy + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_with_ext_cb + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_parse.str1.4 + 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse + 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_file + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_parse_path.str1.4 + 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_path + 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_get_ca_istrue + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.str1.4 + 0x00000000 0x406 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_crt_verify_strings + 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_none + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_suiteb + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_next + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_default + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata 0x00000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_info 0x00000000 0x5301 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_abbrev 0x00000000 0x4b7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_loc 0x00000000 0x50a7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_aranges + 0x00000000 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_ranges 0x00000000 0x270 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_line 0x00000000 0x50cc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_str 0x00000000 0x197e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_frame 0x00000000 0x954 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.md_type_to_string.str1.4 + 0x00000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.md_type_to_string + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_date_is_valid + 0x00000000 0xde esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_parse2_int + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_parse_time + 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.nibble_to_hex_digit + 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_get_attr_type_value + 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_get_hash_alg + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.x509_get_other_name.str1.4 + 0x00000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.x509_get_other_name + 0x00000000 0x160 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_serial + 0x00000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_alg_null + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_alg + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_get_rsassa_pss_params.str1.4 + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_rsassa_pss_params + 0x00000000 0x224 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_name + 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_time + 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_sig + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_sig_alg + 0x00000000 0xba esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_ext + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_dn_gets.str1.4 + 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_dn_gets + 0x00000000 0x3fe esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_serial_gets.str1.4 + 0x00000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_serial_gets + 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_sig_alg_gets.str1.4 + 0x00000000 0x1b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_sig_alg_gets + 0x00000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_key_size_helper.str1.4 + 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_key_size_helper + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_cmp + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_is_past + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_is_future + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_ns_cert_type + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_key_usage + 0x00000000 0x64 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_parse_subject_alt_name + 0x00000000 0x2d6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_free_subject_alt_name + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_subject_alt_name_ext + 0x00000000 0x11e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_get_subject_alt_name + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_subject_alt_name.str1.4 + 0x00000000 0x164 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_subject_alt_name + 0x00000000 0x52e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_cert_type.str1.4 + 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_cert_type + 0x00000000 0x244 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_key_usage.str1.4 + 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_key_usage + 0x00000000 0x284 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_info 0x00000000 0x307e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_abbrev 0x00000000 0x3c9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_loc 0x00000000 0x3fdf esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_aranges + 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_ranges 0x00000000 0x1e0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_line 0x00000000 0x4809 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_str 0x00000000 0xcc5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_frame 0x00000000 0x538 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .text.misc_nvs_restore + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .bss.g_log_mod + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .data.libcore_reversion_git + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .rodata.str1.4 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_find_conflict_roots.part.5 + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate.part.17 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie.part.18 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_register_timer_cb + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_update_rssi + 0x00000000 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_ie.constprop.39 + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_clear_parent.part.25 + 0x00000000 0x124 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_clear_parent.constprop.38 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_ie + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.is_mesh_last_parent + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_root_switch + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_switch_parent + 0x00000000 0x204 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_my_votes + 0x00000000 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_check_rc_expire + 0x00000000 0x3a4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_change_layer + 0x00000000 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_parent_candidate_config + 0x00000000 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_parent_check_root_conflict + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.route_announce_timer_start + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.route_announce_timeout_process + 0x00000000 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.route_announce_timer_stop + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_monitor + 0x00000000 0xd8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout_process + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timer_start + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timer_start + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_stop + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_disable_parent_switch_monitor + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_start + 0x00000000 0x226 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_ps_control_check_awake + 0x00000000 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_awake + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_sleep + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_get_min_duty + 0x00000000 0x18e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout_process + 0x00000000 0x1f4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_find_conflict_roots + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_remove_conflict_roots + 0x00000000 0x10a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.is_self_mac_greater + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_is_yield_root + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_add_conflict_roots + 0x00000000 0x210 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_announce + 0x00000000 0x202 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_monitor + 0x00000000 0x1bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_delete_timers + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_gone + 0x00000000 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_fixed + 0x00000000 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_stop + 0x00000000 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_conflict_roots + 0x00000000 0x1a4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_rmv_announcement + 0x00000000 0x208 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_scan_allowed + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_rt_change_debug + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_rt_change_debug + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_node_process_disconnect + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_vote_done + 0x00000000 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_disconnected + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_request + 0x00000000 0x11e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_rootless + 0x00000000 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_no_parent_found + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_root_process_connect + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_child_set_ps_duty + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_child_clr_ps_duty + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_type + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_is_better_parent + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.is_mesh_child + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_flush_scan_result + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_done + 0x00000000 0x234 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.scan_result_print + 0x00000000 0x2c4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_scan_done_process_weak + 0x00000000 0xf8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_init + 0x00000000 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_deinit + 0x00000000 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_parent_insert_candidate + 0x00000000 0x180 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done_vote + 0x00000000 0x4fc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done + 0x00000000 0x73a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_update_current_parent + 0x00000000 0x134 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_update_ie_rssi + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie + 0x00000000 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_votes + 0x00000000 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_process_root_candidate + 0x00000000 0x224 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_process_same_root_candidate + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_add_invalid_rc + 0x00000000 0x12e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text._mesh_find_root_competitor + 0x00000000 0x62e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.print_rc_info + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_is_last_rc_existing + 0x00000000 0x128 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_update_rcandidate_rssi + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_init_rcandidate + 0x00000000 0x10a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_check_last_rcandidate + 0x00000000 0x2c0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_find_root_competitor + 0x00000000 0x1ee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_vote_root_candidate + 0x00000000 0x5d2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_router + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_nvs_settings + 0x00000000 0x278 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_is_better_parent + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_compute_rank + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_set_ignore + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_limit_layer2_cap + 0x00000000 0x274 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_rssi + 0x00000000 0x1f8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_layer + 0x00000000 0x150 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_select_parent + 0x00000000 0x204 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_num + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_awake + 0x00000000 0x134 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_child_event + 0x00000000 0xee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_process_child_macconnected + 0x00000000 0x26c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.print_txupQ_pending + 0x00000000 0x2e8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx_lock + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_insert_child + 0x00000000 0x338 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_child + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_children + 0x00000000 0x152 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_leaf + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_no_parent + 0x00000000 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_clear_parent + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_revote_root + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_node_process_healing + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_push_to_nwk_queue + 0x00000000 0x156 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_route_announce_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout_process + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_connect + 0x00000000 0x240 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_router + 0x00000000 0x32e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_candidate + 0x00000000 0x3d4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout_process + 0x00000000 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_root_process_disconnect + 0x00000000 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_manual_networking + 0x00000000 0x2ea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_disconnect + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_connect + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_disconnect + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_reselect + 0x00000000 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_layer + 0x00000000 0x122 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_ie_change + 0x00000000 0x41c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_conflict_discnx + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_node_process_cycle + 0x00000000 0x102 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_wifi_event_cb + 0x00000000 0x41e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_wifi_event_cb + 0x00000000 0xf4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_post_toDS_state + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_rssi_threshold + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_rssi_threshold + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_set_default_rssi_threshold + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_inited + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_running + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_process_parent_organized + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_deinit + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_init + 0x00000000 0x3ca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_deinit + 0x00000000 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_beacon_interval + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_adjust_passive_scan_time + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_beacon_interval + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_parent_select_done + 0x00000000 0x8a8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_select + 0x00000000 0x97a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout_process + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_main + 0x00000000 0x3550 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_task_main + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.mesh_ps_get_duties + 0x00000000 0x14a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text.esp_mesh_print_scan_result + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.ann_time_start + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.bcn_change_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.candidate_monitor_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.cnx_backoff.10356 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connected + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connecting + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_disconnecting + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_conn + 0x00000000 0x2c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_current_parent + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_ext_vote_state + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_chain + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_ie + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.g_mesh_rmv_opt + 0x00000000 0x4d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.is_nwk_running + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.last_event_id.11387 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.max_voter_num.10339 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_conn_mutex + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_task + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_ps_cnt + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_ps_control + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mesh_timer_func + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mie_log_time_start + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.mie_monitor_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.ps_control_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.retry_attemps + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.root_connect_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.route_announce_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_extra_scan_attempts + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_final_struggle.10344 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_first_short_time_retries + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_history_root_backoff + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_is_parent_set + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_layer_backoff_times + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_layer + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_rcandidate + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_print_scan_result_enable + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_rcandidate + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_root_addr + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_rt_change_dbg + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_running_channel + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_mesh_scan_req + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_monitor_timer_interval + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_parent_cyclic_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_parent_idle_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_parent_map_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_parent_root_children_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_parent_rssi_threshold + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_root_connect_timer_armed + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_rssi_backoff_times + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_sta_discnx_times + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_vote_expire_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_vote_invalid_list + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_vote_ps_times + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_vote_rc_times + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.s_vote_scan_times + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.vote_log_time_start + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.vote_log_time_stop + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .data.s_mesh_beacon_interval + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .data.s_mesh_scan_done + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .data.s_monitor_parent_config + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10213 + 0x00000000 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10233 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10289 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10363 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10369 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10394 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10403 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10415 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10420 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10428 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10460 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10599 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10660 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10674 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10685 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10708 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10727 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10863 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10932 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10939 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10961 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.10980 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11005 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11017 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11021 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11294 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11310 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11323 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.__func__.11354 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata._mesh_find_root_competitor.str1.4 + 0x00000000 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.candidate_monitor_timer_start.str1.4 + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_clear_parent.part.25.str1.4 + 0x00000000 0x55 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_connect.str1.4 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_ie_monitor.str1.4 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_insert_child.str1.4 + 0x00000000 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_is_switch_parent.str1.4 + 0x00000000 0x128 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_nwk_task_init.str1.4 + 0x00000000 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_parent_select.str1.4 + 0x00000000 0x250 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_push_to_nwk_queue.str1.4 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_remove_children.str1.4 + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_scan_done.str1.4 + 0x00000000 0xb3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_scan_done_vote.str1.4 + 0x00000000 0x18f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_send_rmv_announcement.str1.4 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_set_parent_candidate_config.str1.4 + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.esp_mesh_sta_connect.str1.4 + 0x00000000 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_add_invalid_rc.str1.4 + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_adjust_passive_scan_time.str1.4 + 0x00000000 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_check_last_rcandidate.str1.4 + 0x00000000 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_check_rc_expire.str1.4 + 0x00000000 0x139 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_connect_to_candidate.str1.4 + 0x00000000 0x112 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_connect_to_router.str1.4 + 0x00000000 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_init_rcandidate.str1.4 + 0x00000000 0x4b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_node_process_cycle.str1.4 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_change_layer.str1.4 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_check_layer.str1.4 + 0x00000000 0x79 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_check_no_parent_found.str1.4 + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_manual_networking.str1.4 + 0x00000000 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_process_ie_change.str1.4 + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_process_no_parent.str1.4 + 0x00000000 0x39 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_process_nvs_settings.str1.4 + 0x00000000 0xdd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_process_scan_done.str1.4 + 0x00000000 0xaf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_process_scan_request.str1.4 + 0x00000000 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_task_main.str1.4 + 0x00000000 0xd4f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_parent_select_done.str1.4 + 0x00000000 0x1af /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_process_child_macconnected.str1.4 + 0x00000000 0xc9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_ps_control_get_min_duty.str1.4 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_ps_control_timeout_process.str1.4 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_scan_done_process_weak.str1.4 + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_select_parent.str1.4 + 0x00000000 0x69 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_select_parent_limit_layer2_cap.str1.4 + 0x00000000 0x10e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_select_parent_try_layer.str1.4 + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_select_parent_try_rssi.str1.4 + 0x00000000 0x97 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_select_set_ignore.str1.4 + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_vote_root_candidate.str1.4 + 0x00000000 0x13f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.mesh_wifi_event_cb.str1.4 + 0x00000000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.print_txupQ_pending.str1.4 + 0x00000000 0x14d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.route_announce_timeout_process.str1.4 + 0x00000000 0x45 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .rodata.scan_result_print.str1.4 + 0x00000000 0x160 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_print_txQ_waiting + 0x00000000 0x142 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_print_txQ_waiting + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_get_tx_pending + 0x00000000 0x1c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_get_tx_pending + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_event + 0x00000000 0x20e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_start + 0x00000000 0x1f0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_forward_check_active + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_check_tid_mbox_full + 0x00000000 0x1fa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_check_tid_mbox_full + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ack_state_queue + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_tx_cb + 0x00000000 0x12a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_best_effort_tx + 0x00000000 0x31e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_wnd_queue + 0x00000000 0x126 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_operation_rxseqno + 0x00000000 0x444 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_cidx + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_insert_child + 0x00000000 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_delete_child + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_xonseq + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_clear_xonseq + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending + 0x00000000 0xc88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_process_txupQ_pending + 0x00000000 0x2cc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_tx_queue + 0x00000000 0x588 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_force_txupQ_pending + 0x00000000 0x17a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_available_txupQ_num + 0x00000000 0x1e4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_flush_txQ + 0x00000000 0x142 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_tid_flush + 0x00000000 0x218 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_tx_tid_stop + 0x00000000 0x1e0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ps_tx_queue + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_ps_tx + 0x00000000 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.tx_task_main + 0x00000000 0x240 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_discard_context + 0x00000000 0x16c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_xon + 0x00000000 0x6c0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_recv_xon + 0x00000000 0x17a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_main + 0x00000000 0xa3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_deliver_packet + 0x00000000 0x1cc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_flush_packets + 0x00000000 0x2d2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_disconnected + 0x00000000 0x330 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_expired + 0x00000000 0x146 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_flush_upstream_packets + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.xon_task_main + 0x00000000 0x1bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_no_wnd + 0x00000000 0x140 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_xon_task_main + 0x00000000 0xa70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_deinit + 0x00000000 0x224 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_init + 0x00000000 0x238 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_tx_task_init + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_deinit + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_deinit + 0x00000000 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_deinit + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_main + 0x00000000 0x4e0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_init + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_flush_upstream_packets + 0x00000000 0x1ac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_time + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.is_block_running + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.is_mesh_tx_started + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_ack_state_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_be_xmit_seqno + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_conn_leave + 0x00000000 0x2c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_new_wnd_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_reassign_xseqno + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_self_xonseq + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_fail_cnt.10275 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_mbox + 0x00000000 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_task + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_xon 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.mesh_xreq_seqno + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.send_block_flush_mbox + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.send_block_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .bss.send_block_task + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .data.MESH_BCAST_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .data.g_mesh_packet_lifetime + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10016 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10053 + 0x00000000 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10076 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10088 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10121 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10137 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10175 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10185 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10198 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10209 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10216 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10264 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10282 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10300 + 0x00000000 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10308 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10316 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10334 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10387 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10452 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10489 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.10497 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.__func__.9985 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_available_txupQ_num.str1.4 + 0x00000000 0x43 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_flush_upstream_packets.str1.4 + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_force_txupQ_pending.str1.4 + 0x00000000 0x5b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_operation_rxseqno.str1.4 + 0x00000000 0x138 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_print_txQ_waiting.str1.4 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_process_txupQ_pending.str1.4 + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_push_to_tx_queue.str1.4 + 0x00000000 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_push_to_wnd_queue.str1.4 + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_send_block_event.str1.4 + 0x00000000 0x91 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_send_block_init.str1.4 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_send_xon.str1.4 + 0x00000000 0x254 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_tx_task_init.str1.4 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_tx_tid_flush.str1.4 + 0x00000000 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_txupQ_pending.str1.4 + 0x00000000 0x3eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_check_tid_mbox_full.str1.4 + 0x00000000 0x8b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_flush_upstream_packets.str1.4 + 0x00000000 0x31 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_get_tx_pending.str1.4 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_print_txQ_waiting.str1.4 + 0x00000000 0x97 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_send_block_main.str1.4 + 0x00000000 0x15f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_tx_task_main.str1.4 + 0x00000000 0x189 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_tx_tid_stop.str1.4 + 0x00000000 0xa3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_xon_deliver_packet.str1.4 + 0x00000000 0x6b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_xon_process_disconnected.str1.4 + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.mesh_xon_task_main.str1.4 + 0x00000000 0x232 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.tx_task_main.str1.4 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .rodata.xon_task_main.str1.4 + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table.part.2 + 0x00000000 0x40c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.optype2str + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_get_optlen + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_mcast_cover_node + 0x00000000 0x364 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_remove_myself_from_forwarding + 0x00000000 0x148 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toDS + 0x00000000 0x21e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toSelf + 0x00000000 0x412 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mcast_cover_node + 0x00000000 0x488 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_process_mcast + 0x00000000 0x17e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_process_bcast + 0x00000000 0x388 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_switch + 0x00000000 0x184 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_waive + 0x00000000 0x204 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce + 0x00000000 0x468 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table + 0x00000000 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_process_options + 0x00000000 0x296 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_process_ucast + 0x00000000 0x97e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text.esp_mesh_forward_packet + 0x00000000 0x46c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .bss.mesh_xseqno + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .data.MESH_BCAST_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.CSWTCH.646 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.__func__.10013 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.__func__.10031 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.__func__.10045 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.__func__.9947 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.__func__.9981 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_delivery_toDS.str1.4 + 0x00000000 0x65 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_delivery_toSelf.str1.4 + 0x00000000 0xab /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_forward_packet.str1.4 + 0x00000000 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_mcast_cover_node.str1.4 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_process_options.str1.4 + 0x00000000 0x69 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.esp_mesh_process_ucast.str1.4 + 0x00000000 0x346 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.mesh_process_mgmt_announce.str1.4 + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.mesh_process_mgmt_root_waive.str1.4 + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.mesh_process_mgmt_routing_table.part.2.str1.4 + 0x00000000 0x1c9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.optype2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .rodata.str1.4 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text.esp_mesh_channel_enable_jp + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text.esp_mesh_scan_done_get_channel + 0x00000000 0x80e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_reselect + 0x00000000 0x312 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_look_for_network + 0x00000000 0x37c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_allow_switch + 0x00000000 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .bss.look_for_nwk_count.9998 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .bss.scan_times.9978 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.__func__.10003 + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.__func__.10014 + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.__func__.9984 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.esp_mesh_channel_enable_jp.str1.4 + 0x00000000 0x49 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.esp_mesh_scan_done_get_channel.str1.4 + 0x00000000 0x33a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.mesh_nwk_process_allow_switch.str1.4 + 0x00000000 0xe8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.mesh_nwk_process_look_for_network.str1.4 + 0x00000000 0x109 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .rodata.mesh_nwk_process_reselect.str1.4 + 0x00000000 0x164 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.esp_mesh_push_to_rx_queue + 0x00000000 0xe8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.mesh_topo_get_ttl + 0x00000000 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.esp_mesh_wifi_recv_cb + 0x00000000 0x71a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_deinit + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_deinit + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_main + 0x00000000 0x29a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_init + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss.is_rx_running + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_task + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .bss.parent_last_mac_seqno.9984 + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .data.MESH_BCAST_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.__func__.10000 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.__func__.9960 + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.__func__.9987 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.esp_mesh_push_to_rx_queue.str1.4 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.esp_mesh_rx_task_init.str1.4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.esp_mesh_wifi_recv_cb.str1.4 + 0x00000000 0x225 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.mesh_rx_task_main.str1.4 + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .rodata.mesh_topo_get_ttl.str1.4 + 0x00000000 0x51 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear + 0x00000000 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_expire + 0x00000000 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_expire + 0x00000000 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_invalid + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_invalid + 0x00000000 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_update_invalid + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_enqueue + 0x00000000 0x1c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .rodata.__func__.10009 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .rodata.__func__.9937 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .rodata.esp_mesh_ap_list_clear.str1.4 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_route_init + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_route_deinit + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timer_start + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout_process + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_match_self + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_get_total_children_num + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_sub_route + 0x00000000 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_route + 0x00000000 0x16c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_print_route_table + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_get_sub_capacity + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.routetype2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_update_route_table + 0x00000000 0x39a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_delete_sub_children + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_send_add_announcement + 0x00000000 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_fill_rmv_sub_child + 0x00000000 0x300 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_malloc_rmv_announcement + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_construct_rmv_announcement + 0x00000000 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_pack_rmv_announcement + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_rmv_announcement + 0x00000000 0x142 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_multi_routing_table + 0x00000000 0x470 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_ie_update_capacity + 0x00000000 0x19a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_check_nonassociated_children + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_monitor_nonassociated_children + 0x00000000 0x2aa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_remove_nonassociated_children + 0x00000000 0x1c4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_copy_mgmt_announce + 0x00000000 0x302 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_process_redundant_subchildren + 0x00000000 0x3dc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_combine_multi_redundant_ack + 0x00000000 0x2a2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_check_multi_redundant_ack + 0x00000000 0x2ec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_refresh_routing_table + 0x00000000 0x6ca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table_size + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table + 0x00000000 0x1ce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_num + 0x00000000 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_list + 0x00000000 0xe8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_request + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_ack + 0x00000000 0x224 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text.esp_mesh_nwk_redundant_route + 0x00000000 0x1de /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.is_route_inited + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.mesh_multi_recv_ack + 0x00000000 0xf0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.mesh_multi_send_ack + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.mesh_route_table + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .bss.rt_change_timer + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.CSWTCH.426 + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10043 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10083 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10101 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10190 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10205 + 0x00000000 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10230 + 0x00000000 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10235 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10264 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.10277 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.9945 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.9953 + 0x00000000 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.__func__.9970 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_check_multi_redundant_ack.str1.4 + 0x00000000 0x13a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_combine_multi_redundant_ack.str1.4 + 0x00000000 0x15f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_copy_mgmt_announce.str1.4 + 0x00000000 0x114 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_get_routing_table.str1.4 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_lookup_route.str1.4 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_monitor_nonassociated_children.str1.4 + 0x00000000 0xb9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_nwk_redundant_route.str1.4 + 0x00000000 0xa5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_pack_multi_routing_table.str1.4 + 0x00000000 0xd7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_process_redundant_subchildren.str1.4 + 0x00000000 0x1c5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_refresh_routing_table.str1.4 + 0x00000000 0xf1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_remove_nonassociated_children.str1.4 + 0x00000000 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.esp_mesh_send_rtable_ack.str1.4 + 0x00000000 0x7b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.mesh_fill_rmv_sub_child.str1.4 + 0x00000000 0x18b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.mesh_malloc_rmv_announcement.str1.4 + 0x00000000 0x59 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.mesh_update_route_table.str1.4 + 0x00000000 0xf7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.routetype2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .rodata.str1.4 + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_zero_addr + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ext_assoc_len + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_ext_get_process + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ssid + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_announce + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_yield + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_fixed + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_gone + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ps + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ext_assoc_ie + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_sync_interface_tsf + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ext_assoc + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free.part.11 + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed.part.13 + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_my_ie_encrypted + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ssid_len + 0x00000000 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_coding_ie_key + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_encrypt_vnd_ie + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_assoc_ie + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_decrypt_vnd_ie + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_check_vnd_ie + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_set_ie_crypto_config + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_set + 0x00000000 0x1de /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_set + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_get + 0x00000000 0x154 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_get + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_sta_monitor_rssi + 0x00000000 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_reject_connection + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_change_beacon_interval + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_set + 0x00000000 0x1be /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_get + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_ie_esp_mesh_head + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ssid_ie + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ext_assoc_ie + 0x00000000 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ps_ie + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_duty_signaling + 0x00000000 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_init_mesh_assoc_ie + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.roots_type2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_malloc + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._print_roots_count + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_num_reach_max + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_reset_window_open_time + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_announce + 0x00000000 0x25a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_get + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_valid + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce + 0x00000000 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce_used + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield_used + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_fixed + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_gone + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_get_vnd_roots_len + 0x00000000 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_roots_ie + 0x00000000 0x144 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_stop_beacon + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_check_window_close_expire + 0x00000000 0x1a2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_check_window_open_expire + 0x00000000 0x1be /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_fixed + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_gone + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.print_roots_ie + 0x00000000 0x2c0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_duty_signaling + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_ps_set_new_duty + 0x00000000 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_post_event + 0x00000000 0xee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_master_is_root + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_entire_rule + 0x00000000 0x48c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_uplink_rule + 0x00000000 0x1fc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_duration_expire + 0x00000000 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_master_identity + 0x00000000 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_master_identity + 0x00000000 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_remaining + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_remaining + 0x00000000 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_allowed + 0x00000000 0x204 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_set_process + 0x00000000 0x310 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ps_ie + 0x00000000 0x276 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_recv_mesh_duty_signaling + 0x00000000 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_process_remaining + 0x00000000 0x308 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_root_process_duty_duration_expire + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_get_process + 0x00000000 0x182 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_found + 0x00000000 0x148 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_invalid + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_is_ie_ignored + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_is_same_router + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state + 0x00000000 0x272 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_check_roots_gone + 0x00000000 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_announce + 0x00000000 0x146 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_conflict_root + 0x00000000 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_remove_conflict_root + 0x00000000 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_yield + 0x00000000 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_conflict_table + 0x00000000 0x11e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_find_conflict_root + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_update_conflict_root + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_add_conflict_root + 0x00000000 0x1ce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_is_new_found_conflict_root + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_set + 0x00000000 0x4ea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_remove_gone + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_gone + 0x00000000 0x17a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_stop + 0x00000000 0x14a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie_ttl + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_yield + 0x00000000 0x214 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_root_process_roots_ie + 0x00000000 0x2ae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie + 0x00000000 0x36c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_parse_conflict_roots_ie + 0x00000000 0x3c2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_roots_ie + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_check_conflict_beacon + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_assoc_ie + 0x00000000 0x43c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_candidate + 0x00000000 0xf4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_clear_parent_candidate + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_candidate + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_switch_candidate + 0x00000000 0x390 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_weak_rssi + 0x00000000 0x1da /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_assoc_ie + 0x00000000 0x100 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_candidate_ie + 0x00000000 0x24e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_monitor_config + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_monitor_config + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_get_sub_ie + 0x00000000 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text._mesh_set_flag_roots_found + 0x00000000 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_roots_len + 0x00000000 0x2a6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_ie + 0x00000000 0x448 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_probe_response + 0x00000000 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_vote_candidate_rssi + 0x00000000 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_beacon + 0x00000000 0x14c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_set_rssi_threshold + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_get_rssi_threshold + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_init + 0x00000000 0x1d0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_init_cb + 0x00000000 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_deinit + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text.mesh_deinit_cb + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.esp_mesh_remain_nwk_duty + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.is_roots_found.10891 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.iv 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.last_parent_layer.11444 + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.max_ie_len.10894 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.mesh_sub_ie.11435 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.monitor_count.11445 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.monitor_time_start.11355 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.post_event_time.10851 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.post_event_time.11144 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.roots_found_time.10892 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.rx_bcn_count.11574 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_is_probe_requested + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_conflict_roots + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_funcs + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_key + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_monitor_parent_cfg + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_parent_candidate + 0x00000000 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_roots_ie_life + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_mesh_rssi_threshold + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_assoc_time + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_weak_time + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_parent_worse_rssi_time + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty_type + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty_type + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.s_recv_bcn_count + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.signaling_token.10963 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .bss.wifi_vnd_ext_mesh_roots + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .data.MESH_BCAST_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .data.candidate_rssi.11424 + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .data.g_mesh_monitor_parent_beacon_count + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.CSWTCH.647 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.__func__.10348 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.__func__.10521 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.__func__.10527 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.__func__.10899 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.__func__.11322 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_check_roots_gone.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_check_window_close_expire.str1.4 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_roots_process_stop.str1.4 + 0x00000000 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_roots_process_yield.str1.4 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_timer_process_conflict_root.str1.4 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata._mesh_timer_process_yield.str1.4 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.esp_mesh_add_conflict_root.str1.4 + 0x00000000 0x49 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.esp_mesh_parse_conflict_assoc_ie.str1.4 + 0x00000000 0x53 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.esp_mesh_ps_duty_cycle_get_process.str1.4 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.ieee80211_add_ie_esp_mesh_head.str1.4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.ieee80211_vnd_mesh_roots_set.str1.4 + 0x00000000 0x63 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.mesh_nwk_duty_process_remaining.str1.4 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.mesh_parse_ps_entire_rule.str1.4 + 0x00000000 0xe5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.mesh_parse_ps_uplink_rule.str1.4 + 0x00000000 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.mesh_post_parent_switch_candidate.str1.4 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.mesh_root_process_roots_ie.str1.4 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.roots_type2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata.str1.4 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_error.2 + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_error.5 + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_info.20 + 0x00000000 0x85 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_info.26 + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_info.27 + 0x00000000 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_info.32 + 0x00000000 0x99 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_info.34 + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.10 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.11 + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.12 + 0x00000000 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.13 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.14 + 0x00000000 0x43 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.15 + 0x00000000 0x53 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.16 + 0x00000000 0x5f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.17 + 0x00000000 0x37 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.18 + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.19 + 0x00000000 0x61 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.21 + 0x00000000 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.22 + 0x00000000 0x51 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.23 + 0x00000000 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.24 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.25 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.28 + 0x00000000 0x89 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.29 + 0x00000000 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.3 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.30 + 0x00000000 0xa3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.31 + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.33 + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.35 + 0x00000000 0x77 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.36 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.4 + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.6 + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.7 + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.8 + 0x00000000 0x75 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.9 + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_route_announce + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_mie_monitor + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_bcn_change + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_root_connect + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_candidate_monitor + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_rt_change + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_ps_control + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text.mesh_timer_do_process + 0x00000000 0x114 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .data.mesh_timer_info + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .rodata.__func__.9976 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .rodata.mesh_timer_do_process.str1.4 + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_wait + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_signal + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_set_io_process + 0x00000000 0xee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.esp_mesh_stop_parent_reconnection + 0x00000000 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_set_router + 0x00000000 0x24a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_set_self_organized + 0x00000000 0x136 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_set_type + 0x00000000 0x2aa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_csa_set_bssid + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_switch_channel + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_look_for_network + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text.mesh_nwk_io_process + 0x00000000 0x1c4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_nwk_io_process + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .bss.csa_bssid + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .bss.g_mesh_stop_reconnection + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .bss.s_mesh_io_error + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.__func__.9945 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.__func__.9999 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_nwk_io_process.str1.4 + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_set_io_process.str1.4 + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_set_router.str1.4 + 0x00000000 0xa9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_set_self_organized.str1.4 + 0x00000000 0x5d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .rodata.mesh_set_type.str1.4 + 0x00000000 0xa5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_lock + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_unlock + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_mbox + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_mbox + 0x00000000 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_malloc + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_free + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_context + 0x00000000 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_context + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_create_task + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.wifi_event_id2str + 0x00000000 0x172 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.wifi_event_id2str + 0x00000000 0xf8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.nwk_event_id2str + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.tx_msg_id2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.tx_state_id2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.discnx_reason_id2str + 0x00000000 0x1ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.mesh_ie_type2str + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.scan_status2str + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.vote_done2str + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.vote_start2str + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.txq_opr2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.tx_wifi_err2str + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.io_cfg2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.opt_type2str + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.reconnect_type2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text.dutytype2str + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .bss.strid.9988 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.40 + 0x00000000 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.41 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.42 + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.43 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.44 + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.45 + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.46 + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.47 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.48 + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH.49 + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.__func__.9938 + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.__func__.9944 + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.discnx_reason_id2str.str1.4 + 0x00000000 0x167 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.dutytype2str.str1.4 + 0x00000000 0x7b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.esp_mesh_create_mbox.str1.4 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.mesh_ie_type2str.str1.4 + 0x00000000 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.nwk_event_id2str.str1.4 + 0x00000000 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.scan_status2str.str1.4 + 0x00000000 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.str1.4 + 0x00000000 0x914 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.tx_msg_id2str.str1.4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.tx_state_id2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.vote_done2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .rodata.wifi_event_id2str.str1.4 + 0x00000000 0x36e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_rx_pending + 0x00000000 0x162 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_ie_init + 0x00000000 0x146 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_wifi_event_init + 0x00000000 0xe8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_wifi_event_deinit + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_init + 0x00000000 0x22a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_stop_recv + 0x00000000 0x1fc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_parse_option + 0x00000000 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.mesh_parse_option + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_add_option + 0x00000000 0x138 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_chain_header_add_ttl + 0x00000000 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_send_process_topo + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_send_process_flag + 0x00000000 0x18e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_wait + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_signal + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_send_mgmt + 0x00000000 0x2be /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_send + 0x00000000 0x6ac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_send + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_recv_add_option + 0x00000000 0x190 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_recv_process_flag + 0x00000000 0x12a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_recv + 0x00000000 0x3e4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_recv + 0x00000000 0x1a2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_encrypt_ie_plain_key + 0x00000000 0x11c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_config + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_router + 0x00000000 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_router + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_set_id + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_id + 0x00000000 0x154 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_id + 0x00000000 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_type + 0x00000000 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_type + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_max_layer + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_password + 0x00000000 0xf4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_authmode + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_authmode + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_connections + 0x00000000 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_connections + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_non_mesh_connections + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_config + 0x00000000 0x4ca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_non_mesh_connections + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_layer + 0x00000000 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_parent_bssid + 0x00000000 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_root + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_print_rxQ_waiting + 0x00000000 0x23e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_push_to_myself_queue + 0x00000000 0x22e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_push_to_tcpip_queue + 0x00000000 0x3bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_flush_tcpip_queue + 0x00000000 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_recv_release + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_recv_toDS + 0x00000000 0x206 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_max_layer + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_self_organized + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_self_organized + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_set_parent + 0x00000000 0x668 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_parent + 0x00000000 0x17c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_waive_root + 0x00000000 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_waive_root + 0x00000000 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_send_stop_vote + 0x00000000 0x194 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_send_stop_vote + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_vote_percentage + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_vote_percentage + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_root_addr + 0x00000000 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_attempts + 0x00000000 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_attempts + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_push_to_xmit_state_queue + 0x00000000 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_stop + 0x00000000 0x738 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_deinit + 0x00000000 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_start + 0x00000000 0x202 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_total_node_num + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_switch_parent_paras + 0x00000000 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_switch_parent_paras + 0x00000000 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_xon_qsize + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_xon_qsize + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_my_group + 0x00000000 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_insert_group_addr + 0x00000000 0x14c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_addr + 0x00000000 0x1d0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_group_id + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_id + 0x00000000 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_group_num + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_group_list + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_capacity_num + 0x00000000 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_capacity_num + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_my_ie_encrypted + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_funcs + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_funcs + 0x00000000 0x114 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_key + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_key + 0x00000000 0x19c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_ie_crypto_key + 0x00000000 0x112 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_root_healing_delay + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_root_healing_delay + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_passive_scan_time + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_passive_scan_time + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_fix_root + 0x00000000 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_root_fixed + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_announce_interval + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_announce_interval + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_num + 0x00000000 0x102 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_list + 0x00000000 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_switch_channel + 0x00000000 0x128 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_look_for_network + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_set_topology + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_get_topology + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_device_active + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_enable_ps + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_disable_ps + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_is_ps_enabled + 0x00000000 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text.esp_mesh_ps_get_duties + 0x00000000 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.MESH_ZERO_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_is_mesh_inited + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_is_mesh_started + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_is_root_fixed + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_is_standalone_sta + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_cfg_attemps + 0x00000000 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_cfg_switch_parent + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_chain + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_ext_cfg + 0x00000000 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_ie + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_manual_nwk + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_self_map_addr + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_self_sta_addr + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_stop_event_group + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.g_mesh_xon_cfg_qsize + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.mesh_ioctl_sem + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.mesh_myself_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.mesh_tcpip_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.mesh_xmit_sem + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.mesh_xmit_state_mbox + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.option.10075 + 0x00000000 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_extra_toDS_qsize + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_extra_toSelf_qsize + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_mesh_ext_crypto_config + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_mesh_group_addr + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_mesh_send_mutex + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.s_mesh_stop_mutex + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .bss.value.10074 + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.MESH_BCAST_ADDR + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_ann_interval + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_cfg_vote_percent + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_max_layer + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_passive_scan_time + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_root_healing_delay + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.g_mesh_rt_capacity + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.libmesh_reversion_git + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .data.s_mesh_ie_crypto_plain_key + 0x00000000 0x41 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10019 + 0x00000000 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10029 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10108 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10127 + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10195 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10227 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10303 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10312 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10322 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10381 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10437 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.__func__.10449 + 0x00000000 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_get_rx_pending.str1.4 + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_init.cst4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_print_rxQ_waiting.str1.4 + 0x00000000 0x8d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_push_to_tcpip_queue.str1.4 + 0x00000000 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_recv.str1.4 + 0x00000000 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_send.str1.4 + 0x00000000 0xdb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_ap_connections.str1.4 + 0x00000000 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_ap_password.str1.4 + 0x00000000 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_config.str1.4 + 0x00000000 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_ie_crypto_funcs.str1.4 + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_ie_crypto_key.str1.4 + 0x00000000 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_non_mesh_connections.str1.4 + 0x00000000 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_set_parent.str1.4 + 0x00000000 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_stop.str1.4 + 0x00000000 0x264 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_switch_channel.str1.4 + 0x00000000 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.esp_mesh_waive_root.cst4 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.mesh_encrypt_ie_plain_key.str1.4 + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.mesh_set_parent.str1.4 + 0x00000000 0x1bf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.mesh_stop_recv.str1.4 + 0x00000000 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.mesh_wifi_event_init.str1.4 + 0x00000000 0x73 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .rodata.str1.4 + 0x00000000 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.mesh_pm_tbtt_start + 0x00000000 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tbtt_timeout_process + 0x00000000 0x1bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_rx_beacon_process + 0x00000000 0x15a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_data_process + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_null_process + 0x00000000 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.mesh_pm_set_null + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_sleep + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_wake + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text.esp_mesh_is_start_pm_now + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss.mesh_ps_keep_cnx + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss.rx_bcn_count.8719 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss.s_mesh_is_awake_duty + 0x00000000 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss.s_mesh_next_awake_tbtt + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .bss.send_null_cnt.8665 + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .data.g_mesh_dfs_compensation_ms + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .data.s_mesh_active_duty_cycle + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.2 + 0x00000000 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.4 + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .rodata_wlog_warning.3 + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.nvs_op2str + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_operate + 0x00000000 0x430 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_operate + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_layer + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_assoc + 0x00000000 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_init + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_deinit + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .bss.g_mesh_nvs_settings + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .bss.mesh_nvs_settings + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .data.mesh_nvs_handle + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.CSWTCH.62 + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_init.str1.4 + 0x00000000 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_operate.str1.4 + 0x00000000 0xa3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.nvs_op2str.str1.4 + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .rodata.str1.4 + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + .text 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.get16_le + 0x00000000 0x6 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_name_len + 0x00000000 0x12 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_name + 0x00000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_key_len + 0x00000000 0x14 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_key + 0x00000000 0x2a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_len + 0x00000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_cert_offset + 0x00000000 0x8 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_certcount + 0x00000000 0x16 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_get_cert + 0x00000000 0x1a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_check_bundle.str1.4 + 0x00000000 0x5a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_check_bundle + 0x00000000 0xc6 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_init + 0x00000000 0x2a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_find_cert + 0x00000000 0xbc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_check_signature.str1.4 + 0x00000000 0xce esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_check_signature + 0x00000000 0x19a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_verify_callback.str1.4 + 0x00000000 0xf2 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_verify_callback + 0x00000000 0x14c esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_bundle_attach.str1.4 + 0x00000000 0x25 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_attach + 0x00000000 0x9a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_detach + 0x00000000 0x20 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_set + 0x00000000 0x12 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_in_use + 0x00000000 0x10 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .sbss.s_crt_bundle + 0x00000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.s_dummy_crt + 0x00000000 0x198 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_info 0x00000000 0x1fdc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_abbrev 0x00000000 0x38d esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_loc 0x00000000 0xa62 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_aranges + 0x00000000 0xa8 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_ranges 0x00000000 0x100 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_line 0x00000000 0x1011 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_str 0x00000000 0x1754 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_frame 0x00000000 0x268 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .rodata.embedded + 0x00000000 0x110f8 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .riscv.attributes + 0x00000000 0x64 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .text 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .data 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.is_ota_partition + 0x00000000 0x28 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.set_new_state_otadata + 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_ota_ops_entry + 0x00000000 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.image_validate + 0x00000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.find_default_boot_partition.str1.4 + 0x00000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.find_default_boot_partition + 0x00000000 0x82 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.read_otadata.str1.4 + 0x00000000 0x4b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.read_otadata + 0x00000000 0xcc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.rewrite_ota_seq + 0x00000000 0x70 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.check_invalid_otadata + 0x00000000 0x42 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_last_invalid_otadata + 0x00000000 0x3a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_begin + 0x00000000 0xf4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write.str1.4 + 0x00000000 0x92 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write + 0x00000000 0x1ea esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write_with_offset.str1.4 + 0x00000000 0xb2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write_with_offset + 0x00000000 0x116 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_abort + 0x00000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_end + 0x00000000 0xa0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_app_partition_count.str1.4 + 0x00000000 0x46 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_app_partition_count + 0x00000000 0x58 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_rewrite_ota_data + 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_set_boot_partition + 0x00000000 0x66 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_boot_partition.str1.4 + 0x00000000 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_boot_partition + 0x00000000 0xb4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_next_update_partition.str1.4 + 0x00000000 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_next_update_partition + 0x00000000 0x90 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_bootloader_description + 0x00000000 0x86 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_partition_description + 0x00000000 0x50 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_check_rollback_is_possible + 0x00000000 0xe6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_current_ota_is_workable.str1.4 + 0x00000000 0xb9 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_current_ota_is_workable + 0x00000000 0x144 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_valid_cancel_rollback + 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_invalid_rollback_and_reboot + 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_last_invalid_partition + 0x00000000 0x76 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_state_partition + 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_erase_last_boot_app_partition + 0x00000000 0xf6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.0 + 0x00000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.3 + 0x00000000 0x20 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.4 + 0x00000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .sbss.s_ota_ops_last_handle + 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(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) + .text.gdma_hal_stop + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_append + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_reset + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_set_strategy + 0x00000000 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_read_intr_status + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_get_intr_status_reg + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_get_eof_desc_addr + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_periph_signals + 0x00000000 0x1c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_info 0x00000000 0x389 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_abbrev 0x00000000 0xac esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_line 0x00000000 0x110 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_str 0x00000000 0xb5f esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .rodata.esp_mesh_send_event_internal.str1.4 + 0x00000000 0xb esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text.esp_mesh_send_event_internal + 0x00000000 0x22 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .srodata.MESH_EVENT + 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_info 0x00000000 0x1bd esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_abbrev 0x00000000 0xca esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_loc 0x00000000 0x96 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_line 0x00000000 0x327 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_str 0x00000000 0x2b5 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_frame 0x00000000 0x2c esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text._ZSt15set_new_handlerPFvvE + 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .gcc_except_table._ZSt15set_new_handlerPFvvE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text.exit._GLOBAL__sub_D__ZSt7nothrow + 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .gcc_except_table._GLOBAL__sub_D__ZSt7nothrow + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .fini_array 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .eh_frame 0x00000000 0x188 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .eh_frame 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .eh_frame 0x00000000 0x130 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD0Ev + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .rodata._ZTVSt9type_info + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .eh_frame 0x00000000 0x80 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .eh_frame 0x00000000 0x12c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text.__cxa_get_exception_ptr + 0x00000000 0x6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt18uncaught_exceptionv + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt19uncaught_exceptionsv + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .eh_frame 0x00000000 0xac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD2Ev + 0x00000000 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZNKSt9exception4whatEv.str1.4 + 0x00000000 0xf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNKSt9exception4whatEv + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZNKSt13bad_exception4whatEv.str1.4 + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNKSt13bad_exception4whatEv + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt9exceptionD0Ev + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD0Ev + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD2Ev + 0x00000000 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD0Ev + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD2Ev + 0x00000000 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZGTtNKSt9exceptionD1Ev + 0x00000000 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZGTtNKSt13bad_exceptionD1Ev + 0x00000000 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVSt9exception + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVSt13bad_exception + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv115__forced_unwindE + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv119__foreign_exceptionE + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .eh_frame 0x00000000 0x104 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.exit._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x00000000 0x2a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .fini_array 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .eh_frame 0x00000000 0xe8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 + 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.4 + 0x00000000 0x26 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev + 0x00000000 0x12 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev + 0x00000000 0x22 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev + 0x00000000 0x12 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev + 0x00000000 0x22 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx7__mutex4lockEv + 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN9__gnu_cxx7__mutex6unlockEv + 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt13set_terminatePFvvE + 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._ZSt13set_terminatePFvvE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN10__cxxabiv112__unexpectedEPFvvE + 0x00000000 0xe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14set_unexpectedPFvvE + 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._ZSt14set_unexpectedPFvvE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14get_unexpectedv + 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._ZSt14get_unexpectedv + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text.unlikely._ZSt10unexpectedv + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text.exit._GLOBAL__sub_D__ZN10__cxxabiv111__terminateEPFvvE + 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._GLOBAL__sub_D__ZN10__cxxabiv111__terminateEPFvvE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .fini_array 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTSSt9exception + 0x00000000 0xd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .srodata._ZTISt9exception + 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE + 0x00000000 0x27 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE + 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE + 0x00000000 0x29 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE + 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .eh_frame 0x00000000 0x240 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .sdata._ZN10__cxxabiv120__unexpected_handlerE + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_info 0x00000000 0x3c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x00000000 0x277 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_aranges + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_str 0x00000000 0x66e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line_str + 0x00000000 0x494 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .rodata._ZTSSt9exception + 0x00000000 0xd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .srodata._ZTISt9exception + 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .eh_frame 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .eh_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_info 0x00000000 0x164 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_abbrev 0x00000000 0xd0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_loclists + 0x00000000 0x81 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_rnglists + 0x00000000 0x16 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_line 0x00000000 0x11b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_str 0x00000000 0x1d2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .text 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_info 0x00000000 0x20a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_abbrev 0x00000000 0x13d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_loclists + 0x00000000 0x89 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_rnglists + 0x00000000 0x16 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_line 0x00000000 0x157 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_str 0x00000000 0x1fb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .rodata 0x00000000 0x100 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_info 0x00000000 0xed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_abbrev 0x00000000 0x70 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_aranges + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line 0x00000000 0x3f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_str 0x00000000 0x1a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .text 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_info 0x00000000 0x157 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_abbrev 0x00000000 0xca /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_loclists + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_rnglists + 0x00000000 0x16 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_line 0x00000000 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_str 0x00000000 0x1c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .text 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_info 0x00000000 0x173 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_abbrev 0x00000000 0xdd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_loclists + 0x00000000 0x75 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_rnglists + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_line 0x00000000 0xf9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_str 0x00000000 0x1d3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + .text 0x00000000 0x4a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_info 0x00000000 0x215 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_abbrev 0x00000000 0x13d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_loclists + 0x00000000 0x86 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_rnglists + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_line 0x00000000 0x143 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_str 0x00000000 0x1fd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .text 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x00000000 0xe6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x00000000 0x65 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loclists + 0x00000000 0xd6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x00000000 0xe9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x00000000 0x1aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_info 0x00000000 0xe6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_abbrev 0x00000000 0x65 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_loclists + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_line 0x00000000 0x9b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_str 0x00000000 0x1a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + .text 0x00000000 0x52 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_info 0x00000000 0xe6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_abbrev 0x00000000 0x65 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_loclists + 0x00000000 0x21 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_line 0x00000000 0xcf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_str 0x00000000 0x1a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .text 0x00000000 0x394 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_info 0x00000000 0x7a8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_abbrev 0x00000000 0x1bf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_loclists + 0x00000000 0x556 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_rnglists + 0x00000000 0x8e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_line 0x00000000 0xa2e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_str 0x00000000 0x258 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .text 0x00000000 0x362 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_info 0x00000000 0x7f1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_abbrev 0x00000000 0x1ca /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_loclists + 0x00000000 0x479 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_rnglists + 0x00000000 0x70 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_line 0x00000000 0xa36 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_str 0x00000000 0x258 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .text 0x00000000 0x35a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000 0x776 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x00000000 0x1a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_loclists + 0x00000000 0x6ad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_rnglists + 0x00000000 0x8f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x00000000 0x97b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_str 0x00000000 0x259 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .text 0x00000000 0x322 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_info 0x00000000 0x7c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_abbrev 0x00000000 0x1aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_loclists + 0x00000000 0x520 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_rnglists + 0x00000000 0x56 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_line 0x00000000 0x98d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_str 0x00000000 0x259 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .eh_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .text 0x00000000 0x5e0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_info 0x00000000 0x4f6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_abbrev 0x00000000 0x186 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_loclists + 0x00000000 0xa83 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_rnglists + 0x00000000 0xf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_line 0x00000000 0x1377 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_str 0x00000000 0x293 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_line_str + 0x00000000 0x1bc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_frame 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .text 0x00000000 0x458 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_info 0x00000000 0x6ac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_abbrev 0x00000000 0x185 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_loclists + 0x00000000 0x7b4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_rnglists + 0x00000000 0x148 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_line 0x00000000 0xf02 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_str 0x00000000 0x3ad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_line_str + 0x00000000 0x1c6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .text 0x00000000 0x5f6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_info 0x00000000 0x4f2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_abbrev 0x00000000 0x186 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_loclists + 0x00000000 0xafa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_rnglists + 0x00000000 0xf0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_line 0x00000000 0x1384 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_str 0x00000000 0x293 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_line_str + 0x00000000 0x1bc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_frame 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .text 0x00000000 0x64 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_info 0x00000000 0x1c2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_abbrev 0x00000000 0x15f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_loclists + 0x00000000 0xaa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_line 0x00000000 0x1df /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_str 0x00000000 0x1a0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .text 0x00000000 0x74 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_info 0x00000000 0x268 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_abbrev 0x00000000 0x164 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_loclists + 0x00000000 0x95 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_rnglists + 0x00000000 0x2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_line 0x00000000 0x225 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_str 0x00000000 0x23d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_line_str + 0x00000000 0x1cf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_frame 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .text 0x00000000 0x31c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_info 0x00000000 0x2e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_abbrev 0x00000000 0x17d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_loclists + 0x00000000 0x819 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_rnglists + 0x00000000 0xcc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_line 0x00000000 0xd4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_str 0x00000000 0x256 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_line_str + 0x00000000 0x1bc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .debug_frame 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + .text 0x00000000 0x248 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .rodata 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_info 0x00000000 0x360 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_abbrev 0x00000000 0x14c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_loclists + 0x00000000 0x3b8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_rnglists + 0x00000000 0x66 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_line 0x00000000 0x8cd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_str 0x00000000 0x2c0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_line_str + 0x00000000 0x1bc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .debug_frame 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + .text 0x00000000 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_info 0x00000000 0x1fb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_abbrev 0x00000000 0x12d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_loclists + 0x00000000 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_rnglists + 0x00000000 0x1d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_line 0x00000000 0x22f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_str 0x00000000 0x189 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + .text 0x00000000 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_info 0x00000000 0x1fe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_abbrev 0x00000000 0x162 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_loclists + 0x00000000 0x97 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_rnglists + 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_line 0x00000000 0x2cb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_str 0x00000000 0x1ad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + .text 0x00000000 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_info 0x00000000 0x1fe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_abbrev 0x00000000 0x162 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_loclists + 0x00000000 0x97 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_rnglists + 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_line 0x00000000 0x2cb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_str 0x00000000 0x1ad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + .text 0x00000000 0x244 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_info 0x00000000 0x350 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_abbrev 0x00000000 0x15b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_loclists + 0x00000000 0x32d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_rnglists + 0x00000000 0x61 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_line 0x00000000 0x810 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_str 0x00000000 0x27b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_line_str + 0x00000000 0x1c6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .debug_frame 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + .text 0x00000000 0x32a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_info 0x00000000 0x2e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_abbrev 0x00000000 0x17d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_loclists + 0x00000000 0x7ac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_rnglists + 0x00000000 0xc9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_line 0x00000000 0xd87 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_str 0x00000000 0x256 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_line_str + 0x00000000 0x1bc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .debug_frame 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + .text 0x00000000 0xc0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_info 0x00000000 0x213 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_abbrev 0x00000000 0x16d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_loclists + 0x00000000 0x187 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_rnglists + 0x00000000 0x45 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_line 0x00000000 0x37a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_str 0x00000000 0x21e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_line_str + 0x00000000 0x1cf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .debug_frame 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + .text 0x00000000 0xa4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_info 0x00000000 0x20a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_abbrev 0x00000000 0x186 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_loclists + 0x00000000 0x143 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_rnglists + 0x00000000 0x35 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_line 0x00000000 0x34c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_str 0x00000000 0x219 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_line_str + 0x00000000 0x1d5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + .text 0x00000000 0x100 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_info 0x00000000 0x23d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_abbrev 0x00000000 0x175 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_loclists + 0x00000000 0x1a7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_rnglists + 0x00000000 0x43 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_line 0x00000000 0x41a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_str 0x00000000 0x22d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_line_str + 0x00000000 0x1d5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .debug_frame 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + .text 0x00000000 0xa4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_info 0x00000000 0x254 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_abbrev 0x00000000 0x15b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_loclists + 0x00000000 0x121 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_rnglists + 0x00000000 0x1d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_line 0x00000000 0x3a3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_str 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_line_str + 0x00000000 0x1d4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .debug_frame 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + .text 0x00000000 0xf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_info 0x00000000 0x287 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_abbrev 0x00000000 0x13c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_loclists + 0x00000000 0x23c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_rnglists + 0x00000000 0x26 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_line 0x00000000 0x4c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_str 0x00000000 0x21f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_line_str + 0x00000000 0x1d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + .text 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_info 0x00000000 0x1b6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_abbrev 0x00000000 0x10c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_loclists + 0x00000000 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_line 0x00000000 0x107 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_str 0x00000000 0x1e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .text 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_info 0x00000000 0x1b6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_abbrev 0x00000000 0x10c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_loclists + 0x00000000 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line 0x00000000 0x107 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_str 0x00000000 0x1e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPPvET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPvET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIP11frame_stateET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void_and_return + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.forward_abort_uw_ctx + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_bases + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table_bases + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Find_FDE + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetGR + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetCFA + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetIP + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetGR + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetIPInfo + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z17__frame_state_forPvP11frame_state + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Resume + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_RaiseException + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_ForcedUnwind + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Backtrace + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.pa_i2c_track + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.rom_bt_track_tx_power + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.rom_wifi_track_tx_power + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.phy_param_track + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.ram1_bt_track_pll_cap + 0x00000000 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.bt_track_pll_cap + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.pocket_sar_power + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text.ram_tx_pwctrl_background + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.RFChannelSel + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_rx_rifs_en + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_current_level_set + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_bt_power_track + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.tx_pwctrl_background + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_set_11b_param + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_eco_version_sel + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_force_rx_gain + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_get_rx_gain + 0x00000000 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_rx_band_set + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_set_cca_cnt + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_get_cca_cnt + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_param_set + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_get_rfdata_num + 0x00000000 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_get_noise_floor + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text.phy_get_rssi + 0x00000000 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .text.phy_get_mac_addr + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .text.get_chip_version + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .text.write_freq_mem_all + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .text.get_rf_freq_cap + 0x00000000 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .text.rom_pbus_xpd_tx_on + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .text.rom_phy_param_addr + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .text.chip726_phyrom_version_num + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .bss.phy_param_rom + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_chan_pwr_backoff + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_get_most_tpw + 0x00000000 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.get_max_power + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.esp_tx_state_out + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_get_adc_rand + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_internal_delay + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_ftm_comp + 0x00000000 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_chan_dump_cfg + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_chan_filt_set + 0x00000000 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_rx11blr_cfg + 0x00000000 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_get_cca + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_set_rate + 0x00000000 0x178 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_set_rate_xiaomi + 0x00000000 0x1f0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_set_wifi_mode_only + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_txpwr_backoff + 0x00000000 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_get_tx_rate + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_dig_ldo_cal + 0x00000000 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_txtone_start + 0x00000000 0xce /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text.phy_txtone_stop + 0x00000000 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .rodata.phy_dig_ldo_cal.str1.4 + 0x00000000 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .text.ram_pll_vol_cal + 0x00000000 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .text.phy_set_freq + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .text.get_pll_ref_code + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.phy_set_tsens_power + 0x00000000 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.tsens_dac_to_index + 0x00000000 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.tsens_dac_cal1 + 0x00000000 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.rom_tsens_code_read + 0x00000000 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.tsens_temp_read1 + 0x00000000 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text.phy_get_tsens_value + 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .text.chan14_mic_enable + 0x00000000 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .text.set_adc_rand + 0x00000000 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .rodata 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .text.phy_analog_delay_cal + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .text.rfrx_sat_cal_init + 0x00000000 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .rodata 0x00000000 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .text.phy_set_pwdet_power + 0x00000000 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .text.meas_tone_pwr_db + 0x00000000 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .text.rx_blocking_set + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.phy_version_print + 0x00000000 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.phy_reg_check + 0x00000000 0x258 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.phy_i2c_check + 0x00000000 0x24c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.get_dc_value + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.phy_tx_gain_print + 0x00000000 0x160 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.phy_cal_print + 0x00000000 0x666 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.pbus_print + 0x00000000 0x124 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.mac_debug + 0x00000000 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text.pll_cap_print + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.mac_debug.str1.4 + 0x00000000 0x9f /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.pbus_print.str1.4 + 0x00000000 0x49 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.phy_cal_print.str1.4 + 0x00000000 0x21a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.phy_i2c_check.str1.4 + 0x00000000 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.phy_reg_check.str1.4 + 0x00000000 0xf0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.phy_tx_gain_print.str1.4 + 0x00000000 0x9a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.phy_version_print.str1.4 + 0x00000000 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .rodata.pll_cap_print.str1.4 + 0x00000000 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text.rom_txbbgain_to_index + 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text.rom_index_to_txbbgain + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text.rom_set_tx_gain_mem + 0x00000000 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text.phy_get_txpwr_param + 0x00000000 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text.target_power_backoff + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .rodata.CSWTCH.38 + 0x00000000 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.start_tx_tone + 0x00000000 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.ram_check_noise_floor + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.phy_rx_sense_set + 0x00000000 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.tx_state_set + 0x00000000 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.phy_close_pa + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.wifi_rifs_mode_en + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.phy_get_fetx_delay + 0x00000000 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.rom_phy_xpd_tsens + 0x00000000 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text.phy_fft_scale_force + 0x00000000 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .text.rfrx_sat_rst + 0x00000000 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .text.get_rfrx_sat + 0x00000000 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .text.rfrx_sat_check + 0x00000000 0x456 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .text.rom_noise_check_loop + 0x00000000 0x182 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.rfrx_sat_check.str1.4 + 0x00000000 0x49 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.rom_noise_check_loop.str1.4 + 0x00000000 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + .text.rom_i2c_sar2_init_code + 0x00000000 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .text.tx_ict_stg0_cal + 0x00000000 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .text 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .data 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .bss 0x00000000 0x0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_filter_sel + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_recorrect + 0x00000000 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_corr_set + 0x00000000 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_dpo_set + 0x00000000 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_restart_set + 0x00000000 0x11c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_target_set + 0x00000000 0x16c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_detect_set + 0x00000000 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_gain_set + 0x00000000 0x150 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_rx_rssi_thresh + 0x00000000 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_rx_set + 0x00000000 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_tx_set + 0x00000000 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_version + 0x00000000 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_tx_cca_set + 0x00000000 0x14e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_bb_v2_init_cmplx + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.coex_pti_v2 + 0x00000000 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.coex_pti_print + 0x00000000 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer0_wifi_v2 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer0_wifi_pti_v2 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer1_bt_v2 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer1_bt_pti_v2 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer11_bt_v2 + 0x00000000 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.force_coex_timer11_bt_pti_v2 + 0x00000000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_get_channel_pwr_set + 0x00000000 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_get_channel_pwr + 0x00000000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_get_channel_pwr_unset + 0x00000000 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.bt_set_chn + 0x00000000 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text.set_ble_rx_sense + 0x00000000 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .rodata.bt_bb_v2_version.str1.4 + 0x00000000 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .rodata.coex_pti_print.str1.4 + 0x00000000 0x69 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .comment 0x00000000 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.rtc_printf.str1.4 + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.rtc_printf + 0x00000000 0x2e esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_info 0x00000000 0x904 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_abbrev 0x00000000 0x1da /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_loclists + 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_line 0x00000000 0x9c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_str 0x00000000 0x4e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_line_str + 0x00000000 0x2d3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .debug_frame 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + .text 0x00000000 0x10 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_info 0x00000000 0xec /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_abbrev 0x00000000 0xb6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_loclists + 0x00000000 0x2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_line 0x00000000 0x8b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_str 0x00000000 0x115 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_line_str + 0x00000000 0x1fd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_frame 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .text 0x00000000 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_info 0x00000000 0x183 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_abbrev 0x00000000 0xee /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_loclists + 0x00000000 0xea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_line 0x00000000 0x14c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_str 0x00000000 0x129 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_line_str + 0x00000000 0x200 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_frame 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .text 0x00000000 0x132 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .rodata.str1.4 + 0x00000000 0x6d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_info 0x00000000 0x9a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_abbrev 0x00000000 0x23d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_loclists + 0x00000000 0x3f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_line 0x00000000 0x268 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_str 0x00000000 0x506 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_line_str + 0x00000000 0x2dc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .debug_frame 0x00000000 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + .text 0x00000000 0x198 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_info 0x00000000 0xe5f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_abbrev 0x00000000 0x2f4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_loclists + 0x00000000 0x334 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_rnglists + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_line 0x00000000 0x5d0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_str 0x00000000 0x765 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_line_str + 0x00000000 0x368 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_frame 0x00000000 0x8c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .text 0x00000000 0xa0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .rodata.str1.4 + 0x00000000 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_info 0x00000000 0x1c1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_abbrev 0x00000000 0xf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_loclists + 0x00000000 0x12b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_line 0x00000000 0x1e1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_str 0x00000000 0x144 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_line_str + 0x00000000 0x20b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_frame 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .text 0x00000000 0x396 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_info 0x00000000 0x759 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_abbrev 0x00000000 0x251 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_loclists + 0x00000000 0x513 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_rnglists + 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_line 0x00000000 0x8ad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_str 0x00000000 0x16d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_line_str + 0x00000000 0x26e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_frame 0x00000000 0xa0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .text 0x00000000 0x66 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_info 0x00000000 0x8d4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_abbrev 0x00000000 0x1d7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_loclists + 0x00000000 0x36 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_line 0x00000000 0x148 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_str 0x00000000 0x543 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_line_str + 0x00000000 0x2de /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .text 0x00000000 0x14a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_info 0x00000000 0xa9b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_abbrev 0x00000000 0x252 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_loclists + 0x00000000 0x1af /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_line 0x00000000 0x394 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_str 0x00000000 0x565 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_line_str + 0x00000000 0x2e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_frame 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .text 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_info 0x00000000 0x97e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_abbrev 0x00000000 0x213 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_loclists + 0x00000000 0x7a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line 0x00000000 0x14d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_str 0x00000000 0x521 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line_str + 0x00000000 0x2e2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_frame 0x00000000 0x50 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .text 0x00000000 0x94 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_info 0x00000000 0x98a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_abbrev 0x00000000 0x246 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_loclists + 0x00000000 0xb7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line 0x00000000 0x19a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_str 0x00000000 0x558 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line_str + 0x00000000 0x2db /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_frame 0x00000000 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .text 0x00000000 0xac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_info 0x00000000 0xa5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_abbrev 0x00000000 0x253 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_loclists + 0x00000000 0xb6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line 0x00000000 0x212 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_str 0x00000000 0x5a2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line_str + 0x00000000 0x2ee /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .text 0x00000000 0x13a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_info 0x00000000 0xa7e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_abbrev 0x00000000 0x29a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_loclists + 0x00000000 0x19a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_line 0x00000000 0x2fa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_str 0x00000000 0x575 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_line_str + 0x00000000 0x2e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .debug_frame 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .text 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_info 0x00000000 0x939 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_abbrev 0x00000000 0x242 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_loclists + 0x00000000 0x5e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_line 0x00000000 0xd9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_str 0x00000000 0x4f2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_line_str + 0x00000000 0x2d3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .debug_frame 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .text 0x00000000 0xe2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_info 0x00000000 0xa86 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_abbrev 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_loclists + 0x00000000 0x1be /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line 0x00000000 0x265 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_str 0x00000000 0x5a1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line_str + 0x00000000 0x2e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_frame 0x00000000 0x70 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .text 0x00000000 0xc0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_info 0x00000000 0x9e6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_abbrev 0x00000000 0x27a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_loclists + 0x00000000 0x129 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_rnglists + 0x00000000 0x1c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line 0x00000000 0x1f0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_str 0x00000000 0x562 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line_str + 0x00000000 0x2d8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .text 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_info 0x00000000 0x8f3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_abbrev 0x00000000 0x200 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_loclists + 0x00000000 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line 0x00000000 0xed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_str 0x00000000 0x4fa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line_str + 0x00000000 0x2d9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_frame 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .text 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_info 0x00000000 0x8d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_abbrev 0x00000000 0x209 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_loclists + 0x00000000 0x46 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_line 0x00000000 0xef /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_str 0x00000000 0x4f8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_line_str + 0x00000000 0x2de /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .debug_frame 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + .text 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_info 0x00000000 0x894 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_abbrev 0x00000000 0x1d2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_loclists + 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_line 0x00000000 0xc2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_str 0x00000000 0x4e5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_line_str + 0x00000000 0x2d6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .debug_frame 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + .text 0x00000000 0x12 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_info 0x00000000 0x8c1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_abbrev 0x00000000 0x1b9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_loclists + 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_line 0x00000000 0x8d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_str 0x00000000 0x4e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_line_str + 0x00000000 0x2d6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + .text 0x00000000 0x1da /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_info 0x00000000 0xa71 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_abbrev 0x00000000 0x27c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_loclists + 0x00000000 0x105 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_line 0x00000000 0x484 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_str 0x00000000 0x589 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_line_str + 0x00000000 0x2ea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_frame 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .text 0x00000000 0xfe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_info 0x00000000 0x9c1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_abbrev 0x00000000 0x237 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_loclists + 0x00000000 0x13d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line 0x00000000 0x34c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_str 0x00000000 0x530 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line_str + 0x00000000 0x2ed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_frame 0x00000000 0x68 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .text 0x00000000 0xd2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_info 0x00000000 0x992 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_abbrev 0x00000000 0x25a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_loclists + 0x00000000 0xe8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line 0x00000000 0x256 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_str 0x00000000 0x519 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line_str + 0x00000000 0x2e2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_frame 0x00000000 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .text 0x00000000 0x102 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_info 0x00000000 0x941 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_abbrev 0x00000000 0x22a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_loclists + 0x00000000 0x113 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_line 0x00000000 0x2f4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_str 0x00000000 0x546 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_line_str + 0x00000000 0x2de /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .debug_frame 0x00000000 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + .text 0x00000000 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_info 0x00000000 0x103 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_abbrev 0x00000000 0xae /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_loclists + 0x00000000 0x39 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_line 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_str 0x00000000 0x11f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_line_str + 0x00000000 0x278 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .text 0x00000000 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_info 0x00000000 0xfc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_abbrev 0x00000000 0xb8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_loclists + 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_line 0x00000000 0xba /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_str 0x00000000 0x122 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_line_str + 0x00000000 0x271 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .text 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_info 0x00000000 0x10f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_abbrev 0x00000000 0x8a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_loclists + 0x00000000 0x130 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line 0x00000000 0x157 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_str 0x00000000 0x112 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line_str + 0x00000000 0x271 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .text 0x00000000 0x1c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_info 0x00000000 0xd3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_abbrev 0x00000000 0x80 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_loclists + 0x00000000 0x27 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_line 0x00000000 0xe0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_str 0x00000000 0x10b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_line_str + 0x00000000 0x206 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .text 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_info 0x00000000 0xe4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_abbrev 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_loclists + 0x00000000 0x5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_line 0x00000000 0xc4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_str 0x00000000 0x10b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_line_str + 0x00000000 0x206 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + .text 0x00000000 0x22 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_info 0x00000000 0xdd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_abbrev 0x00000000 0x99 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_loclists + 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_line 0x00000000 0xdf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_str 0x00000000 0x113 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .text 0x00000000 0x1c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_info 0x00000000 0x873 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_abbrev 0x00000000 0x1d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_loclists + 0x00000000 0x1e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_line 0x00000000 0xac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_str 0x00000000 0x4e5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_line_str + 0x00000000 0x2d9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .debug_frame 0x00000000 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + .text 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_info 0x00000000 0x917 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_abbrev 0x00000000 0x213 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_loclists + 0x00000000 0x5b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_line 0x00000000 0xed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_str 0x00000000 0x501 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_line_str + 0x00000000 0x2e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + .text 0x00000000 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_info 0x00000000 0x92a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_abbrev 0x00000000 0x207 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_loclists + 0x00000000 0x97 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_line 0x00000000 0xf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_str 0x00000000 0x514 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_line_str + 0x00000000 0x2e5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_frame 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .text 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_info 0x00000000 0x143 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_abbrev 0x00000000 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_loclists + 0x00000000 0x136 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_line 0x00000000 0x1c7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_str 0x00000000 0x12f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .text 0x00000000 0x2e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_info 0x00000000 0xf9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_abbrev 0x00000000 0xaa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_loclists + 0x00000000 0x4b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_line 0x00000000 0x117 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_str 0x00000000 0x124 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .text 0x00000000 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_info 0x00000000 0xd2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_abbrev 0x00000000 0x76 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_loclists + 0x00000000 0xa2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_line 0x00000000 0xf5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_str 0x00000000 0x113 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .text 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_info 0x00000000 0x101 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_abbrev 0x00000000 0xa1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_loclists + 0x00000000 0x5b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_line 0x00000000 0x106 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_str 0x00000000 0x12f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .text 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_info 0x00000000 0xd5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_abbrev 0x00000000 0x87 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_loclists + 0x00000000 0xa5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_line 0x00000000 0xb5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_str 0x00000000 0x119 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_line_str + 0x00000000 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + .text 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_info 0x00000000 0x130 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_abbrev 0x00000000 0xc8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_loclists + 0x00000000 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_line 0x00000000 0xd8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_str 0x00000000 0x118 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_line_str + 0x00000000 0x209 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .debug_frame 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + .text 0x00000000 0x36 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_info 0x00000000 0xe8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_abbrev 0x00000000 0xa9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_loclists + 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_line 0x00000000 0x12c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_str 0x00000000 0x112 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_line_str + 0x00000000 0x271 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .text 0x00000000 0x5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .rodata.str1.4 + 0x00000000 0x6d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_info 0x00000000 0x9d7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_abbrev 0x00000000 0x242 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_loclists + 0x00000000 0x35 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_line 0x00000000 0x118 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_str 0x00000000 0x569 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_line_str + 0x00000000 0x355 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + .text 0x00000000 0x1a2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_info 0x00000000 0x220 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_abbrev 0x00000000 0xee /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_loclists + 0x00000000 0x120 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_line 0x00000000 0x470 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_str 0x00000000 0x1b9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_line_str + 0x00000000 0x2c6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .debug_frame 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + .text 0x00000000 0x540 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .rodata 0x00000000 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_info 0x00000000 0x46a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_abbrev 0x00000000 0x1e5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_loclists + 0x00000000 0x3a6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_rnglists + 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_line 0x00000000 0xc34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_str 0x00000000 0x2ac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_line_str + 0x00000000 0x2df /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .debug_frame 0x00000000 0x84 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + .text 0x00000000 0x46 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_info 0x00000000 0x8f3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_abbrev 0x00000000 0x1e0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_loclists + 0x00000000 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_line 0x00000000 0x131 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_str 0x00000000 0x531 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_line_str + 0x00000000 0x345 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .debug_frame 0x00000000 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + .text 0x00000000 0x176 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_info 0x00000000 0x267 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_abbrev 0x00000000 0x131 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_loclists + 0x00000000 0x134 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_line 0x00000000 0x3f5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_str 0x00000000 0x1e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_line_str + 0x00000000 0x298 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .debug_frame 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + .text 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_info 0x00000000 0x106 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_abbrev 0x00000000 0xcb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_line 0x00000000 0x6d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_str 0x00000000 0x176 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_line_str + 0x00000000 0x204 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .debug_frame 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + .text 0x00000000 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_info 0x00000000 0x895 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_abbrev 0x00000000 0x1e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_line 0x00000000 0xf0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_str 0x00000000 0x512 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_line_str + 0x00000000 0x2d8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .debug_frame 0x00000000 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + .text 0x00000000 0x5b8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .bss 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .rodata.str1.4 + 0x00000000 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .sbss 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_info 0x00000000 0xe5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_abbrev 0x00000000 0x2ae /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_loclists + 0x00000000 0x23d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_rnglists + 0x00000000 0x17 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_line 0x00000000 0xb41 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_str 0x00000000 0x64d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_line_str + 0x00000000 0x376 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .debug_frame 0x00000000 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .rodata.str1.4 + 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .sbss 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .sdata 0x00000000 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_info 0x00000000 0xcb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_abbrev 0x00000000 0x5e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_aranges + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_line 0x00000000 0x3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_str 0x00000000 0x120 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .debug_line_str + 0x00000000 0x1f7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .sbss 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .text 0x00000000 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_info 0x00000000 0xa91 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_abbrev 0x00000000 0x1d2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_loclists + 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_line 0x00000000 0xdf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_str 0x00000000 0x62c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_line_str + 0x00000000 0x36a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .debug_frame 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .text 0x00000000 0x4a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_info 0x00000000 0xff /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_abbrev 0x00000000 0xa6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_loclists + 0x00000000 0x119 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_line 0x00000000 0x104 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_str 0x00000000 0x12c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_line_str + 0x00000000 0x2ee /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .text 0x00000000 0xa8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line 0x00000000 0x18e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line_str + 0x00000000 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_info 0x00000000 0x33 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_abbrev 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_str 0x00000000 0xf0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .riscv.attributes + 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .text 0x00000000 0xe8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_info 0x00000000 0x256 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_abbrev 0x00000000 0x107 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_loclists + 0x00000000 0x1d6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line 0x00000000 0x31c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_str 0x00000000 0x133 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line_str + 0x00000000 0x33e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .text 0x00000000 0x64 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_info 0x00000000 0x1a8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_abbrev 0x00000000 0x121 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_loclists + 0x00000000 0x75 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_line 0x00000000 0x242 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_str 0x00000000 0x146 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_line_str + 0x00000000 0x3d5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .text 0x00000000 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_info 0x00000000 0x1e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_abbrev 0x00000000 0x131 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_loclists + 0x00000000 0x10c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_line 0x00000000 0x26d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_str 0x00000000 0x153 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_line_str + 0x00000000 0x36a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .text 0x00000000 0x11e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_line 0x00000000 0x13a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_line_str + 0x00000000 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_info 0x00000000 0x33 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_abbrev 0x00000000 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_str 0x00000000 0xf0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .riscv.attributes + 0x00000000 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .text 0x00000000 0xbe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_info 0x00000000 0x9ae /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_abbrev 0x00000000 0x21c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_loclists + 0x00000000 0xcf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_line 0x00000000 0x245 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_str 0x00000000 0x52d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.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/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_frame 0x00000000 0x6c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .text 0x00000000 0x164 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_info 0x00000000 0xddf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_abbrev 0x00000000 0x2be /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_loclists + 0x00000000 0x24a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_line 0x00000000 0x564 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_str 0x00000000 0x761 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_line_str + 0x00000000 0x363 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_frame 0x00000000 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .text 0x00000000 0xcc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_info 0x00000000 0x9fe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_abbrev 0x00000000 0x217 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_loclists + 0x00000000 0x8a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_line 0x00000000 0x2a0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_str 0x00000000 0x53d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_line_str + 0x00000000 0x2f3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .debug_frame 0x00000000 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + .text 0x00000000 0x1d24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .rodata 0x00000000 0x13e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_info 0x00000000 0x20a8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_abbrev 0x00000000 0x420 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_loclists + 0x00000000 0x16b3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_rnglists + 0x00000000 0x1dd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_line 0x00000000 0x3d26 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_str 0x00000000 0x963 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_line_str + 0x00000000 0x406 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_frame 0x00000000 0x110 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .text 0x00000000 0xa4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_info 0x00000000 0xfa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_abbrev 0x00000000 0x94 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_loclists + 0x00000000 0xf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_rnglists + 0x00000000 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_line 0x00000000 0x216 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_str 0x00000000 0x11b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_line_str + 0x00000000 0x201 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .text 0x00000000 0x200 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_info 0x00000000 0xab0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_abbrev 0x00000000 0x299 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_loclists + 0x00000000 0x185 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_line 0x00000000 0x5f6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_str 0x00000000 0x582 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_line_str + 0x00000000 0x2f0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_frame 0x00000000 0x94 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .text 0x00000000 0x3a2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .rodata.str1.4 + 0x00000000 0x701 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .rodata 0x00000000 0x23c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_info 0x00000000 0x980 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_abbrev 0x00000000 0x216 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_loclists + 0x00000000 0xb7b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_line 0x00000000 0xb32 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_str 0x00000000 0x530 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_line_str + 0x00000000 0x2e9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_frame 0x00000000 0x68 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .text 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_info 0x00000000 0x92 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_abbrev 0x00000000 0x74 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_loclists + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_line 0x00000000 0x6d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_str 0x00000000 0xbe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_line_str + 0x00000000 0x1b7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .text 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .data 0x00000000 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_info 0x00000000 0x170 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_abbrev 0x00000000 0xb7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_line 0x00000000 0x80 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_str 0x00000000 0x194 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_line_str + 0x00000000 0x284 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + .text 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .rodata 0x00000000 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_info 0x00000000 0xad /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_abbrev 0x00000000 0x61 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_aranges + 0x00000000 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_line 0x00000000 0x3f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_str 0x00000000 0x114 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .debug_line_str + 0x00000000 0x1ca /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + .text 0x00000000 0x8c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .sbss 0x00000000 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .text 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_info 0x00000000 0x89a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_abbrev 0x00000000 0x1e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_loclists + 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_line 0x00000000 0x89 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_str 0x00000000 0x558 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_line_str + 0x00000000 0x2dd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_frame 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .text 0x00000000 0x20a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_info 0x00000000 0xe15 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_abbrev 0x00000000 0x2e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_loclists + 0x00000000 0x332 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_line 0x00000000 0x5aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_str 0x00000000 0x775 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_line_str + 0x00000000 0x363 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_frame 0x00000000 0xb8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .text 0x00000000 0x1fa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_info 0x00000000 0xe11 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_abbrev 0x00000000 0x2ea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_loclists + 0x00000000 0x327 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_line 0x00000000 0x58c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_str 0x00000000 0x779 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_line_str + 0x00000000 0x366 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_frame 0x00000000 0xb4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .text 0x00000000 0x76 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .rodata.str1.4 + 0x00000000 0x1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_info 0x00000000 0xbf6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_abbrev 0x00000000 0x241 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_loclists + 0x00000000 0xf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_line 0x00000000 0x1b8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_str 0x00000000 0x709 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_line_str + 0x00000000 0x348 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .text 0x00000000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_info 0x00000000 0xed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_abbrev 0x00000000 0xb9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_loclists + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_line 0x00000000 0x79 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_str 0x00000000 0x122 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_line_str + 0x00000000 0x2cf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .text 0x00000000 0x1e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_info 0x00000000 0xad7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_abbrev 0x00000000 0x1ae /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_loclists + 0x00000000 0x33 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_line 0x00000000 0xc4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_str 0x00000000 0x6c1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.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/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .text 0x00000000 0x536 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .rodata 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_info 0x00000000 0x683 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_abbrev 0x00000000 0x17c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_loclists + 0x00000000 0xa11 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_rnglists + 0x00000000 0xcd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_line 0x00000000 0x110e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_str 0x00000000 0x355 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_line_str + 0x00000000 0x1c6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_frame 0x00000000 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .text 0x00000000 0x6a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_info 0x00000000 0x221 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_abbrev 0x00000000 0x153 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_loclists + 0x00000000 0x6a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_rnglists + 0x00000000 0x23 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_line 0x00000000 0x277 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_str 0x00000000 0x1a5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .text 0x00000000 0xa0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_info 0x00000000 0x220 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_abbrev 0x00000000 0x168 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_loclists + 0x00000000 0x10f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_rnglists + 0x00000000 0x33 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_line 0x00000000 0x347 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_str 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .text 0x00000000 0xa0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_info 0x00000000 0x220 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_abbrev 0x00000000 0x168 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_loclists + 0x00000000 0x10f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_rnglists + 0x00000000 0x33 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_line 0x00000000 0x347 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_str 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_line_str + 0x00000000 0x1c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .text 0x00000000 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_info 0x00000000 0x220 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_abbrev 0x00000000 0x14f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_loclists + 0x00000000 0x2d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_rnglists + 0x00000000 0x1d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_line 0x00000000 0x185 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_str 0x00000000 0x1a8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_line_str + 0x00000000 0x1d2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_frame 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .text 0x00000000 0x5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_info 0x00000000 0x25d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_abbrev 0x00000000 0x163 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_loclists + 0x00000000 0xb3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_aranges + 0x00000000 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_rnglists + 0x00000000 0x2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_line 0x00000000 0x223 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_str 0x00000000 0x238 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_line_str + 0x00000000 0x1d5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .comment 0x00000000 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_frame 0x00000000 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .riscv.attributes + 0x00000000 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .data 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .bss 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +Memory Configuration + +Name Origin Length Attributes +iram0_0_seg 0x40380000 0x0004e710 xr +iram0_2_seg 0x42000020 0x007fffe0 xr +dram0_0_seg 0x3fc80000 0x0004e710 rw +drom0_0_seg 0x3c000020 0x007fffe0 r +rtc_iram_seg 0x50000000 0x00001fe8 xrw +rtc_reserved_seg 0x50001fe8 0x00000018 rw +*default* 0x00000000 0xffffffff + +Linker script and memory map + + 0x00000000 IDF_TARGET_ESP32C3 = 0x0 +LOAD CMakeFiles/espnow_transmitter.elf.dir/project_elf_src_esp32c3.c.obj +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_driver_cam/libesp_driver_cam.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/esp_https_server/libesp_https_server.a +LOAD esp-idf/esp_lcd/libesp_lcd.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a +LOAD esp-idf/rt/librt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/esp_driver_cam/libesp_driver_cam.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/esp_lcd/libesp_lcd.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/esp_https_server/libesp_https_server.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a +LOAD esp-idf/rt/librt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/newlib/libnewlib.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD esp-idf/cxx/libcxx.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a +LOAD /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libm.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libnosys.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +START GROUP +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libnosys.a +END GROUP + 0x400005e0 PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) + 0x400005e4 PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) + 0x400005e8 PROVIDE (esprv_int_enable = esprv_intc_int_enable) + 0x400005ec PROVIDE (esprv_int_disable = esprv_intc_int_disable) + 0x400005f0 PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) + 0x60000000 PROVIDE (UART0 = 0x60000000) + 0x60010000 PROVIDE (UART1 = 0x60010000) + 0x60002000 PROVIDE (SPIMEM1 = 0x60002000) + 0x60003000 PROVIDE (SPIMEM0 = 0x60003000) + 0x60004000 PROVIDE (GPIO = 0x60004000) + [!provide] PROVIDE (SDM = 0x60004f00) + 0x60008000 PROVIDE (RTCCNTL = 0x60008000) + [!provide] PROVIDE (RTCIO = 0x60008400) + 0x60008800 PROVIDE (EFUSE = 0x60008800) + [!provide] PROVIDE (HINF = 0x6000b000) + [!provide] PROVIDE (I2S0 = 0x6002d000) + [!provide] PROVIDE (I2C0 = 0x60013000) + [!provide] PROVIDE (UHCI0 = 0x60014000) + [!provide] PROVIDE (HOST = 0x60015000) + [!provide] PROVIDE (RMT = 0x60016000) + [!provide] PROVIDE (RMTMEM = 0x60016400) + [!provide] PROVIDE (SLC = 0x60018000) + [!provide] PROVIDE (LEDC = 0x60019000) + 0x6001f000 PROVIDE (TIMERG0 = 0x6001f000) + 0x60020000 PROVIDE (TIMERG1 = 0x60020000) + 0x60023000 PROVIDE (SYSTIMER = 0x60023000) + 0x60024000 PROVIDE (GPSPI2 = 0x60024000) + [!provide] PROVIDE (SYSCON = 0x60026000) + [!provide] PROVIDE (TWAI = 0x6002b000) + 0x60040000 PROVIDE (APB_SARADC = 0x60040000) + 0x60043000 PROVIDE (USB_SERIAL_JTAG = 0x60043000) + 0x6003f000 PROVIDE (GDMA = 0x6003f000) + 0x600c0000 PROVIDE (SYSTEM = 0x600c0000) + 0x40000018 rtc_get_reset_reason = 0x40000018 + 0x4000001c analog_super_wdt_reset_happened = 0x4000001c + 0x40000020 jtag_cpu_reset_happened = 0x40000020 + 0x40000024 rtc_get_wakeup_cause = 0x40000024 + 0x40000028 rtc_boot_control = 0x40000028 + 0x4000002c rtc_select_apb_bridge = 0x4000002c + 0x40000030 rtc_unhold_all_pads = 0x40000030 + 0x40000034 set_rtc_memory_crc = 0x40000034 + 0x40000038 cacl_rtc_memory_crc = 0x40000038 + 0x4000003c ets_is_print_boot = 0x4000003c + 0x40000040 ets_printf = 0x40000040 + 0x40000044 ets_install_putc1 = 0x40000044 + 0x40000048 ets_install_uart_printf = 0x40000048 + 0x4000004c ets_install_putc2 = 0x4000004c + 0x40000050 PROVIDE (ets_delay_us = 0x40000050) + 0x40000054 ets_get_stack_info = 0x40000054 + 0x40000058 ets_install_lock = 0x40000058 + 0x4000005c ets_backup_dma_copy = 0x4000005c + 0x40000060 ets_apb_backup_init_lock_func = 0x40000060 + 0x40000064 UartRxString = 0x40000064 + 0x40000068 uart_tx_one_char = 0x40000068 + 0x4000006c uart_tx_one_char2 = 0x4000006c + 0x40000070 uart_rx_one_char = 0x40000070 + 0x40000074 uart_rx_one_char_block = 0x40000074 + 0x40000078 uart_rx_readbuff = 0x40000078 + 0x4000007c uartAttach = 0x4000007c + 0x40000080 uart_tx_flush = 0x40000080 + 0x40000084 uart_tx_wait_idle = 0x40000084 + 0x40000088 uart_div_modify = 0x40000088 + 0x4000008c multofup = 0x4000008c + 0x40000090 software_reset = 0x40000090 + 0x40000094 software_reset_cpu = 0x40000094 + 0x40000098 assist_debug_clock_enable = 0x40000098 + 0x4000009c assist_debug_record_enable = 0x4000009c + 0x400000a0 clear_super_wdt_reset_flag = 0x400000a0 + 0x400000a4 disable_default_watchdog = 0x400000a4 + 0x400000a8 send_packet = 0x400000a8 + 0x400000ac recv_packet = 0x400000ac + 0x400000b0 GetUartDevice = 0x400000b0 + 0x400000b4 UartDwnLdProc = 0x400000b4 + 0x400000b8 Uart_Init = 0x400000b8 + 0x400000bc ets_set_user_start = 0x400000bc + 0x3ff1fffc ets_rom_layout_p = 0x3ff1fffc + 0x3fcdfffc ets_ops_table_ptr = 0x3fcdfffc + 0x400000c0 mz_adler32 = 0x400000c0 + 0x400000c4 mz_crc32 = 0x400000c4 + 0x400000c8 mz_free = 0x400000c8 + 0x400000cc tdefl_compress = 0x400000cc + 0x400000d0 tdefl_compress_buffer = 0x400000d0 + 0x400000d4 tdefl_compress_mem_to_heap = 0x400000d4 + 0x400000d8 tdefl_compress_mem_to_mem = 0x400000d8 + 0x400000dc tdefl_compress_mem_to_output = 0x400000dc + 0x400000e0 tdefl_get_adler32 = 0x400000e0 + 0x400000e4 tdefl_get_prev_return_status = 0x400000e4 + 0x400000e8 tdefl_init = 0x400000e8 + 0x400000ec tdefl_write_image_to_png_file_in_memory = 0x400000ec + 0x400000f0 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f0 + 0x400000f4 tinfl_decompress = 0x400000f4 + 0x400000f8 tinfl_decompress_mem_to_callback = 0x400000f8 + 0x400000fc tinfl_decompress_mem_to_heap = 0x400000fc + 0x40000100 tinfl_decompress_mem_to_mem = 0x40000100 + [!provide] PROVIDE (jd_prepare = 0x40000104) + [!provide] PROVIDE (jd_decomp = 0x40000108) + 0x4000010c PROVIDE (esp_rom_spiflash_wait_idle = 0x4000010c) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted = 0x40000110) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_dest = 0x40000114) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40000118) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x4000011c) + [!provide] PROVIDE (esp_rom_spiflash_erase_chip = 0x40000120) + [!provide] PROVIDE (esp_rom_spiflash_erase_block = 0x40000124) + [!provide] PROVIDE (esp_rom_spiflash_erase_sector = 0x40000128) + [!provide] PROVIDE (esp_rom_spiflash_write = 0x4000012c) + [!provide] PROVIDE (esp_rom_spiflash_read = 0x40000130) + 0x40000134 PROVIDE (esp_rom_spiflash_config_param = 0x40000134) + [!provide] PROVIDE (esp_rom_spiflash_read_user_cmd = 0x40000138) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x4000013c) + [!provide] PROVIDE (esp_rom_spiflash_unlock = 0x40000140) + [!provide] PROVIDE (esp_rom_spi_flash_auto_sus_res = 0x40000144) + [!provide] PROVIDE (esp_rom_spi_flash_send_resume = 0x40000148) + [!provide] PROVIDE (esp_rom_spi_flash_update_id = 0x4000014c) + 0x40000150 PROVIDE (esp_rom_spiflash_config_clk = 0x40000150) + [!provide] PROVIDE (esp_rom_spiflash_config_readmode = 0x40000154) + [!provide] PROVIDE (esp_rom_spiflash_read_status = 0x40000158) + [!provide] PROVIDE (esp_rom_spiflash_read_statushigh = 0x4000015c) + [!provide] PROVIDE (esp_rom_spiflash_write_status = 0x40000160) + [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40000164) + [!provide] PROVIDE (spi_flash_get_chip_size = 0x40000168) + [!provide] PROVIDE (spi_flash_guard_set = 0x4000016c) + [!provide] PROVIDE (spi_flash_guard_get = 0x40000170) + [!provide] PROVIDE (spi_flash_write_config_set = 0x40000174) + [!provide] PROVIDE (spi_flash_write_config_get = 0x40000178) + [!provide] PROVIDE (spi_flash_safe_write_address_func_set = 0x4000017c) + [!provide] PROVIDE (spi_flash_unlock = 0x40000180) + [!provide] PROVIDE (spi_flash_erase_range = 0x40000184) + [!provide] PROVIDE (spi_flash_erase_sector = 0x40000188) + [!provide] PROVIDE (spi_flash_write = 0x4000018c) + [!provide] PROVIDE (spi_flash_read = 0x40000190) + [!provide] PROVIDE (spi_flash_write_encrypted = 0x40000194) + [!provide] PROVIDE (spi_flash_read_encrypted = 0x40000198) + [!provide] PROVIDE (spi_flash_mmap_os_func_set = 0x4000019c) + [!provide] PROVIDE (spi_flash_mmap_page_num_init = 0x400001a0) + [!provide] PROVIDE (spi_flash_mmap = 0x400001a4) + [!provide] PROVIDE (spi_flash_mmap_pages = 0x400001a8) + [!provide] PROVIDE (spi_flash_munmap = 0x400001ac) + [!provide] PROVIDE (spi_flash_mmap_dump = 0x400001b0) + [!provide] PROVIDE (spi_flash_check_and_flush_cache = 0x400001b4) + [!provide] PROVIDE (spi_flash_mmap_get_free_pages = 0x400001b8) + [!provide] PROVIDE (spi_flash_cache2phys = 0x400001bc) + [!provide] PROVIDE (spi_flash_phys2cache = 0x400001c0) + [!provide] PROVIDE (spi_flash_disable_cache = 0x400001c4) + [!provide] PROVIDE (spi_flash_restore_cache = 0x400001c8) + [!provide] PROVIDE (spi_flash_cache_enabled = 0x400001cc) + [!provide] PROVIDE (spi_flash_enable_cache = 0x400001d0) + [!provide] PROVIDE (spi_cache_mode_switch = 0x400001d4) + [!provide] PROVIDE (spi_common_set_dummy_output = 0x400001d8) + [!provide] PROVIDE (spi_common_set_flash_cs_timing = 0x400001dc) + [!provide] PROVIDE (esp_enable_cache_flash_wrap = 0x400001e0) + [!provide] PROVIDE (SPIEraseArea = 0x400001e4) + [!provide] PROVIDE (SPILock = 0x400001e8) + [!provide] PROVIDE (SPIMasterReadModeCnfig = 0x400001ec) + [!provide] PROVIDE (SPI_Common_Command = 0x400001f0) + [!provide] PROVIDE (SPI_WakeUp = 0x400001f4) + [!provide] PROVIDE (SPI_block_erase = 0x400001f8) + [!provide] PROVIDE (SPI_chip_erase = 0x400001fc) + [!provide] PROVIDE (SPI_init = 0x40000200) + [!provide] PROVIDE (SPI_page_program = 0x40000204) + [!provide] PROVIDE (SPI_read_data = 0x40000208) + [!provide] PROVIDE (SPI_sector_erase = 0x4000020c) + [!provide] PROVIDE (SPI_write_enable = 0x40000210) + [!provide] PROVIDE (SelectSpiFunction = 0x40000214) + [!provide] PROVIDE (SetSpiDrvs = 0x40000218) + [!provide] PROVIDE (Wait_SPI_Idle = 0x4000021c) + [!provide] PROVIDE (spi_dummy_len_fix = 0x40000220) + [!provide] PROVIDE (Disable_QMode = 0x40000224) + [!provide] PROVIDE (Enable_QMode = 0x40000228) + [!provide] PROVIDE (rom_spiflash_legacy_funcs = 0x3fcdfff4) + 0x3fcdfff0 PROVIDE (rom_spiflash_legacy_data = 0x3fcdfff0) + [!provide] PROVIDE (g_flash_guard_ops = 0x3fcdfff8) + [!provide] PROVIDE (spi_flash_hal_poll_cmd_done = 0x4000022c) + [!provide] PROVIDE (spi_flash_hal_device_config = 0x40000230) + [!provide] PROVIDE (spi_flash_hal_configure_host_io_mode = 0x40000234) + [!provide] PROVIDE (spi_flash_hal_common_command = 0x40000238) + [!provide] PROVIDE (spi_flash_hal_read = 0x4000023c) + [!provide] PROVIDE (spi_flash_hal_erase_chip = 0x40000240) + [!provide] PROVIDE (spi_flash_hal_erase_sector = 0x40000244) + [!provide] PROVIDE (spi_flash_hal_erase_block = 0x40000248) + [!provide] PROVIDE (spi_flash_hal_program_page = 0x4000024c) + [!provide] PROVIDE (spi_flash_hal_set_write_protect = 0x40000250) + [!provide] PROVIDE (spi_flash_hal_host_idle = 0x40000254) + [!provide] PROVIDE (spi_flash_chip_generic_probe = 0x40000258) + [!provide] PROVIDE (spi_flash_chip_generic_detect_size = 0x4000025c) + [!provide] PROVIDE (spi_flash_chip_generic_write = 0x40000260) + [!provide] PROVIDE (spi_flash_chip_generic_write_encrypted = 0x40000264) + [!provide] PROVIDE (spi_flash_chip_generic_set_write_protect = 0x40000268) + [!provide] PROVIDE (spi_flash_common_write_status_16b_wrsr = 0x4000026c) + [!provide] PROVIDE (spi_flash_chip_generic_reset = 0x40000270) + [!provide] PROVIDE (spi_flash_chip_generic_erase_chip = 0x40000274) + [!provide] PROVIDE (spi_flash_chip_generic_erase_sector = 0x40000278) + [!provide] PROVIDE (spi_flash_chip_generic_erase_block = 0x4000027c) + [!provide] PROVIDE (spi_flash_chip_generic_page_program = 0x40000280) + [!provide] PROVIDE (spi_flash_chip_generic_get_write_protect = 0x40000284) + [!provide] PROVIDE (spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000288) + [!provide] PROVIDE (spi_flash_chip_generic_read_reg = 0x4000028c) + [!provide] PROVIDE (spi_flash_chip_generic_yield = 0x40000290) + [!provide] PROVIDE (spi_flash_generic_wait_host_idle = 0x40000294) + [!provide] PROVIDE (spi_flash_chip_generic_wait_idle = 0x40000298) + [!provide] PROVIDE (spi_flash_chip_generic_config_host_io_mode = 0x4000029c) + [!provide] PROVIDE (spi_flash_chip_generic_read = 0x400002a0) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr2 = 0x400002a4) + [!provide] PROVIDE (spi_flash_chip_generic_get_io_mode = 0x400002a8) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr = 0x400002ac) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr = 0x400002b0) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr2 = 0x400002b4) + [!provide] PROVIDE (spi_flash_common_set_io_mode = 0x400002b8) + [!provide] PROVIDE (spi_flash_chip_generic_set_io_mode = 0x400002bc) + [!provide] PROVIDE (spi_flash_chip_gd_get_io_mode = 0x400002c0) + [!provide] PROVIDE (spi_flash_chip_gd_probe = 0x400002c4) + [!provide] PROVIDE (spi_flash_chip_gd_set_io_mode = 0x400002c8) + [!provide] PROVIDE (spi_flash_chip_generic_config_data = 0x3fcdffec) + [!provide] PROVIDE (memspi_host_read_id_hs = 0x400002cc) + [!provide] PROVIDE (memspi_host_read_status_hs = 0x400002d0) + [!provide] PROVIDE (memspi_host_flush_cache = 0x400002d4) + [!provide] PROVIDE (memspi_host_erase_chip = 0x400002d8) + [!provide] PROVIDE (memspi_host_erase_sector = 0x400002dc) + [!provide] PROVIDE (memspi_host_erase_block = 0x400002e0) + [!provide] PROVIDE (memspi_host_program_page = 0x400002e4) + [!provide] PROVIDE (memspi_host_read = 0x400002e8) + [!provide] PROVIDE (memspi_host_set_write_protect = 0x400002ec) + [!provide] PROVIDE (memspi_host_set_max_read_len = 0x400002f0) + [!provide] PROVIDE (memspi_host_read_data_slicer = 0x400002f4) + [!provide] PROVIDE (memspi_host_write_data_slicer = 0x400002f8) + [!provide] PROVIDE (esp_flash_chip_driver_initialized = 0x400002fc) + [!provide] PROVIDE (esp_flash_read_id = 0x40000300) + [!provide] PROVIDE (esp_flash_get_size = 0x40000304) + [!provide] PROVIDE (esp_flash_erase_chip = 0x40000308) + [!provide] PROVIDE (rom_esp_flash_erase_region = 0x4000030c) + [!provide] PROVIDE (esp_flash_get_chip_write_protect = 0x40000310) + [!provide] PROVIDE (esp_flash_set_chip_write_protect = 0x40000314) + [!provide] PROVIDE (esp_flash_get_protectable_regions = 0x40000318) + [!provide] PROVIDE (esp_flash_get_protected_region = 0x4000031c) + [!provide] PROVIDE (esp_flash_set_protected_region = 0x40000320) + [!provide] PROVIDE (esp_flash_read = 0x40000324) + [!provide] PROVIDE (esp_flash_write = 0x40000328) + [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) + [!provide] PROVIDE (esp_flash_read_encrypted = 0x40000330) + [!provide] PROVIDE (esp_flash_get_io_mode = 0x40000334) + [!provide] PROVIDE (esp_flash_set_io_mode = 0x40000338) + [!provide] PROVIDE (spi_flash_boot_attach = 0x4000033c) + [!provide] PROVIDE (spi_flash_dump_counters = 0x40000340) + [!provide] PROVIDE (spi_flash_get_counters = 0x40000344) + [!provide] PROVIDE (spi_flash_op_counters_config = 0x40000348) + [!provide] PROVIDE (spi_flash_reset_counters = 0x4000034c) + [!provide] PROVIDE (esp_flash_default_chip = 0x3fcdffe8) + [!provide] PROVIDE (esp_flash_api_funcs = 0x3fcdffe4) + 0x400004b0 PROVIDE (Cache_Get_ICache_Line_Size = 0x400004b0) + [!provide] PROVIDE (Cache_Get_Mode = 0x400004b4) + [!provide] PROVIDE (Cache_Address_Through_IBus = 0x400004b8) + [!provide] PROVIDE (Cache_Address_Through_DBus = 0x400004bc) + [!provide] PROVIDE (Cache_Set_Default_Mode = 0x400004c0) + [!provide] PROVIDE (Cache_Enable_Defalut_ICache_Mode = 0x400004c4) + 0x400004c8 PROVIDE (ROM_Boot_Cache_Init = 0x400004c8) + [!provide] PROVIDE (Cache_Invalidate_ICache_Items = 0x400004cc) + [!provide] PROVIDE (Cache_Op_Addr = 0x400004d0) + 0x400004d4 PROVIDE (Cache_Invalidate_Addr = 0x400004d4) + [!provide] PROVIDE (Cache_Invalidate_ICache_All = 0x400004d8) + [!provide] PROVIDE (Cache_Mask_All = 0x400004dc) + [!provide] PROVIDE (Cache_UnMask_Dram0 = 0x400004e0) + [!provide] PROVIDE (Cache_Suspend_ICache_Autoload = 0x400004e4) + [!provide] PROVIDE (Cache_Resume_ICache_Autoload = 0x400004e8) + [!provide] PROVIDE (Cache_Start_ICache_Preload = 0x400004ec) + [!provide] PROVIDE (Cache_ICache_Preload_Done = 0x400004f0) + [!provide] PROVIDE (Cache_End_ICache_Preload = 0x400004f4) + [!provide] PROVIDE (Cache_Config_ICache_Autoload = 0x400004f8) + [!provide] PROVIDE (Cache_Enable_ICache_Autoload = 0x400004fc) + [!provide] PROVIDE (Cache_Disable_ICache_Autoload = 0x40000500) + [!provide] PROVIDE (Cache_Enable_ICache_PreLock = 0x40000504) + [!provide] PROVIDE (Cache_Disable_ICache_PreLock = 0x40000508) + [!provide] PROVIDE (Cache_Lock_ICache_Items = 0x4000050c) + [!provide] PROVIDE (Cache_Unlock_ICache_Items = 0x40000510) + [!provide] PROVIDE (Cache_Lock_Addr = 0x40000514) + [!provide] PROVIDE (Cache_Unlock_Addr = 0x40000518) + 0x4000051c PROVIDE (Cache_Disable_ICache = 0x4000051c) + 0x40000520 PROVIDE (Cache_Enable_ICache = 0x40000520) + 0x40000524 PROVIDE (Cache_Suspend_ICache = 0x40000524) + 0x40000528 PROVIDE (Cache_Resume_ICache = 0x40000528) + [!provide] PROVIDE (Cache_Freeze_ICache_Enable = 0x4000052c) + [!provide] PROVIDE (Cache_Freeze_ICache_Disable = 0x40000530) + [!provide] PROVIDE (Cache_Pms_Lock = 0x40000534) + [!provide] PROVIDE (Cache_Ibus_Pms_Set_Addr = 0x40000538) + [!provide] PROVIDE (Cache_Ibus_Pms_Set_Attr = 0x4000053c) + [!provide] PROVIDE (Cache_Dbus_Pms_Set_Addr = 0x40000540) + [!provide] PROVIDE (Cache_Dbus_Pms_Set_Attr = 0x40000544) + 0x40000548 PROVIDE (Cache_Set_IDROM_MMU_Size = 0x40000548) + [!provide] PROVIDE (Cache_Get_IROM_MMU_End = 0x4000054c) + [!provide] PROVIDE (Cache_Get_DROM_MMU_End = 0x40000550) + [!provide] PROVIDE (Cache_Owner_Init = 0x40000554) + [!provide] PROVIDE (Cache_Occupy_ICache_MEMORY = 0x40000558) + [!provide] PROVIDE (Cache_MMU_Init = 0x4000055c) + [!provide] PROVIDE (Cache_Ibus_MMU_Set = 0x40000560) + [!provide] PROVIDE (Cache_Dbus_MMU_Set = 0x40000564) + [!provide] PROVIDE (Cache_Count_Flash_Pages = 0x40000568) + [!provide] PROVIDE (Cache_Travel_Tag_Memory = 0x4000056c) + [!provide] PROVIDE (Cache_Get_Virtual_Addr = 0x40000570) + [!provide] PROVIDE (Cache_Get_Memory_BaseAddr = 0x40000574) + [!provide] PROVIDE (Cache_Get_Memory_Addr = 0x40000578) + [!provide] PROVIDE (Cache_Get_Memory_value = 0x4000057c) + [!provide] PROVIDE (rom_cache_op_cb = 0x3fcdffd8) + [!provide] PROVIDE (rom_cache_internal_table_ptr = 0x3fcdffd4) + 0x40000580 ets_get_apb_freq = 0x40000580 + 0x40000584 ets_get_cpu_frequency = 0x40000584 + 0x40000588 ets_update_cpu_frequency = 0x40000588 + 0x4000058c ets_get_printf_channel = 0x4000058c + 0x40000590 ets_get_xtal_div = 0x40000590 + 0x40000594 ets_set_xtal_div = 0x40000594 + 0x40000598 ets_get_xtal_freq = 0x40000598 + 0x4000059c gpio_input_get = 0x4000059c + 0x400005a0 gpio_matrix_in = 0x400005a0 + 0x400005a4 gpio_matrix_out = 0x400005a4 + 0x400005b0 gpio_output_set = 0x400005b0 + 0x400005b4 gpio_pad_hold = 0x400005b4 + 0x400005b8 gpio_pad_input_disable = 0x400005b8 + 0x400005bc gpio_pad_input_enable = 0x400005bc + 0x400005c0 gpio_pad_pulldown = 0x400005c0 + 0x400005c4 gpio_pad_pullup = 0x400005c4 + 0x400005c8 gpio_pad_select_gpio = 0x400005c8 + 0x400005cc gpio_pad_set_drv = 0x400005cc + 0x400005d0 gpio_pad_unhold = 0x400005d0 + 0x400005d4 gpio_pin_wakeup_disable = 0x400005d4 + 0x400005d8 gpio_pin_wakeup_enable = 0x400005d8 + 0x400005dc gpio_bypass_matrix_in = 0x400005dc + 0x400005e0 esprv_intc_int_set_priority = 0x400005e0 + 0x400005e4 esprv_intc_int_set_threshold = 0x400005e4 + 0x400005e8 esprv_intc_int_enable = 0x400005e8 + 0x400005ec esprv_intc_int_disable = 0x400005ec + 0x400005f0 esprv_intc_int_set_type = 0x400005f0 + 0x400005f4 intr_matrix_set = 0x400005f4 + 0x400005f8 ets_intr_lock = 0x400005f8 + 0x400005fc ets_intr_unlock = 0x400005fc + [!provide] PROVIDE (intr_handler_set = 0x40000600) + 0x40000604 ets_isr_attach = 0x40000604 + 0x40000608 ets_isr_mask = 0x40000608 + 0x4000060c ets_isr_unmask = 0x4000060c + 0x40000610 md5_vector = 0x40000610 + 0x40000614 MD5Init = 0x40000614 + 0x40000618 MD5Update = 0x40000618 + 0x4000061c MD5Final = 0x4000061c + 0x40000620 hmac_md5_vector = 0x40000620 + 0x40000624 hmac_md5 = 0x40000624 + 0x40000628 crc32_le = 0x40000628 + 0x4000062c crc32_be = 0x4000062c + 0x40000630 crc16_le = 0x40000630 + 0x40000634 crc16_be = 0x40000634 + 0x40000638 crc8_le = 0x40000638 + 0x4000063c crc8_be = 0x4000063c + 0x40000640 esp_crc8 = 0x40000640 + 0x40000644 ets_sha_enable = 0x40000644 + 0x40000648 ets_sha_disable = 0x40000648 + 0x4000064c ets_sha_get_state = 0x4000064c + 0x40000650 ets_sha_init = 0x40000650 + 0x40000654 ets_sha_process = 0x40000654 + 0x40000658 ets_sha_starts = 0x40000658 + 0x4000065c ets_sha_update = 0x4000065c + 0x40000660 ets_sha_finish = 0x40000660 + 0x40000664 ets_sha_clone = 0x40000664 + 0x40000668 ets_hmac_enable = 0x40000668 + 0x4000066c ets_hmac_disable = 0x4000066c + 0x40000670 ets_hmac_calculate_message = 0x40000670 + 0x40000674 ets_hmac_calculate_downstream = 0x40000674 + 0x40000678 ets_hmac_invalidate_downstream = 0x40000678 + 0x4000067c ets_jtag_enable_temporarily = 0x4000067c + 0x40000680 ets_aes_enable = 0x40000680 + 0x40000684 ets_aes_disable = 0x40000684 + 0x40000688 ets_aes_setkey = 0x40000688 + 0x4000068c ets_aes_block = 0x4000068c + 0x40000690 ets_bigint_enable = 0x40000690 + 0x40000694 ets_bigint_disable = 0x40000694 + 0x40000698 ets_bigint_multiply = 0x40000698 + 0x4000069c ets_bigint_modmult = 0x4000069c + 0x400006a0 ets_bigint_modexp = 0x400006a0 + 0x400006a4 ets_bigint_wait_finish = 0x400006a4 + 0x400006a8 ets_bigint_getz = 0x400006a8 + 0x400006ac ets_ds_enable = 0x400006ac + 0x400006b0 ets_ds_disable = 0x400006b0 + 0x400006b4 ets_ds_start_sign = 0x400006b4 + 0x400006b8 ets_ds_is_busy = 0x400006b8 + 0x400006bc ets_ds_finish_sign = 0x400006bc + 0x400006c0 ets_ds_encrypt_params = 0x400006c0 + 0x400006c4 ets_aes_setkey_dec = 0x400006c4 + 0x400006c8 ets_aes_setkey_enc = 0x400006c8 + 0x400006cc ets_mgf1_sha256 = 0x400006cc + 0x400006d0 ets_efuse_read = 0x400006d0 + 0x400006d4 ets_efuse_program = 0x400006d4 + 0x400006d8 ets_efuse_clear_program_registers = 0x400006d8 + 0x400006dc ets_efuse_write_key = 0x400006dc + 0x400006e0 ets_efuse_get_read_register_address = 0x400006e0 + 0x400006e4 ets_efuse_get_key_purpose = 0x400006e4 + 0x400006e8 ets_efuse_key_block_unused = 0x400006e8 + 0x400006ec ets_efuse_find_unused_key_block = 0x400006ec + 0x400006f0 ets_efuse_rs_calculate = 0x400006f0 + 0x400006f4 ets_efuse_count_unused_key_blocks = 0x400006f4 + 0x400006f8 ets_efuse_secure_boot_enabled = 0x400006f8 + 0x400006fc ets_efuse_secure_boot_aggressive_revoke_enabled = 0x400006fc + 0x40000700 ets_efuse_cache_encryption_enabled = 0x40000700 + 0x40000704 ets_efuse_download_modes_disabled = 0x40000704 + 0x40000708 ets_efuse_find_purpose = 0x40000708 + 0x4000070c ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x4000070c + 0x40000710 ets_efuse_force_send_resume = 0x40000710 + 0x40000714 ets_efuse_get_flash_delay_us = 0x40000714 + 0x40000718 ets_efuse_get_mac = 0x40000718 + 0x4000071c ets_efuse_get_spiconfig = 0x4000071c + 0x40000720 ets_efuse_usb_print_is_disabled = 0x40000720 + 0x40000724 ets_efuse_usb_serial_jtag_print_is_disabled = 0x40000724 + 0x40000728 ets_efuse_get_uart_print_control = 0x40000728 + 0x4000072c ets_efuse_get_wp_pad = 0x4000072c + 0x40000730 ets_efuse_legacy_spi_boot_mode_disabled = 0x40000730 + 0x40000734 ets_efuse_security_download_modes_enabled = 0x40000734 + 0x40000738 ets_efuse_set_timing = 0x40000738 + 0x4000073c ets_efuse_jtag_disabled = 0x4000073c + 0x40000740 ets_efuse_usb_download_mode_disabled = 0x40000740 + 0x40000744 ets_efuse_usb_module_disabled = 0x40000744 + 0x40000748 ets_efuse_usb_device_disabled = 0x40000748 + 0x4000074c ets_emsa_pss_verify = 0x4000074c + 0x40000750 ets_rsa_pss_verify = 0x40000750 + 0x40000754 ets_secure_boot_verify_bootloader_with_keys = 0x40000754 + 0x40000758 ets_secure_boot_verify_signature = 0x40000758 + 0x4000075c ets_secure_boot_read_key_digests = 0x4000075c + 0x40000760 ets_secure_boot_revoke_public_key_digest = 0x40000760 + [!provide] PROVIDE (usb_uart_rx_one_char = 0x400008cc) + [!provide] PROVIDE (usb_uart_rx_one_char_block = 0x400008d0) + [!provide] PROVIDE (usb_uart_tx_flush = 0x400008d4) + [!provide] PROVIDE (usb_uart_tx_one_char = 0x400008d8) + [!provide] PROVIDE (g_uart_print = 0x3fcdffd1) + [!provide] PROVIDE (g_usb_print = 0x3fcdffd0) + 0x3fcdffcc bt_rf_coex_cfg_p = 0x3fcdffcc + 0x3fcdffc8 bt_rf_coex_hooks_p = 0x3fcdffc8 + 0x3fcdffc4 btdm_env_p = 0x3fcdffc4 + 0x3fcdffc0 g_rw_controller_task_handle = 0x3fcdffc0 + 0x3fcdffbc g_rw_init_sem = 0x3fcdffbc + 0x3fcdffb8 g_rw_schd_queue = 0x3fcdffb8 + 0x3fcdffb4 lld_init_env = 0x3fcdffb4 + 0x3fcdffb0 lld_rpa_renew_env = 0x3fcdffb0 + 0x3fcdffac lld_scan_env = 0x3fcdffac + 0x3fcdffa8 lld_scan_sync_env = 0x3fcdffa8 + 0x3fcdffa4 lld_test_env = 0x3fcdffa4 + 0x3fcdffa0 p_ble_util_buf_env = 0x3fcdffa0 + 0x3fcdff9c p_lld_env = 0x3fcdff9c + 0x3fcdff98 p_llm_env = 0x3fcdff98 + 0x3fcdff94 r_h4tl_eif_p = 0x3fcdff94 + 0x3fcdff90 r_hli_funcs_p = 0x3fcdff90 + 0x3fcdff8c r_ip_funcs_p = 0x3fcdff8c + 0x3fcdff88 r_modules_funcs_p = 0x3fcdff88 + 0x3fcdff84 r_osi_funcs_p = 0x3fcdff84 + 0x3fcdff80 r_plf_funcs_p = 0x3fcdff80 + 0x3fcdff7c vhci_env_p = 0x3fcdff7c + 0x3fcdff78 aa_gen = 0x3fcdff78 + 0x3fcdff6c aes_env = 0x3fcdff6c + 0x3fcdff1c bt_rf_coex_cfg_cb = 0x3fcdff1c + 0x3fcdff18 btdm_pwr_state = 0x3fcdff18 + 0x3fcdff14 btdm_slp_err = 0x3fcdff14 + 0x3fcdff0c ecc_env = 0x3fcdff0c + 0x3fcdff04 esp_handler = 0x3fcdff04 + 0x3fcdfefc esp_vendor_cmd = 0x3fcdfefc + 0x3fcdfef8 g_adv_delay_dis = 0x3fcdfef8 + 0x3fcdfef4 g_conflict_elt = 0x3fcdfef4 + 0x3fcdfee4 g_eif_api = 0x3fcdfee4 + 0x3fcdfed8 g_event_empty = 0x3fcdfed8 + 0x3fcdfecc g_llc_state = 0x3fcdfecc + 0x3fcdfec8 g_llm_state = 0x3fcdfec8 + 0x3fcdfec4 g_max_evt_env = 0x3fcdfec4 + 0x3fcdfec0 g_misc_state = 0x3fcdfec0 + 0x3fcdfea4 g_rma_rule_db = 0x3fcdfea4 + 0x3fcdfe88 g_rtp_rule_db = 0x3fcdfe88 + 0x3fcdfe85 g_scan_forever = 0x3fcdfe85 + 0x3fcdfe84 g_time_msb = 0x3fcdfe84 + 0x3fcdfe5c h4tl_env = 0x3fcdfe5c + 0x3fcdfe38 hci_env = 0x3fcdfe38 + 0x3fcdfe34 hci_ext_host = 0x3fcdfe34 + 0x3fcdfe2c hci_fc_env = 0x3fcdfe2c + 0x3fcdfe00 hci_tl_env = 0x3fcdfe00 + 0x3fcdfdd0 ke_env = 0x3fcdfdd0 + 0x3fcdfd90 ke_event_env = 0x3fcdfd90 + 0x3fcdfd14 ke_task_env = 0x3fcdfd14 + 0x3fcdfcec llc_env = 0x3fcdfcec + 0x3fcdfcc4 lld_adv_env = 0x3fcdfcc4 + 0x3fcdfc9c lld_con_env = 0x3fcdfc9c + 0x3fcdfc94 lld_exp_sync_pos_tab = 0x3fcdfc94 + 0x3fcdfc6c lld_per_adv_env = 0x3fcdfc6c + 0x3fcdfc44 lld_sync_env = 0x3fcdfc44 + 0x3fcdfc38 llm_le_adv_flow_env = 0x3fcdfc38 + 0x3fcdfc34 rw_sleep_enable = 0x3fcdfc34 + 0x3fcdfc2c rwble_env = 0x3fcdfc2c + 0x3fcdfc10 rwip_env = 0x3fcdfc10 + 0x3fcdfc04 rwip_param = 0x3fcdfc04 + 0x3fcdfc00 rwip_prog_delay = 0x3fcdfc00 + 0x3fcdfbc8 rwip_rf = 0x3fcdfbc8 + 0x3fcdfbc0 sch_alarm_env = 0x3fcdfbc0 + 0x3fcdfbac sch_arb_env = 0x3fcdfbac + 0x3fcdfba4 sch_plan_env = 0x3fcdfba4 + 0x3fcdfaa0 sch_prog_env = 0x3fcdfaa0 + 0x3fcdfa40 sch_slice_env = 0x3fcdfa40 + 0x3fcdfa38 sch_slice_params = 0x3fcdfa38 + 0x3fcdfa30 timer_env = 0x3fcdfa30 + 0x3fcdfa2c unloaded_area = 0x3fcdfa2c + 0x3fcdfa28 vshci_state = 0x3fcdfa28 + 0x3fcdfa1c TASK_DESC_LLC = 0x3fcdfa1c + 0x3fcdfa10 TASK_DESC_LLM = 0x3fcdfa10 + 0x3fcdfa04 TASK_DESC_VSHCI = 0x3fcdfa04 + 0x3fcdf9fc co_default_bdaddr = 0x3fcdf9fc + 0x3fcdf9f8 dbg_assert_block = 0x3fcdf9f8 + 0x3fcdf9f4 g_bt_plf_log_level = 0x3fcdf9f4 + 0x3fcdf9d0 hci_cmd_desc_tab_vs_esp = 0x3fcdf9d0 + 0x3fcdf9b8 hci_command_handler_tab_esp = 0x3fcdf9b8 + 0x3fcdf9b4 privacy_en = 0x3fcdf9b4 + 0x3fcdf96c sdk_cfg_priv_opts = 0x3fcdf96c + 0x3ff1ffdc BasePoint_x_256 = 0x3ff1ffdc + 0x3ff1ffbc BasePoint_y_256 = 0x3ff1ffbc + 0x3ff1ff9c DebugE256PublicKey_x = 0x3ff1ff9c + 0x3ff1ff7c DebugE256PublicKey_y = 0x3ff1ff7c + 0x3ff1ff5c DebugE256SecretKey = 0x3ff1ff5c + 0x3ff1f7a0 ECC_4Win_Look_up_table = 0x3ff1f7a0 + 0x3ff1f79c LLM_AA_CT1 = 0x3ff1f79c + 0x3ff1f798 LLM_AA_CT2 = 0x3ff1f798 + 0x3ff1f790 RF_TX_PW_CONV_TBL = 0x3ff1f790 + 0x3ff1f784 TASK_DESC_MISC = 0x3ff1f784 + 0x3ff1f768 adv_evt_prop2type = 0x3ff1f768 + 0x3ff1f760 adv_evt_type2prop = 0x3ff1f760 + 0x3ff1f750 aes_cmac_zero = 0x3ff1f750 + 0x3ff1f740 aes_k2_salt = 0x3ff1f740 + 0x3ff1f738 aes_k3_id64 = 0x3ff1f738 + 0x3ff1f728 aes_k3_salt = 0x3ff1f728 + 0x3ff1f724 aes_k4_id6 = 0x3ff1f724 + 0x3ff1f714 aes_k4_salt = 0x3ff1f714 + 0x3ff1f6e8 bigHexP256 = 0x3ff1f6e8 + 0x3ff1f6e0 byte_tx_time = 0x3ff1f6e0 + 0x3ff1f6d8 co_null_bdaddr = 0x3ff1f6d8 + 0x3ff1f6d0 co_phy_mask_to_rate = 0x3ff1f6d0 + 0x3ff1f6c8 co_phy_mask_to_value = 0x3ff1f6c8 + 0x3ff1f6c4 co_phy_to_rate = 0x3ff1f6c4 + 0x3ff1f6c0 co_phy_value_to_mask = 0x3ff1f6c0 + 0x3ff1f6b8 co_rate_to_byte_dur_us = 0x3ff1f6b8 + 0x3ff1f6b0 co_rate_to_phy = 0x3ff1f6b0 + 0x3ff1f6ac co_rate_to_phy_mask = 0x3ff1f6ac + 0x3ff1f69c co_sca2ppm = 0x3ff1f69c + 0x3ff1f670 coef_B = 0x3ff1f670 + 0x3ff1f668 connect_req_dur_tab = 0x3ff1f668 + 0x3ff1f5e4 ecc_Jacobian_InfinityPoint256 = 0x3ff1f5e4 + 0x3ff1f518 em_base_reg_lut = 0x3ff1f518 + 0x3ff1f510 fixed_tx_time = 0x3ff1f510 + 0x3ff1f508 h4tl_msgtype2hdrlen = 0x3ff1f508 + 0x3ff1f4d8 hci_cmd_desc_root_tab = 0x3ff1f4d8 + 0x3ff1f46c hci_cmd_desc_tab_ctrl_bb = 0x3ff1f46c + 0x3ff1f43c hci_cmd_desc_tab_info_par = 0x3ff1f43c + 0x3ff1f0a0 hci_cmd_desc_tab_le = 0x3ff1f0a0 + 0x3ff1f088 hci_cmd_desc_tab_lk_ctrl = 0x3ff1f088 + 0x3ff1f07c hci_cmd_desc_tab_stat_par = 0x3ff1f07c + 0x3ff1f040 hci_cmd_desc_tab_vs = 0x3ff1f040 + 0x3ff1eff8 hci_evt_desc_tab = 0x3ff1eff8 + 0x3ff1ef58 hci_evt_le_desc_tab = 0x3ff1ef58 + 0x3ff1ef50 hci_evt_le_desc_tab_esp = 0x3ff1ef50 + 0x3ff1ef48 hci_rsvd_evt_msk = 0x3ff1ef48 + 0x3ff1ef44 lld_aux_phy_to_rate = 0x3ff1ef44 + 0x3ff1ef3c lld_init_max_aux_dur_tab = 0x3ff1ef3c + 0x3ff1ef34 lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef34 + 0x3ff1ef2c lld_scan_max_aux_dur_tab = 0x3ff1ef2c + 0x3ff1ef24 lld_sync_max_aux_dur_tab = 0x3ff1ef24 + 0x3ff1ef1c llm_local_le_feats = 0x3ff1ef1c + 0x3ff1ef14 llm_local_le_states = 0x3ff1ef14 + 0x3ff1eeec llm_local_supp_cmds = 0x3ff1eeec + 0x3ff1eecc maxSecretKey_256 = 0x3ff1eecc + 0x3ff1eec4 max_data_tx_time = 0x3ff1eec4 + 0x3ff1eeb4 one_bits = 0x3ff1eeb4 + 0x3ff1eeac rwip_coex_cfg = 0x3ff1eeac + 0x3ff1ee94 rwip_priority = 0x3ff1ee94 + 0x3ff1ee48 veryBigHexP256 = 0x3ff1ee48 + 0x400015b0 esp_pp_rom_version_get = 0x400015b0 + 0x400015b4 RC_GetBlockAckTime = 0x400015b4 + 0x400015b8 ebuf_list_remove = 0x400015b8 + 0x400015c8 GetAccess = 0x400015c8 + 0x400015cc hal_mac_is_low_rate_enabled = 0x400015cc + 0x400015d0 hal_mac_tx_get_blockack = 0x400015d0 + 0x400015d8 ic_get_trc = 0x400015d8 + 0x400015e0 ic_mac_init = 0x400015e0 + 0x400015e4 ic_interface_enabled = 0x400015e4 + 0x400015e8 is_lmac_idle = 0x400015e8 + 0x400015f0 lmacDiscardAgedMSDU = 0x400015f0 + 0x400015fc lmacIsIdle = 0x400015fc + 0x40001600 lmacIsLongFrame = 0x40001600 + 0x40001608 lmacPostTxComplete = 0x40001608 + 0x4000160c lmacProcessAllTxTimeout = 0x4000160c + 0x40001610 lmacProcessCollisions = 0x40001610 + 0x40001614 lmacProcessRxSucData = 0x40001614 + 0x40001618 lmacReachLongLimit = 0x40001618 + 0x4000161c lmacReachShortLimit = 0x4000161c + 0x40001620 lmacRecycleMPDU = 0x40001620 + 0x40001624 lmacRxDone = 0x40001624 + 0x40001634 mac_tx_set_duration = 0x40001634 + 0x4000163c mac_tx_set_plcp0 = 0x4000163c + 0x40001644 mac_tx_set_plcp2 = 0x40001644 + 0x4000164c pm_disable_dream_timer = 0x4000164c + 0x40001650 pm_disable_sleep_delay_timer = 0x40001650 + 0x40001658 pm_mac_wakeup = 0x40001658 + 0x4000165c pm_mac_sleep = 0x4000165c + 0x40001660 pm_enable_active_timer = 0x40001660 + 0x40001664 pm_enable_sleep_delay_timer = 0x40001664 + 0x40001668 pm_local_tsf_process = 0x40001668 + 0x4000166c pm_set_beacon_filter = 0x4000166c + 0x40001670 pm_is_in_wifi_slice_threshold = 0x40001670 + 0x40001674 pm_is_waked = 0x40001674 + 0x40001680 pm_on_data_rx = 0x40001680 + 0x40001684 pm_on_tbtt = 0x40001684 + 0x4000169c pm_sleep_for = 0x4000169c + 0x400016a4 ppAMPDU2Normal = 0x400016a4 + 0x400016ac ppCalFrameTimes = 0x400016ac + 0x400016b0 ppCalSubFrameLength = 0x400016b0 + 0x400016b8 ppCheckTxAMPDUlength = 0x400016b8 + 0x400016bc ppDequeueRxq_Locked = 0x400016bc + 0x400016c0 ppDequeueTxQ = 0x400016c0 + 0x400016c4 ppEmptyDelimiterLength = 0x400016c4 + 0x400016c8 ppEnqueueRxq = 0x400016c8 + 0x400016cc ppEnqueueTxDone = 0x400016cc + 0x400016d0 ppGetTxQFirstAvail_Locked = 0x400016d0 + 0x400016d4 ppGetTxframe = 0x400016d4 + 0x400016e0 ppProcessRxPktHdr = 0x400016e0 + 0x400016e8 ppRecordBarRRC = 0x400016e8 + 0x400016ec lmacRequestTxopQueue = 0x400016ec + 0x400016f0 lmacReleaseTxopQueue = 0x400016f0 + 0x400016f4 ppRecycleAmpdu = 0x400016f4 + 0x400016f8 ppRecycleRxPkt = 0x400016f8 + 0x400016fc ppResortTxAMPDU = 0x400016fc + 0x40001700 ppResumeTxAMPDU = 0x40001700 + 0x4000170c ppRxProtoProc = 0x4000170c + 0x40001710 ppSearchTxQueue = 0x40001710 + 0x40001714 ppSearchTxframe = 0x40001714 + 0x40001718 ppSelectNextQueue = 0x40001718 + 0x4000171c ppSubFromAMPDU = 0x4000171c + 0x40001720 ppTask = 0x40001720 + 0x40001724 ppTxPkt = 0x40001724 + 0x40001728 ppTxProtoProc = 0x40001728 + 0x4000172c ppTxqUpdateBitmap = 0x4000172c + 0x40001734 pp_hdrsize = 0x40001734 + 0x40001738 pp_post = 0x40001738 + 0x4000173c pp_process_hmac_waiting_txq = 0x4000173c + 0x40001740 rcGetAmpduSched = 0x40001740 + 0x40001744 rcUpdateRxDone = 0x40001744 + 0x40001748 rc_get_trc = 0x40001748 + 0x4000174c rc_get_trc_by_index = 0x4000174c + 0x40001750 rcAmpduLowerRate = 0x40001750 + 0x40001754 rcampduuprate = 0x40001754 + 0x40001758 rcClearCurAMPDUSched = 0x40001758 + 0x4000175c rcClearCurSched = 0x4000175c + 0x40001760 rcClearCurStat = 0x40001760 + 0x40001768 rcLowerSched = 0x40001768 + 0x4000176c rcSetTxAmpduLimit = 0x4000176c + 0x40001774 rcUpdateAckSnr = 0x40001774 + 0x40001784 rcUpSched = 0x40001784 + 0x40001788 rssi_margin = 0x40001788 + 0x4000178c rx11NRate2AMPDULimit = 0x4000178c + 0x40001790 TRC_AMPDU_PER_DOWN_THRESHOLD = 0x40001790 + 0x40001794 TRC_AMPDU_PER_UP_THRESHOLD = 0x40001794 + 0x40001798 trc_calc_duration = 0x40001798 + 0x4000179c trc_isTxAmpduOperational = 0x4000179c + 0x400017a0 trc_onAmpduOp = 0x400017a0 + 0x400017a4 TRC_PER_IS_GOOD = 0x400017a4 + 0x400017a8 trc_SetTxAmpduState = 0x400017a8 + 0x400017ac trc_tid_isTxAmpduOperational = 0x400017ac + 0x400017b0 trcAmpduSetState = 0x400017b0 + 0x400017bc wDev_DiscardFrame = 0x400017bc + 0x400017c0 wDev_GetNoiseFloor = 0x400017c0 + 0x400017c4 wDev_IndicateAmpdu = 0x400017c4 + 0x400017cc wdev_bank_store = 0x400017cc + 0x400017d0 wdev_bank_load = 0x400017d0 + 0x400017d4 wdev_mac_reg_load = 0x400017d4 + 0x400017d8 wdev_mac_reg_store = 0x400017d8 + 0x400017dc wdev_mac_special_reg_load = 0x400017dc + 0x400017e0 wdev_mac_special_reg_store = 0x400017e0 + 0x400017e4 wdev_mac_wakeup = 0x400017e4 + 0x400017e8 wdev_mac_sleep = 0x400017e8 + 0x400017ec hal_mac_is_dma_enable = 0x400017ec + 0x400017f8 wdevProcessRxSucDataAll = 0x400017f8 + 0x400017fc wdev_csi_len_align = 0x400017fc + 0x40001800 ppDequeueTxDone_Locked = 0x40001800 + 0x4000180c config_is_cache_tx_buf_enabled = 0x4000180c + 0x40001810 //ppMapWaitTxq = 0x40001810 + 0x40001814 ppProcessWaitingQueue = 0x40001814 + 0x40001818 ppDisableQueue = 0x40001818 + 0x4000181c pm_allow_tx = 0x4000181c + 0x3ff1ee44 our_instances_ptr = 0x3ff1ee44 + 0x3fcdf968 pTxRx = 0x3fcdf968 + 0x3fcdf964 lmacConfMib_ptr = 0x3fcdf964 + 0x3fcdf960 our_wait_eb = 0x3fcdf960 + 0x3fcdf95c our_tx_eb = 0x3fcdf95c + 0x3fcdf958 pp_wdev_funcs = 0x3fcdf958 + 0x3fcdf954 g_osi_funcs_p = 0x3fcdf954 + 0x3fcdf950 wDevCtrl_ptr = 0x3fcdf950 + 0x3ff1ee40 g_wdev_last_desc_reset_ptr = 0x3ff1ee40 + 0x3fcdf94c wDevMacSleep_ptr = 0x3fcdf94c + 0x3fcdf948 g_lmac_cnt_ptr = 0x3fcdf948 + 0x3ff1ee3c our_controls_ptr = 0x3ff1ee3c + 0x3fcdf944 pp_sig_cnt_ptr = 0x3fcdf944 + 0x3fcdf940 g_eb_list_desc_ptr = 0x3fcdf940 + 0x3fcdf93c s_fragment_ptr = 0x3fcdf93c + 0x3fcdf938 if_ctrl_ptr = 0x3fcdf938 + 0x3fcdf934 g_intr_lock_mux = 0x3fcdf934 + 0x3fcdf930 g_wifi_global_lock = 0x3fcdf930 + 0x3fcdf92c s_wifi_queue = 0x3fcdf92c + 0x3fcdf928 pp_task_hdl = 0x3fcdf928 + 0x3fcdf924 s_pp_task_create_sem = 0x3fcdf924 + 0x3fcdf920 s_pp_task_del_sem = 0x3fcdf920 + 0x3fcdf91c g_wifi_menuconfig_ptr = 0x3fcdf91c + 0x3fcdf918 xphyQueue = 0x3fcdf918 + 0x3fcdf914 ap_no_lr_ptr = 0x3fcdf914 + 0x3fcdf910 rc11BSchedTbl_ptr = 0x3fcdf910 + 0x3fcdf90c rc11NSchedTbl_ptr = 0x3fcdf90c + 0x3fcdf908 rcLoRaSchedTbl_ptr = 0x3fcdf908 + 0x3fcdf904 BasicOFDMSched_ptr = 0x3fcdf904 + 0x3fcdf900 trc_ctl_ptr = 0x3fcdf900 + 0x3fcdf8fc g_pm_cnt_ptr = 0x3fcdf8fc + 0x3fcdf8f8 g_pm_ptr = 0x3fcdf8f8 + 0x3fcdf8f4 g_pm_cfg_ptr = 0x3fcdf8f4 + 0x3fcdf8f0 g_esp_mesh_quick_funcs_ptr = 0x3fcdf8f0 + 0x3fcdf8ec g_txop_queue_status_ptr = 0x3fcdf8ec + 0x3fcdf8e8 g_mac_sleep_en_ptr = 0x3fcdf8e8 + 0x3fcdf8e4 g_mesh_is_root_ptr = 0x3fcdf8e4 + 0x3fcdf8e0 g_mesh_topology_ptr = 0x3fcdf8e0 + 0x3fcdf8dc g_mesh_init_ps_type_ptr = 0x3fcdf8dc + 0x3fcdf8d8 g_mesh_is_started_ptr = 0x3fcdf8d8 + 0x3fcdf8d4 g_config_func = 0x3fcdf8d4 + 0x3fcdf8d0 g_net80211_tx_func = 0x3fcdf8d0 + 0x3fcdf8cc g_timer_func = 0x3fcdf8cc + 0x3fcdf8c8 s_michael_mic_failure_cb = 0x3fcdf8c8 + 0x3fcdf8c4 wifi_sta_rx_probe_req = 0x3fcdf8c4 + 0x3fcdf8c0 g_tx_done_cb_func = 0x3fcdf8c0 + 0x3fcdf874 g_per_conn_trc = 0x3fcdf874 + 0x3fcdf870 s_encap_amsdu_func = 0x3fcdf870 + 0x40001820 esp_net80211_rom_version_get = 0x40001820 + 0x40001824 ampdu_dispatch = 0x40001824 + 0x40001828 ampdu_dispatch_all = 0x40001828 + 0x4000182c ampdu_dispatch_as_many_as_possible = 0x4000182c + 0x40001830 ampdu_dispatch_movement = 0x40001830 + 0x40001834 ampdu_dispatch_upto = 0x40001834 + 0x40001838 chm_is_at_home_channel = 0x40001838 + 0x4000183c cnx_node_is_existing = 0x4000183c + 0x40001840 cnx_node_search = 0x40001840 + 0x40001844 ic_ebuf_recycle_rx = 0x40001844 + 0x40001848 ic_ebuf_recycle_tx = 0x40001848 + 0x4000184c ic_reset_rx_ba = 0x4000184c + 0x40001850 ieee80211_align_eb = 0x40001850 + 0x40001858 ieee80211_ampdu_start_age_timer = 0x40001858 + 0x40001860 ieee80211_is_tx_allowed = 0x40001860 + 0x40001864 ieee80211_output_pending_eb = 0x40001864 + 0x4000186c ieee80211_set_tx_desc = 0x4000186c + 0x40001870 rom_sta_input = 0x40001870 + 0x40001874 wifi_get_macaddr = 0x40001874 + 0x40001878 wifi_rf_phy_disable = 0x40001878 + 0x4000187c wifi_rf_phy_enable = 0x4000187c + 0x40001880 ic_ebuf_alloc = 0x40001880 + 0x40001888 ieee80211_copy_eb_header = 0x40001888 + 0x4000188c ieee80211_recycle_cache_eb = 0x4000188c + 0x40001890 ieee80211_search_node = 0x40001890 + 0x40001894 roundup2 = 0x40001894 + 0x40001898 ieee80211_crypto_encap = 0x40001898 + 0x400018a4 ieee80211_set_tx_pti = 0x400018a4 + 0x400018a8 wifi_is_started = 0x400018a8 + 0x3fcdf86c net80211_funcs = 0x3fcdf86c + 0x3fcdf868 g_scan = 0x3fcdf868 + 0x3fcdf864 g_chm = 0x3fcdf864 + 0x3fcdf860 g_ic_ptr = 0x3fcdf860 + 0x3fcdf85c g_hmac_cnt_ptr = 0x3fcdf85c + 0x3fcdf858 g_tx_cacheq_ptr = 0x3fcdf858 + 0x3fcdf854 s_netstack_free = 0x3fcdf854 + 0x3fcdf850 mesh_rxcb = 0x3fcdf850 + 0x3fcdf84c sta_rxcb = 0x3fcdf84c + 0x400018ac esp_coex_rom_version_get = 0x400018ac + 0x400018b0 coex_bt_release = 0x400018b0 + 0x400018b4 coex_bt_request = 0x400018b4 + 0x400018b8 coex_core_ble_conn_dyn_prio_get = 0x400018b8 + 0x400018c0 coex_core_pti_get = 0x400018c0 + 0x400018c4 coex_core_release = 0x400018c4 + 0x400018c8 coex_core_request = 0x400018c8 + 0x400018cc coex_core_status_get = 0x400018cc + 0x400018d4 coex_event_duration_get = 0x400018d4 + 0x400018d8 coex_hw_timer_disable = 0x400018d8 + 0x400018dc coex_hw_timer_enable = 0x400018dc + 0x400018e0 coex_hw_timer_set = 0x400018e0 + 0x400018e4 coex_schm_interval_set = 0x400018e4 + 0x400018e8 coex_schm_lock = 0x400018e8 + 0x400018ec coex_schm_unlock = 0x400018ec + 0x400018f4 coex_wifi_release = 0x400018f4 + 0x400018f8 esp_coex_ble_conn_dynamic_prio_get = 0x400018f8 + 0x3fcdf848 coex_env_ptr = 0x3fcdf848 + 0x3fcdf844 coex_pti_tab_ptr = 0x3fcdf844 + 0x3fcdf840 coex_schm_env_ptr = 0x3fcdf840 + 0x3fcdf83c coexist_funcs = 0x3fcdf83c + 0x3fcdf838 g_coa_funcs_p = 0x3fcdf838 + 0x3fcdf834 g_coex_param_ptr = 0x3fcdf834 + 0x400018fc phy_get_romfuncs = 0x400018fc + 0x40001900 rom_abs_temp = 0x40001900 + 0x40001904 rom_bb_bss_cbw40_dig = 0x40001904 + 0x40001908 rom_bb_wdg_test_en = 0x40001908 + 0x4000190c rom_bb_wdt_get_status = 0x4000190c + 0x40001910 rom_bb_wdt_int_enable = 0x40001910 + 0x40001914 rom_bb_wdt_rst_enable = 0x40001914 + 0x40001918 rom_bb_wdt_timeout_clear = 0x40001918 + 0x4000191c rom_cbw2040_cfg = 0x4000191c + 0x40001920 rom_check_noise_floor = 0x40001920 + 0x40001924 rom_chip_i2c_readReg = 0x40001924 + 0x40001928 rom_chip_i2c_writeReg = 0x40001928 + 0x4000192c rom_correct_rf_ana_gain = 0x4000192c + 0x40001930 rom_dc_iq_est = 0x40001930 + 0x40001934 rom_disable_agc = 0x40001934 + 0x40001938 rom_en_pwdet = 0x40001938 + 0x4000193c rom_enable_agc = 0x4000193c + 0x40001940 rom_get_bbgain_db = 0x40001940 + 0x40001944 rom_get_data_sat = 0x40001944 + 0x40001948 rom_get_i2c_read_mask = 0x40001948 + 0x4000194c rom_get_pwctrl_correct = 0x4000194c + 0x40001950 rom_get_rf_gain_qdb = 0x40001950 + 0x40001954 rom_i2c_readReg = 0x40001954 + 0x40001958 rom_i2c_readReg_Mask = 0x40001958 + 0x4000195c rom_i2c_writeReg = 0x4000195c + 0x40001960 rom_i2c_writeReg_Mask = 0x40001960 + 0x40001968 rom_iq_est_disable = 0x40001968 + 0x4000196c rom_iq_est_enable = 0x4000196c + 0x40001970 rom_linear_to_db = 0x40001970 + 0x40001974 rom_loopback_mode_en = 0x40001974 + 0x40001978 rom_mhz2ieee = 0x40001978 + 0x4000197c rom_noise_floor_auto_set = 0x4000197c + 0x40001980 rom_pbus_debugmode = 0x40001980 + 0x40001984 rom_pbus_force_mode = 0x40001984 + 0x40001988 rom_pbus_force_test = 0x40001988 + 0x4000198c rom_pbus_rd = 0x4000198c + 0x40001990 rom_pbus_rd_addr = 0x40001990 + 0x40001994 rom_pbus_rd_shift = 0x40001994 + 0x40001998 rom_pbus_set_dco = 0x40001998 + 0x4000199c rom_pbus_set_rxgain = 0x4000199c + 0x400019a0 rom_pbus_workmode = 0x400019a0 + 0x400019a4 rom_pbus_xpd_rx_off = 0x400019a4 + 0x400019a8 rom_pbus_xpd_rx_on = 0x400019a8 + 0x400019ac rom_pbus_xpd_tx_off = 0x400019ac + 0x400019b4 rom_phy_byte_to_word = 0x400019b4 + 0x400019b8 rom_phy_disable_cca = 0x400019b8 + 0x400019bc rom_phy_enable_cca = 0x400019bc + 0x400019c0 rom_phy_get_noisefloor = 0x400019c0 + 0x400019c4 rom_phy_get_rx_freq = 0x400019c4 + 0x400019c8 rom_phy_set_bbfreq_init = 0x400019c8 + 0x400019cc rom_pow_usr = 0x400019cc + 0x400019d0 rom_pwdet_sar2_init = 0x400019d0 + 0x400019d4 rom_read_hw_noisefloor = 0x400019d4 + 0x400019d8 rom_read_sar_dout = 0x400019d8 + 0x400019dc rom_set_cal_rxdc = 0x400019dc + 0x400019e0 rom_set_chan_cal_interp = 0x400019e0 + 0x400019e4 rom_set_loopback_gain = 0x400019e4 + 0x400019e8 rom_set_noise_floor = 0x400019e8 + 0x400019ec rom_set_rxclk_en = 0x400019ec + 0x400019f8 rom_set_txclk_en = 0x400019f8 + 0x400019fc rom_spur_cal = 0x400019fc + 0x40001a00 rom_spur_reg_write_one_tone = 0x40001a00 + 0x40001a04 rom_target_power_add_backoff = 0x40001a04 + 0x40001a08 rom_tx_pwctrl_bg_init = 0x40001a08 + 0x40001a10 rom_wifi_11g_rate_chg = 0x40001a10 + 0x40001a14 rom_write_gain_mem = 0x40001a14 + 0x40001a18 chip726_phyrom_version = 0x40001a18 + 0x40001a1c rom_disable_wifi_agc = 0x40001a1c + 0x40001a20 rom_enable_wifi_agc = 0x40001a20 + 0x40001a24 rom_set_tx_gain_table = 0x40001a24 + 0x40001a28 rom_bt_index_to_bb = 0x40001a28 + 0x40001a2c rom_bt_bb_to_index = 0x40001a2c + 0x40001a30 rom_wr_bt_tx_atten = 0x40001a30 + 0x40001a34 rom_wr_bt_tx_gain_mem = 0x40001a34 + 0x40001a38 rom_spur_coef_cfg = 0x40001a38 + 0x40001a3c rom_bb_bss_cbw40 = 0x40001a3c + 0x40001a40 rom_set_cca = 0x40001a40 + 0x40001a44 rom_tx_paon_set = 0x40001a44 + 0x40001a48 rom_i2cmst_reg_init = 0x40001a48 + 0x40001a4c rom_iq_corr_enable = 0x40001a4c + 0x40001a50 rom_fe_reg_init = 0x40001a50 + 0x40001a5c rom_mac_enable_bb = 0x40001a5c + 0x40001a60 rom_bb_wdg_cfg = 0x40001a60 + 0x40001a64 rom_force_txon = 0x40001a64 + 0x40001a68 rom_fe_txrx_reset = 0x40001a68 + 0x40001a6c rom_set_rx_comp = 0x40001a6c + 0x40001a74 rom_write_chan_freq = 0x40001a74 + 0x40001a7c rom_set_xpd_sar = 0x40001a7c + 0x40001a80 rom_write_dac_gain2 = 0x40001a80 + 0x40001a84 rom_rtc_sar2_init = 0x40001a84 + 0x40001a88 rom_get_target_power_offset = 0x40001a88 + 0x40001a90 rom_get_rate_fcc_index = 0x40001a90 + 0x40001a94 rom_get_rate_target_power = 0x40001a94 + 0x40001a98 rom_write_wifi_dig_gain = 0x40001a98 + 0x40001a9c rom_bt_correct_rf_ana_gain = 0x40001a9c + 0x40001aa0 rom_pkdet_vol_start = 0x40001aa0 + 0x40001aa4 rom_read_sar2_code = 0x40001aa4 + 0x40001aa8 rom_get_sar2_vol = 0x40001aa8 + 0x40001aac rom_get_pll_vol = 0x40001aac + 0x40001ab0 rom_get_phy_target_power = 0x40001ab0 + 0x40001ab8 rom_phy_track_pll_cap = 0x40001ab8 + 0x40001abc rom_phy_pwdet_always_en = 0x40001abc + 0x40001ac0 rom_phy_pwdet_onetime_en = 0x40001ac0 + 0x40001ac4 rom_get_i2c_mst0_mask = 0x40001ac4 + 0x40001ac8 rom_get_i2c_hostid = 0x40001ac8 + 0x40001acc rom_enter_critical_phy = 0x40001acc + 0x40001ad0 rom_exit_critical_phy = 0x40001ad0 + 0x40001ad4 rom_chip_i2c_readReg_org = 0x40001ad4 + 0x40001ad8 rom_i2c_paral_set_mst0 = 0x40001ad8 + 0x40001adc rom_i2c_paral_set_read = 0x40001adc + 0x40001ae0 rom_i2c_paral_read = 0x40001ae0 + 0x40001ae4 rom_i2c_paral_write = 0x40001ae4 + 0x40001ae8 rom_i2c_paral_write_num = 0x40001ae8 + 0x40001aec rom_i2c_paral_write_mask = 0x40001aec + 0x40001af0 rom_bb_bss_cbw40_ana = 0x40001af0 + 0x40001af4 rom_chan_to_freq = 0x40001af4 + 0x40001afc rom_dac_rate_set = 0x40001afc + 0x40001b08 rom_tsens_index_to_dac = 0x40001b08 + 0x40001b0c rom_tsens_index_to_offset = 0x40001b0c + 0x40001b14 rom_code_to_temp = 0x40001b14 + 0x40001b18 rom_write_pll_cap_mem = 0x40001b18 + 0x40001b1c rom_pll_correct_dcap = 0x40001b1c + 0x40001b20 rom_phy_en_hw_set_freq = 0x40001b20 + 0x40001b24 rom_phy_dis_hw_set_freq = 0x40001b24 + 0x40000628 PROVIDE (esp_rom_crc32_le = crc32_le) + 0x40000630 PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + 0x400005c8 PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x400005c4 PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + 0x400005cc PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x400005a0 PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + 0x400005a4 PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + 0x4000071c PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + 0x4000072c PROVIDE (esp_rom_efuse_get_flash_wp_gpio = ets_efuse_get_wp_pad) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + [!provide] PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + 0x40000080 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) + 0x40000068 PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) + 0x40000084 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) + 0x40000070 PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) + 0x40000614 PROVIDE (esp_rom_md5_init = MD5Init) + 0x40000618 PROVIDE (esp_rom_md5_update = MD5Update) + 0x4000061c PROVIDE (esp_rom_md5_final = MD5Final) + 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) + 0x40000094 PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) + 0x40000040 PROVIDE (esp_rom_printf = ets_printf) + 0x40000050 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + 0x400005f4 PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) + 0x40000584 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + 0x40000588 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) + [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) + [!provide] PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) + [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) + [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) + [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) + 0x40001954 PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) + 0x40001958 PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) + 0x4000195c PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) + 0x40001960 PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) + 0x400008dc bt_rf_coex_get_dft_cfg = 0x400008dc + 0x400008e0 bt_rf_coex_hooks_p_set = 0x400008e0 + 0x400008e4 btdm_con_maxevtime_cal_impl = 0x400008e4 + 0x400008e8 btdm_controller_get_compile_version_impl = 0x400008e8 + 0x400008ec btdm_controller_rom_data_init = 0x400008ec + 0x400008f0 btdm_dis_privacy_err_report_impl = 0x400008f0 + 0x400008f4 btdm_disable_adv_delay_impl = 0x400008f4 + 0x400008f8 btdm_enable_scan_continue_impl = 0x400008f8 + 0x400008fc btdm_enable_scan_forever_impl = 0x400008fc + 0x40000900 btdm_get_power_state_impl = 0x40000900 + 0x40000904 btdm_get_prevent_sleep_flag_impl = 0x40000904 + 0x40000908 btdm_power_state_active_impl = 0x40000908 + 0x4000090c btdm_switch_phy_coded_impl = 0x4000090c + 0x40000910 hci_acl_data_handler = 0x40000910 + 0x40000914 hci_disconnect_cmd_handler = 0x40000914 + 0x40000918 hci_le_con_upd_cmd_handler = 0x40000918 + 0x4000091c hci_le_ltk_req_neg_reply_cmd_handler = 0x4000091c + 0x40000920 hci_le_ltk_req_reply_cmd_handler = 0x40000920 + 0x40000924 hci_le_rd_chnl_map_cmd_handler = 0x40000924 + 0x40000928 hci_le_rd_phy_cmd_handler = 0x40000928 + 0x4000092c hci_le_rd_rem_feats_cmd_handler = 0x4000092c + 0x40000930 hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x40000930 + 0x40000934 hci_le_rem_con_param_req_reply_cmd_handler = 0x40000934 + 0x40000938 hci_le_set_data_len_cmd_handler = 0x40000938 + 0x4000093c hci_le_set_phy_cmd_handler = 0x4000093c + 0x40000940 hci_le_start_enc_cmd_handler = 0x40000940 + 0x40000944 hci_rd_auth_payl_to_cmd_handler = 0x40000944 + 0x40000948 hci_rd_rem_ver_info_cmd_handler = 0x40000948 + 0x4000094c hci_rd_rssi_cmd_handler = 0x4000094c + 0x40000950 hci_rd_tx_pwr_lvl_cmd_handler = 0x40000950 + 0x40000954 hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x40000954 + 0x40000958 hci_vs_set_pref_slave_latency_cmd_handler = 0x40000958 + 0x4000095c hci_wr_auth_payl_to_cmd_handler = 0x4000095c + 0x40000960 ll_channel_map_ind_handler = 0x40000960 + 0x40000964 ll_connection_param_req_handler = 0x40000964 + 0x40000968 ll_connection_param_rsp_handler = 0x40000968 + 0x4000096c ll_connection_update_ind_handler = 0x4000096c + 0x40000970 ll_enc_req_handler = 0x40000970 + 0x40000974 ll_enc_rsp_handler = 0x40000974 + 0x40000978 ll_feature_req_handler = 0x40000978 + 0x4000097c ll_feature_rsp_handler = 0x4000097c + 0x40000980 ll_length_req_handler = 0x40000980 + 0x40000984 ll_length_rsp_handler = 0x40000984 + 0x40000988 ll_min_used_channels_ind_handler = 0x40000988 + 0x4000098c ll_pause_enc_req_handler = 0x4000098c + 0x40000990 ll_pause_enc_rsp_handler = 0x40000990 + 0x40000994 ll_phy_req_handler = 0x40000994 + 0x40000998 ll_phy_rsp_handler = 0x40000998 + 0x4000099c ll_phy_update_ind_handler = 0x4000099c + 0x400009a0 ll_ping_req_handler = 0x400009a0 + 0x400009a4 ll_ping_rsp_handler = 0x400009a4 + 0x400009a8 ll_slave_feature_req_handler = 0x400009a8 + 0x400009ac ll_start_enc_req_handler = 0x400009ac + 0x400009b0 ll_start_enc_rsp_handler = 0x400009b0 + 0x400009b4 ll_terminate_ind_handler = 0x400009b4 + 0x400009b8 ll_version_ind_handler = 0x400009b8 + 0x400009bc llc_auth_payl_nearly_to_handler = 0x400009bc + 0x400009c0 llc_auth_payl_real_to_handler = 0x400009c0 + 0x400009c4 llc_encrypt_ind_handler = 0x400009c4 + 0x400009c8 llc_hci_command_handler_wrapper = 0x400009c8 + 0x400009cc llc_ll_connection_param_req_pdu_send = 0x400009cc + 0x400009d0 llc_ll_connection_param_rsp_pdu_send = 0x400009d0 + 0x400009d4 llc_ll_connection_update_ind_pdu_send = 0x400009d4 + 0x400009d8 llc_ll_enc_req_pdu_send = 0x400009d8 + 0x400009dc llc_ll_enc_rsp_pdu_send = 0x400009dc + 0x400009e0 llc_ll_feature_req_pdu_send = 0x400009e0 + 0x400009e4 llc_ll_feature_rsp_pdu_send = 0x400009e4 + 0x400009e8 llc_ll_length_req_pdu_send = 0x400009e8 + 0x400009ec llc_ll_length_rsp_pdu_send = 0x400009ec + 0x400009f0 llc_ll_pause_enc_req_pdu_send = 0x400009f0 + 0x400009f4 llc_ll_pause_enc_rsp_pdu_send = 0x400009f4 + 0x400009f8 llc_ll_phy_req_pdu_send = 0x400009f8 + 0x400009fc llc_ll_phy_rsp_pdu_send = 0x400009fc + 0x40000a00 llc_ll_ping_req_pdu_send = 0x40000a00 + 0x40000a04 llc_ll_ping_rsp_pdu_send = 0x40000a04 + 0x40000a08 llc_ll_start_enc_req_pdu_send = 0x40000a08 + 0x40000a0c llc_ll_start_enc_rsp_pdu_send = 0x40000a0c + 0x40000a10 llc_ll_terminate_ind_pdu_send = 0x40000a10 + 0x40000a14 llc_ll_unknown_rsp_pdu_send = 0x40000a14 + 0x40000a18 llc_llcp_ch_map_update_ind_pdu_send = 0x40000a18 + 0x40000a1c llc_llcp_phy_upd_ind_pdu_send = 0x40000a1c + 0x40000a20 llc_llcp_version_ind_pdu_send = 0x40000a20 + 0x40000a24 llc_op_ch_map_upd_ind_handler = 0x40000a24 + 0x40000a28 llc_op_con_upd_ind_handler = 0x40000a28 + 0x40000a2c llc_op_disconnect_ind_handler = 0x40000a2c + 0x40000a30 llc_op_dl_upd_ind_handler = 0x40000a30 + 0x40000a34 llc_op_encrypt_ind_handler = 0x40000a34 + 0x40000a38 llc_op_feats_exch_ind_handler = 0x40000a38 + 0x40000a3c llc_op_le_ping_ind_handler = 0x40000a3c + 0x40000a40 llc_op_phy_upd_ind_handler = 0x40000a40 + 0x40000a44 llc_op_ver_exch_ind_handler = 0x40000a44 + 0x40000a48 llc_stopped_ind_handler = 0x40000a48 + 0x40000a4c lld_acl_rx_ind_handler = 0x40000a4c + 0x40000a50 lld_acl_tx_cfm_handler = 0x40000a50 + 0x40000a54 lld_adv_end_ind_handler = 0x40000a54 + 0x40000a58 lld_adv_rep_ind_handler = 0x40000a58 + 0x40000a5c lld_ch_map_upd_cfm_handler = 0x40000a5c + 0x40000a60 lld_con_estab_ind_handler = 0x40000a60 + 0x40000a64 lld_con_evt_sd_evt_time_set = 0x40000a64 + 0x40000a68 lld_con_offset_upd_ind_handler = 0x40000a68 + 0x40000a6c lld_con_param_upd_cfm_handler = 0x40000a6c + 0x40000a70 lld_disc_ind_handler = 0x40000a70 + 0x40000a74 lld_init_end_ind_handler = 0x40000a74 + 0x40000a78 lld_llcp_rx_ind_handler_wrapper = 0x40000a78 + 0x40000a7c lld_llcp_tx_cfm_handler = 0x40000a7c + 0x40000a80 lld_per_adv_end_ind_handler = 0x40000a80 + 0x40000a84 lld_per_adv_rep_ind_handler = 0x40000a84 + 0x40000a88 lld_per_adv_rx_end_ind_handler = 0x40000a88 + 0x40000a8c lld_phy_coded_500k_get = 0x40000a8c + 0x40000a90 lld_phy_upd_cfm_handler = 0x40000a90 + 0x40000a94 lld_scan_end_ind_handler = 0x40000a94 + 0x40000a98 lld_scan_req_ind_handler = 0x40000a98 + 0x40000a9c lld_sync_start_req_handler = 0x40000a9c + 0x40000aa0 lld_test_end_ind_handler = 0x40000aa0 + 0x40000aa4 lld_update_rxbuf_handler = 0x40000aa4 + 0x40000aa8 llm_ch_map_update_ind_handler = 0x40000aa8 + 0x40000aac llm_hci_command_handler_wrapper = 0x40000aac + 0x40000ab0 llm_scan_period_to_handler = 0x40000ab0 + 0x40000ab4 r_Add2SelfBigHex256 = 0x40000ab4 + 0x40000ab8 r_AddBigHex256 = 0x40000ab8 + 0x40000abc r_AddBigHexModP256 = 0x40000abc + 0x40000ac0 r_AddP256 = 0x40000ac0 + 0x40000ac4 r_AddPdiv2_256 = 0x40000ac4 + 0x40000ac8 r_GF_Jacobian_Point_Addition256 = 0x40000ac8 + 0x40000acc r_GF_Jacobian_Point_Double256 = 0x40000acc + 0x40000ad0 r_GF_Point_Jacobian_To_Affine256 = 0x40000ad0 + 0x40000ad4 r_MultiplyBigHexByUint32_256 = 0x40000ad4 + 0x40000ad8 r_MultiplyBigHexModP256 = 0x40000ad8 + 0x40000adc r_MultiplyByU16ModP256 = 0x40000adc + 0x40000ae0 r_SubtractBigHex256 = 0x40000ae0 + 0x40000ae4 r_SubtractBigHexMod256 = 0x40000ae4 + 0x40000ae8 r_SubtractBigHexUint32_256 = 0x40000ae8 + 0x40000aec r_SubtractFromSelfBigHex256 = 0x40000aec + 0x40000af0 r_SubtractFromSelfBigHexSign256 = 0x40000af0 + 0x40000af4 r_aes_alloc = 0x40000af4 + 0x40000af8 r_aes_ccm_continue = 0x40000af8 + 0x40000afc r_aes_ccm_process_e = 0x40000afc + 0x40000b00 r_aes_ccm_xor_128_lsb = 0x40000b00 + 0x40000b04 r_aes_ccm_xor_128_msb = 0x40000b04 + 0x40000b08 r_aes_cmac_continue = 0x40000b08 + 0x40000b0c r_aes_cmac_start = 0x40000b0c + 0x40000b10 r_aes_k1_continue = 0x40000b10 + 0x40000b14 r_aes_k2_continue = 0x40000b14 + 0x40000b18 r_aes_k3_continue = 0x40000b18 + 0x40000b1c r_aes_k4_continue = 0x40000b1c + 0x40000b20 r_aes_shift_left_128 = 0x40000b20 + 0x40000b24 r_aes_start = 0x40000b24 + 0x40000b28 r_aes_xor_128 = 0x40000b28 + 0x40000b2c r_assert_err = 0x40000b2c + 0x40000b30 r_assert_param = 0x40000b30 + 0x40000b34 r_assert_warn = 0x40000b34 + 0x40000b38 r_bigHexInversion256 = 0x40000b38 + 0x40000b3c r_ble_sw_cca_check_isr = 0x40000b3c + 0x40000b40 r_ble_util_buf_acl_tx_alloc = 0x40000b40 + 0x40000b44 r_ble_util_buf_acl_tx_elt_get = 0x40000b44 + 0x40000b48 r_ble_util_buf_acl_tx_free = 0x40000b48 + 0x40000b4c r_ble_util_buf_acl_tx_free_in_isr = 0x40000b4c + 0x40000b50 r_ble_util_buf_adv_tx_alloc = 0x40000b50 + 0x40000b54 r_ble_util_buf_adv_tx_free = 0x40000b54 + 0x40000b58 r_ble_util_buf_adv_tx_free_in_isr = 0x40000b58 + 0x40000b5c r_ble_util_buf_env_deinit = 0x40000b5c + 0x40000b60 r_ble_util_buf_env_init = 0x40000b60 + 0x40000b64 r_ble_util_buf_get_rx_buf_nb = 0x40000b64 + 0x40000b68 r_ble_util_buf_get_rx_buf_size = 0x40000b68 + 0x40000b6c r_ble_util_buf_llcp_tx_alloc = 0x40000b6c + 0x40000b70 r_ble_util_buf_llcp_tx_free = 0x40000b70 + 0x40000b74 r_ble_util_buf_rx_alloc = 0x40000b74 + 0x40000b78 r_ble_util_buf_rx_alloc_in_isr = 0x40000b78 + 0x40000b7c r_ble_util_buf_rx_free = 0x40000b7c + 0x40000b80 r_ble_util_buf_rx_free_in_isr = 0x40000b80 + 0x40000b84 r_ble_util_buf_set_rx_buf_nb = 0x40000b84 + 0x40000b88 r_ble_util_buf_set_rx_buf_size = 0x40000b88 + 0x40000b8c r_ble_util_data_rx_buf_reset = 0x40000b8c + 0x40000b90 r_bt_bb_get_intr_mask = 0x40000b90 + 0x40000b94 r_bt_bb_intr_clear = 0x40000b94 + 0x40000b98 r_bt_bb_intr_mask_set = 0x40000b98 + 0x40000ba0 r_bt_rf_coex_cfg_set = 0x40000ba0 + 0x40000ba4 r_bt_rf_coex_conn_dynamic_pti_en_get = 0x40000ba4 + 0x40000bac r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x40000bac + 0x40000bb0 r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x40000bb0 + 0x40000bb4 r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x40000bb4 + 0x40000bb8 r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x40000bb8 + 0x40000bbc r_bt_rf_coex_pti_table_get = 0x40000bbc + 0x40000bc0 r_bt_rf_coex_st_param_get = 0x40000bc0 + 0x40000bc4 r_bt_rf_coex_st_param_set = 0x40000bc4 + 0x40000bc8 r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x40000bc8 + 0x40000bcc r_bt_rma_apply_rule_cs_fmt = 0x40000bcc + 0x40000bd0 r_bt_rma_apply_rule_cs_idx = 0x40000bd0 + 0x40000bd4 r_bt_rma_configure = 0x40000bd4 + 0x40000bd8 r_bt_rma_deregister_rule_cs_fmt = 0x40000bd8 + 0x40000bdc r_bt_rma_deregister_rule_cs_idx = 0x40000bdc + 0x40000be0 r_bt_rma_get_ant_by_act = 0x40000be0 + 0x40000be4 r_bt_rma_init = 0x40000be4 + 0x40000be8 r_bt_rma_register_rule_cs_fmt = 0x40000be8 + 0x40000bec r_bt_rma_register_rule_cs_idx = 0x40000bec + 0x40000bf0 r_bt_rtp_apply_rule_cs_fmt = 0x40000bf0 + 0x40000bf4 r_bt_rtp_apply_rule_cs_idx = 0x40000bf4 + 0x40000bf8 r_bt_rtp_deregister_rule_cs_fmt = 0x40000bf8 + 0x40000bfc r_bt_rtp_deregister_rule_cs_idx = 0x40000bfc + 0x40000c04 r_bt_rtp_init = 0x40000c04 + 0x40000c08 r_bt_rtp_register_rule_cs_fmt = 0x40000c08 + 0x40000c0c r_bt_rtp_register_rule_cs_idx = 0x40000c0c + 0x40000c10 r_btdm_isr = 0x40000c10 + 0x40000c20 r_cali_phase_match_p = 0x40000c20 + 0x40000c24 r_cmp_abs_time = 0x40000c24 + 0x40000c28 r_cmp_dest_id = 0x40000c28 + 0x40000c2c r_cmp_timer_id = 0x40000c2c + 0x40000c30 r_co_bdaddr_compare = 0x40000c30 + 0x40000c34 r_co_ble_pkt_dur_in_us = 0x40000c34 + 0x40000c38 r_co_list_extract = 0x40000c38 + 0x40000c3c r_co_list_extract_after = 0x40000c3c + 0x40000c40 r_co_list_extract_sublist = 0x40000c40 + 0x40000c44 r_co_list_find = 0x40000c44 + 0x40000c48 r_co_list_init = 0x40000c48 + 0x40000c4c r_co_list_insert_after = 0x40000c4c + 0x40000c50 r_co_list_insert_before = 0x40000c50 + 0x40000c54 r_co_list_merge = 0x40000c54 + 0x40000c58 r_co_list_pool_init = 0x40000c58 + 0x40000c5c r_co_list_pop_front = 0x40000c5c + 0x40000c60 r_co_list_push_back = 0x40000c60 + 0x40000c64 r_co_list_push_back_sublist = 0x40000c64 + 0x40000c68 r_co_list_push_front = 0x40000c68 + 0x40000c6c r_co_list_size = 0x40000c6c + 0x40000c70 r_co_nb_good_le_channels = 0x40000c70 + 0x40000c74 r_co_util_pack = 0x40000c74 + 0x40000c78 r_co_util_read_array_size = 0x40000c78 + 0x40000c7c r_co_util_unpack = 0x40000c7c + 0x40000c80 r_dbg_env_deinit = 0x40000c80 + 0x40000c84 r_dbg_env_init = 0x40000c84 + 0x40000c88 r_dbg_platform_reset_complete = 0x40000c88 + 0x40000c8c r_dl_upd_proc_start = 0x40000c8c + 0x40000c90 r_dump_data = 0x40000c90 + 0x40000c94 r_ecc_abort_key256_generation = 0x40000c94 + 0x40000c98 r_ecc_gen_new_public_key = 0x40000c98 + 0x40000c9c r_ecc_gen_new_secret_key = 0x40000c9c + 0x40000ca0 r_ecc_generate_key256 = 0x40000ca0 + 0x40000ca4 r_ecc_get_debug_Keys = 0x40000ca4 + 0x40000ca8 r_ecc_init = 0x40000ca8 + 0x40000cac r_ecc_is_valid_point = 0x40000cac + 0x40000cb0 r_ecc_multiplication_event_handler = 0x40000cb0 + 0x40000cb4 r_ecc_point_multiplication_win_256 = 0x40000cb4 + 0x40000cb8 r_emi_alloc_em_mapping_by_offset = 0x40000cb8 + 0x40000cbc r_emi_base_reg_lut_show = 0x40000cbc + 0x40000cc0 r_emi_em_base_reg_show = 0x40000cc0 + 0x40000cc4 r_emi_free_em_mapping_by_offset = 0x40000cc4 + 0x40000cc8 r_emi_get_em_mapping_idx_by_offset = 0x40000cc8 + 0x40000ccc r_emi_get_mem_addr_by_offset = 0x40000ccc + 0x40000cd0 r_emi_overwrite_em_mapping_by_offset = 0x40000cd0 + 0x40000cd4 r_esp_vendor_hci_command_handler = 0x40000cd4 + 0x40000cd8 r_get_stack_usage = 0x40000cd8 + 0x40000cdc r_h4tl_acl_hdr_rx_evt_handler = 0x40000cdc + 0x40000ce0 r_h4tl_cmd_hdr_rx_evt_handler = 0x40000ce0 + 0x40000ce4 r_h4tl_cmd_pld_rx_evt_handler = 0x40000ce4 + 0x40000ce8 r_h4tl_eif_io_event_post = 0x40000ce8 + 0x40000cec r_h4tl_eif_register = 0x40000cec + 0x40000cf0 r_h4tl_init = 0x40000cf0 + 0x40000cf4 r_h4tl_out_of_sync = 0x40000cf4 + 0x40000cf8 r_h4tl_out_of_sync_check = 0x40000cf8 + 0x40000cfc r_h4tl_read_hdr = 0x40000cfc + 0x40000d00 r_h4tl_read_next_out_of_sync = 0x40000d00 + 0x40000d04 r_h4tl_read_payl = 0x40000d04 + 0x40000d08 r_h4tl_read_start = 0x40000d08 + 0x40000d0c r_h4tl_rx_acl_hdr_extract = 0x40000d0c + 0x40000d10 r_h4tl_rx_cmd_hdr_extract = 0x40000d10 + 0x40000d14 r_h4tl_rx_done = 0x40000d14 + 0x40000d18 r_h4tl_start = 0x40000d18 + 0x40000d1c r_h4tl_stop = 0x40000d1c + 0x40000d20 r_h4tl_tx_done = 0x40000d20 + 0x40000d24 r_h4tl_tx_evt_handler = 0x40000d24 + 0x40000d28 r_h4tl_write = 0x40000d28 + 0x40000d2c r_hci_acl_tx_data_alloc = 0x40000d2c + 0x40000d30 r_hci_acl_tx_data_received = 0x40000d30 + 0x40000d34 r_hci_basic_cmd_send_2_controller = 0x40000d34 + 0x40000d38 r_hci_ble_adv_report_filter_check = 0x40000d38 + 0x40000d3c r_hci_ble_adv_report_tx_check = 0x40000d3c + 0x40000d40 r_hci_ble_conhdl_register = 0x40000d40 + 0x40000d44 r_hci_ble_conhdl_unregister = 0x40000d44 + 0x40000d48 r_hci_build_acl_data = 0x40000d48 + 0x40000d4c r_hci_build_cc_evt = 0x40000d4c + 0x40000d50 r_hci_build_cs_evt = 0x40000d50 + 0x40000d54 r_hci_build_evt = 0x40000d54 + 0x40000d58 r_hci_build_le_evt = 0x40000d58 + 0x40000d5c r_hci_cmd_get_max_param_size = 0x40000d5c + 0x40000d60 r_hci_cmd_received = 0x40000d60 + 0x40000d64 r_hci_cmd_reject = 0x40000d64 + 0x40000d68 r_hci_evt_mask_check = 0x40000d68 + 0x40000d6c r_hci_evt_mask_set = 0x40000d6c + 0x40000d70 r_hci_fc_acl_buf_size_set = 0x40000d70 + 0x40000d74 r_hci_fc_acl_en = 0x40000d74 + 0x40000d78 r_hci_fc_acl_packet_sent = 0x40000d78 + 0x40000d7c r_hci_fc_check_host_available_nb_acl_packets = 0x40000d7c + 0x40000d80 r_hci_fc_host_nb_acl_pkts_complete = 0x40000d80 + 0x40000d84 r_hci_fc_init = 0x40000d84 + 0x40000d88 r_hci_look_for_cmd_desc = 0x40000d88 + 0x40000d8c r_hci_look_for_evt_desc = 0x40000d8c + 0x40000d90 r_hci_look_for_le_evt_desc = 0x40000d90 + 0x40000d94 r_hci_look_for_le_evt_desc_esp = 0x40000d94 + 0x40000d98 r_hci_pack_bytes = 0x40000d98 + 0x40000da0 r_hci_send_2_controller = 0x40000da0 + 0x40000da4 r_hci_send_2_host = 0x40000da4 + 0x40000da8 r_hci_tl_c2h_data_flow_on = 0x40000da8 + 0x40000dac r_hci_tl_cmd_hdr_rx_evt_handler = 0x40000dac + 0x40000db0 r_hci_tl_cmd_pld_rx_evt_handler = 0x40000db0 + 0x40000db4 r_hci_tl_get_pkt = 0x40000db4 + 0x40000db8 r_hci_tl_hci_pkt_handler = 0x40000db8 + 0x40000dbc r_hci_tl_hci_tx_done_evt_handler = 0x40000dbc + 0x40000dc0 r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40000dc0 + 0x40000dc4 r_hci_tl_save_pkt = 0x40000dc4 + 0x40000dc8 r_hci_tl_send = 0x40000dc8 + 0x40000dcc r_hci_tx_done = 0x40000dcc + 0x40000dd0 r_hci_tx_start = 0x40000dd0 + 0x40000dd4 r_hci_tx_trigger = 0x40000dd4 + 0x40000dd8 r_isValidSecretKey_256 = 0x40000dd8 + 0x40000ddc r_ke_check_malloc = 0x40000ddc + 0x40000de0 r_ke_event_callback_set = 0x40000de0 + 0x40000de4 r_ke_event_clear = 0x40000de4 + 0x40000de8 r_ke_event_flush = 0x40000de8 + 0x40000dec r_ke_event_get = 0x40000dec + 0x40000df0 r_ke_event_get_all = 0x40000df0 + 0x40000df4 r_ke_event_init = 0x40000df4 + 0x40000df8 r_ke_event_schedule = 0x40000df8 + 0x40000dfc r_ke_event_set = 0x40000dfc + 0x40000e00 r_ke_flush = 0x40000e00 + 0x40000e04 r_ke_free = 0x40000e04 + 0x40000e08 r_ke_handler_search = 0x40000e08 + 0x40000e0c r_ke_init = 0x40000e0c + 0x40000e10 r_ke_is_free = 0x40000e10 + 0x40000e14 r_ke_malloc = 0x40000e14 + 0x40000e18 r_ke_mem_init = 0x40000e18 + 0x40000e1c r_ke_mem_is_empty = 0x40000e1c + 0x40000e20 r_ke_mem_is_in_heap = 0x40000e20 + 0x40000e24 r_ke_msg_alloc = 0x40000e24 + 0x40000e28 r_ke_msg_dest_id_get = 0x40000e28 + 0x40000e2c r_ke_msg_discard = 0x40000e2c + 0x40000e30 r_ke_msg_forward = 0x40000e30 + 0x40000e34 r_ke_msg_forward_new_id = 0x40000e34 + 0x40000e38 r_ke_msg_free = 0x40000e38 + 0x40000e3c r_ke_msg_in_queue = 0x40000e3c + 0x40000e40 r_ke_msg_save = 0x40000e40 + 0x40000e44 r_ke_msg_send = 0x40000e44 + 0x40000e48 r_ke_msg_send_basic = 0x40000e48 + 0x40000e4c r_ke_msg_src_id_get = 0x40000e4c + 0x40000e50 r_ke_queue_extract = 0x40000e50 + 0x40000e54 r_ke_queue_insert = 0x40000e54 + 0x40000e58 r_ke_sleep_check = 0x40000e58 + 0x40000e5c r_ke_state_get = 0x40000e5c + 0x40000e60 r_ke_state_set = 0x40000e60 + 0x40000e64 r_ke_task_check = 0x40000e64 + 0x40000e68 r_ke_task_create = 0x40000e68 + 0x40000e6c r_ke_task_delete = 0x40000e6c + 0x40000e70 r_ke_task_handler_get = 0x40000e70 + 0x40000e74 r_ke_task_init = 0x40000e74 + 0x40000e78 r_ke_task_msg_flush = 0x40000e78 + 0x40000e7c r_ke_task_saved_update = 0x40000e7c + 0x40000e84 r_ke_time = 0x40000e84 + 0x40000e88 r_ke_time_cmp = 0x40000e88 + 0x40000e8c r_ke_time_past = 0x40000e8c + 0x40000e90 r_ke_timer_active = 0x40000e90 + 0x40000e94 r_ke_timer_adjust_all = 0x40000e94 + 0x40000e98 r_ke_timer_clear = 0x40000e98 + 0x40000e9c r_ke_timer_init = 0x40000e9c + 0x40000ea0 r_ke_timer_schedule = 0x40000ea0 + 0x40000ea4 r_ke_timer_set = 0x40000ea4 + 0x40000ea8 r_led_init = 0x40000ea8 + 0x40000eac r_led_set_all = 0x40000eac + 0x40000eb0 r_llc_aes_res_cb = 0x40000eb0 + 0x40000eb4 r_llc_ch_map_up_proc_err_cb = 0x40000eb4 + 0x40000eb8 r_llc_cleanup = 0x40000eb8 + 0x40000ebc r_llc_cmd_cmp_send = 0x40000ebc + 0x40000ec0 r_llc_cmd_stat_send = 0x40000ec0 + 0x40000ec4 r_llc_con_move_cbk = 0x40000ec4 + 0x40000ec8 r_llc_con_plan_set_update = 0x40000ec8 + 0x40000ecc r_llc_con_upd_param_in_range = 0x40000ecc + 0x40000ed0 r_llc_disconnect = 0x40000ed0 + 0x40000ed4 r_llc_disconnect_end = 0x40000ed4 + 0x40000ed8 r_llc_disconnect_proc_continue = 0x40000ed8 + 0x40000edc r_llc_disconnect_proc_err_cb = 0x40000edc + 0x40000ee0 r_llc_dl_chg_check = 0x40000ee0 + 0x40000ee4 r_llc_dle_proc_err_cb = 0x40000ee4 + 0x40000ee8 r_llc_feats_exch_proc_err_cb = 0x40000ee8 + 0x40000eec r_llc_hci_cmd_handler_tab_p_get = 0x40000eec + 0x40000ef4 r_llc_hci_con_param_req_evt_send = 0x40000ef4 + 0x40000ef8 r_llc_hci_con_upd_info_send = 0x40000ef8 + 0x40000efc r_llc_hci_disconnected_dis = 0x40000efc + 0x40000f00 r_llc_hci_dl_upd_info_send = 0x40000f00 + 0x40000f04 r_llc_hci_enc_evt_send = 0x40000f04 + 0x40000f08 r_llc_hci_feats_info_send = 0x40000f08 + 0x40000f0c r_llc_hci_le_phy_upd_cmp_evt_send = 0x40000f0c + 0x40000f10 r_llc_hci_ltk_request_evt_send = 0x40000f10 + 0x40000f14 r_llc_hci_nb_cmp_pkts_evt_send = 0x40000f14 + 0x40000f18 r_llc_hci_version_info_send = 0x40000f18 + 0x40000f1c r_llc_init_term_proc = 0x40000f1c + 0x40000f20 r_llc_iv_skd_rand_gen = 0x40000f20 + 0x40000f24 r_llc_le_ping_proc_continue = 0x40000f24 + 0x40000f28 r_llc_le_ping_proc_err_cb = 0x40000f28 + 0x40000f30 r_llc_le_ping_set = 0x40000f30 + 0x40000f34 r_llc_ll_pause_enc_rsp_ack_handler = 0x40000f34 + 0x40000f38 r_llc_ll_reject_ind_ack_handler = 0x40000f38 + 0x40000f3c r_llc_ll_reject_ind_pdu_send = 0x40000f3c + 0x40000f40 r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40 + 0x40000f44 r_llc_ll_terminate_ind_ack = 0x40000f44 + 0x40000f48 r_llc_ll_unknown_ind_handler = 0x40000f48 + 0x40000f4c r_llc_llcp_send = 0x40000f4c + 0x40000f50 r_llc_llcp_state_set = 0x40000f50 + 0x40000f54 r_llc_llcp_trans_timer_set = 0x40000f54 + 0x40000f58 r_llc_llcp_tx_check = 0x40000f58 + 0x40000f64 r_llc_loc_con_upd_proc_err_cb = 0x40000f64 + 0x40000f68 r_llc_loc_dl_upd_proc_continue = 0x40000f68 + 0x40000f6c r_llc_loc_encrypt_proc_continue = 0x40000f6c + 0x40000f70 r_llc_loc_encrypt_proc_err_cb = 0x40000f70 + 0x40000f74 r_llc_loc_feats_exch_proc_continue = 0x40000f74 + 0x40000f7c r_llc_loc_phy_upd_proc_err_cb = 0x40000f7c + 0x40000f80 r_llc_msg_handler_tab_p_get = 0x40000f80 + 0x40000f84 r_llc_pref_param_compute = 0x40000f84 + 0x40000f88 r_llc_proc_collision_check = 0x40000f88 + 0x40000f8c r_llc_proc_err_ind = 0x40000f8c + 0x40000f90 r_llc_proc_get = 0x40000f90 + 0x40000f94 r_llc_proc_id_get = 0x40000f94 + 0x40000f98 r_llc_proc_reg = 0x40000f98 + 0x40000f9c r_llc_proc_state_get = 0x40000f9c + 0x40000fa0 r_llc_proc_state_set = 0x40000fa0 + 0x40000fa4 r_llc_proc_timer_pause_set = 0x40000fa4 + 0x40000fa8 r_llc_proc_timer_set = 0x40000fa8 + 0x40000fac r_llc_proc_unreg = 0x40000fac + 0x40000fb0 r_llc_rem_ch_map_proc_continue = 0x40000fb0 + 0x40000fb8 r_llc_rem_con_upd_proc_err_cb = 0x40000fb8 + 0x40000fbc r_llc_rem_dl_upd_proc = 0x40000fbc + 0x40000fc0 r_llc_rem_encrypt_proc_continue = 0x40000fc0 + 0x40000fc4 r_llc_rem_encrypt_proc_err_cb = 0x40000fc4 + 0x40000fc8 r_llc_rem_phy_upd_proc_continue = 0x40000fc8 + 0x40000fcc r_llc_rem_phy_upd_proc_err_cb = 0x40000fcc + 0x40000fd0 r_llc_role_get = 0x40000fd0 + 0x40000fd4 r_llc_sk_gen = 0x40000fd4 + 0x40000fd8 r_llc_start = 0x40000fd8 + 0x40000fdc r_llc_stop = 0x40000fdc + 0x40000fe0 r_llc_ver_exch_loc_proc_continue = 0x40000fe0 + 0x40000fe4 r_llc_ver_proc_err_cb = 0x40000fe4 + 0x40000fe8 r_llcp_pdu_handler_tab_p_get = 0x40000fe8 + 0x40000fec r_lld_aa_gen = 0x40000fec + 0x40000ff0 r_lld_adv_adv_data_set = 0x40000ff0 + 0x40000ff4 r_lld_adv_adv_data_update = 0x40000ff4 + 0x40000ff8 r_lld_adv_aux_ch_idx_set = 0x40000ff8 + 0x40000ffc r_lld_adv_aux_evt_canceled_cbk = 0x40000ffc + 0x40001000 r_lld_adv_aux_evt_start_cbk = 0x40001000 + 0x40001004 r_lld_adv_coex_check_ext_adv_synced = 0x40001004 + 0x40001008 r_lld_adv_coex_env_reset = 0x40001008 + 0x4000100c r_lld_adv_duration_update = 0x4000100c + 0x40001010 r_lld_adv_dynamic_pti_process = 0x40001010 + 0x40001014 r_lld_adv_end = 0x40001014 + 0x40001018 r_lld_adv_evt_canceled_cbk = 0x40001018 + 0x4000101c r_lld_adv_evt_start_cbk = 0x4000101c + 0x40001020 r_lld_adv_ext_chain_construct = 0x40001020 + 0x40001024 r_lld_adv_ext_pkt_prepare = 0x40001024 + 0x40001028 r_lld_adv_frm_cbk = 0x40001028 + 0x4000102c r_lld_adv_frm_isr = 0x4000102c + 0x40001030 r_lld_adv_frm_skip_isr = 0x40001030 + 0x40001034 r_lld_adv_init = 0x40001034 + 0x40001038 r_lld_adv_pkt_rx = 0x40001038 + 0x4000103c r_lld_adv_pkt_rx_connect_ind = 0x4000103c + 0x40001044 r_lld_adv_rand_addr_update = 0x40001044 + 0x40001048 r_lld_adv_restart = 0x40001048 + 0x4000104c r_lld_adv_scan_rsp_data_set = 0x4000104c + 0x40001050 r_lld_adv_scan_rsp_data_update = 0x40001050 + 0x40001054 r_lld_adv_set_tx_power = 0x40001054 + 0x40001058 r_lld_adv_start = 0x40001058 + 0x4000105c r_lld_adv_stop = 0x4000105c + 0x40001060 r_lld_adv_sync_info_set = 0x40001060 + 0x40001064 r_lld_adv_sync_info_update = 0x40001064 + 0x40001068 r_lld_calc_aux_rx = 0x40001068 + 0x4000106c r_lld_cca_alloc = 0x4000106c + 0x40001070 r_lld_cca_data_reset = 0x40001070 + 0x40001074 r_lld_cca_free = 0x40001074 + 0x40001078 r_lld_ch_assess_data_get = 0x40001078 + 0x4000107c r_lld_ch_idx_get = 0x4000107c + 0x40001080 r_lld_ch_map_set = 0x40001080 + 0x40001084 r_lld_channel_assess = 0x40001084 + 0x40001088 r_lld_con_activity_act_offset_compute = 0x40001088 + 0x4000108c r_lld_con_activity_offset_compute = 0x4000108c + 0x40001090 r_lld_con_ch_map_update = 0x40001090 + 0x40001094 r_lld_con_cleanup = 0x40001094 + 0x40001098 r_lld_con_current_tx_power_get = 0x40001098 + 0x4000109c r_lld_con_data_flow_set = 0x4000109c + 0x400010a0 r_lld_con_data_len_update = 0x400010a0 + 0x400010a4 r_lld_con_data_tx = 0x400010a4 + 0x400010a8 r_lld_con_enc_key_load = 0x400010a8 + 0x400010ac r_lld_con_event_counter_get = 0x400010ac + 0x400010b0 r_lld_con_evt_canceled_cbk = 0x400010b0 + 0x400010b4 r_lld_con_evt_duration_min_get = 0x400010b4 + 0x400010b8 r_lld_con_evt_max_eff_time_cal = 0x400010b8 + 0x400010bc r_lld_con_evt_sd_evt_time_get = 0x400010bc + 0x400010c0 r_lld_con_evt_start_cbk = 0x400010c0 + 0x400010c4 r_lld_con_evt_time_update = 0x400010c4 + 0x400010c8 r_lld_con_free_all_tx_buf = 0x400010c8 + 0x400010cc r_lld_con_frm_cbk = 0x400010cc + 0x400010d0 r_lld_con_frm_isr = 0x400010d0 + 0x400010d4 r_lld_con_frm_skip_isr = 0x400010d4 + 0x400010d8 r_lld_con_init = 0x400010d8 + 0x400010dc r_lld_con_llcp_tx = 0x400010dc + 0x400010e0 r_lld_con_max_lat_calc = 0x400010e0 + 0x400010e4 r_lld_con_offset_get = 0x400010e4 + 0x400010e8 r_lld_con_param_update = 0x400010e8 + 0x400010ec r_lld_con_phys_update = 0x400010ec + 0x400010f0 r_lld_con_pref_slave_evt_dur_set = 0x400010f0 + 0x400010f4 r_lld_con_pref_slave_latency_set = 0x400010f4 + 0x400010f8 r_lld_con_rssi_get = 0x400010f8 + 0x400010fc r_lld_con_rx = 0x400010fc + 0x40001104 r_lld_con_rx_enc = 0x40001104 + 0x40001108 r_lld_con_rx_isr = 0x40001108 + 0x4000110c r_lld_con_rx_link_info_check = 0x4000110c + 0x40001110 r_lld_con_rx_llcp_check = 0x40001110 + 0x40001114 r_lld_con_rx_sync_time_update = 0x40001114 + 0x4000111c r_lld_con_set_tx_power = 0x4000111c + 0x40001120 r_lld_con_start = 0x40001120 + 0x40001128 r_lld_con_tx = 0x40001128 + 0x4000112c r_lld_con_tx_enc = 0x4000112c + 0x40001130 r_lld_con_tx_isr = 0x40001130 + 0x40001134 r_lld_con_tx_len_update = 0x40001134 + 0x40001138 r_lld_con_tx_len_update_for_intv = 0x40001138 + 0x4000113c r_lld_con_tx_len_update_for_rate = 0x4000113c + 0x40001140 r_lld_con_tx_prog = 0x40001140 + 0x40001144 r_lld_conn_dynamic_pti_process = 0x40001144 + 0x40001148 r_lld_continue_scan_rx_isr_end_process = 0x40001148 + 0x4000114c r_lld_ext_scan_dynamic_pti_process = 0x4000114c + 0x40001150 r_lld_hw_cca_end_isr = 0x40001150 + 0x40001154 r_lld_hw_cca_evt_handler = 0x40001154 + 0x40001158 r_lld_hw_cca_isr = 0x40001158 + 0x4000115c r_lld_init_cal_anchor_point = 0x4000115c + 0x40001160 r_lld_init_compute_winoffset = 0x40001160 + 0x40001164 r_lld_init_connect_req_pack = 0x40001164 + 0x40001168 r_lld_init_end = 0x40001168 + 0x4000116c r_lld_init_evt_canceled_cbk = 0x4000116c + 0x40001170 r_lld_init_evt_start_cbk = 0x40001170 + 0x40001174 r_lld_init_frm_cbk = 0x40001174 + 0x40001178 r_lld_init_frm_eof_isr = 0x40001178 + 0x4000117c r_lld_init_frm_skip_isr = 0x4000117c + 0x40001180 r_lld_init_init = 0x40001180 + 0x40001184 r_lld_init_process_pkt_rx = 0x40001184 + 0x40001188 r_lld_init_process_pkt_rx_adv_ext_ind = 0x40001188 + 0x4000118c r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x4000118c + 0x40001190 r_lld_init_process_pkt_rx_aux_connect_rsp = 0x40001190 + 0x40001194 r_lld_init_process_pkt_tx = 0x40001194 + 0x40001198 r_lld_init_process_pkt_tx_cal_con_timestamp = 0x40001198 + 0x4000119c r_lld_init_sched = 0x4000119c + 0x400011a0 r_lld_init_set_tx_power = 0x400011a0 + 0x400011a4 r_lld_init_start = 0x400011a4 + 0x400011a8 r_lld_init_stop = 0x400011a8 + 0x400011ac r_lld_instant_proc_end = 0x400011ac + 0x400011b4 r_lld_per_adv_ch_map_update = 0x400011b4 + 0x400011b8 r_lld_per_adv_chain_construct = 0x400011b8 + 0x400011bc r_lld_per_adv_cleanup = 0x400011bc + 0x400011c0 r_lld_per_adv_coex_env_reset = 0x400011c0 + 0x400011c4 r_lld_per_adv_data_set = 0x400011c4 + 0x400011c8 r_lld_per_adv_data_update = 0x400011c8 + 0x400011cc r_lld_per_adv_dynamic_pti_process = 0x400011cc + 0x400011d0 r_lld_per_adv_evt_canceled_cbk = 0x400011d0 + 0x400011d4 r_lld_per_adv_evt_start_cbk = 0x400011d4 + 0x400011d8 r_lld_per_adv_ext_pkt_prepare = 0x400011d8 + 0x400011dc r_lld_per_adv_frm_cbk = 0x400011dc + 0x400011e0 r_lld_per_adv_frm_isr = 0x400011e0 + 0x400011e4 r_lld_per_adv_frm_skip_isr = 0x400011e4 + 0x400011e8 r_lld_per_adv_init = 0x400011e8 + 0x400011ec r_lld_per_adv_init_info_get = 0x400011ec + 0x400011f0 r_lld_per_adv_list_add = 0x400011f0 + 0x400011f4 r_lld_per_adv_list_rem = 0x400011f4 + 0x400011fc r_lld_per_adv_set_tx_power = 0x400011fc + 0x40001200 r_lld_per_adv_start = 0x40001200 + 0x40001204 r_lld_per_adv_stop = 0x40001204 + 0x40001208 r_lld_per_adv_sync_info_get = 0x40001208 + 0x4000120c r_lld_process_cca_data = 0x4000120c + 0x40001210 r_lld_ral_search = 0x40001210 + 0x40001214 r_lld_read_clock = 0x40001214 + 0x40001218 r_lld_res_list_add = 0x40001218 + 0x40001220 r_lld_res_list_is_empty = 0x40001220 + 0x40001224 r_lld_res_list_local_rpa_get = 0x40001224 + 0x40001228 r_lld_res_list_peer_rpa_get = 0x40001228 + 0x4000122c r_lld_res_list_peer_update = 0x4000122c + 0x40001238 r_lld_reset_reg = 0x40001238 + 0x4000123c r_lld_rpa_renew = 0x4000123c + 0x40001240 r_lld_rpa_renew_evt_canceled_cbk = 0x40001240 + 0x40001244 r_lld_rpa_renew_evt_start_cbk = 0x40001244 + 0x40001248 r_lld_rpa_renew_instant_cbk = 0x40001248 + 0x4000124c r_lld_rxdesc_check = 0x4000124c + 0x40001250 r_lld_rxdesc_free = 0x40001250 + 0x40001254 r_lld_scan_create_sync = 0x40001254 + 0x40001258 r_lld_scan_create_sync_cancel = 0x40001258 + 0x4000125c r_lld_scan_end = 0x4000125c + 0x40001260 r_lld_scan_evt_canceled_cbk = 0x40001260 + 0x40001264 r_lld_scan_evt_start_cbk = 0x40001264 + 0x40001268 r_lld_scan_frm_cbk = 0x40001268 + 0x4000126c r_lld_scan_frm_eof_isr = 0x4000126c + 0x40001270 r_lld_scan_frm_rx_isr = 0x40001270 + 0x40001274 r_lld_scan_frm_skip_isr = 0x40001274 + 0x40001278 r_lld_scan_init = 0x40001278 + 0x4000127c r_lld_scan_params_update = 0x4000127c + 0x40001288 r_lld_scan_process_pkt_rx_aux_adv_ind = 0x40001288 + 0x4000128c r_lld_scan_process_pkt_rx_aux_chain_ind = 0x4000128c + 0x40001290 r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40001290 + 0x40001294 r_lld_scan_process_pkt_rx_ext_adv = 0x40001294 + 0x40001298 r_lld_scan_process_pkt_rx_ext_adv_ind = 0x40001298 + 0x4000129c r_lld_scan_process_pkt_rx_legacy_adv = 0x4000129c + 0x400012a0 r_lld_scan_restart = 0x400012a0 + 0x400012a4 r_lld_scan_sched = 0x400012a4 + 0x400012a8 r_lld_scan_set_tx_power = 0x400012a8 + 0x400012ac r_lld_scan_start = 0x400012ac + 0x400012b0 r_lld_scan_stop = 0x400012b0 + 0x400012b4 r_lld_scan_sync_accept = 0x400012b4 + 0x400012b8 r_lld_scan_sync_info_unpack = 0x400012b8 + 0x400012bc r_lld_scan_trunc_ind = 0x400012bc + 0x400012c0 r_lld_sw_cca_evt_handler = 0x400012c0 + 0x400012c4 r_lld_sw_cca_isr = 0x400012c4 + 0x400012c8 r_lld_sync_ch_map_update = 0x400012c8 + 0x400012cc r_lld_sync_cleanup = 0x400012cc + 0x400012d0 r_lld_sync_evt_canceled_cbk = 0x400012d0 + 0x400012d4 r_lld_sync_evt_start_cbk = 0x400012d4 + 0x400012d8 r_lld_sync_frm_cbk = 0x400012d8 + 0x400012dc r_lld_sync_frm_eof_isr = 0x400012dc + 0x400012e0 r_lld_sync_frm_rx_isr = 0x400012e0 + 0x400012e4 r_lld_sync_frm_skip_isr = 0x400012e4 + 0x400012e8 r_lld_sync_init = 0x400012e8 + 0x400012ec r_lld_sync_process_pkt_rx = 0x400012ec + 0x400012f0 r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400012f0 + 0x400012f4 r_lld_sync_process_pkt_rx_pkt_check = 0x400012f4 + 0x400012f8 r_lld_sync_scan_dynamic_pti_process = 0x400012f8 + 0x400012fc r_lld_sync_sched = 0x400012fc + 0x40001300 r_lld_sync_start = 0x40001300 + 0x40001304 r_lld_sync_stop = 0x40001304 + 0x40001308 r_lld_sync_trunc_ind = 0x40001308 + 0x4000130c r_lld_test_cleanup = 0x4000130c + 0x40001310 r_lld_test_evt_canceled_cbk = 0x40001310 + 0x40001314 r_lld_test_evt_start_cbk = 0x40001314 + 0x40001318 r_lld_test_freq2chnl = 0x40001318 + 0x4000131c r_lld_test_frm_cbk = 0x4000131c + 0x40001320 r_lld_test_frm_isr = 0x40001320 + 0x40001324 r_lld_test_init = 0x40001324 + 0x40001328 r_lld_test_rx_isr = 0x40001328 + 0x4000132c r_lld_test_set_tx_power = 0x4000132c + 0x40001330 r_lld_test_start = 0x40001330 + 0x40001338 r_lld_update_rxbuf = 0x40001338 + 0x4000133c r_lld_update_rxbuf_isr = 0x4000133c + 0x40001340 r_lld_white_list_add = 0x40001340 + 0x40001344 r_lld_white_list_rem = 0x40001344 + 0x40001348 r_llm_activity_free_get = 0x40001348 + 0x4000134c r_llm_activity_free_set = 0x4000134c + 0x40001350 r_llm_activity_syncing_get = 0x40001350 + 0x40001354 r_llm_adv_con_len_check = 0x40001354 + 0x40001358 r_llm_adv_hdl_to_id = 0x40001358 + 0x4000135c r_llm_adv_rep_flow_control_check = 0x4000135c + 0x40001360 r_llm_adv_rep_flow_control_update = 0x40001360 + 0x40001364 r_llm_adv_reports_list_check = 0x40001364 + 0x40001368 r_llm_adv_set_all_release = 0x40001368 + 0x4000136c r_llm_adv_set_dft_params = 0x4000136c + 0x40001370 r_llm_adv_set_release = 0x40001370 + 0x40001374 r_llm_aes_res_cb = 0x40001374 + 0x40001378 r_llm_ble_update_adv_flow_control = 0x40001378 + 0x4000137c r_llm_ch_map_update = 0x4000137c + 0x40001380 r_llm_cmd_cmp_send = 0x40001380 + 0x40001384 r_llm_cmd_stat_send = 0x40001384 + 0x40001388 r_llm_dev_list_empty_entry = 0x40001388 + 0x4000138c r_llm_dev_list_search = 0x4000138c + 0x40001390 r_llm_env_adv_dup_filt_deinit = 0x40001390 + 0x40001394 r_llm_env_adv_dup_filt_init = 0x40001394 + 0x40001398 r_llm_init_ble_adv_report_flow_contol = 0x40001398 + 0x4000139c r_llm_is_dev_connected = 0x4000139c + 0x400013a0 r_llm_is_dev_synced = 0x400013a0 + 0x400013a4 r_llm_is_non_con_act_ongoing_check = 0x400013a4 + 0x400013a8 r_llm_is_wl_accessible = 0x400013a8 + 0x400013ac r_llm_le_evt_mask_check = 0x400013ac + 0x400013b4 r_llm_link_disc = 0x400013b4 + 0x400013b8 r_llm_master_ch_map_get = 0x400013b8 + 0x400013bc r_llm_msg_handler_tab_p_get = 0x400013bc + 0x400013c0 r_llm_no_activity = 0x400013c0 + 0x400013c4 r_llm_per_adv_slot_dur = 0x400013c4 + 0x400013c8 r_llm_plan_elt_get = 0x400013c8 + 0x400013cc r_llm_rx_path_comp_get = 0x400013cc + 0x400013d0 r_llm_scan_start = 0x400013d0 + 0x400013d4 r_llm_scan_sync_acad_attach = 0x400013d4 + 0x400013d8 r_llm_scan_sync_acad_detach = 0x400013d8 + 0x400013dc r_llm_send_adv_lost_event_to_host = 0x400013dc + 0x400013e0 r_llm_tx_path_comp_get = 0x400013e0 + 0x400013e4 r_misc_deinit = 0x400013e4 + 0x400013e8 r_misc_free_em_buf_in_isr = 0x400013e8 + 0x400013ec r_misc_init = 0x400013ec + 0x400013f0 r_misc_msg_handler_tab_p_get = 0x400013f0 + 0x400013f4 r_notEqual256 = 0x400013f4 + 0x400013f8 r_phy_upd_proc_start = 0x400013f8 + 0x400013fc r_platform_reset = 0x400013fc + 0x40001404 r_rf_em_init = 0x40001404 + 0x40001408 r_rf_force_agc_enable = 0x40001408 + 0x4000140c r_rf_reg_rd = 0x4000140c + 0x40001410 r_rf_reg_wr = 0x40001410 + 0x40001414 r_rf_reset = 0x40001414 + 0x40001418 r_rf_rssi_convert = 0x40001418 + 0x4000141c r_rf_rw_v9_le_disable = 0x4000141c + 0x40001420 r_rf_rw_v9_le_enable = 0x40001420 + 0x40001424 r_rf_sleep = 0x40001424 + 0x40001430 r_rf_util_cs_fmt_convert = 0x40001430 + 0x40001434 r_rw_crypto_aes_ccm = 0x40001434 + 0x40001438 r_rw_crypto_aes_encrypt = 0x40001438 + 0x4000143c r_rw_crypto_aes_init = 0x4000143c + 0x40001440 r_rw_crypto_aes_k1 = 0x40001440 + 0x40001444 r_rw_crypto_aes_k2 = 0x40001444 + 0x40001448 r_rw_crypto_aes_k3 = 0x40001448 + 0x4000144c r_rw_crypto_aes_k4 = 0x4000144c + 0x40001450 r_rw_crypto_aes_rand = 0x40001450 + 0x40001454 r_rw_crypto_aes_result_handler = 0x40001454 + 0x40001458 r_rw_crypto_aes_s1 = 0x40001458 + 0x4000145c r_rw_cryto_aes_cmac = 0x4000145c + 0x40001460 r_rw_v9_init_em_radio_table = 0x40001460 + 0x40001468 r_rwble_sleep_enter = 0x40001468 + 0x4000146c r_rwble_sleep_wakeup_end = 0x4000146c + 0x40001474 r_rwip_active_check = 0x40001474 + 0x40001478 r_rwip_aes_encrypt = 0x40001478 + 0x40001480 r_rwip_crypt_evt_handler = 0x40001480 + 0x40001484 r_rwip_crypt_isr_handler = 0x40001484 + 0x40001488 r_rwip_eif_get = 0x40001488 + 0x4000148c r_rwip_half_slot_2_lpcycles = 0x4000148c + 0x40001490 r_rwip_hus_2_lpcycles = 0x40001490 + 0x40001494 r_rwip_isr = 0x40001494 + 0x40001498 r_rwip_lpcycles_2_hus = 0x40001498 + 0x4000149c r_rwip_prevent_sleep_clear = 0x4000149c + 0x400014a0 r_rwip_prevent_sleep_set = 0x400014a0 + 0x400014a4 r_rwip_schedule = 0x400014a4 + 0x400014a8 r_rwip_sleep = 0x400014a8 + 0x400014ac r_rwip_sw_int_handler = 0x400014ac + 0x400014b0 r_rwip_sw_int_req = 0x400014b0 + 0x400014b4 r_rwip_time_get = 0x400014b4 + 0x400014b8 r_rwip_timer_10ms_handler = 0x400014b8 + 0x400014bc r_rwip_timer_10ms_set = 0x400014bc + 0x400014c0 r_rwip_timer_hs_handler = 0x400014c0 + 0x400014c4 r_rwip_timer_hs_set = 0x400014c4 + 0x400014c8 r_rwip_timer_hus_handler = 0x400014c8 + 0x400014cc r_rwip_timer_hus_set = 0x400014cc + 0x400014d0 r_rwip_wakeup = 0x400014d0 + 0x400014d8 r_rwip_wlcoex_set = 0x400014d8 + 0x400014dc r_sch_alarm_clear = 0x400014dc + 0x400014e0 r_sch_alarm_init = 0x400014e0 + 0x400014e4 r_sch_alarm_prog = 0x400014e4 + 0x400014e8 r_sch_alarm_set = 0x400014e8 + 0x400014ec r_sch_alarm_timer_isr = 0x400014ec + 0x400014f0 r_sch_arb_conflict_check = 0x400014f0 + 0x400014f4 r_sch_arb_elt_cancel = 0x400014f4 + 0x400014fc r_sch_arb_init = 0x400014fc + 0x40001500 r_sch_arb_insert = 0x40001500 + 0x40001504 r_sch_arb_prog_timer = 0x40001504 + 0x40001508 r_sch_arb_remove = 0x40001508 + 0x4000150c r_sch_arb_sw_isr = 0x4000150c + 0x40001510 r_sch_plan_chk = 0x40001510 + 0x40001514 r_sch_plan_clock_wrap_offset_update = 0x40001514 + 0x40001518 r_sch_plan_init = 0x40001518 + 0x4000151c r_sch_plan_interval_req = 0x4000151c + 0x40001520 r_sch_plan_offset_max_calc = 0x40001520 + 0x40001524 r_sch_plan_offset_req = 0x40001524 + 0x40001528 r_sch_plan_position_range_compute = 0x40001528 + 0x4000152c r_sch_plan_rem = 0x4000152c + 0x40001530 r_sch_plan_req = 0x40001530 + 0x4000153c r_sch_prog_init = 0x4000153c + 0x40001540 r_sch_prog_push = 0x40001540 + 0x40001544 r_sch_prog_rx_isr = 0x40001544 + 0x40001548 r_sch_prog_skip_isr = 0x40001548 + 0x4000154c r_sch_prog_tx_isr = 0x4000154c + 0x40001550 r_sch_slice_bg_add = 0x40001550 + 0x40001554 r_sch_slice_bg_remove = 0x40001554 + 0x40001558 r_sch_slice_compute = 0x40001558 + 0x4000155c r_sch_slice_fg_add = 0x4000155c + 0x40001560 r_sch_slice_fg_remove = 0x40001560 + 0x40001564 r_sch_slice_init = 0x40001564 + 0x40001568 r_sch_slice_per_add = 0x40001568 + 0x4000156c r_sch_slice_per_remove = 0x4000156c + 0x40001570 r_sdk_config_get_bt_sleep_enable = 0x40001570 + 0x40001574 r_sdk_config_get_hl_derived_opts = 0x40001574 + 0x40001578 r_sdk_config_get_opts = 0x40001578 + 0x4000157c r_sdk_config_get_priv_opts = 0x4000157c + 0x40001580 r_sdk_config_set_bt_sleep_enable = 0x40001580 + 0x40001584 r_sdk_config_set_hl_derived_opts = 0x40001584 + 0x40001588 r_sdk_config_set_opts = 0x40001588 + 0x4000158c r_specialModP256 = 0x4000158c + 0x40001590 r_unloaded_area_init = 0x40001590 + 0x40001594 r_vhci_flow_off = 0x40001594 + 0x40001598 r_vhci_flow_on = 0x40001598 + 0x4000159c r_vhci_notify_host_send_available = 0x4000159c + 0x400015a0 r_vhci_send_to_host = 0x400015a0 + 0x400015a4 r_vnd_hci_command_handler = 0x400015a4 + 0x400015a8 r_vshci_init = 0x400015a8 + 0x400015ac vnd_hci_command_handler_wrapper = 0x400015ac + 0x40001c60 r_llc_loc_encrypt_proc_continue_hook = 0x40001c60 + 0x40001c64 r_llc_loc_phy_upd_proc_continue_hook = 0x40001c64 + 0x40001c68 r_llc_rem_phy_upd_proc_continue_hook = 0x40001c68 + 0x40001c6c r_lld_scan_frm_eof_isr_hook = 0x40001c6c + 0x40001c70 r_lld_scan_evt_start_cbk_hook = 0x40001c70 + 0x40001c78 r_lld_scan_process_pkt_rx_ext_adv_hook = 0x40001c78 + 0x40001c7c r_lld_scan_sched_hook = 0x40001c7c + 0x40001c84 r_lld_adv_evt_start_cbk_hook = 0x40001c84 + 0x40001c88 r_lld_adv_aux_evt_start_cbk_hook = 0x40001c88 + 0x40001c8c r_lld_adv_frm_isr_hook = 0x40001c8c + 0x40001c90 r_lld_adv_start_init_evt_param_hook = 0x40001c90 + 0x40001c94 r_lld_con_evt_canceled_cbk_hook = 0x40001c94 + 0x40001c98 r_lld_con_frm_isr_hook = 0x40001c98 + 0x40001c9c r_lld_con_tx_hook = 0x40001c9c + 0x40001ca0 r_lld_con_rx_hook = 0x40001ca0 + 0x40001ca4 r_lld_con_evt_start_cbk_hook = 0x40001ca4 + 0x40001cac r_lld_con_tx_prog_new_packet_hook = 0x40001cac + 0x40001cb0 r_lld_init_frm_eof_isr_hook = 0x40001cb0 + 0x40001cb4 r_lld_init_evt_start_cbk_hook = 0x40001cb4 + 0x40001cbc r_lld_init_sched_hook = 0x40001cbc + 0x40001cc0 r_lld_init_process_pkt_tx_hook = 0x40001cc0 + 0x40001cc4 r_lld_per_adv_evt_start_cbk_hook = 0x40001cc4 + 0x40001cc8 r_lld_per_adv_frm_isr_hook = 0x40001cc8 + 0x40001ccc r_lld_per_adv_start_hook = 0x40001ccc + 0x40001cd0 r_lld_sync_frm_eof_isr_hook = 0x40001cd0 + 0x40001cd4 r_lld_sync_evt_start_cbk_hook = 0x40001cd4 + 0x40001cd8 r_lld_sync_start_hook = 0x40001cd8 + 0x40001cdc r_lld_sync_process_pkt_rx_pkt_check_hook = 0x40001cdc + 0x40001ce0 r_sch_arb_insert_hook = 0x40001ce0 + 0x40001ce4 r_sch_plan_offset_req_hook = 0x40001ce4 + 0x40000764 __absvdi2 = 0x40000764 + 0x40000768 __absvsi2 = 0x40000768 + 0x4000076c __adddf3 = 0x4000076c + 0x40000770 __addsf3 = 0x40000770 + 0x40000774 __addvdi3 = 0x40000774 + 0x40000778 __addvsi3 = 0x40000778 + 0x4000077c __ashldi3 = 0x4000077c + 0x40000780 __ashrdi3 = 0x40000780 + 0x40000784 __bswapdi2 = 0x40000784 + 0x40000788 __bswapsi2 = 0x40000788 + 0x4000078c __clear_cache = 0x4000078c + 0x40000790 __clrsbdi2 = 0x40000790 + 0x40000794 __clrsbsi2 = 0x40000794 + 0x40000798 __clzdi2 = 0x40000798 + 0x4000079c __clzsi2 = 0x4000079c + 0x400007a0 __cmpdi2 = 0x400007a0 + 0x400007a4 __ctzdi2 = 0x400007a4 + 0x400007a8 __ctzsi2 = 0x400007a8 + 0x400007ac __divdc3 = 0x400007ac + 0x400007b0 __divdf3 = 0x400007b0 + 0x400007b4 __divdi3 = 0x400007b4 + 0x400007b8 __divsc3 = 0x400007b8 + 0x400007bc __divsf3 = 0x400007bc + 0x400007c0 __divsi3 = 0x400007c0 + 0x400007c4 __eqdf2 = 0x400007c4 + 0x400007c8 __eqsf2 = 0x400007c8 + 0x400007cc __extendsfdf2 = 0x400007cc + 0x400007d0 __ffsdi2 = 0x400007d0 + 0x400007d4 __ffssi2 = 0x400007d4 + 0x400007d8 __fixdfdi = 0x400007d8 + 0x400007dc __fixdfsi = 0x400007dc + 0x400007e0 __fixsfdi = 0x400007e0 + 0x400007e4 __fixsfsi = 0x400007e4 + 0x400007e8 __fixunsdfsi = 0x400007e8 + 0x400007ec __fixunssfdi = 0x400007ec + 0x400007f0 __fixunssfsi = 0x400007f0 + 0x400007f4 __floatdidf = 0x400007f4 + 0x400007f8 __floatdisf = 0x400007f8 + 0x400007fc __floatsidf = 0x400007fc + 0x40000800 __floatsisf = 0x40000800 + 0x40000804 __floatundidf = 0x40000804 + 0x40000808 __floatundisf = 0x40000808 + 0x4000080c __floatunsidf = 0x4000080c + 0x40000810 __floatunsisf = 0x40000810 + 0x40000814 __gcc_bcmp = 0x40000814 + 0x40000818 __gedf2 = 0x40000818 + 0x4000081c __gesf2 = 0x4000081c + 0x40000820 __gtdf2 = 0x40000820 + 0x40000824 __gtsf2 = 0x40000824 + 0x40000828 __ledf2 = 0x40000828 + 0x4000082c __lesf2 = 0x4000082c + 0x40000830 __lshrdi3 = 0x40000830 + 0x40000834 __ltdf2 = 0x40000834 + 0x40000838 __ltsf2 = 0x40000838 + 0x4000083c __moddi3 = 0x4000083c + 0x40000840 __modsi3 = 0x40000840 + 0x40000844 __muldc3 = 0x40000844 + 0x40000848 __muldf3 = 0x40000848 + 0x4000084c __muldi3 = 0x4000084c + 0x40000850 __mulsc3 = 0x40000850 + 0x40000854 __mulsf3 = 0x40000854 + 0x40000858 __mulsi3 = 0x40000858 + 0x4000085c __mulvdi3 = 0x4000085c + 0x40000860 __mulvsi3 = 0x40000860 + 0x40000864 __nedf2 = 0x40000864 + 0x40000868 __negdf2 = 0x40000868 + 0x4000086c __negdi2 = 0x4000086c + 0x40000870 __negsf2 = 0x40000870 + 0x40000874 __negvdi2 = 0x40000874 + 0x40000878 __negvsi2 = 0x40000878 + 0x4000087c __nesf2 = 0x4000087c + 0x40000880 __paritysi2 = 0x40000880 + 0x40000884 __popcountdi2 = 0x40000884 + 0x40000888 __popcountsi2 = 0x40000888 + 0x4000088c __powidf2 = 0x4000088c + 0x40000890 __powisf2 = 0x40000890 + 0x40000894 __subdf3 = 0x40000894 + 0x40000898 __subsf3 = 0x40000898 + 0x4000089c __subvdi3 = 0x4000089c + 0x400008a0 __subvsi3 = 0x400008a0 + 0x400008a4 __truncdfsf2 = 0x400008a4 + 0x400008a8 __ucmpdi2 = 0x400008a8 + 0x400008ac __udivdi3 = 0x400008ac + 0x400008b0 __udivmoddi4 = 0x400008b0 + 0x400008b4 __udivsi3 = 0x400008b4 + 0x400008b8 __udiv_w_sdiv = 0x400008b8 + 0x400008bc __umoddi3 = 0x400008bc + 0x400008c0 __umodsi3 = 0x400008c0 + 0x400008c4 __unorddf2 = 0x400008c4 + 0x400008c8 __unordsf2 = 0x400008c8 + 0x40000010 _rom_chip_id = 0x40000010 + 0x40000014 _rom_eco_version = 0x40000014 + 0x400017b4 wDevCheckBlockError = 0x400017b4 + 0x40001964 rom_index_to_txbbgain = 0x40001964 + 0x400019b0 rom_pbus_xpd_tx_on = 0x400019b0 + 0x400019f0 rom_set_tx_dig_gain = 0x400019f0 + 0x400019f4 rom_set_txcap_reg = 0x400019f4 + 0x40001a0c rom_txbbgain_to_index = 0x40001a0c + 0x40001a54 rom_agc_reg_init = 0x40001a54 + 0x40001a58 rom_bb_reg_init = 0x40001a58 + 0x40001a70 rom_set_pbus_reg = 0x40001a70 + 0x40001a78 rom_phy_xpd_rf = 0x40001a78 + 0x40001a8c rom_write_txrate_power_offset = 0x40001a8c + 0x40001ab4 rom_temp_to_power = 0x40001ab4 + 0x40001af8 rom_open_i2c_xpd = 0x40001af8 + 0x40001b00 rom_tsens_read_init = 0x40001b00 + 0x40001b04 rom_tsens_code_read = 0x40001b04 + 0x40001b10 rom_tsens_dac_cal = 0x40001b10 + 0x40001b28 rom_pll_vol_cal = 0x40001b28 + 0x40001b2c wdev_is_data_in_rxlist = 0x40001b2c + 0x40001b30 ppProcTxCallback = 0x40001b30 + 0x40001b34 ieee80211_gettid = 0x40001b34 + 0x40001bac rom_wrtie_pll_cap = 0x40001bac + 0x40001bb0 rom_set_tx_gain_mem = 0x40001bb0 + 0x40001bb4 rom_bt_tx_dig_gain = 0x40001bb4 + 0x40001bb8 rom_bt_get_tx_gain = 0x40001bb8 + 0x40001bbc rom_get_chan_target_power = 0x40001bbc + 0x40001bc0 rom_get_tx_gain_value = 0x40001bc0 + 0x40001bc4 rom_wifi_tx_dig_gain = 0x40001bc4 + 0x40001bc8 rom_wifi_get_tx_gain = 0x40001bc8 + 0x40001bcc rom_fe_i2c_reg_renew = 0x40001bcc + 0x40001bd0 rom_wifi_agc_sat_gain = 0x40001bd0 + 0x40001bd4 rom_i2c_master_reset = 0x40001bd4 + 0x40001bd8 rom_bt_filter_reg = 0x40001bd8 + 0x40001bdc rom_phy_bbpll_cal = 0x40001bdc + 0x40001be0 rom_i2c_sar2_init_code = 0x40001be0 + 0x40001be4 rom_phy_param_addr = 0x40001be4 + 0x40001be8 rom_phy_reg_init = 0x40001be8 + 0x40001bec rom_set_chan_reg = 0x40001bec + 0x40001bf0 rom_phy_wakeup_init = 0x40001bf0 + 0x40001bf4 rom_phy_i2c_init1 = 0x40001bf4 + 0x40001bf8 rom_tsens_temp_read = 0x40001bf8 + 0x40001bfc rom_bt_track_pll_cap = 0x40001bfc + 0x40001c00 rom_wifi_track_pll_cap = 0x40001c00 + 0x40001c04 rom_wifi_set_tx_gain = 0x40001c04 + 0x40001c08 rom_txpwr_cal_track = 0x40001c08 + 0x40001c0c rom_tx_pwctrl_background = 0x40001c0c + 0x40001c10 rom_bt_set_tx_gain = 0x40001c10 + 0x40001c14 rom_noise_check_loop = 0x40001c14 + 0x40001c18 rom_phy_close_rf = 0x40001c18 + 0x40001c1c rom_phy_xpd_tsens = 0x40001c1c + 0x40001c20 rom_phy_freq_mem_backup = 0x40001c20 + 0x40001c24 rom_phy_ant_init = 0x40001c24 + 0x40001c28 rom_bt_track_tx_power = 0x40001c28 + 0x40001c2c rom_wifi_track_tx_power = 0x40001c2c + 0x40001c30 rom_phy_dig_reg_backup = 0x40001c30 + 0x40001c34 chip726_phyrom_version_num = 0x40001c34 + 0x3fcdf830 phy_param_rom = 0x3fcdf830 + [!provide] PROVIDE (esp_flash_read_chip_id = 0x40001c38) + [!provide] PROVIDE (detect_spi_flash_chip = 0x40001c3c) + [!provide] PROVIDE (esp_rom_spiflash_write_disable = 0x40001c40) + 0x40001b38 r_lld_legacy_adv_dynamic_pti_get = 0x40001b38 + 0x40001b3c r_lld_legacy_adv_dynamic_pti_process = 0x40001b3c + 0x40001b40 r_lld_ext_adv_dynamic_pti_get = 0x40001b40 + 0x40001b44 r_lld_ext_adv_dynamic_aux_pti_process = 0x40001b44 + 0x40001b48 r_lld_ext_adv_dynamic_pti_process = 0x40001b48 + 0x40001b54 r_lld_adv_ext_chain_connectable_construct = 0x40001b54 + 0x40001b5c r_lld_adv_pkt_rx_connect_post = 0x40001b5c + 0x40001b60 r_lld_adv_start_init_evt_param = 0x40001b60 + 0x40001b64 r_lld_adv_start_set_cs = 0x40001b64 + 0x40001b6c r_lld_adv_start_schedule_asap = 0x40001b6c + 0x40001b70 r_lld_con_tx_prog_new_packet_coex = 0x40001b70 + 0x40001b78 r_lld_per_adv_dynamic_pti_get = 0x40001b78 + 0x40001b7c r_lld_per_adv_evt_start_chm_upd = 0x40001b7c + 0x40001b80 r_lld_ext_scan_dynamic_pti_get = 0x40001b80 + 0x40001b88 r_lld_sync_insert = 0x40001b88 + 0x40001b90 r_sch_prog_bt_push = 0x40001b90 + 0x40001b94 r_lld_init_evt_end_type_set = 0x40001b94 + 0x40001b98 r_lld_init_evt_end_type_get = 0x40001b98 + 0x40001b9c r_lld_adv_direct_adv_use_rpa_addr_state_set = 0x40001b9c + 0x40001ba0 r_lld_adv_direct_adv_use_rpa_addr_state_get = 0x40001ba0 + 0x40001ba4 r_lld_init_evt_end_type_check_state_set = 0x40001ba4 + 0x40001ba8 r_lld_init_evt_end_type_check_state_get = 0x40001ba8 + 0x40000350 esp_rom_newlib_init_common_mutexes = 0x40000350 + 0x40000354 memset = 0x40000354 + 0x40000358 memcpy = 0x40000358 + 0x4000035c memmove = 0x4000035c + 0x40000360 memcmp = 0x40000360 + 0x40000364 strcpy = 0x40000364 + 0x40000368 strncpy = 0x40000368 + 0x4000036c strcmp = 0x4000036c + 0x40000370 strncmp = 0x40000370 + 0x40000374 strlen = 0x40000374 + 0x40000378 strstr = 0x40000378 + 0x4000037c bzero = 0x4000037c + 0x40000384 sbrk = 0x40000384 + 0x40000388 isalnum = 0x40000388 + 0x4000038c isalpha = 0x4000038c + 0x40000390 isascii = 0x40000390 + 0x40000394 isblank = 0x40000394 + 0x40000398 iscntrl = 0x40000398 + 0x4000039c isdigit = 0x4000039c + 0x400003a0 islower = 0x400003a0 + 0x400003a4 isgraph = 0x400003a4 + 0x400003a8 isprint = 0x400003a8 + 0x400003ac ispunct = 0x400003ac + 0x400003b0 isspace = 0x400003b0 + 0x400003b4 isupper = 0x400003b4 + 0x400003b8 toupper = 0x400003b8 + 0x400003bc tolower = 0x400003bc + 0x400003c0 toascii = 0x400003c0 + 0x400003c4 memccpy = 0x400003c4 + 0x400003c8 memchr = 0x400003c8 + 0x400003cc memrchr = 0x400003cc + 0x400003d0 strcasecmp = 0x400003d0 + 0x400003d4 strcasestr = 0x400003d4 + 0x400003d8 strcat = 0x400003d8 + 0x400003dc strdup = 0x400003dc + 0x400003e0 strchr = 0x400003e0 + 0x400003e4 strcspn = 0x400003e4 + 0x400003e8 strcoll = 0x400003e8 + 0x400003ec strlcat = 0x400003ec + 0x400003f0 strlcpy = 0x400003f0 + 0x400003f4 strlwr = 0x400003f4 + 0x400003f8 strncasecmp = 0x400003f8 + 0x400003fc strncat = 0x400003fc + 0x40000400 strndup = 0x40000400 + 0x40000404 strnlen = 0x40000404 + 0x40000408 strrchr = 0x40000408 + 0x4000040c strsep = 0x4000040c + 0x40000410 strspn = 0x40000410 + 0x40000414 strtok_r = 0x40000414 + 0x40000418 strupr = 0x40000418 + 0x4000041c longjmp = 0x4000041c + 0x40000420 setjmp = 0x40000420 + 0x40000424 abs = 0x40000424 + 0x40000428 div = 0x40000428 + 0x4000042c labs = 0x4000042c + 0x40000430 ldiv = 0x40000430 + 0x40000434 qsort = 0x40000434 + 0x40000438 rand_r = 0x40000438 + 0x4000043c rand = 0x4000043c + 0x40000440 srand = 0x40000440 + 0x40000444 utoa = 0x40000444 + 0x40000448 itoa = 0x40000448 + 0x4000044c atoi = 0x4000044c + 0x40000450 atol = 0x40000450 + 0x40000454 strtol = 0x40000454 + 0x40000458 strtoul = 0x40000458 + [!provide] PROVIDE (fflush = 0x4000045c) + [!provide] PROVIDE (_fflush_r = 0x40000460) + [!provide] PROVIDE (_fwalk = 0x40000464) + [!provide] PROVIDE (_fwalk_reent = 0x40000468) + [!provide] PROVIDE (__swbuf_r = 0x40000474) + 0x40000478 __swbuf = 0x40000478 + 0x3fcdffe0 syscall_table_ptr = 0x3fcdffe0 + 0x3fcdffdc _global_impure_ptr = 0x3fcdffdc + 0x40000000 _heap_end = 0x40000000 + 0x50000000 _data_seg_org = ORIGIN (rtc_data_seg) + 0x00000001 ASSERT ((_flash_rodata_dummy_start == ORIGIN (default_rodata_seg)), .flash_rodata_dummy section must be placed at the beginning of the rodata segment.) + +.rtc.text 0x50000000 0x200 + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_fast_start = ABSOLUTE (.) + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + 0x50000010 . = (. + 0x10) + *fill* 0x50000000 0x10 + 0x50000200 . = ALIGN (0x200) + *fill* 0x50000010 0x1f0 + 0x50000200 _rtc_text_end = ABSOLUTE (.) + +.rtc.force_fast + 0x50000200 0x1c + 0x50000200 . = ALIGN (0x4) + 0x50000200 _rtc_force_fast_start = ABSOLUTE (.) + 0x50000200 _coredump_rtc_fast_start = ABSOLUTE (.) + *(.rtc.fast.coredump .rtc.fast.coredump.*) + 0x50000200 _coredump_rtc_fast_end = ABSOLUTE (.) + *(.rtc.force_fast .rtc.force_fast.*) + .rtc.force_fast.0 + 0x50000200 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x5000021c . = ALIGN (0x4) + 0x5000021c _rtc_force_fast_end = ABSOLUTE (.) + +.rtc.data 0x5000021c 0x0 + 0x5000021c _rtc_data_start = ABSOLUTE (.) + 0x5000021c _coredump_rtc_start = ABSOLUTE (.) + *(.rtc.coredump .rtc.coredump.*) + 0x5000021c _coredump_rtc_end = ABSOLUTE (.) + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + 0x5000021c _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x5000021c 0x0 + 0x5000021c _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + 0x5000021c _rtc_bss_end = ABSOLUTE (.) + +.rtc_noinit 0x5000021c 0x0 + 0x5000021c . = ALIGN (0x4) + 0x5000021c _rtc_noinit_start = ABSOLUTE (.) + *(.rtc_noinit .rtc_noinit.*) + 0x5000021c . = ALIGN (0x4) + 0x5000021c _rtc_noinit_end = ABSOLUTE (.) + +.rtc.force_slow + 0x5000021c 0x0 + 0x5000021c . = ALIGN (0x4) + 0x5000021c _rtc_force_slow_start = ABSOLUTE (.) + *(.rtc.force_slow .rtc.force_slow.*) + 0x5000021c . = ALIGN (0x4) + 0x5000021c _rtc_force_slow_end = ABSOLUTE (.) + +.rtc_reserved 0x50001fe8 0x18 + 0x50001fe8 . = ALIGN (0x4) + 0x50001fe8 _rtc_reserved_start = ABSOLUTE (.) + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + .rtc_timer_data_in_rtc_mem + 0x50001fe8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*) + 0x50002000 _rtc_reserved_end = ABSOLUTE (.) + 0x00000018 _rtc_reserved_length = (_rtc_reserved_end - _rtc_reserved_start) + 0x00000001 ASSERT ((_rtc_reserved_length <= LENGTH (rtc_reserved_seg)), RTC reserved segment data does not fit.) + 0x00000000 _rtc_slow_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_slow_end - _rtc_data_start):(_rtc_force_slow_end - _rtc_force_slow_start) + 0x0000021c _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) + 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 0x13850 + 0x40380000 _iram_start = ABSOLUTE (.) + 0x00000001 ASSERT (((ABSOLUTE (.) % 0x100) == 0x0), vector address must be 256 byte aligned) + *(.exception_vectors_table.text) + .exception_vectors_table.text + 0x40380000 0x102 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + 0x40380000 _vector_table + *(.exception_vectors.text) + .exception_vectors.text + 0x40380102 0x1d8 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 (.) + *(.iram1 .iram1.*) + .iram1.0 0x403802dc 0x312 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x403802dc call_start_cpu0 + .iram1.1 0x403805ee 0x94 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .iram1.0 0x40380682 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x40380682 esp_reset_reason_set_hint + .iram1.0 0x403806c6 0x94 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x403806c6 esp_system_reset_modules_on_exit + .iram1.1 0x4038075a 0xe4 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x4038075a esp_restart_noos + .iram1.1 0x4038083e 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .iram1.0 0x40380858 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .iram1.0 0x40380872 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x40380872 panic_abort + .iram1.0 0x40380888 0x16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .iram1.1 0x4038089e 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4038089e panicHandler + .iram1.2 0x403808bc 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x403808bc xt_unhandled_exception + .iram1.0 0x403808da 0x1c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403808da efuse_hal_chip_revision + .iram1.2 0x403808f6 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403808f6 efuse_hal_get_disable_wafer_version_major + .iram1.4 0x40380904 0x24 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40380904 efuse_hal_flash_encryption_enabled + .iram1.0 0x40380928 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40380928 efuse_hal_get_major_chip_version + .iram1.1 0x40380938 0x1a esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40380938 efuse_hal_get_minor_chip_version + .iram1.0 0x40380952 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.9 0x40380968 0x3a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.1 0x403809a2 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x403809a2 heap_caps_malloc + .iram1.2 0x403809d6 0x68 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x403809d6 heap_caps_malloc_default + .iram1.7 0x40380a3e 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40380a3e heap_caps_realloc + .iram1.3 0x40380a72 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40380a72 heap_caps_realloc_default + .iram1.8 0x40380ae2 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40380ae2 heap_caps_calloc + .iram1.11 0x40380b1e 0x4a esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40380b1e heap_caps_aligned_alloc + .iram1.0 0x40380b68 0xe6 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.2 0x40380c4e 0x1a esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.1 0x40380c68 0x68 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380c68 heap_caps_free + .iram1.3 0x40380cd0 0xe4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380cd0 heap_caps_aligned_alloc_base + .iram1.4 0x40380db4 0x12 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380db4 heap_caps_malloc_base + .iram1.5 0x40380dc6 0x194 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380dc6 heap_caps_realloc_base + .iram1.6 0x40380f5a 0x42 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40380f5a heap_caps_calloc_base + .iram1.1 0x40380f9c 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40380f9c esp_clk_cpu_freq + .iram1.2 0x40380fba 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40380fba esp_clk_apb_freq + .iram1.3 0x40381002 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40381002 esp_clk_xtal_freq + .iram1.0 0x4038101c 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.4 0x40381056 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40381056 esp_intr_noniram_disable + .iram1.5 0x403810d8 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x403810d8 esp_intr_noniram_enable + .iram1.8 0x4038113a 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4038113a esp_intr_enable_source + .iram1.2 0x40381160 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40381160 esp_intr_enable + .iram1.9 0x40381206 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40381206 esp_intr_disable_source + .iram1.3 0x4038122c 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4038122c esp_intr_disable + .iram1.3 0x40381320 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x40381320 periph_rcc_enter + .iram1.4 0x4038133a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4038133a periph_rcc_exit + .iram1.5 0x40381354 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x40381354 wifi_bt_common_module_enable + .iram1.6 0x403813b0 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x403813b0 wifi_bt_common_module_disable + .iram1.5 0x40381404 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .iram1.6 0x4038144e 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x4038144e rtc_isr_noniram_disable + .iram1.7 0x40381484 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x40381484 rtc_isr_noniram_enable + .iram1.2 0x403814aa 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x403814aa regi2c_ctrl_read_reg_mask + .iram1.3 0x40381508 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x40381508 regi2c_ctrl_write_reg + .iram1.4 0x4038155a 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x4038155a regi2c_ctrl_write_reg_mask + .iram1.5 0x403815bc 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x403815bc regi2c_enter_critical + .iram1.6 0x403815d6 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x403815d6 regi2c_exit_critical + .iram1.0 0x403815f0 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.16 0x40381622 0x2c esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.4 0x4038164e 0xce esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.9 0x4038171c 0x86 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.3 0x403817a2 0x52 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403817a2 _lock_close + 0x403817a2 _lock_close_recursive + .iram1.5 0x403817f4 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403817f4 _lock_acquire + .iram1.6 0x40381804 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381804 _lock_acquire_recursive + .iram1.7 0x40381814 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381814 _lock_try_acquire + .iram1.8 0x40381824 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381824 _lock_try_acquire_recursive + .iram1.10 0x40381834 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381834 _lock_release + .iram1.11 0x40381842 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381842 _lock_release_recursive + .iram1.12 0x40381850 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381850 __retarget_lock_init + .iram1.13 0x40381862 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381862 __retarget_lock_init_recursive + .iram1.14 0x40381874 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381874 __retarget_lock_close + .iram1.15 0x40381884 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381884 __retarget_lock_close_recursive + .iram1.17 0x40381894 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381894 __retarget_lock_acquire + .iram1.18 0x403818c6 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403818c6 __retarget_lock_acquire_recursive + .iram1.19 0x403818f8 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x403818f8 __retarget_lock_try_acquire + .iram1.20 0x4038192a 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038192a __retarget_lock_try_acquire_recursive + .iram1.21 0x4038195e 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4038195e __retarget_lock_release + .iram1.22 0x40381972 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40381972 __retarget_lock_release_recursive + .iram1.0 0x40381986 0x3a esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x40381986 esp_reent_init + .iram1.1 0x403819c0 0x72 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x403819c0 _gettimeofday_r + .iram1.0 0x40381a32 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x40381a32 _times_r + .iram1.0 0x40381a78 0x24 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x40381a78 esp_system_get_time + .iram1.1 0x40381a9c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x40381a9c esp_timer_impl_get_min_period_us + .iram1.3 0x40381aa4 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.1 0x40381ac8 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x40381ac8 esp_timer_impl_get_time + 0x40381ac8 esp_timer_get_time + .iram1.2 0x40381aec 0x96 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x40381aec esp_timer_impl_set_alarm_id + .iram1.0 0x40381b82 0x66 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .iram1.0 0x40381be8 0xe esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x40381be8 phy_i2c_enter_critical + .iram1.1 0x40381bf6 0xe esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x40381bf6 phy_i2c_exit_critical + .iram1.2 0x40381c04 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x40381c04 phy_set_tsens_power + .iram1.1 0x40381c36 0x2d2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381c36 bootloader_flash_execute_command_common + .iram1.2 0x40381f08 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381f08 bootloader_execute_flash_command + .iram1.4 0x40381f22 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381f22 bootloader_read_flash_id + .iram1.12 0x40381f56 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x40381f56 bootloader_flash_reset_chip + .iram1.0 0x40381fd6 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x40381fd6 esp_flash_encryption_enabled + .iram1.2 0x40381fe4 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.3 0x40381ff2 0xce esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.4 0x403820c0 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.16 0x403820e4 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.1 0x40382114 0x80 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x40382114 esp_mmu_paddr_find_caps + .iram1.0 0x40382194 0x98 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + 0x40382194 esp_heap_adjust_alignment_to_hw + .iram1.5 0x4038222c 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4038222c spi_flash_disable_cache + .iram1.0 0x4038223e 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4038223e spi_flash_disable_interrupts_caches_and_other_cpu + .iram1.6 0x40382260 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40382260 spi_flash_restore_cache + .iram1.1 0x40382272 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40382272 spi_flash_enable_interrupts_caches_and_other_cpu + .iram1.4 0x40382294 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40382294 spi_flash_enable_cache + .iram1.7 0x403822a4 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x403822a4 spi_flash_cache_enabled + .iram1.0 0x403822b6 0x50 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.1 0x40382306 0x74 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x40382306 spi_flash_check_and_flush_cache + .iram1.2 0x4038237a 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4038237a spi_flash_guard_set + .iram1.4 0x40382384 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40382384 esp_mspi_pin_init + .iram1.5 0x40382386 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40382386 spi_flash_init_chip_state + .iram1.7 0x4038238a 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4038238a esp_mspi_32bit_address_flash_feature_check + .iram1.3 0x4038238e 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.4 0x403823b6 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.6 0x403823d8 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.7 0x40382434 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40382434 esp_flash_chip_driver_initialized + .iram1.5 0x40382440 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.12 0x40382468 0xae esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.10 0x40382516 0x88 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.13 0x4038259e 0x70 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4038259e esp_flash_get_physical_size + .iram1.9 0x4038260e 0x1d8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4038260e esp_flash_init_main + .iram1.16 0x403827e6 0x23e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x403827e6 esp_flash_erase_region + .iram1.21 0x40382a24 0x146 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40382a24 esp_flash_read + .iram1.22 0x40382b6a 0x1d2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40382b6a esp_flash_write + .iram1.28 0x40382d3c 0x24c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40382d3c esp_flash_write_encrypted + .iram1.9 0x40382f88 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.17 0x40382fb2 0x3e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.8 0x40382ff0 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.12 0x40383036 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.11 0x40383046 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.10 0x403830ae 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.14 0x403830c4 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.13 0x403830d4 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.0 0x40383120 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.7 0x4038312e 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.1 0x4038314a 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.6 0x40383158 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.2 0x40383168 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x4038317e 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.0 0x40383192 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x403831a6 0x54 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.2 0x403831fa 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.3 0x40383256 0xe esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x40383256 esp_crosscore_int_send_yield + .iram1.0 0x40383264 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x40383264 esp_vApplicationTickHook + .iram1.0 0x40383294 0x4a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .iram1.0 0x403832de 0x90 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x403832de esp_backtrace_print + .iram1.0 0x4038336e 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x4038336e esp_random + .iram1.0 0x403833c0 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x403833c0 adc_set_hw_calibration_code + .iram1.4 0x403833e6 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.8 0x403833f8 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.9 0x40383408 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.10 0x4038340a 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.12 0x4038340c 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.13 0x4038340e 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.17 0x40383410 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.18 0x40383414 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.19 0x40383418 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.20 0x4038341c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.21 0x40383420 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.0 0x40383422 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x40383422 wifi_malloc + .iram1.1 0x40383430 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x40383430 wifi_realloc + .iram1.2 0x4038343e 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4038343e wifi_calloc + .iram1.3 0x4038344c 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.16 0x4038345c 0x18 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.15 0x40383474 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.14 0x40383488 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.11 0x4038349c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.7 0x403834a8 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.6 0x403834b8 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.5 0x403834c6 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.0 0x403834d6 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .iram1.0 0x40383500 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .iram1.2 0x4038352c 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + 0x4038352c pm_get_null_max_tx_time + .iram1.4 0x403835be 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + 0x403835be wifi_gpio_debug + .iram1.43 0x403835ce 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40383642 wdev_record_rx_linked_list + .iram1.38 0x4038364c 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x4038364c wdev_process_tbtt + .iram1.39 0x40383658 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40383658 wdev_process_tsf_timer + .iram1.40 0x40383664 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40383664 wdev_process_beacon_filter + .iram1.41 0x40383670 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40383670 wDev_ProcessFiq + .iram1.44 0x40383716 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40383716 wdev_dump_rx_linked_list + .iram1.15 0x403837be 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x403837be hal_mac_interrupt_get_event + .iram1.16 0x403837c8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x403837c8 hal_mac_interrupt_clr_event + .iram1.2 0x403837d2 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x403837d2 hal_pwr_interrupt_get_event + .iram1.3 0x403837dc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x403837dc hal_pwr_interrupt_clr_event + .iram1.0 0x403837e6 0x12 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.1 0x403837f8 0x9c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x403837f8 os_timer_arm_us + 0x403837f8 ets_timer_arm_us + .iram1.2 0x40383894 0xac esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x40383894 ets_timer_arm + 0x40383894 os_timer_arm + .iram1.3 0x40383940 0x1c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x40383940 ets_timer_disarm + 0x40383940 os_timer_disarm + .iram1.6 0x4038395c 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.7 0x4038396a 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.4 0x40383984 0xc2 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.8 0x40383a46 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.5 0x40383a60 0x86 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.9 0x40383ae6 0x2a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.1 0x40383b10 0x8c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x40383b10 esp_timer_start_once + .iram1.2 0x40383b9c 0xbc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x40383b9c esp_timer_start_periodic + .iram1.3 0x40383c58 0x56 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x40383c58 esp_timer_stop + .iram1.4 0x40383cae 0xe esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x40383cae esp_phy_common_clock_enable + .iram1.5 0x40383cbc 0xe esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x40383cbc esp_phy_common_clock_disable + .iram1.6 0x40383cca 0x8a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x40383cca esp_wifi_bt_power_domain_on + 0x40383cca esp_wifi_power_domain_on + .iram1.1 0x40383d54 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x40383d54 phy_ant_need_update + .iram1.3 0x40383d5e 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383d5e esp_coex_common_task_yield_from_isr_wrapper + .iram1.4 0x40383d6c 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383d6c esp_coex_common_timer_disarm_wrapper + .iram1.5 0x40383d7a 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383d7a esp_coex_common_timer_arm_us_wrapper + .iram1.6 0x40383d88 0x14 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383d88 esp_coex_common_malloc_internal_wrapper + .iram1.0 0x40383d9c 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383d9c esp_coex_common_env_is_chip_wrapper + .iram1.1 0x40383da0 0x1c esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383da0 esp_coex_common_int_disable_wrapper + .iram1.2 0x40383dbc 0x1a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40383dbc esp_coex_common_int_restore_wrapper + .iram1 0x40383dd6 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x40383dd6 phy_wakeup_init + 0x40383e1e phy_close_rf + 0x40383e4e phy_xpd_tsens + .iram1 0x40383e7a 0x2bc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x40383f88 ram1_phy_wakeup_init + 0x403840f0 ram1_phy_close_rf + .iram1 0x40384136 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x40384136 wait_freq_set_busy + 0x40384144 ram1_phy_dis_hw_set_freq + 0x40384160 rom1_phy_en_hw_set_freq + .iram1 0x40384176 0x110 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x40384176 phy_freq_mem_backup + 0x4038427e phy_dig_reg_backup + .iram1 0x40384286 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + 0x40384286 rom1_i2c_master_reset + .iram1 0x4038438c 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4038438c rom1_wifi_tx_dig_gain + .iram1 0x4038441c 0x64a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4038441c ram1_set_pbus_reg + 0x4038445a rom1_tx_paon_set + 0x403844ae btbb_wifi_bb_cfg2 + 0x403844c0 rx_agc_reg_opt + 0x40384502 rx_11b_opt + 0x40384936 rom1_disable_wifi_agc + 0x40384962 rom1_enable_wifi_agc + 0x4038498c ram1_fe_i2c_reg_renew + 0x40384a52 phy_wifi_enable_set + .iram1 0x40384a66 0x44a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + 0x40384aa2 bias_dreg_i2c_set + 0x40384ae2 rom1_get_i2c_hostid + 0x40384bac rom1_chip_i2c_readReg + 0x40384c1a rom1_chip_i2c_writeReg + 0x40384c90 rom1_phy_i2c_init1 + 0x40384e5a phy_i2c_bbtop_wakeup + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *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.*) + *libesp_driver_gptimer.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:clk_utils.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *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 + 0x40384eb0 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x40384eb0 esp_cpu_wait_for_intr + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + .text.esp_ptr_byte_accessible + 0x40384ecc 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x40384ecc esp_ptr_byte_accessible + *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) + *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) + *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) + .text.gdma_start + 0x40384eea 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x40384eea gdma_start + *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) + *libesp_hw_support.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + .text.periph_module_reset + 0x40384fc0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x40384fc0 periph_module_reset + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + .text.wifi_module_disable + 0x40385020 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x40385020 wifi_module_disable + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + .text.wifi_module_enable + 0x4038505a 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4038505a wifi_module_enable + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + .text.rtc_clk_bbpll_disable + 0x40385094 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_enable + 0x403850aa 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_configure + 0x403850b8 0x156 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_add_consumer + 0x4038520e 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038520e rtc_clk_bbpll_add_consumer + .text.rtc_clk_bbpll_remove_consumer + 0x4038521e 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038521e rtc_clk_bbpll_remove_consumer + .text.rtc_clk_32k_enable + 0x4038522e 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038522e rtc_clk_32k_enable + .text.rtc_clk_32k_enable_external + 0x403852b2 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403852b2 rtc_clk_32k_enable_external + .text.rtc_clk_8m_enable + 0x403852de 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403852de rtc_clk_8m_enable + .text.rtc_clk_8md256_enabled + 0x4038535a 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038535a rtc_clk_8md256_enabled + .text.rtc_clk_slow_src_set + 0x4038536a 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038536a rtc_clk_slow_src_set + .text.rtc_clk_slow_src_get + 0x4038543a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038543a rtc_clk_slow_src_get + .text.rtc_clk_slow_freq_get_hz + 0x40385454 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40385454 rtc_clk_slow_freq_get_hz + .text.rtc_clk_fast_src_set + 0x40385488 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40385488 rtc_clk_fast_src_set + .text.rtc_clk_xtal_freq_get + 0x403854c8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403854c8 rtc_get_xtal + 0x403854c8 rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_mhz_to_config + 0x40385528 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40385528 rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_get_config + 0x40385594 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40385594 rtc_clk_cpu_freq_get_config + .text.rtc_clk_apb_freq_update + 0x403856a6 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403856a6 rtc_clk_apb_freq_update + .text.rtc_clk_cpu_freq_to_xtal + 0x403856bc 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_set_to_default_config + 0x40385738 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40385738 rtc_clk_cpu_set_to_default_config + .text.rtc_clk_cpu_freq_set_xtal + 0x4038574c 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038574c rtc_clk_cpu_freq_set_xtal + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x4038575e 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_8m + 0x403857ce 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config + 0x4038580e 0x92 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4038580e rtc_clk_cpu_freq_set_config + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + .text.rtc_sleep_pu + 0x403858a0 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x403858a0 rtc_sleep_pu + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + .text.rtc_clk_cal_32k_valid + 0x403859d8 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_internal + 0x40385a70 0x21e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40385a70 rtc_clk_cal_internal + .text.rtc_clk_cal + 0x40385c8e 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40385c8e rtc_clk_cal + .text.rtc_time_us_to_slowclk + 0x40385d2e 0xae esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40385d2e rtc_time_us_to_slowclk + .text.rtc_time_get + 0x40385ddc 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40385ddc rtc_time_get + .text.rtc_clk_freq_cal + 0x40385df4 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40385df4 rtc_clk_freq_cal + .text.enable_timer_group0_for_calibration + 0x40385e14 0x64 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 + 0x40385e78 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x40385e78 systimer_ticks_to_us + .text.systimer_us_to_ticks + 0x40385e84 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x40385e84 systimer_us_to_ticks + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + .text.esp_cache_get_alignment + 0x40385e90 0x56 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x40385e90 esp_cache_get_alignment + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + .text.prvCheckItemAvail + 0x40385ee6 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvAcquireItemNoSplit + 0x40385f2c 0xda esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGeneric + 0x40386006 0x134 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendAcquireGeneric + 0x4038613a 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSend + 0x40386220 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40386220 xRingbufferSend + .text.xRingbufferReceive + 0x40386290 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40386290 xRingbufferReceive + .text.vRingbufferReturnItem + 0x403862da 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403862da vRingbufferReturnItem + .text.xRingbufferGetCurFreeSize + 0x4038635c 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4038635c xRingbufferGetCurFreeSize + .text.vRingbufferGetInfo + 0x403863a0 0x96 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x403863a0 vRingbufferGetInfo + *libesp_rom.a:esp_rom_print.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_sys.*(.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 + 0x40386436 0x92 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed + 0x403864c8 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x403864c8 _esp_error_check_failed + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + .text.esp_system_abort + 0x403864e8 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x403864e8 esp_system_abort + *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + .text.__ubsan_include + 0x403864f0 0x2 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x403864f0 __ubsan_include + *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) + .text.coex_pti_get_wrapper + 0x403864f2 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *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 + 0x403864f6 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueFull + 0x40386506 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueEmpty + 0x4038652e 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvCopyDataToQueue + 0x40386552 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvCopyDataFromQueue + 0x403865ec 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvNotifyQueueSetContainer + 0x40386618 0xde esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvUnlockQueue + 0x403866f6 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericReset + 0x40386788 0xc8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386788 xQueueGenericReset + .text.prvInitialiseNewQueue + 0x40386850 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericCreateStatic + 0x40386878 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386878 xQueueGenericCreateStatic + .text.xQueueGenericCreate + 0x40386914 0x7e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386914 xQueueGenericCreate + .text.xQueueGetMutexHolder + 0x40386992 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386992 xQueueGetMutexHolder + .text.xQueueCreateCountingSemaphore + 0x403869d8 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403869d8 xQueueCreateCountingSemaphore + .text.xQueueGenericSend + 0x40386a1a 0x1be esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386a1a xQueueGenericSend + .text.prvInitialiseMutex + 0x40386bd8 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateMutex + 0x40386c20 0x20 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386c20 xQueueCreateMutex + .text.xQueueCreateMutexStatic + 0x40386c40 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386c40 xQueueCreateMutexStatic + .text.xQueueGiveMutexRecursive + 0x40386c64 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386c64 xQueueGiveMutexRecursive + .text.xQueueGenericSendFromISR + 0x40386cc2 0x174 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386cc2 xQueueGenericSendFromISR + .text.xQueueGiveFromISR + 0x40386e36 0x142 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386e36 xQueueGiveFromISR + .text.xQueueReceive + 0x40386f78 0x166 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40386f78 xQueueReceive + .text.xQueueSemaphoreTake + 0x403870de 0x184 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403870de xQueueSemaphoreTake + .text.xQueueTakeMutexRecursive + 0x40387262 0x62 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40387262 xQueueTakeMutexRecursive + .text.xQueueReceiveFromISR + 0x403872c4 0x110 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403872c4 xQueueReceiveFromISR + .text.uxQueueMessagesWaiting + 0x403873d4 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x403873d4 uxQueueMessagesWaiting + .text.vQueueDelete + 0x40387410 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40387410 vQueueDelete + .text.vPortTaskWrapper + 0x40387448 0x52 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortTLSPointersDelCb + 0x4038749a 0xa4 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.pxPortInitialiseStack + 0x4038753e 0xe0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038753e pxPortInitialiseStack + .text.xPortInIsrContext + 0x4038761e 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4038761e xPortInIsrContext + .text.xPortSetInterruptMaskFromISR + 0x40387628 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40387628 xPortSetInterruptMaskFromISR + .text.vPortClearInterruptMaskFromISR + 0x40387642 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40387642 vPortClearInterruptMaskFromISR + .text.vPortEnterCritical + 0x40387652 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40387652 vPortEnterCritical + .text.vPortExitCritical + 0x40387682 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40387682 vPortExitCritical + .text.vPortYieldFromISR + 0x403876e2 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403876e2 vPortYieldFromISR + .text.vPortYield + 0x403876f6 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403876f6 vPortYield + .text.xPortStartScheduler + 0x40387732 0x76 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40387732 xPortStartScheduler + .text.vApplicationStackOverflowHook + 0x403877a8 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403877a8 vApplicationStackOverflowHook + .text.vPortTCBPreDeleteHook + 0x403877fe 0xe esp-idf/freertos/libfreertos.a(port.c.obj) + 0x403877fe vPortTCBPreDeleteHook + .text.pvPortMalloc + 0x4038780c 0x14 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4038780c pvPortMalloc + .text.vPortFree + 0x40387820 0xe esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x40387820 vPortFree + .text.xPortCheckValidTCBMem + 0x4038782e 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4038782e xPortCheckValidTCBMem + .text.xPortcheckValidStackMem + 0x40387864 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x40387864 xPortcheckValidStackMem + .text.vApplicationGetIdleTaskMemory + 0x4038789a 0x84 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x4038789a vApplicationGetIdleTaskMemory + .text.vSystimerSetup + 0x4038791e 0x15c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x4038791e vSystimerSetup + .text.vPortSetupTimer + 0x40387a7a 0xe esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40387a7a vPortSetupTimer + .text.xPortSysTickHandler + 0x40387a88 0x32 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40387a88 xPortSysTickHandler + .text.SysTickIsrHandler + 0x40387aba 0x74 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40387aba SysTickIsrHandler + .text.vListInitialise + 0x40387b2e 0x14 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40387b2e vListInitialise + .text.vListInitialiseItem + 0x40387b42 0x6 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40387b42 vListInitialiseItem + .text.vListInsertEnd + 0x40387b48 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40387b48 vListInsertEnd + .text.vListInsert + 0x40387b60 0x32 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40387b60 vListInsert + .text.uxListRemove + 0x40387b92 0x28 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40387b92 uxListRemove + .text 0x40387bba 0xd8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x40387bc4 rtos_int_enter + 0x40387c26 rtos_int_exit + .text.prvTestWaitCondition + 0x40387c92 0x1c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupCreate + 0x40387cae 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40387cae xEventGroupCreate + .text.xEventGroupWaitBits + 0x40387cfe 0x164 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40387cfe xEventGroupWaitBits + .text.xEventGroupClearBits + 0x40387e62 0x7c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40387e62 xEventGroupClearBits + .text.xEventGroupSetBits + 0x40387ede 0xd2 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40387ede xEventGroupSetBits + .text.vEventGroupDelete + 0x40387fb0 0x80 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40387fb0 vEventGroupDelete + *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 + 0x40388030 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTCB + 0x4038805e 0x68 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvCheckTasksWaitingTermination + 0x403880c6 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvAddCurrentTaskToDelayedList + 0x4038811e 0xf2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvIdleTask + 0x40388210 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvInitialiseNewTask + 0x40388222 0xde esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvInitialiseTaskLists + 0x40388300 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvAddNewTaskToReadyList + 0x403883a2 0xfc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskDelete + 0x4038849e 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038849e vTaskDelete + .text.vTaskSuspendAll + 0x403885a2 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403885a2 vTaskSuspendAll + .text.xTaskGetTickCount + 0x403885b2 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403885b2 xTaskGetTickCount + .text.xTaskGetTickCountFromISR + 0x403885bc 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403885bc xTaskGetTickCountFromISR + .text.uxTaskGetNumberOfTasks + 0x403885c6 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403885c6 uxTaskGetNumberOfTasks + .text.pcTaskGetName + 0x403885d0 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403885d0 pcTaskGetName + .text.xTaskIncrementTick + 0x4038860c 0x1ce esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038860c xTaskIncrementTick + .text.xTaskResumeAll + 0x403887da 0x184 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403887da xTaskResumeAll + .text.vTaskDelay + 0x4038895e 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038895e vTaskDelay + .text.vTaskSwitchContext + 0x403889b0 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403889b0 vTaskSwitchContext + .text.vTaskSuspend + 0x40388ad6 0x11a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388ad6 vTaskSuspend + .text.vTaskPlaceOnEventList + 0x40388bf0 0x4a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388bf0 vTaskPlaceOnEventList + .text.vTaskPlaceOnUnorderedEventList + 0x40388c3a 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388c3a vTaskPlaceOnUnorderedEventList + .text.xTaskRemoveFromEventList + 0x40388cdc 0x11c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388cdc xTaskRemoveFromEventList + .text.vTaskRemoveFromUnorderedEventList + 0x40388df8 0x11a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388df8 vTaskRemoveFromUnorderedEventList + .text.vTaskInternalSetTimeOutState + 0x40388f12 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388f12 vTaskInternalSetTimeOutState + .text.xTaskCheckForTimeOut + 0x40388f28 0xd4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388f28 xTaskCheckForTimeOut + .text.vTaskMissedYield + 0x40388ffc 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40388ffc vTaskMissedYield + .text.pvTaskGetThreadLocalStoragePointer + 0x40389008 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389008 pvTaskGetThreadLocalStoragePointer + .text.xTaskGetCurrentTaskHandle + 0x40389028 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389028 xTaskGetCurrentTaskHandle + .text.xTaskGetSchedulerState + 0x40389032 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389032 xTaskGetSchedulerState + .text.xTaskPriorityInherit + 0x40389052 0x102 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389052 xTaskPriorityInherit + .text.xTaskPriorityDisinherit + 0x40389154 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389154 xTaskPriorityDisinherit + .text.vTaskPriorityDisinheritAfterTimeout + 0x40389258 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389258 vTaskPriorityDisinheritAfterTimeout + .text.uxTaskResetEventItemValue + 0x40389378 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389378 uxTaskResetEventItemValue + .text.pvTaskIncrementMutexHeldCount + 0x40389394 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389394 pvTaskIncrementMutexHeldCount + .text.ulTaskGenericNotifyTake + 0x403893b6 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403893b6 ulTaskGenericNotifyTake + .text.vTaskGenericNotifyGiveFromISR + 0x4038948e 0x186 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038948e vTaskGenericNotifyGiveFromISR + .text.xTaskCreatePinnedToCore + 0x40389614 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389614 xTaskCreatePinnedToCore + .text.xTaskCreateStaticPinnedToCore + 0x403896d2 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403896d2 xTaskCreateStaticPinnedToCore + .text.prvCreateIdleTasks + 0x403897f8 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTimerCreateTimerTask + 0x40389858 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389858 xTimerCreateTimerTask + .text.vTaskStartScheduler + 0x4038985c 0x72 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038985c vTaskStartScheduler + .text.xTaskGetCoreID + 0x403898ce 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403898ce xTaskGetCoreID + .text.xTaskGetIdleTaskHandleForCore + 0x403898d2 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403898d2 xTaskGetIdleTaskHandleForCore + .text.xTaskGetCurrentTaskHandleForCore + 0x4038992e 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038992e xTaskGetCurrentTaskHandleForCore + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x40389968 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40389968 vTaskSetThreadLocalStoragePointerAndDelCallback + .text.__getreent + 0x4038998e 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4038998e __getreent + .text.vTaskGetSnapshot + 0x403899ac 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x403899ac 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.s_cache_hal_init_ctx + 0x403899de 0x6e esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403899de s_cache_hal_init_ctx + .text.cache_hal_init + 0x40389a4c 0x3e esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389a4c cache_hal_init + .text.cache_hal_suspend + 0x40389a8a 0x36 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389a8a cache_hal_suspend + .text.cache_hal_resume + 0x40389ac0 0x46 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389ac0 cache_hal_resume + .text.cache_hal_is_cache_enabled + 0x40389b06 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389b06 cache_hal_is_cache_enabled + .text.cache_hal_vaddr_to_cache_level_id + 0x40389b10 0x6c esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389b10 cache_hal_vaddr_to_cache_level_id + .text.cache_hal_invalidate_addr + 0x40389b7c 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389b7c cache_hal_invalidate_addr + .text.cache_hal_get_cache_line_size + 0x40389bb6 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40389bb6 cache_hal_get_cache_line_size + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) + .text.gdma_ahb_hal_append + 0x40389bf8 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389bf8 gdma_ahb_hal_append + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) + .text.gdma_ahb_hal_clear_intr + 0x40389c36 0x26 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389c36 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) + .text.gdma_ahb_hal_get_eof_desc_addr + 0x40389c5c 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389c5c gdma_ahb_hal_get_eof_desc_addr + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) + .text.gdma_ahb_hal_read_intr_status + 0x40389c9a 0x46 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389c9a gdma_ahb_hal_read_intr_status + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) + .text.gdma_ahb_hal_reset + 0x40389ce0 0x4e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389ce0 gdma_ahb_hal_reset + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) + .text.gdma_ahb_hal_start_with_desc + 0x40389d2e 0x8a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389d2e gdma_ahb_hal_start_with_desc + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) + .text.gdma_ahb_hal_stop + 0x40389db8 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x40389db8 gdma_ahb_hal_stop + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) + .text.gdma_hal_clear_intr + 0x40389df6 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x40389df6 gdma_hal_clear_intr + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) + .text.gdma_hal_start_with_desc + 0x40389e04 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x40389e04 gdma_hal_start_with_desc + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) + *libhal.a:gpio_hal.*(.literal.gpio_hal_isolate_in_sleep .text.gpio_hal_isolate_in_sleep) + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + .text.mmu_ll_check_entry_valid + 0x40389e12 0x46 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_find_entry_id_based_on_map_value + 0x40389e58 0x7e esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_entry_id_to_paddr_base + 0x40389ed6 0x46 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_pages_to_bytes + 0x40389f1c 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40389f1c mmu_hal_pages_to_bytes + .text.mmu_hal_paddr_to_vaddr + 0x40389f22 0x8a esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40389f22 mmu_hal_paddr_to_vaddr + .text.mmu_hal_check_valid_ext_vaddr_region + 0x40389fac 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40389fac mmu_hal_check_valid_ext_vaddr_region + .text.mmu_hal_map_region + 0x4038a00c 0x14e esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x4038a00c mmu_hal_map_region + .text.mmu_hal_unmap_region + 0x4038a15a 0xa8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x4038a15a mmu_hal_unmap_region + .text.mmu_hal_vaddr_to_paddr + 0x4038a202 0x8c esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x4038a202 mmu_hal_vaddr_to_paddr + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + .text.spi_flash_encrypt_ll_plaintext_save + 0x4038a28e 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .text.spi_flash_encryption_hal_enable + 0x4038a2d2 0x16 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a2d2 spi_flash_encryption_hal_enable + .text.spi_flash_encryption_hal_disable + 0x4038a2e8 0xc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a2e8 spi_flash_encryption_hal_disable + .text.spi_flash_encryption_hal_prepare + 0x4038a2f4 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a2f4 spi_flash_encryption_hal_prepare + .text.spi_flash_encryption_hal_done + 0x4038a316 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a316 spi_flash_encryption_hal_done + .text.spi_flash_encryption_hal_destroy + 0x4038a338 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a338 spi_flash_encryption_hal_destroy + .text.spi_flash_encryption_hal_check + 0x4038a342 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4038a342 spi_flash_encryption_hal_check + *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + .text.gpspi_flash_ll_set_read_mode + 0x4038a34c 0xac esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.gpspi_flash_ll_set_buffer_data + 0x4038a3f8 0x66 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.gpspi_flash_ll_get_buffer_data + 0x4038a45e 0x80 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.spi_flash_hal_gpspi_poll_cmd_done + 0x4038a4de 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a4de spi_flash_hal_gpspi_poll_cmd_done + .text.spi_flash_hal_gpspi_device_config + 0x4038a4ea 0xd2 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a4ea spi_flash_hal_gpspi_device_config + .text.spi_flash_hal_gpspi_configure_host_io_mode + 0x4038a5bc 0x124 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a5bc spi_flash_hal_gpspi_configure_host_io_mode + .text.spi_flash_hal_gpspi_common_command + 0x4038a6e0 0x148 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a6e0 spi_flash_hal_gpspi_common_command + .text.spi_flash_hal_gpspi_read + 0x4038a828 0xb4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a828 spi_flash_hal_gpspi_read + .text.spi_flash_hal_gpspi_supports_direct_write + 0x4038a8dc 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a8dc spi_flash_hal_gpspi_supports_direct_write + .text.spi_flash_hal_gpspi_supports_direct_read + 0x4038a8e0 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a8e0 spi_flash_hal_gpspi_supports_direct_read + .text.spi_flash_hal_gpspi_check_status + 0x4038a8e4 0xe esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4038a8e4 spi_flash_hal_gpspi_check_status + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + .text.spimem_flash_ll_set_read_mode + 0x4038a8f2 0x86 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spimem_flash_ll_get_source_freq_mhz + 0x4038a978 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spimem_flash_ll_program_page + 0x4038a9b2 0x80 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_poll_cmd_done + 0x4038aa32 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038aa32 spi_flash_hal_poll_cmd_done + .text.spi_flash_hal_configure_host_io_mode + 0x4038aa3a 0x144 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038aa3a spi_flash_hal_configure_host_io_mode + .text.spi_flash_hal_common_command + 0x4038ab7e 0x1dc esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038ab7e spi_flash_hal_common_command + .text.spi_flash_hal_read + 0x4038ad5a 0xe6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038ad5a spi_flash_hal_read + .text.spi_flash_hal_erase_chip + 0x4038ae40 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038ae40 spi_flash_hal_erase_chip + .text.spi_flash_hal_erase_sector + 0x4038ae62 0x4a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038ae62 spi_flash_hal_erase_sector + .text.spi_flash_hal_erase_block + 0x4038aeac 0x48 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038aeac spi_flash_hal_erase_block + .text.spi_flash_hal_program_page + 0x4038aef4 0x4e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038aef4 spi_flash_hal_program_page + .text.spi_flash_hal_set_write_protect + 0x4038af42 0x2c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038af42 spi_flash_hal_set_write_protect + .text.spi_flash_hal_check_status + 0x4038af6e 0x16 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038af6e spi_flash_hal_check_status + .text.spi_flash_hal_setup_read_suspend + 0x4038af84 0xda esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038af84 spi_flash_hal_setup_read_suspend + .text.spi_flash_hal_setup_auto_suspend_mode + 0x4038b05e 0x1a4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b05e spi_flash_hal_setup_auto_suspend_mode + .text.spi_flash_hal_setup_auto_resume_mode + 0x4038b202 0x16 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b202 spi_flash_hal_setup_auto_resume_mode + .text.spi_flash_hal_disable_auto_suspend_mode + 0x4038b218 0x90 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b218 spi_flash_hal_disable_auto_suspend_mode + .text.spi_flash_hal_disable_auto_resume_mode + 0x4038b2a8 0x16 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b2a8 spi_flash_hal_disable_auto_resume_mode + .text.spi_flash_hal_device_config + 0x4038b2be 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b2be spi_flash_hal_device_config + .text.spi_flash_hal_resume + 0x4038b366 0x1e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b366 spi_flash_hal_resume + .text.spi_flash_hal_suspend + 0x4038b384 0x1e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4038b384 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 + 0x4038b3a2 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b3a2 systimer_hal_init + .text.systimer_hal_set_tick_rate_ops + 0x4038b3b8 0xa esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b3b8 systimer_hal_set_tick_rate_ops + .text.systimer_hal_get_counter_value + 0x4038b3c2 0x4e esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b3c2 systimer_hal_get_counter_value + .text.systimer_hal_set_alarm_target + 0x4038b410 0x68 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b410 systimer_hal_set_alarm_target + .text.systimer_hal_set_alarm_period + 0x4038b478 0x9c esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b478 systimer_hal_set_alarm_period + .text.systimer_hal_enable_alarm_int + 0x4038b514 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b514 systimer_hal_enable_alarm_int + .text.systimer_hal_enable_counter + 0x4038b524 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b524 systimer_hal_enable_counter + .text.systimer_hal_select_alarm_mode + 0x4038b538 0x34 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b538 systimer_hal_select_alarm_mode + .text.systimer_hal_connect_alarm_counter + 0x4038b56c 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b56c systimer_hal_connect_alarm_counter + .text.systimer_hal_counter_can_stall_by_cpu + 0x4038b586 0x3a esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4038b586 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 + 0x4038b5c0 0x232 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b5c0 wdt_hal_init + .text.wdt_hal_config_stage + 0x4038b7f2 0x14a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b7f2 wdt_hal_config_stage + .text.wdt_hal_write_protect_disable + 0x4038b93c 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b93c wdt_hal_write_protect_disable + .text.wdt_hal_write_protect_enable + 0x4038b95e 0x14 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b95e wdt_hal_write_protect_enable + .text.wdt_hal_enable + 0x4038b972 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b972 wdt_hal_enable + .text.wdt_hal_disable + 0x4038b9a8 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b9a8 wdt_hal_disable + .text.wdt_hal_handle_intr + 0x4038b9d0 0x32 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038b9d0 wdt_hal_handle_intr + .text.wdt_hal_feed + 0x4038ba02 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038ba02 wdt_hal_feed + .text.wdt_hal_set_flashboot_en + 0x4038ba20 0x3a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038ba20 wdt_hal_set_flashboot_en + .text.wdt_hal_is_enabled + 0x4038ba5a 0x16 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4038ba5a wdt_hal_is_enabled + *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) + .text.assert_valid_block + 0x4038ba70 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 + 0x4038bab4 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bab4 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 + 0x4038bb26 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bb26 multi_heap_aligned_alloc_offs + *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) + .text.multi_heap_free_impl + 0x4038bb34 0x40 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bb34 multi_heap_free + 0x4038bb34 multi_heap_free_impl + 0x4038bb34 multi_heap_aligned_free + *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 + 0x4038bb74 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bb74 multi_heap_get_allocated_size + 0x4038bb74 multi_heap_get_allocated_size_impl + *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 + 0x4038bb82 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bb82 multi_heap_internal_lock + *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.multi_heap_internal_unlock) + .text.multi_heap_internal_unlock + 0x4038bba0 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bba0 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 + 0x4038bbbe 0x54 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bbbe multi_heap_malloc_impl + 0x4038bbbe multi_heap_malloc + *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) + .text.multi_heap_realloc_impl + 0x4038bc12 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bc12 multi_heap_realloc_impl + 0x4038bc12 multi_heap_realloc + *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) + .text.multi_heap_set_lock + 0x4038bca6 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4038bca6 multi_heap_set_lock + *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) + .text.tlsf_alloc_overhead + 0x4038bcaa 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038bcaa tlsf_alloc_overhead + *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) + .text.tlsf_block_size + 0x4038bcae 0xe esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038bcae tlsf_block_size + *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) + .text.tlsf_free + 0x4038bcbc 0x5a0 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038bcbc tlsf_free + *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) + .text.tlsf_get_pool + 0x4038c25c 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038c25c tlsf_get_pool + *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) + .text.tlsf_malloc + 0x4038c272 0x54a esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038c272 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 + 0x4038c7bc 0x8e8 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038c7bc tlsf_memalign_offs + *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) + .text.tlsf_realloc + 0x4038d0a4 0x734 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038d0a4 tlsf_realloc + *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) + .text.tlsf_size + 0x4038d7d8 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4038d7d8 tlsf_size + *liblog.a:log_lock.*(.literal .literal.* .text .text.*) + .text.esp_log_impl_lock + 0x4038d7e2 0x3c esp-idf/log/liblog.a(log_lock.c.obj) + 0x4038d7e2 esp_log_impl_lock + .text.esp_log_impl_lock_timeout + 0x4038d81e 0x46 esp-idf/log/liblog.a(log_lock.c.obj) + 0x4038d81e esp_log_impl_lock_timeout + .text.esp_log_impl_unlock + 0x4038d864 0x26 esp-idf/log/liblog.a(log_lock.c.obj) + 0x4038d864 esp_log_impl_unlock + *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + .text.esp_log_early_timestamp + 0x4038d88a 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x4038d88a esp_log_early_timestamp + *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + .text.esp_log_timestamp + 0x4038d8b0 0x54 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x4038d8b0 esp_log_timestamp + *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) + .text.esp_log_write + 0x4038d904 0x20 esp-idf/log/liblog.a(log_write.c.obj) + 0x4038d904 esp_log_write + *libnet80211.a:(.wifi0iram .wifi0iram.*) + .wifi0iram.20 0x4038d924 0x516 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4038d924 ieee80211_encap_esfbuf + .wifi0iram.10 0x4038de3a 0x294 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4038de3a ieee80211_output_process + .wifi0iram.55 0x4038e0ce 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x4038e0ce wifi_softap_cur_max_ap_bss_num + *libnet80211.a:(.wifirxiram .wifirxiram.*) + .wifirxiram.50 + 0x4038e0da 0x568 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4038e0da sta_input + .wifirxiram.56 + 0x4038e642 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4038e642 sta_rx_cb + .wifirxiram.46 + 0x4038e654 0x276 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x4038e654 ieee80211_ampdu_reorder + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + .wifislprxiram.113 + 0x4038e8ca 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4038e8ca sta_reset_beacon_timeout + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + .text.abort 0x4038e938 0x86 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x4038e938 abort + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + .text.ra_to_str + 0x4038e9be 0x2c esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert_func + 0x4038e9ea 0x128 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4038e9ea __assert_func + .text.newlib_include_assert_impl + 0x4038eb12 0x2 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4038eb12 newlib_include_assert_impl + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + .text.malloc 0x4038eb14 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb14 pvalloc + 0x4038eb14 valloc + 0x4038eb14 malloc + .text.realloc 0x4038eb22 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb22 realloc + .text.free 0x4038eb30 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb30 free + 0x4038eb30 cfree + .text._malloc_r + 0x4038eb3e 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb3e _malloc_r + .text._free_r 0x4038eb4e 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb4e _free_r + .text._realloc_r + 0x4038eb5e 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb5e _realloc_r + .text._calloc_r + 0x4038eb70 0x3e esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038eb70 _calloc_r + .text.calloc 0x4038ebae 0x22 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038ebae calloc + .text.newlib_include_heap_impl + 0x4038ebd0 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4038ebd0 newlib_include_heap_impl + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + .text.__atomic_fetch_or_8 + 0x4038ebd2 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x4038ebd2 __atomic_fetch_or_8 + *libpp.a:(.wifi0iram .wifi0iram.*) + .wifi0iram.22 0x4038ec16 0x164 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038ec16 pp_coex_tx_request + .wifi0iram.65 0x4038ed7a 0x15c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038ed7a ppMapTxQueue + .wifi0iram.68 0x4038eed6 0x14a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038eed6 ppProcTxSecFrame + .wifi0iram.41 0x4038f020 0x2ee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038f020 ppCalTxAMPDULength + .wifi0iram.23 0x4038f30e 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038f30e ppProcessTxQ + .wifi0iram.74 0x4038f46c 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4038f46c ppProcessLifeTime + .wifi0iram.41 0x4038f518 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4038f518 lmacMSDUAged + .wifi0iram.57 0x4038f570 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4038f570 lmacAdjustTimestamp + .wifi0iram.58 0x4038f5b8 0x1ec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4038f5b8 lmacTxFrame + .wifi0iram.62 0x4038f7a4 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4038f7a4 lmacTxDone + .wifi0iram.25 0x4038f896 0x30a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4038f896 lmacEndFrameExchangeSequence + .wifi0iram.8 0x4038fba0 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x4038fba0 rcUpdateTxDone + .wifi0iram.10 0x4038fc44 0x2da /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x4038fc44 rcUpdateTxDoneAmpdu2 + .wifi0iram.11 0x4038ff1e 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x4038ff1e rcGetSched + .wifi0iram.4 0x4038fffa 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4038fffa hal_mac_tx_config_timeout + .wifi0iram.5 0x40390020 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x40390020 hal_mac_tx_config_edca + .wifi0iram.6 0x40390072 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x40390072 hal_mac_txq_enable + .wifi0iram.9 0x4039008c 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4039008c hal_random + .wifi0iram.20 0x40390094 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x40390094 hal_mac_deinit + .wifi0iram.3 0x403900d4 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x403900d4 hal_mac_tx_is_cbw40 + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *libpp.a:(.wifirxiram .wifirxiram.*) + .wifirxiram.48 + 0x403900f2 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x403900f2 pm_rx_data_process + .wifirxiram.49 + 0x40390180 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390180 pm_hmac_rx_data_process + .wifirxiram.26 + 0x40390182 0x3fc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x40390182 ppRxFragmentProc + .wifirxiram.28 + 0x4039057e 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4039057e is_fragmented_pkt + .wifirxiram.9 0x403905a4 0x13c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x403905a4 esf_buf_recycle + .wifirxiram.2 0x403906e0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x403906e0 hal_clear_rx_beacon_pti + .wifirxiram.3 0x403906f2 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + 0x403906f2 hal_mac_rx_get_last_dscr + .wifirxiram.4 0x4039070c 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + 0x4039070c hal_mac_rx_is_dscr_reload + .wifirxiram.5 0x40390718 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + 0x40390718 hal_mac_rx_set_dscr_reload + *libpp.a:(.wifislprxiram .wifislprxiram.*) + .wifislprxiram.25 + 0x4039072a 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4039072a pm_get_tbtt_count + .wifislprxiram.26 + 0x403907e4 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x403907e4 pm_save_tbtt_info + .wifislprxiram.28 + 0x40390808 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390808 pm_beacon_monitor_tbtt_start + .wifislprxiram.29 + 0x40390928 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390928 pm_beacon_monitor_tbtt_stop + .wifislprxiram.30 + 0x4039093a 0x12a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4039093a pm_enable_beacon_monitor_timer + .wifislprxiram.31 + 0x40390a64 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390a64 pm_disable_beacon_monitor_timer + .wifislprxiram.32 + 0x40390aa8 0x15c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390aa8 pm_dream + .wifislprxiram.33 + 0x40390c04 0x206 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390c04 pm_sleep + .wifislprxiram.34 + 0x40390e0a 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390e0a pm_check_state + .wifislprxiram.39 + 0x40390e5c 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390e5c pm_keep_alive + .wifislprxiram.41 + 0x40390ed2 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390ed2 pm_beacon_monitor_timeout_process + .wifislprxiram.40 + 0x40390f54 0x1d6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40390f54 pm_process_tim + .wifislprxiram.46 + 0x4039112a 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4039112a pm_rx_beacon_process + .wifislprxiram.45 + 0x403911de 0x168 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x403911de pm_tbtt_process + .wifislprxiram.42 + 0x40391346 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40391346 pm_beacon_monitor_tbtt_timeout_process + .wifislprxiram.51 + 0x40391366 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40391366 pm_on_tsf_timer + .wifislprxiram.6 + 0x40391374 0xde /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40391374 pm_scale_listen_interval + .wifislprxiram.10 + 0x40391452 0x248 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x40391452 pm_parse_beacon + .wifislprxiram.53 + 0x4039169a 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4039169a pm_on_beacon_rx + .wifislprxiram.12 + 0x403917d8 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x403917d8 ic_mac_deinit + .wifislprxiram.29 + 0x403917e8 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x403917e8 ppRxPkt + .wifislprxiram.7 + 0x403918f0 0x180 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x403918f0 esf_buf_alloc + .wifislprxiram.4 + 0x40391a70 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + 0x40391a70 pm_coex_schm_overall_period_get + .wifislprxiram.5 + 0x40391aa8 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + 0x40391aa8 pm_coex_pwr_update + .wifislprxiram.24 + 0x40391b3e 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40391b3e wDev_record_ftm_data + .wifislprxiram.48 + 0x40391b60 0x134 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40391b60 wDev_AppendRxBlocks + .wifislprxiram.19 + 0x40391c94 0x2ec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40391c94 wDev_IndicateFrame + .wifislprxiram.25 + 0x40391f80 0x36e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x40391f80 wDev_ProcessRxSucData + .wifislprxiram.12 + 0x403922ee 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x403922ee hal_mac_rx_read_rxdscrnext + .wifislprxiram.13 + 0x403922f8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x403922f8 hal_mac_rx_set_base + *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) + .text.intr_get_item + 0x40392302 0x38 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text._global_interrupt_handler + 0x4039233a 0x3c esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4039233a _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 + 0x40392376 0x22 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x40392376 spi_flash_needs_reset_check + .text.spi_flash_set_erasing_flag + 0x40392398 0xa esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x40392398 spi_flash_set_erasing_flag + .text.spi_flash_brownout_need_reset + 0x403923a2 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x403923a2 spi_flash_brownout_need_reset + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + .text.memspi_host_read_status_hs + 0x403923c2 0x40 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x403923c2 memspi_host_read_status_hs + .text.memspi_host_erase_chip + 0x40392402 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x40392402 memspi_host_erase_chip + .text.memspi_host_set_write_protect + 0x4039242a 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4039242a memspi_host_set_write_protect + .text.memspi_host_write_data_slicer + 0x40392458 0x42 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x40392458 memspi_host_write_data_slicer + .text.memspi_host_read_data_slicer + 0x4039249a 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4039249a memspi_host_read_data_slicer + .text.memspi_host_read_id_hs + 0x403924d0 0x8e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x403924d0 memspi_host_read_id_hs + .text.memspi_host_flush_cache + 0x4039255e 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4039255e memspi_host_flush_cache + .text.memspi_host_erase_sector + 0x40392584 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x40392584 memspi_host_erase_sector + .text.memspi_host_erase_block + 0x403925dc 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x403925dc memspi_host_erase_block + .text.memspi_host_program_page + 0x40392634 0x62 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x40392634 memspi_host_program_page + .text.memspi_host_init_pointers + 0x40392696 0x52 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x40392696 memspi_host_init_pointers + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_boya_probe + 0x403926e8 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x403926e8 spi_flash_chip_boya_probe + .text.spi_flash_chip_boya_get_caps + 0x40392712 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x40392712 spi_flash_chip_boya_get_caps + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_gd_get_caps + 0x40392716 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x40392716 spi_flash_chip_gd_get_caps + .text.spi_flash_chip_gd_detect_size + 0x4039272c 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4039272c spi_flash_chip_gd_detect_size + .text.spi_flash_chip_gd_probe + 0x40392760 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x40392760 spi_flash_chip_gd_probe + .text.spi_flash_chip_gd_suspend_cmd_conf + 0x40392794 0x36 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x40392794 spi_flash_chip_gd_suspend_cmd_conf + .text.spi_flash_chip_gd_set_io_mode + 0x403927ca 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x403927ca spi_flash_chip_gd_set_io_mode + .text.spi_flash_chip_gd_get_io_mode + 0x4039281e 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4039281e 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 + 0x4039283e 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4039283e spi_flash_chip_generic_detect_size + .text.spi_flash_chip_generic_probe + 0x4039287e 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4039287e spi_flash_chip_generic_probe + .text.spi_flash_chip_generic_reset + 0x40392882 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392882 spi_flash_chip_generic_reset + .text.spi_flash_chip_generic_erase_chip + 0x403928e2 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403928e2 spi_flash_chip_generic_erase_chip + .text.spi_flash_chip_generic_erase_sector + 0x40392964 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392964 spi_flash_chip_generic_erase_sector + .text.spi_flash_chip_generic_erase_block + 0x403929ee 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403929ee spi_flash_chip_generic_erase_block + .text.spi_flash_chip_generic_page_program + 0x40392a78 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392a78 spi_flash_chip_generic_page_program + .text.spi_flash_chip_generic_set_write_protect + 0x40392ae4 0x4e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392ae4 spi_flash_chip_generic_set_write_protect + .text.spi_flash_chip_generic_read_reg + 0x40392b32 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392b32 spi_flash_chip_generic_read_reg + .text.spi_flash_chip_generic_wait_idle + 0x40392b46 0xae esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392b46 spi_flash_chip_generic_wait_idle + .text.spi_flash_chip_generic_config_host_io_mode + 0x40392bf4 0x194 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392bf4 spi_flash_chip_generic_config_host_io_mode + .text.spi_flash_chip_generic_write_encrypted + 0x40392d88 0x102 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392d88 spi_flash_chip_generic_write_encrypted + .text.spi_flash_chip_generic_get_caps + 0x40392e8a 0x92 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392e8a spi_flash_chip_generic_get_caps + .text.spi_flash_common_read_qe_sr + 0x40392f1c 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_write_qe_sr + 0x40392f58 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x40392f8a 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392f8a spi_flash_common_read_status_16b_rdsr_rdsr2 + .text.spi_flash_common_write_status_16b_wrsr + 0x40392fce 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392fce spi_flash_common_write_status_16b_wrsr + .text.spi_flash_chip_generic_suspend_cmd_conf + 0x40392fe2 0x36 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40392fe2 spi_flash_chip_generic_suspend_cmd_conf + .text.spi_flash_chip_generic_read + 0x40393018 0xe4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393018 spi_flash_chip_generic_read + .text.spi_flash_chip_generic_write + 0x403930fc 0xba esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403930fc spi_flash_chip_generic_write + .text.spi_flash_chip_generic_get_write_protect + 0x403931b6 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403931b6 spi_flash_chip_generic_get_write_protect + .text.spi_flash_chip_generic_yield + 0x40393200 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393200 spi_flash_chip_generic_yield + .text.spi_flash_chip_generic_read_unique_id + 0x40393246 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393246 spi_flash_chip_generic_read_unique_id + .text.spi_flash_chip_generic_read_unique_id_none + 0x403932f6 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403932f6 spi_flash_chip_generic_read_unique_id_none + .text.spi_flash_common_read_status_8b_rdsr2 + 0x403932fc 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x403932fc spi_flash_common_read_status_8b_rdsr2 + .text.spi_flash_chip_generic_get_io_mode + 0x40393312 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393312 spi_flash_chip_generic_get_io_mode + .text.spi_flash_common_read_status_8b_rdsr + 0x40393332 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393332 spi_flash_common_read_status_8b_rdsr + .text.spi_flash_common_write_status_8b_wrsr + 0x40393346 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393346 spi_flash_common_write_status_8b_wrsr + .text.spi_flash_common_write_status_8b_wrsr2 + 0x4039335a 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4039335a spi_flash_common_write_status_8b_wrsr2 + .text.spi_flash_common_set_io_mode + 0x40393370 0xa8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393370 spi_flash_common_set_io_mode + .text.spi_flash_chip_generic_set_io_mode + 0x40393418 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x40393418 spi_flash_chip_generic_set_io_mode + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_issi_probe + 0x4039343a 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4039343a spi_flash_chip_issi_probe + .text.spi_flash_chip_issi_get_caps + 0x40393464 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x40393464 spi_flash_chip_issi_get_caps + .text.spi_flash_chip_issi_set_io_mode + 0x40393468 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x40393468 spi_flash_chip_issi_set_io_mode + .text.spi_flash_chip_issi_get_io_mode + 0x4039348a 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4039348a spi_flash_chip_issi_get_io_mode + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_mxic_probe + 0x403934aa 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x403934aa spi_flash_chip_mxic_probe + .text.spi_flash_chip_mxic_detect_size + 0x403934cc 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x403934cc spi_flash_chip_mxic_detect_size + .text.spi_flash_chip_mxic_get_caps + 0x4039350e 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x4039350e spi_flash_chip_mxic_get_caps + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_th_probe + 0x40393512 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x40393512 spi_flash_chip_th_probe + .text.spi_flash_chip_th_get_caps + 0x4039353c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x4039353c spi_flash_chip_th_get_caps + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_winbond_probe + 0x40393540 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x40393540 spi_flash_chip_winbond_probe + .text.spi_flash_chip_winbond_get_caps + 0x40393554 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x40393554 spi_flash_chip_winbond_get_caps + .text.spi_flash_command_winbond_program_4B + 0x4039356a 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text.spi_flash_chip_winbond_page_program + 0x403935be 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x403935be spi_flash_chip_winbond_page_program + .text.spi_flash_command_winbond_erase_sector_4B + 0x40393608 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text.spi_flash_chip_winbond_erase_sector + 0x4039365a 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4039365a spi_flash_chip_winbond_erase_sector + .text.spi_flash_command_erase_block_4B + 0x403936b2 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text.spi_flash_chip_winbond_erase_block + 0x40393704 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x40393704 spi_flash_chip_winbond_erase_block + .text.spi_flash_chip_winbond_read + 0x4039375c 0xf4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4039375c spi_flash_chip_winbond_read + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + +.dram0.dummy 0x3fc80000 0x13a00 + 0x3fc93a00 . = ((ORIGIN (dram0_0_seg) + _iram_end) - _iram_start) + *fill* 0x3fc80000 0x13a00 + +.dram0.data 0x3fc93a00 0x2da8 + 0x3fc93a00 _data_start = ABSOLUTE (.) + *(.gnu.linkonce.d.*) + *(.data1) + 0x3fc94200 __global_pointer$ = (. + 0x800) + *(.sdata) + .sdata 0x3fc93a00 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x3fc93a00 environ + .sdata 0x3fc93a04 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x3fc93a04 _impure_ptr + .sdata 0x3fc93a08 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x3fc93a08 __global_locale_ptr + *(.sdata.*) + .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM + 0x3fc93a0c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a0c ESP_EFUSE_USER_DATA_MAC_CUSTOM + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + 0x3fc93a14 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a14 ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + 0x3fc93a1c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a1c ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + 0x3fc93a24 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a24 ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + 0x3fc93a2c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a2c ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + .sdata.ESP_EFUSE_BLK_VERSION_MAJOR + 0x3fc93a34 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93a34 ESP_EFUSE_BLK_VERSION_MAJOR + .sdata.s_panic_uart + 0x3fc93a3c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sdata.rtc_wdt_ctx + 0x3fc93a40 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sdata.wdt0_context + 0x3fc93a48 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .sdata.s_memp_intr + 0x3fc93a50 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .sdata.s_log_print_func + 0x3fc93a58 0x4 esp-idf/log/liblog.a(log_write.c.obj) + .sdata.esp_log_default_level + 0x3fc93a5c 0x4 esp-idf/log/liblog.a(log_level.c.obj) + 0x3fc93a5c esp_log_default_level + .sdata.malloc_alwaysinternal_limit + 0x3fc93a60 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .sdata.first_call.0 + 0x3fc93a64 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *fill* 0x3fc93a65 0x3 + .sdata.uart_selectlock + 0x3fc93a68 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .sdata.receiver_mac + 0x3fc93a70 0x6 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + *fill* 0x3fc93a76 0x2 + .sdata.esp_flash_registered_chips + 0x3fc93a78 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x3fc93a78 esp_flash_registered_chips + *fill* 0x3fc93a7c 0x4 + .sdata.s_reserved_pin_mask + 0x3fc93a80 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .sdata.s_tsens_idx + 0x3fc93a88 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + *fill* 0x3fc93a89 0x3 + .sdata.s_record_max + 0x3fc93a8c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sdata.s_record_min + 0x3fc93a90 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sdata.mbedtls_free_func + 0x3fc93a94 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .sdata.mbedtls_calloc_func + 0x3fc93a98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .sdata.s_previous_init_code + 0x3fc93a9c 0x8 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .sdata.tcp_port + 0x3fc93aa4 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) + .sdata.udp_port + 0x3fc93aa6 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) + .sdata.retrans_timer + 0x3fc93aa8 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc93aa8 retrans_timer + .sdata.reachable_time + 0x3fc93aac 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc93aac reachable_time + .sdata.g_allowed_groups + 0x3fc93ab0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x3fc93ab0 g_allowed_groups + .sdata.gdma_ahb_hal_priv_data + 0x3fc93ab8 0x4 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .sdata.DW.ref.__gxx_personality_v0 + 0x3fc93abc 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3fc93abc DW.ref.__gxx_personality_v0 + .sdata._ZN10__cxxabiv119__terminate_handlerE + 0x3fc93ac0 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + 0x3fc93ac0 __cxxabiv1::__terminate_handler + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.data .data.*) + .data.ESP_EFUSE_MAC + 0x3fc93ac4 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x3fc93ac4 ESP_EFUSE_MAC + .data.s_stub_table + 0x3fc93ae0 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + *fill* 0x3fc93b7c 0x4 + .data.timestamp_id + 0x3fc93b80 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x3fc93b80 timestamp_id + .data.s_context + 0x3fc93b90 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .data.uart_context + 0x3fc93be0 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .data.s_ctx 0x3fc93c00 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .data.s_fd_table + 0x3fc93c30 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data.default_registered_chips + 0x3fc93cf0 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data.g_wifi_osi_funcs + 0x3fc93d10 0x1dc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x3fc93d10 g_wifi_osi_funcs + .data.mbedtls_cipher_base_lookup_table + 0x3fc93eec 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x3fc93eec mbedtls_cipher_base_lookup_table + .data.g_mt_version + 0x3fc93f08 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x3fc93f08 g_mt_version + .data.ccmp 0x3fc93f0c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x3fc93f0c ccmp + .data.g_wifi_nvs + 0x3fc93f24 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x3fc93f24 g_wifi_nvs + .data.s_ap_igtk_active_idx + 0x3fc93f28 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .data.s_sta_igtk_active_idx + 0x3fc93f2a 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .data.g_timer_info + 0x3fc93f2c 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x3fc93f2c g_timer_info + .data.gcmp 0x3fc93ffc 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + 0x3fc93ffc gcmp + .data.WIFI_MESH_EVENT + 0x3fc94014 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x3fc94014 WIFI_MESH_EVENT + .data.g_wifi_event_mask + 0x3fc94018 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x3fc94018 g_wifi_event_mask + .data.s_wifi_init_state + 0x3fc9401c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .data.s_global_vendor_seq.12185 + 0x3fc94020 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + *fill* 0x3fc94022 0x2 + .data.g_dynamic_cs + 0x3fc94024 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc94024 g_dynamic_cs + .data.send_deauth + 0x3fc94030 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc94030 send_deauth + .data.g_phy_cap_rx_stbc + 0x3fc94031 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x3fc94031 g_phy_cap_rx_stbc + *fill* 0x3fc94032 0x2 + .data.ba_recv_action + 0x3fc94034 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.ba_send_action + 0x3fc94040 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.ht_recv_action + 0x3fc9404c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.ht_send_action + 0x3fc94050 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.public_recv_action + 0x3fc94054 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.public_send_action + 0x3fc940dc 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.sa_query_recv_action + 0x3fc94164 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.sa_query_send_action + 0x3fc9416c 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.vendor_recv_action + 0x3fc94174 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.vendor_send_action + 0x3fc94178 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .data.s_raw_seq.14616 + 0x3fc9417c 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .data.TmpSTAAPCloseAP + 0x3fc9417e 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc9417e TmpSTAAPCloseAP + *fill* 0x3fc9417f 0x1 + .data.ieee80211_11a_table + 0x3fc94180 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .data.tkip 0x3fc94254 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + 0x3fc94254 tkip + .data.g_scan_chan_list + 0x3fc9426c 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3fc9427a 0x2 + .data.country_info_24ghz + 0x3fc9427c 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + 0x3fc9427c country_info_24ghz + .data.g_mesh_self_organized + 0x3fc94362 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc94362 g_mesh_self_organized + .data.join_deny_flag + 0x3fc94363 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .data.wep 0x3fc94364 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + 0x3fc94364 wep + .data.sms4 0x3fc9437c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + 0x3fc9437c sms4 + .data.g_pm_cfg + 0x3fc94394 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x3fc94394 g_pm_cfg + .data.TxRxCxt 0x3fc943d8 0x3c0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x3fc943d8 TxRxCxt + .data.g_eb_list_desc + 0x3fc94798 0xdc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x3fc94798 g_eb_list_desc + .data.g_txop_queue_status + 0x3fc94874 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x3fc94874 g_txop_queue_status + *fill* 0x3fc94877 0x1 + .data.lmacConfMib + 0x3fc94878 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x3fc94878 lmacConfMib + .data.BasicOFDMSched + 0x3fc948a8 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc948a8 BasicOFDMSched + .data.rc11BSchedTbl + 0x3fc948b4 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc948b4 rc11BSchedTbl + .data.rc11GSchedTbl + 0x3fc948fc 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc948fc rc11GSchedTbl + .data.rc11NSchedTbl + 0x3fc94998 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc94998 rc11NSchedTbl + .data.rcLoRaSchedTbl + 0x3fc94a40 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc94a40 rcLoRaSchedTbl + .data.rcP2P11GSchedTbl + 0x3fc94a58 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc94a58 rcP2P11GSchedTbl + .data.rcP2P11NSchedTbl + 0x3fc94ab8 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc94ab8 rcP2P11NSchedTbl + .data.trc_ctl 0x3fc94b30 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc94b30 trc_ctl + .data.BcnInterval + 0x3fc94b4c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc94b4c BcnInterval + .data.wDevCtrl + 0x3fc94b50 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc94b50 wDevCtrl + .data.g_pp_timer_info + 0x3fc94b88 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + 0x3fc94b88 g_pp_timer_info + .data.s_mac_table + 0x3fc94bf8 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data.s_platform + 0x3fc94c30 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .data.phy_param + 0x3fc94c40 0x340 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x3fc94c40 phy_param + .data.wifi_ht20 + 0x3fc94f80 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + 0x3fc94f80 wifi_ht20 + .data.wifi_ht40 + 0x3fc94f82 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + 0x3fc94f82 wifi_ht40 + .data 0x3fc94f84 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc94f84 __sglue + .data 0x3fc94f90 0xf0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x3fc94f90 _impure_data + *(.dram1 .dram1.*) + .dram1.2 0x3fc95080 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x3fc950ab 0x1 + .dram1.0 0x3fc950ac 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .dram1.3 0x3fc950b0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.2 0x3fc950b4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.1 0x3fc950b8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x3fc950bc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x3fc950c0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.0 0x3fc950c4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc950c4 FreeRTOS_openocd_params + .dram1.0 0x3fc950cc 0x50 esp-idf/freertos/libfreertos.a(port.c.obj) + .dram1.0 0x3fc9511c 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.0 0x3fc95120 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3fc95120 g_flash_guard_default_ops + .dram1.32 0x3fc95128 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc95143 0x1 + .dram1.31 0x3fc95144 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc95165 0x3 + .dram1.30 0x3fc95168 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc951a3 0x1 + .dram1.29 0x3fc951a4 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc951e2 0x2 + .dram1.23 0x3fc951e4 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc951ff 0x1 + .dram1.2 0x3fc95200 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3fc95200 rom_spiflash_api_funcs + .dram1.1 0x3fc95204 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.0 0x3fc95214 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3fc9521e 0x2 + .dram1.2 0x3fc95220 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.1 0x3fc95240 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.16 0x3fc95270 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.15 0x3fc95298 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.4 0x3fc952a8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x3fc952a8 esp_flash_noos_functions + .dram1.5 0x3fc952d0 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc952d0 spi_flash_chip_generic_timeout + .dram1.4 0x3fc952e4 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .dram1.3 0x3fc952fc 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc952fc rom_flash_chip_dummy_hpm + .dram1.2 0x3fc95300 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc95300 rom_flash_chip_dummy + .dram1.1 0x3fc95304 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc9530a 0x2 + .dram1.0 0x3fc9530c 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc95312 0x2 + .dram1.0 0x3fc95314 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.0 0x3fc9536c 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3fc95385 0x3 + .dram1.4 0x3fc95388 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.3 0x3fc95398 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.2 0x3fc953a8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.1 0x3fc953b4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.1 0x3fc953c0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.0 0x3fc953cc 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.2 0x3fc953d8 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc953d8 g_mesh_is_started + *fill* 0x3fc953d9 0x3 + .dram1.3 0x3fc953dc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc953dc g_mesh_init_ps_type + .dram1.4 0x3fc953e0 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc953e0 g_mesh_is_root + .dram1.2 0x3fc953e1 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc953e1 g_sta_connected_flag + *fill* 0x3fc953e2 0x2 + .dram1.3 0x3fc953e4 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x3fc953e4 pp_sig_cnt + *fill* 0x3fc95405 0x3 + .dram1.4 0x3fc95408 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x3fc95408 bars + .dram1.16 0x3fc954a8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + 0x3fc954a8 ptr_beacon_offset_funcs + .dram1.3 0x3fc954ac 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x3fc954ac eb_txdesc_space + .dram1.3 0x3fc9553c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .dram1.3 0x3fc95540 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .dram1.42 0x3fc95544 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc95544 s_record_list + .dram1.0 0x3fc955c8 0x64 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + 0x3fc955c8 temperature_sensor_attributes + .dram1.0 0x3fc9562c 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .dram1.0 0x3fc95634 0x1 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x3fc95635 _coredump_dram_start = ABSOLUTE (.) + *(.dram2.coredump .dram2.coredump.*) + 0x3fc95635 _coredump_dram_end = ABSOLUTE (.) + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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.*) + *libesp_hw_support.a:clk_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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 + 0x3fc95635 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x3fc95635 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_to_xtal.str1.4 + 0x3fc95635 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x3fc95635 0x3 + .rodata.__func__.0 + 0x3fc95638 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 + 0x3fc9564f 0x5b esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + *fill* 0x3fc9564f 0x1 + .rodata.__FUNCTION__.0 + 0x3fc95650 0x18 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_sys.*(.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 + 0x3fc95668 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x3fc95668 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.*) + *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.cache_hal_disable.str1.4 + 0x3fc95668 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.cache_hal_get_cache_line_size.str1.4 + 0x3fc95668 0x23 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.0 + 0x3fc95668 0x1e esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x3fc95686 0x2 + .rodata.__func__.1 + 0x3fc95688 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x3fc95699 0x3 + .rodata.__func__.2 + 0x3fc9569c 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 + 0x3fc956ae 0x51 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_paddr_to_vaddr.str1.4 + 0x3fc956ae 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_map_region.str1.4 + 0x3fc956ae 0xf4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_vaddr_to_paddr.str1.4 + 0x3fc956ae 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc956ae 0x2 + .rodata.__func__.0 + 0x3fc956b0 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc956c7 0x1 + .rodata.__func__.1 + 0x3fc956c8 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc956e6 0x2 + .rodata.__func__.2 + 0x3fc956e8 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__.3 + 0x3fc95700 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc95719 0x3 + .rodata.__func__.4 + 0x3fc9571c 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc95733 0x1 + .rodata.__func__.5 + 0x3fc95734 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc95749 0x3 + .rodata.__func__.6 + 0x3fc9574c 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x3fc9575f 0x1 + .rodata.__func__.7 + 0x3fc95760 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_plaintext_save.str1.4 + 0x3fc95773 0x81 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *fill* 0x3fc95773 0x1 + .rodata.__func__.0 + 0x3fc95774 0x24 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 + 0x3fc95798 0x4a esp-idf/hal/libhal.a(systimer_hal.c.obj) + .rodata.__func__.0 + 0x3fc95798 0x1d esp-idf/hal/libhal.a(systimer_hal.c.obj) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x3fc957b5 0x3 + .rodata.wdt_hal_config_stage.str1.4 + 0x3fc957b8 0x971 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x56 (size before relaxing) + *fill* 0x3fc96129 0x3 + .rodata.__func__.0 + 0x3fc9612c 0x15 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + *liblog.a:log_lock.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.abort.str1.4 + 0x3fc96141 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.__assert_func.str1.4 + 0x3fc96141 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.*) + .rodata.ram2_rfpll_cap_track.str1.4 + 0x3fc96141 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .rodata.rfcal_track.str1.4 + 0x3fc96141 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .rodata.rom1_txpwr_cal_track.str1.4 + 0x3fc96141 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .rodata.rom2_ulp_code_track.str1.4 + 0x3fc96141 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + *fill* 0x3fc96141 0x3 + .rodata 0x3fc96144 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .rodata.freq_i2c_write_set + 0x3fc9614c 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .rodata.freq_get_i2c_data + 0x3fc96170 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .rodata.set_pbus_mem + 0x3fc96198 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .rodata 0x3fc961c0 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .rodata 0x3fc96204 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + *fill* 0x3fc9620d 0x3 + .rodata.CSWTCH.51 + 0x3fc96210 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .rodata.ram2_rfpll_cap_correct.str1.4 + 0x3fc96213 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .rodata.wait_rfpll_cal_end.str1.4 + 0x3fc96213 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + *fill* 0x3fc96213 0x1 + .rodata.phy_tsens_attribute + 0x3fc96214 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + 0x3fc96214 phy_tsens_attribute + *fill* 0x3fc96232 0x2 + .rodata.CSWTCH.21 + 0x3fc96234 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + *fill* 0x3fc96237 0x1 + .rodata.rc_cal.cst8 + 0x3fc96238 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .rodata 0x3fc96250 0x57 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .rodata.gen_rx_gain_table.str1.4 + 0x3fc962a7 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .rodata.get_phy_version_str.str1.4 + 0x3fc962a7 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + *fill* 0x3fc962a7 0x1 + .rodata 0x3fc962a8 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .rodata.rom1_bt_get_tx_gain_new.str1.4 + 0x3fc96310 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .rodata.rom1_wifi_get_tx_gain.str1.4 + 0x3fc96310 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .rodata.dco_gain_coarse.4660 + 0x3fc96310 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.get_rfcal_rxiq_data.str1.4 + 0x3fc96316 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.pbus_rx_dco_cal.str1.4 + 0x3fc96316 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.rxiq_get_mis.str1.4 + 0x3fc96316 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .rodata.set_rx_gain_cal_iq.str1.4 + 0x3fc96316 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + *fill* 0x3fc96316 0x2 + .rodata.CSWTCH.164 + 0x3fc96318 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + *fill* 0x3fc9631b 0x1 + .rodata.CSWTCH.165 + 0x3fc9631c 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .rodata.get_power_atten.str1.4 + 0x3fc9631f 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .rodata.rfcal_pwrctrl.str1.4 + 0x3fc9631f 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .rodata.rfcal_txcap.str1.4 + 0x3fc9631f 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *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 + 0x3fc9631f 0x1a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_erase_sector.str1.4 + 0x3fc9631f 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_program_page.str1.4 + 0x3fc9631f 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc9631f 0x1 + .rodata.__func__.0 + 0x3fc96320 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc96339 0x3 + .rodata.__func__.1 + 0x3fc9633c 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__.2 + 0x3fc96354 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc9636d 0x3 + .srodata.TAG 0x3fc96370 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x3fc96377 0x1 + .rodata.esp_flash_gpspi_host + 0x3fc96378 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 + 0x3fc963d0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x3fc963d0 esp_flash_chip_boya + .srodata.chip_name + 0x3fc9644c 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* 0x3fc96451 0x3 + .rodata.esp_flash_chip_gd + 0x3fc96454 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x3fc96454 esp_flash_chip_gd + .srodata.chip_name + 0x3fc964d0 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 + 0x3fc964d3 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_get_write_protect.str1.4 + 0x3fc964d3 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_read_unique_id.str1.4 + 0x3fc964d3 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc964d3 0x1 + .rodata.__func__.0 + 0x3fc964d4 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x3fc964fd 0x3 + .rodata.esp_flash_chip_generic + 0x3fc96500 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3fc96500 esp_flash_chip_generic + .srodata.chip_name + 0x3fc9657c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x3fc96584 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* 0x3fc96591 0x3 + .rodata.esp_flash_chip_issi + 0x3fc96594 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x3fc96594 esp_flash_chip_issi + .srodata.chip_name + 0x3fc96610 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* 0x3fc96615 0x3 + .rodata.esp_flash_chip_mxic + 0x3fc96618 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x3fc96618 esp_flash_chip_mxic + .srodata.chip_name + 0x3fc96694 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* 0x3fc96699 0x3 + .rodata.esp_flash_chip_th + 0x3fc9669c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x3fc9669c esp_flash_chip_th + .srodata.chip_name + 0x3fc96718 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 + 0x3fc9671b 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x3fc9671b 0x1 + .rodata.esp_flash_chip_winbond + 0x3fc9671c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x3fc9671c esp_flash_chip_winbond + .srodata.chip_name + 0x3fc96798 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .srodata.TAG 0x3fc967a0 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.*) + 0x3fc967a8 _data_end = ABSOLUTE (.) + +.noinit 0x3fc967a8 0x0 + 0x3fc967a8 . = ALIGN (0x4) + 0x3fc967a8 _noinit_start = ABSOLUTE (.) + *(.noinit .noinit.*) + 0x3fc967a8 . = ALIGN (0x4) + 0x3fc967a8 _noinit_end = ABSOLUTE (.) + +.dram0.bss 0x3fc967b0 0x42f8 + 0x3fc967b0 . = ALIGN (0x8) + 0x3fc967b0 _bss_start = ABSOLUTE (.) + *(.bss .bss.*) + .bss.app_elf_sha256_str + 0x3fc967b0 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3fc967b0 app_elf_sha256_str + *fill* 0x3fc967ba 0x2 + .bss.shutdown_handlers + 0x3fc967bc 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss.s_log_cache + 0x3fc967d0 0xf8 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .bss.ref_counts + 0x3fc968c8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x3fc968e5 0x3 + .bss.s_dslp_phy_cb + 0x3fc968e8 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.xSuspendedTaskList + 0x3fc968f4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x3fc96908 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x3fc9691c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x3fc96930 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x3fc96944 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x3fc96958 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3fc96b4c 0x4 + .bss.xIsrStack + 0x3fc96b50 0x600 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc96b50 xIsrStack + .bss.systimer_hal.1 + 0x3fc97150 0xc esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss.s_common_recursive_mutex + 0x3fc9715c 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3fc9715c __lock___sinit_recursive_mutex + 0x3fc9715c __lock___env_recursive_mutex + 0x3fc9715c __lock___sfp_recursive_mutex + 0x3fc9715c __lock___atexit_recursive_mutex + 0x3fc9715c __lock___malloc_recursive_mutex + .bss.s_common_mutex + 0x3fc971b0 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3fc971b0 __lock___tz_mutex + 0x3fc971b0 __lock___arc4random_mutex + 0x3fc971b0 __lock___dd_hash_mutex + 0x3fc971b0 __lock___at_quick_exit_mutex + .bss.systimer_hal + 0x3fc97204 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss.s_vfs 0x3fc97210 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.buffer 0x3fc97230 0xf esp-idf/main/libmain.a(espnow_transmitter.c.obj) + *fill* 0x3fc9723f 0x1 + .bss.devices 0x3fc97240 0x24 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .bss.s_intr_handlers + 0x3fc97264 0x100 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .bss.s_mmu_ctx + 0x3fc97364 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss.tick_cb 0x3fc97390 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.idle_cb 0x3fc973b0 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.init_context + 0x3fc973d0 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss.s_adc_cali_param + 0x3fc973dc 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .bss._ZL13s_nvs_handles + 0x3fc973fc 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss.op_sem_buf.1 + 0x3fc97408 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .bss.op_sem_buf.2 + 0x3fc9745c 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .bss.ecp_supported_grp_id + 0x3fc974b0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.g_espnow_lock + 0x3fc974e4 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x3fc974e4 g_espnow_lock + .bss.g_mt 0x3fc974e8 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x3fc974e8 g_mt + .bss.wpa_crypto_funcs + 0x3fc97524 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x3fc97524 wpa_crypto_funcs + .bss.gChmCxt 0x3fc97550 0x250 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x3fc97550 gChmCxt + .bss.g_hmac_cnt + 0x3fc977a0 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + 0x3fc977a0 g_hmac_cnt + .bss.g_wifi_nvs_cfg + 0x3fc977e0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .bss.s_wifi_nvs + 0x3fc977e4 0x514 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x3fc977e4 s_wifi_nvs + .bss.s_ap_igtk + 0x3fc97cf8 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .bss.s_sta_igtk + 0x3fc97d48 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .bss.g_mac_sleep_en + 0x3fc97d98 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x3fc97d98 g_mac_sleep_en + *fill* 0x3fc97d99 0x7 + .bss.g_wifi_menuconfig + 0x3fc97da0 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x3fc97da0 g_wifi_menuconfig + .bss.mac_list_lock + 0x3fc97e08 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x3fc97e08 mac_list_lock + .bss.s_wifi_task_hdl + 0x3fc97e0c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x3fc97e0c s_wifi_task_hdl + .bss.s_wpa2_start + 0x3fc97e10 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .bss.s_wps_start + 0x3fc97e11 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3fc97e12 0x2 + .bss.ftm_req_expiry_timer + 0x3fc97e14 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.ftm_resp_ctx + 0x3fc97e28 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x3fc97e28 ftm_resp_ctx + .bss.ftmr_timer + 0x3fc97e34 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.g_ftm_report_data + 0x3fc97e48 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.g_ftm_using_get_report_api + 0x3fc97e4c 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + *fill* 0x3fc97e4d 0x3 + .bss.s_ftm_initiator + 0x3fc97e50 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .bss.s_net80211_data_init + 0x3fc97e54 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3fc97e55 0x3 + .bss.s_wifi_api_lock + 0x3fc97e58 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x3fc97e58 s_wifi_api_lock + .bss.s_wifi_stop_in_progress + 0x3fc97e5c 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x3fc97e5c s_wifi_stop_in_progress + *fill* 0x3fc97e5d 0x3 + .bss.g_ic 0x3fc97e60 0x2a4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x3fc97e60 g_ic + .bss.avs_cb 0x3fc98104 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_rx_content + 0x3fc98108 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_tx_content + 0x3fc9810c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .bss.get_key_cb + 0x3fc98110 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .bss.in_rssi_adjust + 0x3fc98114 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc98114 in_rssi_adjust + .bss.rssi_index + 0x3fc98115 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc98115 rssi_index + *fill* 0x3fc98116 0x2 + .bss.rssi_saved + 0x3fc98118 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc98118 rssi_saved + .bss.s_eapol_txdone_cb + 0x3fc98120 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc98120 s_eapol_txdone_cb + .bss.sta_csa_timer + 0x3fc98124 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x3fc98124 sta_csa_timer + .bss.g_wifi_improve_contention_ability + 0x3fc98138 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + 0x3fc98138 g_wifi_improve_contention_ability + *fill* 0x3fc98139 0x3 + .bss.tokens.12562 + 0x3fc9813c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .bss.len_dh_ie + 0x3fc98140 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x3fc98140 len_dh_ie + *fill* 0x3fc98141 0x3 + .bss.s_netstack_ref + 0x3fc98144 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x3fc98144 s_netstack_ref + .bss.s_tx_cacheq + 0x3fc98148 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x3fc98148 s_tx_cacheq + .bss.BcnIntvl 0x3fc98150 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss.ap_rxcb 0x3fc98154 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc98154 ap_rxcb + .bss.beacon_send_start_flag + 0x3fc98158 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3fc98159 0x3 + .bss.beacon_timer + 0x3fc9815c 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss.g_beacon_dtim_send_mc + 0x3fc98170 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3fc98171 0x3 + .bss.g_beacon_eb + 0x3fc98174 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc98174 g_beacon_eb + .bss.g_beacon_eb_allocated + 0x3fc9817c 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .bss.g_beacon_idx + 0x3fc9817d 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc9817d g_beacon_idx + *fill* 0x3fc9817e 0x2 + .bss.g_deauth_mac_list + 0x3fc98180 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc98180 g_deauth_mac_list + .bss.g_sa_query_mac_list + 0x3fc9818c 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x3fc9818c g_sa_query_mac_list + .bss.tim_offset + 0x3fc98198 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3fc98199 0x3 + .bss.app_scan_params + 0x3fc9819c 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x3fc9819c app_scan_params + .bss.connect_scan_flag + 0x3fc981ac 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x3fc981ac connect_scan_flag + *fill* 0x3fc981ad 0x3 + .bss.gScanStruct + 0x3fc981b0 0x11c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x3fc981b0 gScanStruct + .bss.s_ch.12977 + 0x3fc982cc 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3fc982ce 0x2 + .bss.s_owe_scan_flag + 0x3fc982d0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .bss.scannum 0x3fc982d4 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x3fc982d4 scannum + *fill* 0x3fc982d6 0x2 + .bss.ctx 0x3fc982d8 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + 0x3fc982d8 ctx + .bss.esp_mesh_quick_funcs + 0x3fc982e0 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc982e0 esp_mesh_quick_funcs + .bss.g_mesh_topology + 0x3fc98390 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x3fc98390 g_mesh_topology + .bss.ap_no_lr 0x3fc98394 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc98394 ap_no_lr + *fill* 0x3fc98395 0x3 + .bss.cnx_csa_timer + 0x3fc98398 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .bss.g_authmode_incompatible + 0x3fc983ac 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc983ac g_authmode_incompatible + .bss.g_authmode_threshold_failure + 0x3fc983ad 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc983ad g_authmode_threshold_failure + *fill* 0x3fc983ae 0x2 + .bss.g_cnxMgr 0x3fc983b0 0xf28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc983b0 g_cnxMgr + .bss.g_cnx_probe_rc_list_cb + 0x3fc992d8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc992d8 g_cnx_probe_rc_list_cb + .bss.g_in_blacklist_flag + 0x3fc992dc 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc992dc g_in_blacklist_flag + .bss.g_rssi_threshold_failure + 0x3fc992dd 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc992dd g_rssi_threshold_failure + .bss.is_connected_sync + 0x3fc992de 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .bss.reconnect_flag + 0x3fc992df 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc992df reconnect_flag + .bss.s_csa_timer_bss + 0x3fc992e0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .bss.s_sta_last_start_txseq + 0x3fc992e4 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3fc992e6 0x2 + .bss.sta_con_timer + 0x3fc992e8 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x3fc992e8 sta_con_timer + .bss.beacon_monitor_data.13115 + 0x3fc992fc 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .bss.beacon_monitor_tbtt_time.13091 + 0x3fc99310 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .bss.g_pm 0x3fc99318 0x1f0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x3fc99318 g_pm + .bss.g_pm_tx_null_func + 0x3fc99508 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .bss.if_ctrl 0x3fc9950c 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x3fc9950c if_ctrl + .bss.s_is_6m 0x3fc99534 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x3fc99534 s_is_6m + *fill* 0x3fc99535 0x3 + .bss.s_fragment + 0x3fc99538 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x3fc99538 s_fragment + .bss.eb_space 0x3fc99548 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x3fc99548 eb_space + .bss.g_espnow_rate + 0x3fc99608 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .bss.s_fix_rate + 0x3fc99610 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc99610 s_fix_rate + .bss.s_fix_rate_mask + 0x3fc99618 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x3fc99618 s_fix_rate_mask + .bss.g_lmac_cnt + 0x3fc9961c 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + 0x3fc9961c g_lmac_cnt + *fill* 0x3fc996dc 0x4 + .bss.g_pm_cnt 0x3fc996e0 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + 0x3fc996e0 g_pm_cnt + .bss.BcnSendTick + 0x3fc99728 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc99728 BcnSendTick + .bss.g_wdev_csi_rx + 0x3fc9972c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc9972c g_wdev_csi_rx + .bss.g_wdev_csi_rx_ctx + 0x3fc99730 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc99730 g_wdev_csi_rx_ctx + .bss.g_wdev_record_t1t4_cb + 0x3fc99734 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc99734 g_wdev_record_t1t4_cb + .bss.g_wdev_record_t2t3_cb + 0x3fc99738 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc99738 g_wdev_record_t2t3_cb + .bss.g_wdev_set_t1t4_cb + 0x3fc9973c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc9973c g_wdev_set_t1t4_cb + .bss.wDevMacSleep + 0x3fc99740 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x3fc99740 wDevMacSleep + *fill* 0x3fc997b4 0x4 + .bss.s_tbttstart + 0x3fc997b8 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x3fc997b8 s_tbttstart + .bss.s_timer_post + 0x3fc997c0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .bss.s_phy_ant_config + 0x3fc997c4 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss.sockets 0x3fc997d4 0xc8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv6_multicast_memberships + 0x3fc9989c 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv4_multicast_memberships + 0x3fc999b4 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.dns_servers + 0x3fc99a2c 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.ip_data 0x3fc99a74 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x3fc99a74 ip_data + .bss.loop_netif + 0x3fc99ab8 0x104 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss.inseg 0x3fc99bbc 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.dhcp_rx_options_given + 0x3fc99bcc 0xb esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3fc99bd7 0x1 + .bss.dhcp_rx_options_val + 0x3fc99bd8 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.arp_table + 0x3fc99c04 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss.nd6_ra_buffer + 0x3fc99cf4 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.multicast_address + 0x3fc99d14 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.default_router_list + 0x3fc99d28 0x24 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc99d28 default_router_list + .bss.prefix_list + 0x3fc99d4c 0x8c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc99d4c prefix_list + .bss.destination_cache + 0x3fc99dd8 0x1e0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc99dd8 destination_cache + .bss.neighbor_cache + 0x3fc99fb8 0xdc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3fc99fb8 neighbor_cache + .bss.input 0x3fc9a094 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + *fill* 0x3fc9a0d4 0x4 + .bss.g_wpa_supp + 0x3fc9a0d8 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x3fc9a0d8 g_wpa_supp + .bss.g_sae_data + 0x3fc9a180 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.eloop 0x3fc9a200 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .bss.s_sm_table + 0x3fc9a220 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss.assoc_ie_buf + 0x3fc9a260 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x3fc9a260 assoc_ie_buf + .bss.gWpaSm 0x3fc9a290 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x3fc9a290 gWpaSm + .bss.g_log_level + 0x3fc9a5c8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + 0x3fc9a5c8 g_log_level + .bss.g_misc_nvs + 0x3fc9a5cc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + 0x3fc9a5cc g_misc_nvs + .bss.g_misc_nvs_init + 0x3fc9a5d0 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + *fill* 0x3fc9a5d1 0x3 + .bss.s_sta_cnx_times + 0x3fc9a5d4 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .bss.chip7_phy_init_ctrl + 0x3fc9a5d8 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x3fc9a5d8 chip7_phy_init_ctrl + *fill* 0x3fc9a602 0x2 + .bss.g_phyFuns + 0x3fc9a604 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x3fc9a604 g_phyFuns + .bss.new_rom.4593 + 0x3fc9a608 0x1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + *fill* 0x3fc9a609 0x3 + .bss.phy_version_str + 0x3fc9a60c 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + 0x3fc9a60c phy_version_str + .bss 0x3fc9a634 0x138 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc9a634 __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_burn_counter + 0x3fc9a76c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .sbss.s_reset_reason + 0x3fc9a770 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .sbss.s_usbserial_timeout + 0x3fc9a774 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sbss.g_panic_abort_details + 0x3fc9a778 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc9a778 g_panic_abort_details + .sbss.g_panic_abort + 0x3fc9a77c 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3fc9a77c g_panic_abort + *fill* 0x3fc9a77d 0x3 + .sbss.g_startup_time + 0x3fc9a780 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3fc9a780 g_startup_time + .sbss.g_exc_frames + 0x3fc9a788 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3fc9a788 g_exc_frames + .sbss.ctx 0x3fc9a78c 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) + .sbss.base.0 0x3fc9a790 0x4 esp-idf/log/liblog.a(log_timestamp.c.obj) + .sbss.s_log_tags + 0x3fc9a794 0x4 esp-idf/log/liblog.a(log_linked_list.c.obj) + .sbss.s_log_cache_misses + 0x3fc9a798 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_cache_entry_count + 0x3fc9a79c 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_cache_max_generation + 0x3fc9a7a0 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_mutex + 0x3fc9a7a4 0x4 esp-idf/log/liblog.a(log_lock.c.obj) + .sbss.alloc_failed_callback + 0x3fc9a7a8 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .sbss.registered_heaps + 0x3fc9a7ac 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3fc9a7ac registered_heaps + .sbss.non_iram_int_disabled_flag + 0x3fc9a7b0 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3fc9a7b1 0x3 + .sbss.non_iram_int_disabled + 0x3fc9a7b4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.non_iram_int_mask + 0x3fc9a7b8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.vector_desc_head + 0x3fc9a7bc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.s_rtc_isr_handle + 0x3fc9a7c0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .sbss.s_i2c_saradc_enable_cnt + 0x3fc9a7c4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .sbss.s_bbpll_digi_consumers_ref_count + 0x3fc9a7c8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_cur_pll_freq + 0x3fc9a7cc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_saradc_power_on_cnt + 0x3fc9a7d0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .sbss.s_pwdet_power_on_cnt + 0x3fc9a7d4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .sbss.s_calibrated_freq + 0x3fc9a7d8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .sbss.uxSchedulerSuspended + 0x3fc9a7e0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xIdleTaskHandle + 0x3fc9a7e4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xNextTaskUnblockTime + 0x3fc9a7e8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxTaskNumber + 0x3fc9a7ec 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xNumOfOverflows + 0x3fc9a7f0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xYieldPending + 0x3fc9a7f4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xPendedTicks + 0x3fc9a7f8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xSchedulerRunning + 0x3fc9a7fc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxTopReadyPriority + 0x3fc9a800 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xTickCount + 0x3fc9a804 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxCurrentNumberOfTasks + 0x3fc9a808 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxDeletedTasksWaitingCleanUp + 0x3fc9a80c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxOverflowDelayedTaskList + 0x3fc9a810 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxDelayedTaskList + 0x3fc9a814 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxCurrentTCBs + 0x3fc9a818 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3fc9a818 pxCurrentTCBs + .sbss.xIsrStackBottom + 0x3fc9a81c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a81c xIsrStackBottom + .sbss.xIsrStackTop + 0x3fc9a820 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a820 xIsrStackTop + .sbss.xPortSwitchFlag + 0x3fc9a824 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a824 xPortSwitchFlag + .sbss.port_uxOldInterruptState + 0x3fc9a828 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a828 port_uxOldInterruptState + .sbss.port_uxCriticalNesting + 0x3fc9a82c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a82c port_uxCriticalNesting + .sbss.port_uxInterruptNesting + 0x3fc9a830 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a830 port_uxInterruptNesting + .sbss.port_xSchedulerRunning + 0x3fc9a834 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3fc9a834 port_xSchedulerRunning + .sbss.s_handled_systicks + 0x3fc9a838 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .sbss.s_time_lock + 0x3fc9a83c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_adjtime_total_correction_us + 0x3fc9a840 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_adjtime_start_us + 0x3fc9a848 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_boot_time_lock + 0x3fc9a850 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *fill* 0x3fc9a854 0x4 + .sbss.s_microseconds_offset + 0x3fc9a858 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x3fc9a858 s_microseconds_offset + .sbss.s_keys 0x3fc9a860 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x3fc9a860 s_keys + *fill* 0x3fc9a864 0x4 + .sbss.s_correction_us + 0x3fc9a868 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .sbss.s_alarm_handler + 0x3fc9a870 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .sbss.s_timer_interrupt_handle + 0x3fc9a874 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .sbss.s_uart_select_count + 0x3fc9a878 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.s_registered_select_num + 0x3fc9a880 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.s_registered_selects + 0x3fc9a884 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.p_uart_obj + 0x3fc9a888 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .sbss.remaining_allowed_no_sof_ticks + 0x3fc9a890 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 + 0x3fc9a894 0x1 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + *fill* 0x3fc9a895 0x3 + .sbss.s_registered_select_num + 0x3fc9a898 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .sbss.s_registered_selects + 0x3fc9a89c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .sbss.p_usb_serial_jtag_obj + 0x3fc9a8a0 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .sbss.s_wifi_tsens_xpd_flag + 0x3fc9a8a4 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .sbss.s_wifi_pwdet_xpd_flag + 0x3fc9a8a5 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + *fill* 0x3fc9a8a6 0x2 + .sbss.vfs_console + 0x3fc9a8a8 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.primary_vfs + 0x3fc9a8b0 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.secondary_vfs + 0x3fc9a8b4 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.s_fd_table_lock + 0x3fc9a8b8 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .sbss.s_vfs_count + 0x3fc9a8bc 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .sbss.g_fds 0x3fc9a8c0 0x4 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .sbss.y 0x3fc9a8c4 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .sbss.x 0x3fc9a8c8 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .sbss.flash_erasing + 0x3fc9a8cc 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .sbss.flash_brownout_needs_reset + 0x3fc9a8cd 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + *fill* 0x3fc9a8ce 0x2 + .sbss.s_flash_op_cache_state + 0x3fc9a8d0 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .sbss.s_flash_guard_ops + 0x3fc9a8d8 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .sbss.esp_flash_default_chip + 0x3fc9a8dc 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x3fc9a8dc esp_flash_default_chip + .sbss.reason 0x3fc9a8e0 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .sbss.iwdt_context + 0x3fc9a8e4 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .sbss.p_twdt_obj + 0x3fc9a8ec 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .sbss.g_twdt_isr + 0x3fc9a8f0 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x3fc9a8f0 g_twdt_isr + *fill* 0x3fc9a8f1 0x3 + .sbss.s_crypto_sha_aes_lock + 0x3fc9a8f4 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_mpi_lock + 0x3fc9a8f8 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.last_ccount.1 + 0x3fc9a8fc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .sbss.s_temperature_sensor_power_cnt + 0x3fc9a900 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sbss.s_adc_digi_ctrlr_cnt + 0x3fc9a904 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.adc2_lock + 0x3fc9a908 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.adc1_lock + 0x3fc9a90c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.s_default_loop + 0x3fc9a910 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .sbss._ZN14NVSHandleEntry17s_nvs_next_handleE + 0x3fc9a914 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x3fc9a914 NVSHandleEntry::s_nvs_next_handle + .sbss._ZN3nvs19NVSPartitionManager8instanceE + 0x3fc9a918 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3fc9a918 nvs::NVSPartitionManager::instance + .sbss._ZN3nvs4Lock10mSemaphoreE + 0x3fc9a91c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x3fc9a91c nvs::Lock::mSemaphore + .sbss._ZN3nvs4Page8SEC_SIZEE + 0x3fc9a920 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x3fc9a920 nvs::Page::SEC_SIZE + .sbss.api_lock_sem + 0x3fc9a924 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .sbss.api_sync_sem + 0x3fc9a928 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .sbss.s_wifi_inited + 0x3fc9a92c 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x3fc9a92d 0x3 + .sbss.s_wifi_thread_sem_key.0 + 0x3fc9a930 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .sbss.s_wifi_thread_sem_key_init.1 + 0x3fc9a934 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x3fc9a935 0x3 + .sbss.op_complete_sem + 0x3fc9a938 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .sbss.op_complete_sem + 0x3fc9a93c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .sbss.init_done.1 + 0x3fc9a940 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .sbss.mul_count + 0x3fc9a944 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .sbss.dbl_count + 0x3fc9a948 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .sbss.add_count + 0x3fc9a94c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .sbss.tx_channel + 0x3fc9a950 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .sbss.rx_channel + 0x3fc9a954 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .sbss.s_partition_list_lock + 0x3fc9a958 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .sbss.s_partition_list + 0x3fc9a95c 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .sbss.s_timer_task + 0x3fc9a960 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .sbss.s_timers + 0x3fc9a964 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .sbss.s_phy_modem_init_ref + 0x3fc9a968 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3fc9a969 0x3 + .sbss.s_phy_digital_regs_mem + 0x3fc9a96c 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .sbss.s_is_phy_reg_stored + 0x3fc9a970 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .sbss.s_is_phy_calibrated + 0x3fc9a971 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3fc9a972 0x2 + .sbss.s_phy_access_lock + 0x3fc9a974 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .sbss.s_wifi_prev_timestamp + 0x3fc9a978 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.phy_track_pll_timer + 0x3fc9a980 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_phy_modem_flag + 0x3fc9a984 0x2 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + *fill* 0x3fc9a986 0x2 + .sbss.select_cb_list + 0x3fc9a988 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .sbss.select_cb_ctr + 0x3fc9a98c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .sbss.tcpip_mbox + 0x3fc9a990 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .sbss.tcpip_init_done_arg + 0x3fc9a994 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .sbss.tcpip_init_done + 0x3fc9a998 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .sbss.num_tcp_pcb + 0x3fc9a99c 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) + .sbss.netif_num + 0x3fc9a9a0 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3fc9a9a1 0x3 + .sbss.netif_default + 0x3fc9a9a4 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x3fc9a9a4 netif_default + .sbss.netif_list + 0x3fc9a9a8 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x3fc9a9a8 netif_list + .sbss.ext_callback + 0x3fc9a9ac 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .sbss.pbuf_free_ooseq_pending + 0x3fc9a9b0 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3fc9a9b0 pbuf_free_ooseq_pending + *fill* 0x3fc9a9b1 0x3 + .sbss.raw_pcbs + 0x3fc9a9b4 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .sbss.tcp_timer_ctr + 0x3fc9a9b8 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .sbss.tcp_timer + 0x3fc9a9b9 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .sbss.tcp_active_pcbs_changed + 0x3fc9a9ba 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9ba tcp_active_pcbs_changed + *fill* 0x3fc9a9bb 0x1 + .sbss.tcp_tw_pcbs + 0x3fc9a9bc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9bc tcp_tw_pcbs + .sbss.tcp_active_pcbs + 0x3fc9a9c0 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9c0 tcp_active_pcbs + .sbss.tcp_listen_pcbs + 0x3fc9a9c4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9c4 tcp_listen_pcbs + .sbss.tcp_bound_pcbs + 0x3fc9a9c8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9c8 tcp_bound_pcbs + .sbss.tcp_ticks + 0x3fc9a9cc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3fc9a9cc tcp_ticks + .sbss.tcp_input_pcb + 0x3fc9a9d0 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x3fc9a9d0 tcp_input_pcb + .sbss.recv_data + 0x3fc9a9d4 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.recv_flags + 0x3fc9a9d8 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.flags 0x3fc9a9d9 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcplen 0x3fc9a9da 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.recv_acked + 0x3fc9a9dc 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3fc9a9de 0x2 + .sbss.ackno 0x3fc9a9e0 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.seqno 0x3fc9a9e4 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcp_optidx + 0x3fc9a9e8 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3fc9a9ea 0x2 + .sbss.tcphdr_opt2 + 0x3fc9a9ec 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcphdr_opt1len + 0x3fc9a9f0 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcphdr_optlen + 0x3fc9a9f2 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcphdr 0x3fc9a9f4 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .sbss.tcpip_tcp_timer_active + 0x3fc9a9f8 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .sbss.current_timeout_due_time + 0x3fc9a9fc 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .sbss.next_timeout + 0x3fc9aa00 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .sbss.udp_pcbs + 0x3fc9aa04 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3fc9aa04 udp_pcbs + .sbss.xid.13 0x3fc9aa08 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .sbss.dhcp_pcb_refcount + 0x3fc9aa0c 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3fc9aa0d 0x3 + .sbss.dhcp_pcb + 0x3fc9aa10 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .sbss.etharp_cached_entry + 0x3fc9aa14 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) + .sbss.is_tmr_start + 0x3fc9aa15 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x3fc9aa16 0x2 + .sbss.allrouters + 0x3fc9aa18 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .sbss.allsystems + 0x3fc9aa1c 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .sbss.ip4_default_multicast_netif + 0x3fc9aa20 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .sbss.ip_id 0x3fc9aa24 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x3fc9aa26 0x2 + .sbss.identification.1 + 0x3fc9aa28 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .sbss.is_tmr_start + 0x3fc9aa2c 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) + .sbss.last_router.1 + 0x3fc9aa2d 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .sbss.nd6_tmr_rs_reduction + 0x3fc9aa2e 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .sbss.nd6_cached_destination_index + 0x3fc9aa2f 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .sbss.nd6_queue_size + 0x3fc9aa30 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x3fc9aa31 0x3 + .sbss.base_time + 0x3fc9aa34 0x4 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .sbss.lwip_task.1 + 0x3fc9aa38 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .sbss.sys_thread_sem_key + 0x3fc9aa3c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .sbss.g_lwip_protect_mutex + 0x3fc9aa40 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .sbss.wpa_cb 0x3fc9aa44 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3fc9aa44 wpa_cb + .sbss.wifi_funcs + 0x3fc9aa48 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3fc9aa48 wifi_funcs + .sbss.g_wpa_pmk_caching_disabled + 0x3fc9aa4c 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3fc9aa4c g_wpa_pmk_caching_disabled + *fill* 0x3fc9aa4d 0x3 + .sbss.s_wps_sm_cb + 0x3fc9aa50 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .sbss.g_wpa3_hostap_auth_api_lock + 0x3fc9aa54 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x3fc9aa54 g_wpa3_hostap_auth_api_lock + .sbss.g_wpa3_hostap_evt_queue + 0x3fc9aa58 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.g_wpa3_hostap_task_hdl + 0x3fc9aa5c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.g_sae_confirm + 0x3fc9aa60 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.g_sae_commit + 0x3fc9aa64 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.g_sae_token + 0x3fc9aa68 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.g_sae_pt + 0x3fc9aa6c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .sbss.global_hapd + 0x3fc9aa70 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x3fc9aa70 global_hapd + .sbss.eloop_data_lock + 0x3fc9aa74 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .sbss.s_sm_valid_bitmap + 0x3fc9aa78 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .sbss.gEapSm 0x3fc9aa7c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .sbss.curr_partition.2 + 0x3fc9aa80 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .sbss._ZN12_GLOBAL__N_113__new_handlerE + 0x3fc9aa84 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .sbss._ZN12_GLOBAL__N_12mxE + 0x3fc9aa88 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .sbss._ZL4init + 0x3fc9aa8c 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sbss._ZN17__eh_globals_init7_S_initE + 0x3fc9aa90 0x1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3fc9aa90 __eh_globals_init::_S_init + *fill* 0x3fc9aa91 0x3 + .sbss._ZN12_GLOBAL__N_110eh_globalsE + 0x3fc9aa94 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sbss._ZN12_GLOBAL__N_12mxE + 0x3fc9aa9c 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .sbss 0x3fc9aaa0 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .sbss 0x3fc9aaa4 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x3fc9aaa4 __stdio_exit_handler + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + 0x3fc9aaa8 . = ALIGN (0x8) + 0x3fc9aaa8 _bss_end = ABSOLUTE (.) + 0x00000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + +.flash.text 0x42000020 0x8dfbc + 0x42000020 _stext = . + 0x42000020 _instruction_reserved_start = ABSOLUTE (.) + 0x42000020 _text_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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *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:gpio_hal.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:clk_utils.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *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.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *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:gpio_hal.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:clk_utils.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *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.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *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:gpio_hal.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:clk_utils.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *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.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *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:gpio_hal.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:clk_utils.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *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.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) + .text.esp_app_format_init_elf_sha256 + 0x42000020 0x70 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.esp_app_get_elf_sha256 + 0x42000090 0x50 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x42000090 esp_app_get_elf_sha256 + .text.__esp_system_init_fn_init_show_app_info + 0x420000e0 0x152 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.init_efuse_secure + 0x42000232 0x4 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse_check + 0x42000236 0x12 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse_show_app_info + 0x42000248 0xe6 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse + 0x4200032e 0x4c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.esp_efuse_startup_include_func + 0x4200037a 0x2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x4200037a esp_efuse_startup_include_func + .text.esp_efuse_read_field_blob + 0x4200037c 0x7e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x4200037c esp_efuse_read_field_blob + .text.esp_efuse_get_field_size + 0x420003fa 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x420003fa esp_efuse_get_field_size + .text.esp_efuse_check_errors + 0x4200041c 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x4200041c esp_efuse_check_errors + .text.get_mask + 0x42000428 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.check_range_of_bits + 0x42000444 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_process + 0x42000456 0x18e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x42000456 esp_efuse_utility_process + .text.esp_efuse_utility_get_number_of_items + 0x420005e4 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x420005e4 esp_efuse_utility_get_number_of_items + .text.esp_efuse_utility_read_reg + 0x420005f4 0x78 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x420005f4 esp_efuse_utility_read_reg + .text.esp_efuse_utility_fill_buff + 0x4200066c 0xea esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x4200066c esp_efuse_utility_fill_buff + .text.esp_efuse_utility_count_once + 0x42000756 0x54 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x42000756 esp_efuse_utility_count_once + .text.esp_efuse_utility_check_errors + 0x420007aa 0x94 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x420007aa esp_efuse_utility_check_errors + .text.esp_register_shutdown_handler + 0x4200083e 0x3e esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x4200083e esp_register_shutdown_handler + .text.esp_restart + 0x4200087c 0x36 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x4200087c esp_restart + .text.__esp_system_init_fn_init_show_cpu_freq + 0x420008b2 0x78 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_brownout + 0x4200092a 0xe esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_newlib_time + 0x42000938 0x10 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_flash + 0x42000948 0x42 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_apb_dma + 0x4200098a 0xe esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_disable_rtc_wdt + 0x42000998 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.esp_system_include_startup_funcs + 0x420009d4 0x2 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x420009d4 esp_system_include_startup_funcs + .text.core_intr_matrix_clear + 0x420009d6 0x2a esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text.esp_brownout_init + 0x42000a00 0x54 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x42000a00 esp_brownout_init + .text.select_rtc_slow_clk + 0x42000a54 0xd8 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.esp_rtc_init + 0x42000b2c 0x38 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000b2c esp_rtc_init + .text.esp_clk_init + 0x42000b64 0x1a4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000b64 esp_clk_init + .text.esp_perip_clk_init + 0x42000d08 0xde esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000d08 esp_perip_clk_init + .text.get_reset_reason + 0x42000de6 0xda esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_reset_reason_get_hint + 0x42000ec0 0x26 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x42000ec0 esp_reset_reason_get_hint + .text.esp_reset_reason_init + 0x42000ee6 0x32 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_cache_err_panic_string + 0x42000f18 0x6e esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42000f18 esp_cache_err_panic_string + .text.esp_cache_err_has_active_err + 0x42000f86 0x28 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42000f86 esp_cache_err_has_active_err + .text.esp_cache_err_int_init + 0x42000fae 0x8e esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42000fae esp_cache_err_int_init + .text.esp_cache_err_get_cpuid + 0x4200103c 0x4 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x4200103c esp_cache_err_get_cpuid + .text.esp_apb_backup_dma_lock_init + 0x42001040 0x22 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x42001040 esp_apb_backup_dma_lock_init + .text.semihosting_call_noerrno + 0x42001062 0xe esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char_uart + 0x42001070 0x34 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char_usb_serial_jtag + 0x420010a4 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.disable_all_wdts + 0x42001134 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char + 0x4200119c 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4200119c panic_print_char + .text.panic_print_str + 0x420011b2 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x420011b2 panic_print_str + .text.print_abort_details + 0x420011d8 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_hex + 0x420011ec 0x3a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x420011ec panic_print_hex + .text.panic_print_dec + 0x42001226 0x54 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42001226 panic_print_dec + .text.esp_panic_handler_reconfigure_wdts + 0x4200127a 0xa4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4200127a esp_panic_handler_reconfigure_wdts + .text.esp_panic_handler + 0x4200131e 0x21c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4200131e esp_panic_handler + .text.do_global_ctors + 0x4200153a 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_system_init_fn + 0x42001580 0x7c esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_core_init + 0x420015fc 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_secondary_init + 0x4200160a 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.start_cpu0_default + 0x42001618 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x42001618 start_cpu0 + .text.frame_to_panic_info + 0x42001628 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.panic_handler + 0x42001684 0x7e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.print_state_for_core + 0x42001702 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.print_state + 0x4200172a 0x18 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.panic_restart + 0x42001742 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x42001742 panic_restart + .text.esp_mprot_mem_type_to_str + 0x4200174e 0x78 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_print_register_array + 0x420017c6 0x70 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_print_basic_backtrace + 0x42001836 0x92 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.print_memprot_err_details + 0x420018c8 0x18c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.print_assist_debug_details + 0x42001a54 0xd8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.print_cache_err_details + 0x42001b2c 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_print_registers + 0x42001b5a 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001b5a panic_print_registers + .text.panic_soc_check_pseudo_cause + 0x42001bc6 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001bc6 panic_soc_check_pseudo_cause + .text.panic_soc_fill_info + 0x42001bfa 0xbc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001bfa panic_soc_fill_info + .text.panic_arch_fill_info + 0x42001cb6 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001cb6 panic_arch_fill_info + .text.panic_print_backtrace + 0x42001cea 0xe esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001cea panic_print_backtrace + .text.panic_get_cause + 0x42001cf8 0x6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001cf8 panic_get_cause + .text.panic_prepare_frame_from_ctx + 0x42001cfe 0x2a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001cfe panic_prepare_frame_from_ctx + .text.__esp_system_init_fn_esp_hw_stack_guard_init + 0x42001d28 0x74 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_get_bounds + 0x42001d9c 0x16 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001d9c esp_hw_stack_guard_get_bounds + .text.esp_hw_stack_guard_get_fired_cpu + 0x42001db2 0x18 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001db2 esp_hw_stack_guard_get_fired_cpu + .text.esp_hw_stack_guard_get_pc + 0x42001dca 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001dca esp_hw_stack_guard_get_pc + .text.esp_err_to_name + 0x42001dd2 0x3a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x42001dd2 esp_err_to_name + .text.efuse_hal_set_timing + 0x42001e0c 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x42001e0c efuse_hal_set_timing + .text.efuse_hal_read + 0x42001e60 0x56 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x42001e60 efuse_hal_read + .text.uart_hal_rxfifo_rst + 0x42001eb6 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001eb6 uart_hal_rxfifo_rst + .text.uart_hal_write_txfifo + 0x42001ece 0x38 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001ece uart_hal_write_txfifo + .text.brownout_ll_set_threshold + 0x42001f06 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text.brownout_hal_config + 0x42001f26 0xec esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x42001f26 brownout_hal_config + .text.esp_log_set_default_level + 0x42002012 0x6 esp-idf/log/liblog.a(log_level.c.obj) + 0x42002012 esp_log_set_default_level + .text.log_level_set + 0x42002018 0x54 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.log_level_get + 0x4200206c 0x4e esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.esp_log_level_set + 0x420020ba 0xc esp-idf/log/liblog.a(tag_log_level.c.obj) + 0x420020ba esp_log_level_set + .text.esp_log_level_get_timeout + 0x420020c6 0xe esp-idf/log/liblog.a(tag_log_level.c.obj) + 0x420020c6 esp_log_level_get_timeout + .text.set_log_level + 0x420020d4 0x42 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text.add_to_list + 0x42002116 0x60 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text.esp_log_linked_list_set_level + 0x42002176 0x26 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x42002176 esp_log_linked_list_set_level + .text.esp_log_linked_list_get_level + 0x4200219c 0x46 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x4200219c esp_log_linked_list_get_level + .text.esp_log_linked_list_clean + 0x420021e2 0x28 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x420021e2 esp_log_linked_list_clean + .text.fix_cache_generation_overflow + 0x4200220a 0x32 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.heap_swap + 0x4200223c 0x2a esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.heap_bubble_down + 0x42002266 0x4c esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.esp_log_cache_set_level + 0x420022b2 0xac esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x420022b2 esp_log_cache_set_level + .text.esp_log_cache_get_level + 0x4200235e 0x100 esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x4200235e esp_log_cache_get_level + .text.esp_log_cache_clean + 0x4200245e 0x1a esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x4200245e esp_log_cache_clean + .text.esp_log_cache_add + 0x42002478 0x8c esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x42002478 esp_log_cache_add + .text.heap_caps_match + 0x42002504 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42002504 heap_caps_match + .text.heap_caps_get_free_size + 0x42002532 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42002532 heap_caps_get_free_size + .text.heap_caps_get_info + 0x4200256e 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4200256e heap_caps_get_info + .text.heap_caps_get_largest_free_block + 0x420025f0 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x420025f0 heap_caps_get_largest_free_block + .text.heap_caps_aligned_calloc + 0x42002602 0x48 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42002602 heap_caps_aligned_calloc + .text.register_heap + 0x4200264a 0x4a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_enable_nonos_stack_heaps + 0x42002694 0x36 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x42002694 heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x420026ca 0x3e8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x420026ca heap_caps_init + .text.__esp_system_init_fn_init_heap + 0x42002ab2 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.s_get_num_reserved_regions + 0x42002ac2 0x18 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.s_compare_reserved_regions + 0x42002ada 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.s_prepare_reserved_regions + 0x42002ae2 0x11e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.soc_get_available_memory_region_max_count + 0x42002c00 0x16 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x42002c00 soc_get_available_memory_region_max_count + .text.soc_get_available_memory_regions + 0x42002c16 0x168 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x42002c16 soc_get_available_memory_regions + .text.__esp_system_init_fn_esp_security_init + 0x42002d7e 0x4 esp-idf/esp_security/libesp_security.a(init.c.obj) + .text.esp_security_init_include_impl + 0x42002d82 0x2 esp-idf/esp_security/libesp_security.a(init.c.obj) + 0x42002d82 esp_security_init_include_impl + .text.calc_checksum + 0x42002d84 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_slowclk_cal_get + 0x42002dae 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002dae esp_clk_slowclk_cal_get + .text.esp_rtc_get_time_us + 0x42002db6 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002db6 esp_rtc_get_time_us + .text.esp_clk_slowclk_cal_set + 0x42002ebc 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002ebc esp_clk_slowclk_cal_set + .text.insert_vector_desc + 0x42002ed4 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_int + 0x42002f2c 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.get_desc_for_int + 0x42002f52 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_source + 0x42002fe2 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.is_vect_desc_usable + 0x42003068 0xd8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.get_available_int + 0x42003140 0x15a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_ptr_in_isr_region + 0x4200329a 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4200329a esp_intr_ptr_in_isr_region + .text.esp_intr_get_cpu + 0x420032d4 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420032d4 esp_intr_get_cpu + .text.esp_intr_alloc_intrstatus + 0x420032ea 0x418 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420032ea esp_intr_alloc_intrstatus + .text.esp_intr_alloc + 0x42003702 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42003702 esp_intr_alloc + .text.intr_free_for_current_cpu + 0x4200371a 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_free + 0x4200382c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4200382c esp_intr_free + .text.s_rtc_isr_noniram_hook + 0x42003840 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.s_rtc_isr_noniram_hook_relieve + 0x42003850 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_ensure_installed + 0x42003864 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_register + 0x420038d0 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x420038d0 rtc_isr_register + .text.gpio_ll_hold_dis + 0x4200395c 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.gpio_ll_deepsleep_wakeup_is_enabled + 0x4200399e 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.gpio_ll_deepsleep_wakeup_disable + 0x420039e8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_sleep_config_gpio_isolate + 0x42003a48 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003a48 esp_sleep_config_gpio_isolate + .text.esp_sleep_enable_gpio_switch + 0x42003ac0 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003ac0 esp_sleep_enable_gpio_switch + .text.__esp_system_init_fn_esp_sleep_startup_init + 0x42003b64 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_deep_sleep_wakeup_io_reset + 0x42003b76 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003b76 esp_deep_sleep_wakeup_io_reset + .text.esp_sleep_gpio_include + 0x42003bd2 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003bd2 esp_sleep_gpio_include + .text.regi2c_saradc_enable + 0x42003bd4 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x42003bd4 regi2c_saradc_enable + .text.regi2c_saradc_disable + 0x42003c20 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x42003c20 regi2c_saradc_disable + .text.set_ocode_by_efuse + 0x42003c9c 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.get_dig_dbias_by_efuse + 0x42003d08 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.calibrate_ocode + 0x42003d4a 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.get_rtc_dbias_by_efuse + 0x42003e76 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003e76 get_rtc_dbias_by_efuse + .text.set_rtc_dig_dbias + 0x42003f6a 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_init + 0x42003fe4 0x44c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x42003fe4 rtc_init + .text.memprot_ll_set_iram0_split_line + 0x42004430 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_iram0_set_pms_area_0 + 0x420044a6 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_iram0_set_pms_area_1 + 0x420044d2 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_iram0_set_pms_area_2 + 0x42004504 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_iram0_set_pms_area_3 + 0x42004536 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_set_rtcfast_split_line + 0x42004570 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_rtcfast_set_pms_area + 0x420045da 0xbc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_set_dram0_split_line + 0x42004696 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_dram0_set_pms_area_0 + 0x4200470c 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_dram0_set_pms_area_1 + 0x42004732 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_dram0_set_pms_area_2 + 0x4200475a 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.memprot_ll_dram0_set_pms_area_3 + 0x42004786 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_memprot_iram0_get_def_split_addr + 0x420047b2 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_memprot_dram0_get_def_split_addr + 0x420047bc 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_memprot_rtcfast_get_min_split_addr + 0x420047cc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_set_intr_matrix + 0x420047d6 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .text.esp_mprot_set_split_addr + 0x42004860 0xc2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004860 esp_mprot_set_split_addr + .text.esp_mprot_get_default_main_split_addr + 0x42004922 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004922 esp_mprot_get_default_main_split_addr + .text.esp_mprot_set_split_addr_lock + 0x42004968 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004968 esp_mprot_set_split_addr_lock + .text.esp_mprot_get_split_addr_lock + 0x4200499e 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x4200499e esp_mprot_get_split_addr_lock + .text.esp_mprot_set_pms_lock + 0x420049ec 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x420049ec esp_mprot_set_pms_lock + .text.esp_mprot_get_pms_lock + 0x42004a2e 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004a2e esp_mprot_get_pms_lock + .text.esp_mprot_set_pms_area + 0x42004a90 0xde esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004a90 esp_mprot_set_pms_area + .text.esp_mprot_set_monitor_lock + 0x42004b6e 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004b6e esp_mprot_set_monitor_lock + .text.esp_mprot_get_monitor_lock + 0x42004bb0 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004bb0 esp_mprot_get_monitor_lock + .text.esp_mprot_set_monitor_en + 0x42004c12 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004c12 esp_mprot_set_monitor_en + .text.esp_mprot_monitor_clear_intr + 0x42004ca2 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004ca2 esp_mprot_monitor_clear_intr + .text.esp_mprot_get_active_intr + 0x42004d14 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004d14 esp_mprot_get_active_intr + .text.esp_mprot_is_conf_locked_any + 0x42004d64 0xe2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004d64 esp_mprot_is_conf_locked_any + .text.esp_mprot_get_violate_addr + 0x42004e46 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004e46 esp_mprot_get_violate_addr + .text.esp_mprot_get_violate_world + 0x42004ebc 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004ebc esp_mprot_get_violate_world + .text.esp_mprot_get_violate_operation + 0x42004f2c 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004f2c esp_mprot_get_violate_operation + .text.esp_mprot_has_byte_enables + 0x42004fb0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004fb0 esp_mprot_has_byte_enables + .text.esp_mprot_get_violate_byte_enables + 0x42004fb8 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004fb8 esp_mprot_get_violate_byte_enables + .text.esp_mprot_set_prot + 0x42004fde 0x31c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + 0x42004fde esp_mprot_set_prot + .text.esp_mprot_ll_err_to_esp_err + 0x420052fa 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x420052fa esp_mprot_ll_err_to_esp_err + .text.esp_mprot_ll_world_to_hl_world + 0x42005346 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x42005346 esp_mprot_ll_world_to_hl_world + .text.esp_mprot_oper_type_to_str + 0x42005360 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x42005360 esp_mprot_oper_type_to_str + .text.esp_mprot_pms_world_to_str + 0x420053b4 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + 0x420053b4 esp_mprot_pms_world_to_str + .text.esp_riscv_intr_num_flags + 0x4200541c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .text.esp_cpu_intr_get_desc + 0x42005460 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x42005460 esp_cpu_intr_get_desc + .text.s_sleep_hook_register + 0x42005482 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_register_phy_hook + 0x420054fc 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x420054fc esp_deep_sleep_register_phy_hook + .text.esp_sleep_sub_mode_config + 0x42005510 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x42005510 esp_sleep_sub_mode_config + .text.clk_tree_rtc_slow_calibration + 0x420055d4 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 + 0x42005640 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42005640 esp_clk_tree_rc_fast_d256_get_freq_hz + .text.esp_clk_tree_xtal32k_get_freq_hz + 0x420056b6 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x420056b6 esp_clk_tree_xtal32k_get_freq_hz + .text.esp_clk_tree_lp_slow_get_freq_hz + 0x42005730 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42005730 esp_clk_tree_lp_slow_get_freq_hz + .text.esp_clk_tree_rc_fast_get_freq_hz + 0x42005772 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42005772 esp_clk_tree_rc_fast_get_freq_hz + .text.esp_clk_tree_lp_fast_get_freq_hz + 0x42005790 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42005790 esp_clk_tree_lp_fast_get_freq_hz + .text.esp_newlib_locks_init + 0x420057f2 0xa0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x420057f2 esp_newlib_locks_init + .text.newlib_include_pthread_impl + 0x42005892 0x2 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x42005892 newlib_include_pthread_impl + .text.newlib_include_getentropy_impl + 0x42005894 0x2 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + 0x42005894 newlib_include_getentropy_impl + .text.esp_cleanup_r + 0x42005896 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.raise_r_stub + 0x420058e6 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.esp_newlib_init + 0x420058f4 0x6c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x420058f4 esp_setup_newlib_syscalls + 0x420058f4 esp_newlib_init + .text.__esp_system_init_fn_init_newlib + 0x42005960 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.esp_newlib_init_global_stdio + 0x4200596e 0x96 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x4200596e esp_newlib_init_global_stdio + .text.__esp_system_init_fn_init_newlib_stdio + 0x42005a04 0x16 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.newlib_include_init_funcs + 0x42005a1a 0x2 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42005a1a newlib_include_init_funcs + .text.syscall_not_implemented + 0x42005a1c 0x1c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42005a1c _getpid_r + 0x42005a1c _kill_r + 0x42005a1c _system_r + 0x42005a1c _isatty_r + .text.syscall_not_implemented_aborts + 0x42005a38 0xc esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42005a38 raise + 0x42005a38 _exit + 0x42005a38 _sbrk_r + 0x42005a38 _raise_r + .text.fcntl 0x42005a44 0x42 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42005a44 fcntl + .text.newlib_include_syscalls_impl + 0x42005a86 0x2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42005a86 newlib_include_syscalls_impl + .text.adjust_boot_time + 0x42005a88 0x16e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.get_adjusted_boot_time + 0x42005bf6 0x3e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.adjtime_corr_stop + 0x42005c34 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.settimeofday + 0x42005c86 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42005c86 settimeofday + .text.usleep 0x42005cde 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42005cde usleep + .text.sleep 0x42005d24 0x1a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42005d24 sleep + .text.esp_newlib_time_init + 0x42005d3e 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42005d3e esp_newlib_time_init + .text.esp_time_impl_get_time_since_boot + 0x42005d4a 0x2a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005d4a esp_time_impl_get_time_since_boot + .text.esp_time_impl_set_boot_time + 0x42005d74 0x3e esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005d74 esp_time_impl_set_boot_time + .text.esp_time_impl_get_boot_time + 0x42005db2 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005db2 esp_time_impl_get_boot_time + .text.esp_set_time_from_rtc + 0x42005df2 0x3a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005df2 esp_set_time_from_rtc + .text.esp_sync_timekeeping_timers + 0x42005e2c 0x70 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005e2c esp_sync_timekeeping_timers + .text.esp_time_impl_init + 0x42005e9c 0xe esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42005e9c esp_time_impl_init + .text.mutexattr_check + 0x42005eaa 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_lock_internal + 0x42005eba 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init + 0x42005f3a 0x86 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42005f3a pthread_mutex_init + .text.pthread_mutex_init_if_static + 0x42005fc0 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_lock + 0x42006004 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42006004 pthread_mutex_lock + .text.pthread_mutex_unlock + 0x42006028 0x96 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42006028 pthread_mutex_unlock + .text.pthread_include_pthread_impl + 0x420060be 0x2 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x420060be pthread_include_pthread_impl + .text.pthread_include_pthread_cond_var_impl + 0x420060c0 0x2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x420060c0 pthread_include_pthread_cond_var_impl + .text.find_value + 0x420060c2 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.find_key + 0x420060d2 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_cleanup_thread_specific_data_callback + 0x4200610c 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_key_create + 0x42006172 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42006172 pthread_key_create + .text.pthread_getspecific + 0x420061d8 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x420061d8 pthread_getspecific + .text.pthread_setspecific + 0x42006200 0xe0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42006200 pthread_setspecific + .text.pthread_include_pthread_local_storage_impl + 0x420062e0 0x2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x420062e0 pthread_include_pthread_local_storage_impl + .text.pthread_include_pthread_rwlock_impl + 0x420062e2 0x2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x420062e2 pthread_include_pthread_rwlock_impl + .text.pthread_include_pthread_semaphore_impl + 0x420062e4 0x2 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x420062e4 pthread_include_pthread_semaphore_impl + .text.__cxa_guard_dummy + 0x420062e6 0x2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x420062e6 __cxa_guard_dummy + .text.__cxx_init_dummy + 0x420062e8 0x2 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + 0x420062e8 __cxx_init_dummy + .text.esp_timer_early_init + 0x420062ea 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x420062ea esp_timer_early_init + .text.__esp_system_init_fn_esp_timer_init_nonos + 0x420062fa 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .text.esp_timer_init_include_func + 0x42006306 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x42006306 esp_timer_init_include_func + .text.esp_timer_impl_init_system_time + 0x42006308 0x8c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x42006308 esp_timer_impl_init_system_time + .text.esp_timer_impl_early_init + 0x42006394 0xce esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x42006394 esp_timer_impl_early_init + .text.esp_timer_impl_init + 0x42006462 0x104 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x42006462 esp_timer_impl_init + .text.uart_get_avail_data_len + 0x42006566 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tx_char + 0x4200657e 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_rx_char + 0x420065c4 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_read_char + 0x42006600 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.unregister_select + 0x4200662e 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_end_select + 0x420066ae 0xac esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.register_select + 0x4200675a 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_start_select + 0x420067cc 0x242 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.select_notif_callback_isr + 0x42006a0e 0x10a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcflush + 0x42006b18 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcdrain + 0x42006b54 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcgetattr + 0x42006b84 0x378 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcsetattr + 0x42006efc 0x36e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_access + 0x4200726a 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_open + 0x420072e2 0x74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fcntl + 0x42007356 0x88 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fstat + 0x420073de 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_close + 0x4200742e 0x36 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_return_char + 0x42007464 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fsync + 0x420074a8 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_read + 0x4200751a 0x19e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_write + 0x420076b8 0xec esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.esp_vfs_uart_get_vfs + 0x420077a4 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x420077a4 esp_vfs_uart_get_vfs + .text.uart_vfs_dev_register + 0x420077ae 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x420077ae uart_vfs_dev_register + 0x420077ae esp_vfs_dev_uart_register + .text.__esp_system_init_fn_init_vfs_uart + 0x420077f6 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_include_dev_init + 0x42007806 0x2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x42007806 uart_vfs_include_dev_init + .text.uart_pattern_queue_update + 0x42007808 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_reenable_intr_mask + 0x4200784c 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_word_length + 0x420078dc 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420078dc uart_set_word_length + .text.uart_get_word_length + 0x42007992 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007992 uart_get_word_length + .text.uart_set_stop_bits + 0x420079ea 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420079ea uart_set_stop_bits + .text.uart_get_stop_bits + 0x42007aa0 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007aa0 uart_get_stop_bits + .text.uart_set_parity + 0x42007b18 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007b18 uart_set_parity + .text.uart_get_parity + 0x42007b90 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007b90 uart_get_parity + .text.uart_set_baudrate + 0x42007c08 0x16a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007c08 uart_set_baudrate + .text.uart_get_baudrate + 0x42007d72 0xca esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007d72 uart_get_baudrate + .text.uart_wait_tx_done + 0x42007e3c 0x22a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42007e3c uart_wait_tx_done + .text.uart_get_buffered_data_len + 0x42008066 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42008066 uart_get_buffered_data_len + .text.uart_flush_input + 0x42008128 0x1f8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42008128 uart_flush_input + 0x42008128 uart_flush + .text.uart_is_driver_installed + 0x42008320 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42008320 uart_is_driver_installed + .text.uart_set_select_notif_callback + 0x42008342 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42008342 uart_set_select_notif_callback + .text.uart_get_selectlock + 0x4200835e 0x6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200835e uart_get_selectlock + .text.__esp_system_init_fn_usb_serial_jtag_conn_status_init + 0x42008364 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 + 0x42008394 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x42008394 usb_serial_jtag_connection_monitor_include + .text.usb_serial_jtag_open + 0x42008396 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_no_driver + 0x420083aa 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 + 0x420083e6 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 + 0x4200840c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_wait_tx_done_no_driver + 0x42008410 0x7e 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_no_driver + 0x4200848e 0xa6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.unregister_select + 0x42008534 0x88 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_end_select + 0x420085bc 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.register_select + 0x420085e4 0x8e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_start_select + 0x42008672 0x114 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.select_notif_callback_isr + 0x42008786 0xb0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcflush + 0x42008836 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 + 0x4200884a 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 + 0x42008894 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 + 0x420088f0 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 + 0x42008916 0x46 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcdrain + 0x4200895c 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 + 0x4200896c 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 + 0x420089d8 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 + 0x42008a64 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 + 0x42008a9e 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 + 0x42008b52 0x24 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 + 0x42008b76 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42008b76 esp_vfs_usb_serial_jtag_get_vfs + .text.usb_serial_jtag_vfs_include_dev_init + 0x42008b80 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x42008b80 usb_serial_jtag_vfs_include_dev_init + .text.usb_serial_jtag_is_driver_installed + 0x42008b82 0xe esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x42008b82 usb_serial_jtag_is_driver_installed + .text.usb_serial_jtag_set_select_notif_callback + 0x42008b90 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x42008b90 usb_serial_jtag_set_select_notif_callback + .text.usb_serial_jtag_read_ready + 0x42008bb0 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x42008bb0 usb_serial_jtag_read_ready + .text.usb_serial_jtag_write_ready + 0x42008bde 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x42008bde usb_serial_jtag_write_ready + .text.include_esp_phy_override + 0x42008bfe 0x2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x42008bfe include_esp_phy_override + .text.phy_set_pwdet_power + 0x42008c00 0x2a esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x42008c00 phy_set_pwdet_power + .text.phy_get_tsens_value + 0x42008c2a 0x10 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x42008c2a phy_get_tsens_value + .text.console_start_select + 0x42008c3a 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.console_end_select + 0x42008c64 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008c64 console_end_select + .text.console_open + 0x42008c84 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008c84 console_open + .text.console_write + 0x42008cc8 0x34 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008cc8 console_write + .text.console_fstat + 0x42008cfc 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008cfc console_fstat + .text.console_close + 0x42008d12 0x24 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008d12 console_close + .text.console_read + 0x42008d36 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008d36 console_read + .text.console_fcntl + 0x42008d4c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008d4c console_fcntl + .text.console_fsync + 0x42008d62 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008d62 console_fsync + .text.console_access + 0x42008d8c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008d8c console_access + .text.console_tcsetattr + 0x42008da2 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008da2 console_tcsetattr + .text.console_tcgetattr + 0x42008db8 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008db8 console_tcgetattr + .text.console_tcdrain + 0x42008dce 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008dce console_tcdrain + .text.console_tcflush + 0x42008de4 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008de4 console_tcflush + .text.esp_vfs_dev_console_register + 0x42008dfa 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.esp_vfs_console_register + 0x42008e1a 0x26 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008e1a esp_vfs_console_register + .text.__esp_system_init_fn_init_vfs_console + 0x42008e40 0xe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.esp_vfs_include_console_register + 0x42008e4e 0x2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x42008e4e esp_vfs_include_console_register + .text.esp_get_free_index + 0x42008e50 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.free_proxy_members + 0x42008e72 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_duplicate_fs_ops + 0x42008ea0 0xde esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_free_fs_ops + 0x42008f7e 0x38 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs_common + 0x42008fb6 0x166 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_minify_vfs + 0x4200911c 0x160 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_make_fs_ops + 0x4200927c 0x114 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.translate_path + 0x42009390 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs + 0x420093f8 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420093f8 esp_vfs_register_fs + .text.esp_vfs_register_common + 0x42009480 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009480 esp_vfs_register_common + .text.esp_vfs_register_fd_range + 0x420094ea 0x14e esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420094ea esp_vfs_register_fd_range + .text.get_vfs_for_index + 0x42009638 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009638 get_vfs_for_index + .text.get_vfs_for_fd + 0x42009660 0x2a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.get_vfs_for_path + 0x4200968a 0xaa esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200968a get_vfs_for_path + .text.esp_vfs_open + 0x42009734 0x146 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009734 esp_vfs_open + 0x42009734 _open_r + .text.esp_vfs_write + 0x4200987a 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200987a esp_vfs_write + 0x4200987a _write_r + .text.esp_vfs_lseek + 0x420098fe 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x420098fe _lseek_r + 0x420098fe esp_vfs_lseek + .text.esp_vfs_read + 0x42009982 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009982 esp_vfs_read + 0x42009982 _read_r + .text.esp_vfs_close + 0x42009a06 0xf4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009a06 _close_r + 0x42009a06 esp_vfs_close + .text.esp_vfs_fstat + 0x42009afa 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009afa esp_vfs_fstat + 0x42009afa _fstat_r + .text.esp_vfs_fcntl_r + 0x42009b70 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009b70 esp_vfs_fcntl_r + 0x42009b70 _fcntl_r + .text.esp_vfs_fsync + 0x42009bf4 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009bf4 esp_vfs_fsync + 0x42009bf4 fsync + .text.esp_vfs_stat + 0x42009c68 0x64 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009c68 esp_vfs_stat + 0x42009c68 _stat_r + .text.esp_vfs_link + 0x42009ccc 0x96 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009ccc _link_r + 0x42009ccc esp_vfs_link + .text.esp_vfs_unlink + 0x42009d62 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009d62 _unlink_r + 0x42009d62 esp_vfs_unlink + .text.esp_vfs_rename + 0x42009dd6 0xb0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009dd6 _rename_r + 0x42009dd6 esp_vfs_rename + .text.esp_vfs_access + 0x42009e86 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009e86 esp_vfs_access + 0x42009e86 access + .text.esp_vfs_select_triggered + 0x42009ef0 0x58 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009ef0 esp_vfs_select_triggered + .text.esp_vfs_select_triggered_isr + 0x42009f48 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009f48 esp_vfs_select_triggered_isr + .text.tcgetattr + 0x42009f9c 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x42009f9c tcgetattr + .text.tcsetattr + 0x4200a01e 0x8c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200a01e tcsetattr + .text.tcdrain 0x4200a0aa 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200a0aa tcdrain + .text.tcflush 0x4200a122 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200a122 tcflush + .text.vfs_include_syscalls_impl + 0x4200a1a4 0x2 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200a1a4 vfs_include_syscalls_impl + .text.vfs_null_get_empty_fd + 0x4200a1a6 0x24 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fsync + 0x4200a1ca 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_ioctl + 0x4200a1e8 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fcntl + 0x4200a20e 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_close + 0x4200a234 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_open + 0x4200a252 0xc0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_pwrite + 0x4200a312 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_pread + 0x4200a344 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_read + 0x4200a374 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_lseek + 0x4200a3a4 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_write + 0x4200a3e6 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_stat + 0x4200a418 0x54 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fstat + 0x4200a46c 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_null_register + 0x4200a4ae 0x22 esp-idf/vfs/libvfs.a(nullfs.c.obj) + 0x4200a4ae esp_vfs_null_register + .text.__esp_system_init_fn_init_vfs_nullfs + 0x4200a4d0 0xe esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_include_nullfs_register + 0x4200a4de 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) + 0x4200a4de esp_vfs_include_nullfs_register + .text.nvs_sec_provider_include_impl + 0x4200a4e0 0x2 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + 0x4200a4e0 nvs_sec_provider_include_impl + .text.get_joystick_xy + 0x4200a4e2 0x70 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .text.wifi_init + 0x4200a552 0x1d6 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .text.deletePeer + 0x4200a728 0x42 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + 0x4200a728 deletePeer + .text.sendData + 0x4200a76a 0xca esp-idf/main/libmain.a(espnow_transmitter.c.obj) + 0x4200a76a sendData + .text.rc_send_data_task + 0x4200a834 0x20 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .text.app_main + 0x4200a854 0xd4 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + 0x4200a854 app_main + .text.riscv_decode_offset_from_jal_instruction + 0x4200a928 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x4200a928 riscv_decode_offset_from_jal_instruction + .text.gpio_sleep_input_enable + 0x4200a974 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_input_disable + 0x4200a9f6 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_output_enable + 0x4200aa76 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_output_disable + 0x4200aaf8 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pulldown_en + 0x4200ab78 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pullup_en + 0x4200ac10 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pulldown_dis + 0x4200aca8 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pullup_dis + 0x4200ad3e 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_set_direction + 0x4200add4 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200add4 gpio_sleep_set_direction + .text.gpio_sleep_set_pull_mode + 0x4200ae74 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200ae74 gpio_sleep_set_pull_mode + .text.gpio_sleep_sel_en + 0x4200afba 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200afba gpio_sleep_sel_en + .text.gpio_sleep_sel_dis + 0x4200b052 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200b052 gpio_sleep_sel_dis + .text.bootloader_init_mem + 0x4200b0e8 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4200b0e8 bootloader_init_mem + .text.bootloader_flash_update_id + 0x4200b0f6 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x4200b0f6 bootloader_flash_update_id + .text.s_mem_caps_check + 0x4200b116 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_find_available_region + 0x4200b12c 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_is_enclosed + 0x4200b166 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_is_overlapped + 0x4200b17c 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_get_bus_mask + 0x4200b19e 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_reserve_irom_region + 0x4200b1f6 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_reserve_drom_region + 0x4200b2a0 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_init + 0x4200b34a 0x19c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200b34a esp_mmu_map_init + .text.esp_mmu_map + 0x4200b4e6 0x53e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200b4e6 esp_mmu_map + .text.esp_mmu_unmap + 0x4200ba24 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200ba24 esp_mmu_unmap + .text.esp_mmu_vaddr_to_paddr + 0x4200bbac 0x106 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200bbac esp_mmu_vaddr_to_paddr + .text.spi_flash_init_lock + 0x4200bcb2 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200bcb2 spi_flash_init_lock + .text.spi_flash_op_lock + 0x4200bcb4 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200bcb4 spi_flash_op_lock + .text.spi_flash_op_unlock + 0x4200bcc6 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200bcc6 spi_flash_op_unlock + .text.spi_flash_mmap + 0x4200bcd8 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200bcd8 spi_flash_mmap + .text.spi_flash_munmap + 0x4200bda0 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200bda0 spi_flash_munmap + .text.spi_flash_cache2phys + 0x4200be0e 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200be0e spi_flash_cache2phys + .text.esp_mspi_get_io + 0x4200be32 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200be32 esp_mspi_get_io + .text.esp_mspi_pin_reserve + 0x4200becc 0x5c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200becc esp_mspi_pin_reserve + .text.esp_flash_read_chip_id + 0x4200bf28 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4200bf28 esp_flash_read_chip_id + .text.spimem_flash_ll_get_source_freq_mhz + 0x4200bf3c 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.esp_flash_init_default_chip + 0x4200bf7a 0x18e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200bf7a esp_flash_init_default_chip + .text.esp_flash_app_init + 0x4200c108 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200c108 esp_flash_app_init + .text.esp_flash_app_enable_os_functions + 0x4200c130 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4200c130 esp_flash_app_enable_os_functions + .text.esp_crosscore_int_init + 0x4200c162 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4200c162 esp_crosscore_int_init + .text.esp_vApplicationIdleHook + 0x4200c1c8 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200c1c8 esp_vApplicationIdleHook + .text.esp_register_freertos_idle_hook_for_cpu + 0x4200c20e 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200c20e esp_register_freertos_idle_hook_for_cpu + .text.esp_register_freertos_tick_hook_for_cpu + 0x4200c282 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200c282 esp_register_freertos_tick_hook_for_cpu + .text.esp_register_freertos_tick_hook + 0x4200c2f6 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200c2f6 esp_register_freertos_tick_hook + .text.esp_int_wdt_init + 0x4200c306 0xc6 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200c306 esp_int_wdt_init + .text.esp_int_wdt_cpu_init + 0x4200c3cc 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200c3cc esp_int_wdt_cpu_init + .text.find_entry_and_check_all_reset + 0x4200c420 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.find_entry_from_task_handle_and_check_all_reset + 0x4200c450 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.task_wdt_timer_feed + 0x4200c482 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.add_entry + 0x4200c4ae 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.get_task_affinity + 0x4200c628 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.task_wdt_timeout_abort + 0x4200c64e 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200c64e task_wdt_timeout_abort + .text.task_wdt_timeout_handling + 0x4200c6e8 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_add + 0x4200c738 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200c738 esp_task_wdt_add + .text.subscribe_idle + 0x4200c79e 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_init + 0x4200c850 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200c850 esp_task_wdt_init + .text.esp_task_wdt_reset + 0x4200c994 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200c994 esp_task_wdt_reset + .text.idle_hook_cb + 0x4200ca60 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_print_triggered_tasks + 0x4200ca70 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ca70 esp_task_wdt_print_triggered_tasks + .text.task_wdt_isr + 0x4200cb9a 0x10a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_impl_timer_allocate + 0x4200cca4 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200cca4 esp_task_wdt_impl_timer_allocate + .text.esp_task_wdt_impl_timer_feed + 0x4200cd96 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200cd96 esp_task_wdt_impl_timer_feed + .text.esp_task_wdt_impl_timeout_triggered + 0x4200cdcc 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200cdcc esp_task_wdt_impl_timeout_triggered + .text.esp_task_wdt_impl_timer_restart + 0x4200cdfa 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200cdfa esp_task_wdt_impl_timer_restart + .text.gpspi_flash_ll_calculate_clock_reg + 0x4200ce3a 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spimem_flash_ll_calculate_clock_reg + 0x4200ce66 0x2a esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.get_flash_clock_divider + 0x4200ce90 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_cal_clock + 0x4200cf34 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_hal_init + 0x4200cf5c 0x11c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200cf5c spi_flash_hal_init + .text.spi_flash_hal_supports_direct_write + 0x4200d078 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200d078 spi_flash_hal_supports_direct_write + .text.spi_flash_hal_supports_direct_read + 0x4200d08a 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200d08a spi_flash_hal_supports_direct_read + .text.clk_hal_lp_slow_get_freq_hz + 0x4200d09c 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4200d09c clk_hal_lp_slow_get_freq_hz + .text.clk_hal_xtal_get_freq_mhz + 0x4200d0f4 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4200d0f4 clk_hal_xtal_get_freq_mhz + .text.clk_hal_soc_root_get_freq_mhz + 0x4200d152 0x60 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4200d152 clk_hal_soc_root_get_freq_mhz + .text.clk_hal_cpu_get_freq_hz + 0x4200d1b2 0x72 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4200d1b2 clk_hal_cpu_get_freq_hz + .text.clk_hal_ahb_get_freq_hz + 0x4200d224 0x28 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_apb_get_freq_hz + 0x4200d24c 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4200d24c clk_hal_apb_get_freq_hz + .text.uart_ll_get_baudrate + 0x4200d25a 0x38 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_sclk + 0x4200d292 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d292 uart_hal_get_sclk + .text.uart_hal_get_baudrate + 0x4200d2b8 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d2b8 uart_hal_get_baudrate + .text.uart_hal_set_stop_bits + 0x4200d2d2 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d2d2 uart_hal_set_stop_bits + .text.uart_hal_get_stop_bits + 0x4200d2e4 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d2e4 uart_hal_get_stop_bits + .text.uart_hal_set_data_bit_num + 0x4200d2f0 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d2f0 uart_hal_set_data_bit_num + .text.uart_hal_get_data_bit_num + 0x4200d300 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d300 uart_hal_get_data_bit_num + .text.uart_hal_set_parity + 0x4200d30c 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d30c uart_hal_set_parity + .text.uart_hal_get_parity + 0x4200d32c 0x1c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4200d32c uart_hal_get_parity + .text.esp_crypto_sha_aes_lock_acquire + 0x4200d348 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + 0x4200d348 esp_crypto_sha_aes_lock_acquire + .text.esp_crypto_sha_aes_lock_release + 0x4200d362 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + 0x4200d362 esp_crypto_sha_aes_lock_release + .text.esp_crypto_mpi_lock_acquire + 0x4200d37c 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + 0x4200d37c esp_crypto_mpi_lock_acquire + .text.esp_crypto_mpi_lock_release + 0x4200d396 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + 0x4200d396 esp_crypto_mpi_lock_release + .text.esp_cpu_configure_region_protection + 0x4200d3b0 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x4200d3b0 esp_cpu_configure_region_protection + .text.esp_fill_random + 0x4200d4b0 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x4200d4b0 esp_fill_random + .text.esp_gpio_reserve + 0x4200d51a 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x4200d51a esp_gpio_reserve + .text.temperature_sensor_get_raw_value + 0x4200d536 0xac esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_ll_set_range + 0x4200d5e2 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_power_acquire + 0x4200d604 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + 0x4200d604 temperature_sensor_power_acquire + .text.temperature_sensor_power_release + 0x4200d686 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + 0x4200d686 temperature_sensor_power_release + .text.temp_sensor_get_raw_value + 0x4200d73a 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + 0x4200d73a temp_sensor_get_raw_value + .text.esp_clk_tree_src_get_freq_hz + 0x4200d84c 0x1a8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x4200d84c esp_clk_tree_src_get_freq_hz + .text.esp_clk_tree_enable_src + 0x4200d9f4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x4200d9f4 esp_clk_tree_enable_src + .text.adc_calc_hw_calibration_code + 0x4200d9f8 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200d9f8 adc_calc_hw_calibration_code + .text.adc_lock_release + 0x4200da96 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200da96 adc_lock_release + .text.adc_lock_try_acquire + 0x4200db5e 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200db5e adc_lock_try_acquire + .text.adc2_wifi_acquire + 0x4200dbb4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200dbb4 adc2_wifi_acquire + .text.adc_apb_periph_claim + 0x4200dbb8 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200dbb8 adc_apb_periph_claim + .text.adc_apb_periph_free + 0x4200dc26 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + 0x4200dc26 adc_apb_periph_free + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_EEET_SE_SE_T0_ + 0x4200dcc4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_ET_SA_SA_T0_ + 0x4200dcd4 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleE + 0x4200dce2 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZ9nvs_closeEUlRS1_E_EEET_SA_SA_T0_ + 0x4200dd12 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZ9nvs_closeEUlRS1_E_ET_S6_S6_T0_ + 0x4200dd22 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL19nvs_get_str_or_blobmN3nvs8ItemTypeEPKcPvPj + 0x4200dd30 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ + 0x4200ddbc 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 + 0x4200dde2 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ + 0x4200de0e 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN14NVSHandleEntryD2Ev + 0x4200de1e 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200de1e NVSHandleEntry::~NVSHandleEntry() + 0x4200de1e NVSHandleEntry::~NVSHandleEntry() + .text.nvs_flash_init_partition + 0x4200de32 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200de32 nvs_flash_init_partition + .text.nvs_flash_init + 0x4200de72 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200de72 nvs_flash_init + .text.nvs_erase_key + 0x4200de88 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200de88 nvs_erase_key + .text.nvs_commit + 0x4200dec4 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200dec4 nvs_commit + .text.nvs_set_blob + 0x4200def8 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200def8 nvs_set_blob + .text.nvs_get_blob + 0x4200df44 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200df44 nvs_get_blob + .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE + 0x4200df5c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200df5c intrusive_list::erase(intrusive_list::iterator) + .text._ZL24close_handles_and_deinitPKc + 0x4200df78 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition + 0x4200dfc6 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200dfc6 nvs_flash_erase_partition + .text.nvs_flash_erase + 0x4200e024 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e024 nvs_flash_erase + .text.nvs_close + 0x4200e03a 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e03a nvs_close + .text._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ + 0x4200e090 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e090 intrusive_list::push_back(NVSHandleEntry*) + .text.nvs_open_from_partition + 0x4200e0b0 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e0b0 nvs_open_from_partition + .text.nvs_open + 0x4200e156 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e156 nvs_open + .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x4200e172 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e172 int nvs::NVSHandle::set_item(char const*, signed char) + .text._Z7nvs_setIaEimPKcT_ + 0x4200e190 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i8 + 0x4200e1d4 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e1d4 nvs_set_i8 + .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x4200e1e2 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e1e2 int nvs::NVSHandle::set_item(char const*, unsigned char) + .text._Z7nvs_setIhEimPKcT_ + 0x4200e200 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u8 + 0x4200e244 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e244 nvs_set_u8 + .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x4200e252 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e252 int nvs::NVSHandle::set_item(char const*, unsigned short) + .text._Z7nvs_setItEimPKcT_ + 0x4200e270 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u16 + 0x4200e2b4 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e2b4 nvs_set_u16 + .text._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ + 0x4200e2c2 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e2c2 int nvs::NVSHandle::set_item(char const*, unsigned long) + .text._Z7nvs_setImEimPKcT_ + 0x4200e2dc 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u32 + 0x4200e320 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e320 nvs_set_u32 + .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x4200e32e 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e32e int nvs::NVSHandle::get_item(char const*, signed char&) + .text._Z7nvs_getIaEimPKcPT_ + 0x4200e346 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i8 + 0x4200e38a 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e38a nvs_get_i8 + .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x4200e398 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e398 int nvs::NVSHandle::get_item(char const*, unsigned char&) + .text._Z7nvs_getIhEimPKcPT_ + 0x4200e3b0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u8 + 0x4200e3f4 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e3f4 nvs_get_u8 + .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x4200e402 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e402 int nvs::NVSHandle::get_item(char const*, unsigned short&) + .text._Z7nvs_getItEimPKcPT_ + 0x4200e41a 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u16 + 0x4200e45e 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e45e nvs_get_u16 + .text._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ + 0x4200e46c 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e46c int nvs::NVSHandle::get_item(char const*, unsigned long&) + .text._Z7nvs_getImEimPKcPT_ + 0x4200e484 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u32 + 0x4200e4c8 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4200e4c8 nvs_get_u32 + .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x4200e4d6 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_ + 0x4200e520 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x4200e56a 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 + 0x4200e5ca 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x4200e5fa 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x4200e67e 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 + 0x4200e6d4 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x4200e704 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_EEET_SG_SG_T0_St18input_iterator_tag + 0x4200e788 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_ET_SC_SC_T0_ + 0x4200e7c0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs4Item6getKeyEPcj + 0x4200e7d0 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e7d0 nvs::Item::getKey(char*, unsigned int) + .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x4200e806 0x9a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e806 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) + .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x4200e8a0 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e8a0 nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) + .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x4200e90a 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e90a nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) + .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x4200e9ea 0x134 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200e9ea nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) + .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x4200eb1e 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200eb1e nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) + .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x4200ec3a 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ec3a nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) + .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x4200ecc8 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ecc8 nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) + .text._ZN3nvs7Storage14eraseNamespaceEh + 0x4200ed56 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ed56 nvs::Storage::eraseNamespace(unsigned char) + .text._ZN3nvs7Storage7findKeyEhPKcPNS_8ItemTypeE + 0x4200eda4 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200eda4 nvs::Storage::findKey(unsigned char, char const*, nvs::ItemType*) + .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x4200ede4 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ede4 nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) + .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x4200ee62 0x76 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ee62 nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ + 0x4200eed8 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200eed8 intrusive_list::push_back(nvs::Storage::BlobIndexNode*) + .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x4200eef8 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200eef8 nvs::Storage::populateBlobIndices(intrusive_list&) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE + 0x4200ef9a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200ef9a intrusive_list::erase(intrusive_list::iterator) + .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE + 0x4200efb6 0x11a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200efb6 nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) + .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb + 0x4200f0d0 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f0d0 CompressedEnumTable::set(unsigned int, bool) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ + 0x4200f100 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f100 intrusive_list::push_back(nvs::Storage::NamespaceEntry*) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x4200f120 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f120 intrusive_list::clearAndFreeNodes() + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ + 0x4200f14e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f14e intrusive_list::push_back(nvs::Storage::UsedPageNode*) + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x4200f16e 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f16e std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const + .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev + 0x4200f1b0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f1b0 std::unique_ptr >::~unique_ptr() + 0x4200f1b0 std::unique_ptr >::~unique_ptr() + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE + 0x4200f1cc 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f1cc intrusive_list::erase(intrusive_list::iterator) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x4200f1e8 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f1e8 intrusive_list::clearAndFreeNodes() + .text._ZN3nvs7Storage15clearNamespacesEv + 0x4200f216 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f216 nvs::Storage::clearNamespaces() + .text._ZN3nvs7StorageD2Ev + 0x4200f228 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f228 nvs::Storage::~Storage() + 0x4200f228 nvs::Storage::~Storage() + .text._ZN3nvs7Storage4initEmm + 0x4200f244 0x13a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f244 nvs::Storage::init(unsigned long, unsigned long) + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE + 0x4200f37e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f37e intrusive_list::erase(intrusive_list::iterator) + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x4200f39a 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f39a intrusive_list::clearAndFreeNodes() + .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x4200f3c8 0x1ec esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f3c8 nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) + .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x4200f5b4 0x242 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f5b4 nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) + .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x4200f7f6 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4200f7f6 nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) + .text._ZN3nvs15NVSHandleSimple6commitEv + 0x4200f8fe 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f8fe nvs::NVSHandleSimple::commit() + .text._ZN3nvs15NVSHandleSimpleD2Ev + 0x4200f910 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f910 nvs::NVSHandleSimple::~NVSHandleSimple() + 0x4200f910 nvs::NVSHandleSimple::~NVSHandleSimple() + .text._ZN3nvs15NVSHandleSimpleD0Ev + 0x4200f93a 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f93a nvs::NVSHandleSimple::~NVSHandleSimple() + .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x4200f958 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f958 nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) + .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x4200f990 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f990 nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) + .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x4200f9ca 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f9ca nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) + .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x4200f9f4 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200f9f4 nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) + .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x4200fa20 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fa20 nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) + .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x4200fa4c 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fa4c nvs::NVSHandleSimple::set_string(char const*, char const*) + .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x4200faac 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200faac nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) + .text._ZN3nvs15NVSHandleSimple8find_keyEPKcR10nvs_type_t + 0x4200fad4 0x52 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fad4 nvs::NVSHandleSimple::find_key(char const*, nvs_type_t&) + .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x4200fb26 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fb26 nvs::NVSHandleSimple::erase_item(char const*) + .text._ZN3nvs15NVSHandleSimple9erase_allEv + 0x4200fb5c 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fb5c nvs::NVSHandleSimple::erase_all() + .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x4200fb8c 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fb8c nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) + .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv + 0x4200fbc0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4200fbc0 nvs::NVSHandleSimple::get_partition_name() const + .text._ZN3nvs12NVSPartitionD2Ev + 0x4200fbd4 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fbd4 nvs::NVSPartition::~NVSPartition() + 0x4200fbd4 nvs::NVSPartition::~NVSPartition() + .text._ZN3nvs12NVSPartition18get_partition_nameEv + 0x4200fbea 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fbea nvs::NVSPartition::get_partition_name() + .text._ZN3nvs12NVSPartition11get_addressEv + 0x4200fbf0 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fbf0 nvs::NVSPartition::get_address() + .text._ZN3nvs12NVSPartition8get_sizeEv + 0x4200fbf6 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fbf6 nvs::NVSPartition::get_size() + .text._ZN3nvs12NVSPartition12get_readonlyEv + 0x4200fbfc 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fbfc nvs::NVSPartition::get_readonly() + .text._ZN3nvs12NVSPartition8read_rawEjPvj + 0x4200fc04 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc04 nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) + .text._ZN3nvs12NVSPartition4readEjPvj + 0x4200fc14 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc14 nvs::NVSPartition::read(unsigned int, void*, unsigned int) + .text._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x4200fc30 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc30 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) + .text._ZN3nvs12NVSPartition5writeEjPKvj + 0x4200fc40 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc40 nvs::NVSPartition::write(unsigned int, void const*, unsigned int) + .text._ZN3nvs12NVSPartition11erase_rangeEjj + 0x4200fc5c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc5c nvs::NVSPartition::erase_range(unsigned int, unsigned int) + .text._ZN3nvs12NVSPartitionD0Ev + 0x4200fc6c 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc6c nvs::NVSPartition::~NVSPartition() + .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x4200fc92 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4200fc92 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x4200fc92 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + .text._ZN3nvs19NVSPartitionManagerD2Ev + 0x4200fcc4 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fcc4 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x4200fcc4 nvs::NVSPartitionManager::~NVSPartitionManager() + .text._ZN3nvs19NVSPartitionManagerD0Ev + 0x4200fcd0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fcd0 nvs::NVSPartitionManager::~NVSPartitionManager() + .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ + 0x4200fcec 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 + 0x4200fd12 0x2c 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_ + 0x4200fd3e 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs7StorageC2EPNS_9PartitionE + 0x4200fd4e 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fd4e nvs::Storage::Storage(nvs::Partition*) + 0x4200fd4e nvs::Storage::Storage(nvs::Partition*) + .text._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x4200fd98 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fd98 nvs::NVSPartitionManager::get_instance() + .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x4200fdfa 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fdfa nvs::NVSPartitionManager::lookup_storage_from_name(char const*) + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ + 0x4200fe0e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fe0e intrusive_list::push_back(nvs::NVSPartition*) + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE + 0x4200fe2e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fe2e intrusive_list::erase(intrusive_list::iterator) + .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ + 0x4200fe4a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fe4a intrusive_list::push_back(nvs::Storage*) + .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm + 0x4200fe6a 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200fe6a nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) + .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x4200ff1a 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200ff1a nvs::NVSPartitionManager::init_partition(char const*) + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE + 0x4200ffa4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200ffa4 intrusive_list::erase(intrusive_list::iterator) + .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x4200ffc0 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200ffc0 nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) + .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE + 0x4200ffea 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4200ffea intrusive_list::erase(intrusive_list::iterator) + .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x42010006 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42010006 nvs::NVSPartitionManager::deinit_partition(char const*) + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ + 0x420100a2 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x420100a2 intrusive_list::push_back(nvs::NVSHandleSimple*) + .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x420100c2 0xd6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x420100c2 nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) + .text._ZN3nvs4LockC2Ev + 0x42010198 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x42010198 nvs::Lock::Lock() + 0x42010198 nvs::Lock::Lock() + .text._ZN3nvs4LockD2Ev + 0x420101b2 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x420101b2 nvs::Lock::~Lock() + 0x420101b2 nvs::Lock::~Lock() + .text._ZN3nvs4Lock4initEv + 0x420101cc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x420101cc nvs::Lock::init() + .text._ZN3nvs8HashListC2Ev + 0x420101d0 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x420101d0 nvs::HashList::HashList() + 0x420101d0 nvs::HashList::HashList() + .text._ZN3nvs8HashList13HashListBlockC2Ev + 0x420101de 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x420101de nvs::HashList::HashListBlock::HashListBlock() + 0x420101de nvs::HashList::HashListBlock::HashListBlock() + .text._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x42010208 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42010208 nvs::HashList::find(unsigned int, nvs::Item const&) + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE + 0x4201026c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4201026c intrusive_list::erase(intrusive_list::iterator) + .text._ZN3nvs8HashList5clearEv + 0x42010288 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42010288 nvs::HashList::clear() + .text._ZN3nvs8HashListD2Ev + 0x420102bc 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x420102bc nvs::HashList::~HashList() + 0x420102bc nvs::HashList::~HashList() + .text._ZN3nvs8HashList5eraseEj + 0x420102ca 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x420102ca nvs::HashList::erase(unsigned int) + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ + 0x4201036c 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4201036c intrusive_list::push_back(nvs::HashList::HashListBlock*) + .text._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x4201038c 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4201038c 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 + 0x42010422 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._Z41__static_initialization_and_destruction_0v + 0x420104a8 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch + 0x420104be 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420104be nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x420104be nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + .text._ZN3nvs4PageC2Ev + 0x4201051e 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201051e nvs::Page::Page() + 0x4201051e nvs::Page::Page() + .text._ZN3nvs4Page6Header14calculateCrc32Ev + 0x42010560 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010560 nvs::Page::Header::calculateCrc32() + .text._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x4201057a 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201057a nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) + .text._ZN3nvs4Page10initializeEv + 0x420105d0 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420105d0 nvs::Page::initialize() + .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x4201064e 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201064e nvs::Page::alterPageState(nvs::Page::PageState) + .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x4201067e 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201067e nvs::Page::readEntry(unsigned int, nvs::Item&) const + .text._ZNK3nvs4Page12getSeqNumberERm + 0x420106aa 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420106aa nvs::Page::getSeqNumber(unsigned long&) const + .text._ZN3nvs4Page12setSeqNumberEm + 0x420106d4 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420106d4 nvs::Page::setSeqNumber(unsigned long) + .text._ZN3nvs4Page5eraseEv + 0x420106ea 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420106ea nvs::Page::erase() + .text._ZN3nvs4Page11markFreeingEv + 0x42010734 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010734 nvs::Page::markFreeing() + .text._ZN3nvs4Page8markFullEv + 0x4201075a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201075a nvs::Page::markFull() + .text._ZNK3nvs4Page18getVarDataTailroomEv + 0x4201077a 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201077a nvs::Page::getVarDataTailroom() const + .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ + 0x420107ac 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420107ac CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) + .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x420107de 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420107de nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) + .text._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x42010834 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010834 nvs::Page::writeEntry(nvs::Item const&) + .text._ZN3nvs4Page9copyItemsERS0_ + 0x4201089c 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201089c nvs::Page::copyItems(nvs::Page&) + .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x4201096c 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201096c nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) + .text._ZN3nvs4Page14writeEntryDataEPKhj + 0x42010a08 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010a08 nvs::Page::writeEntryData(unsigned char const*, unsigned int) + .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x42010a9a 0x22a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010a9a nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) + .text._ZN3nvs4Page17eraseEntryAndSpanEj + 0x42010cc4 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010cc4 nvs::Page::eraseEntryAndSpan(unsigned int) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x42010e04 0x246 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42010e04 nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) + .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x4201104a 0x100 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201104a nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) + .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x4201114a 0xfa esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201114a nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) + .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x42011244 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42011244 nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) + .text._ZN3nvs4Page15mLoadEntryTableEv + 0x4201126e 0x3ca esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201126e nvs::Page::mLoadEntryTable() + .text._ZN3nvs4Page4loadEPNS_9PartitionEm + 0x42011638 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42011638 nvs::Page::load(nvs::Partition*, unsigned long) + .text._GLOBAL__sub_I__ZN3nvs4PageC2Ev + 0x42011780 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ + 0x4201178e 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 + 0x420117b6 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ + 0x420117e2 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ + 0x420117f2 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x420117f2 intrusive_list::push_back(nvs::Page*) + .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE + 0x42011812 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42011812 intrusive_list::erase(intrusive_list::iterator) + .text._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x4201182e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4201182e intrusive_list::clear() + .text._ZN3nvs11PageManager12activatePageEv + 0x4201184a 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4201184a nvs::PageManager::activatePage() + .text._ZN3nvs11PageManager14requestNewPageEv + 0x420118a0 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x420118a0 nvs::PageManager::requestNewPage() + .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ + 0x42011968 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42011968 intrusive_list::push_front(nvs::Page*) + .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x42011986 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42011986 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) + .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm + 0x420119b4 0x25e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x420119b4 nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) + .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x42011c12 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x42011c12 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) + .text._ZNK3nvs4Item14calculateCrc32Ev + 0x42011c6c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42011c6c nvs::Item::calculateCrc32() const + .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x42011ca6 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42011ca6 nvs::Item::calculateCrc32WithoutValue() const + .text._ZN3nvs4Item14calculateCrc32EPKhj + 0x42011ce0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42011ce0 nvs::Item::calculateCrc32(unsigned char const*, unsigned int) + .text._ZNK3nvs4Item22checkHeaderConsistencyEh + 0x42011cf8 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42011cf8 nvs::Item::checkHeaderConsistency(unsigned char) const + .text.tcpip_init_done + 0x42011e2a 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_init + 0x42011e38 0x116 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x42011e38 esp_netif_init + .text.esp_aes_gmac + 0x42011f4e 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text.digest_vector + 0x42011f5c 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_vector + 0x42011fe8 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_crypt_init + 0x42012082 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_crypt_deinit + 0x420120f2 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_crypt + 0x42012110 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha256_vector + 0x4201211e 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4201211e sha256_vector + .text.hmac_sha256_vector + 0x42012136 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012136 hmac_sha256_vector + .text.hmac_sha256 + 0x42012152 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012152 hmac_sha256 + .text.hmac_sha1_vector + 0x4201216c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4201216c hmac_sha1_vector + .text.hmac_sha1 + 0x42012188 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012188 hmac_sha1 + .text.aes_encrypt_init + 0x420121a2 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420121a2 aes_encrypt_init + .text.aes_encrypt + 0x420121b6 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420121b6 aes_encrypt + .text.aes_encrypt_deinit + 0x420121ca 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420121ca aes_encrypt_deinit + .text.aes_decrypt_init + 0x420121d8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420121d8 aes_decrypt_init + .text.aes_decrypt + 0x420121ec 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420121ec aes_decrypt + .text.aes_decrypt_deinit + 0x42012200 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012200 aes_decrypt_deinit + .text.aes_128_cbc_encrypt + 0x4201220e 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4201220e aes_128_cbc_encrypt + .text.aes_128_cbc_decrypt + 0x42012286 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012286 aes_128_cbc_decrypt + .text.aes_ctr_encrypt + 0x420122fe 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420122fe aes_ctr_encrypt + .text.pbkdf2_sha1 + 0x42012364 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012364 pbkdf2_sha1 + .text.omac1_aes_vector + 0x420123ae 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x420123ae omac1_aes_vector + .text.omac1_aes_128_vector + 0x42012482 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x42012482 omac1_aes_128_vector + .text.omac1_aes_128 + 0x4201249a 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4201249a omac1_aes_128 + .text.os_get_time + 0x420124b4 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x420124b4 os_get_time + .text.os_random + 0x420124d8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x420124d8 os_random + .text.os_get_random + 0x420124ea 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x420124ea os_get_random + .text.os_sleep + 0x420124fa 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x420124fa os_sleep + .text.forced_memzero + 0x42012526 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x42012526 forced_memzero + .text.ccmp_aad_nonce + 0x42012534 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_decrypt + 0x420126be 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x420126be ccmp_decrypt + .text.ccmp_encrypt + 0x42012782 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x42012782 ccmp_encrypt + .text.WPA_PUT_BE64 + 0x420128b4 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.inc32 0x420128ee 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.xor_block + 0x4201292a 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.shift_right_block + 0x4201294c 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.ghash_start + 0x42012a5a 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.gf_mult 0x42012a70 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_init_hash_subkey + 0x42012b06 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gctr + 0x42012b3c 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_gctr + 0x42012be6 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.ghash 0x42012c30 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_ghash + 0x42012ce2 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_prepare_j0 + 0x42012d52 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_ae + 0x42012dec 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x42012dec aes_gcm_ae + .text.aes_gmac + 0x42012e82 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x42012e82 aes_gmac + .text.hex2num 0x42012e9c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.hex2byte + 0x42012edc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42012edc hex2byte + .text.hexstr2bin + 0x42012f16 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42012f16 hexstr2bin + .text.inc_byte_array + 0x42012f58 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42012f58 inc_byte_array + .text.buf_shift_right + 0x42012f78 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42012f78 buf_shift_right + .text.wpa_get_ntp_timestamp + 0x42012fb2 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42012fb2 wpa_get_ntp_timestamp + .text.printf_decode + 0x42013048 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42013048 printf_decode + .text.dup_binstr + 0x420131ec 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x420131ec dup_binstr + .text.wpa_config_parse_string + 0x42013230 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42013230 wpa_config_parse_string + .text.int_array_len + 0x42013386 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42013386 int_array_len + .text.bin_clear_free + 0x4201339c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4201339c bin_clear_free + .text.os_memdup + 0x420133bc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x420133bc os_memdup + .text.os_reltime_expired + 0x420133f6 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x420133f6 os_reltime_expired + .text.os_reltime_initialized + 0x42013474 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x42013474 os_reltime_initialized + .text.sha1_xor + 0x42013488 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.HMAC_sha1_final + 0x420134b2 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.mbedtls_sha1_init_start + 0x420134e2 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.HMAC_sha1_init + 0x420134fe 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.pbkdf2_f_sha1 + 0x420135c6 0x1ae esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.pbkdf2_sha1 + 0x42013774 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text.fastpbkdf2_hmac_sha1 + 0x42013860 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x42013860 fastpbkdf2_hmac_sha1 + .text.xor_aes_block + 0x4201386e 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_encr_start + 0x42013890 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_auth + 0x420138b4 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_encr + 0x42013932 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_encr_auth + 0x420139d6 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_decr_auth + 0x42013a2c 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_auth_start + 0x42013a82 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .text.aes_ccm_ae + 0x42013b88 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x42013b88 aes_ccm_ae + .text.aes_ccm_ad + 0x42013c30 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x42013c30 aes_ccm_ad + .text.esp_wifi_config_info + 0x42013cfa 0x196 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.wifi_deinit_internal + 0x42013e90 0xc8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_set_log_level + 0x42013f58 0x10 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.s_set_default_wifi_log_level + 0x42013f68 0x42 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_init + 0x42013faa 0xd8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x42013faa esp_wifi_init + .text.ieee80211_ftm_attach + 0x42014082 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x42014082 ieee80211_ftm_attach + .text.pm_beacon_offset_funcs_init + 0x42014086 0x2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x42014086 pm_beacon_offset_funcs_init + .text.adc_oneshot_read + 0x42014088 0x114 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + 0x42014088 adc_oneshot_read + .text.adc_hw_calibration + 0x4201419c 0x42 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .text.mbedtls_int_div_int + 0x420141de 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_init + 0x42014230 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014230 mbedtls_mpi_init + .text.mbedtls_mpi_free + 0x42014240 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014240 mbedtls_mpi_free + .text.mbedtls_mpi_grow + 0x4201426e 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201426e mbedtls_mpi_grow + .text.mbedtls_mpi_safe_cond_assign + 0x420142da 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420142da mbedtls_mpi_safe_cond_assign + .text.mbedtls_mpi_safe_cond_swap + 0x42014370 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014370 mbedtls_mpi_safe_cond_swap + .text.mbedtls_mpi_resize_clear + 0x42014416 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_shrink + 0x42014464 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014464 mbedtls_mpi_shrink + .text.mbedtls_mpi_copy + 0x420144ec 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420144ec mbedtls_mpi_copy + .text.mbedtls_mpi_lset + 0x4201459c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201459c mbedtls_mpi_lset + .text.mbedtls_mpi_get_bit + 0x420145f4 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420145f4 mbedtls_mpi_get_bit + .text.mbedtls_mpi_set_bit + 0x42014616 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014616 mbedtls_mpi_set_bit + .text.mbedtls_mpi_lsb + 0x4201468a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201468a mbedtls_mpi_lsb + .text.mbedtls_mpi_bitlen + 0x420146c6 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420146c6 mbedtls_mpi_bitlen + .text.mbedtls_mpi_size + 0x420146da 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420146da mbedtls_mpi_size + .text.mbedtls_mpi_read_binary_le + 0x420146ec 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420146ec mbedtls_mpi_read_binary_le + .text.mbedtls_mpi_read_binary + 0x4201472c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201472c mbedtls_mpi_read_binary + .text.mbedtls_mpi_write_binary_le + 0x4201476c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201476c mbedtls_mpi_write_binary_le + .text.mbedtls_mpi_write_binary + 0x42014784 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014784 mbedtls_mpi_write_binary + .text.mbedtls_mpi_shift_l + 0x4201479c 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201479c mbedtls_mpi_shift_l + .text.mbedtls_mpi_shift_r + 0x420147e6 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420147e6 mbedtls_mpi_shift_r + .text.mbedtls_mpi_cmp_abs + 0x42014802 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014802 mbedtls_mpi_cmp_abs + .text.mbedtls_mpi_cmp_mpi + 0x4201487a 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201487a mbedtls_mpi_cmp_mpi + .text.mbedtls_mpi_cmp_int + 0x4201492a 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201492a mbedtls_mpi_cmp_int + .text.mbedtls_mpi_add_abs + 0x4201495c 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201495c mbedtls_mpi_add_abs + .text.mbedtls_mpi_sub_abs + 0x42014a1c 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014a1c mbedtls_mpi_sub_abs + .text.add_sub_mpi + 0x42014af8 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_add_mpi + 0x42014b76 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014b76 mbedtls_mpi_add_mpi + .text.mbedtls_mpi_sub_mpi + 0x42014b86 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014b86 mbedtls_mpi_sub_mpi + .text.mbedtls_mpi_add_int + 0x42014b96 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014b96 mbedtls_mpi_add_int + .text.mbedtls_mpi_sub_int + 0x42014bc8 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014bc8 mbedtls_mpi_sub_int + .text.mbedtls_mpi_div_mpi + 0x42014bfa 0x39c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014bfa mbedtls_mpi_div_mpi + .text.mbedtls_mpi_div_int + 0x42014f96 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014f96 mbedtls_mpi_div_int + .text.mbedtls_mpi_mod_mpi + 0x42014fc8 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42014fc8 mbedtls_mpi_mod_mpi + .text.mbedtls_mpi_exp_mod_optionally_safe + 0x4201503c 0x208 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_mod_int + 0x42015244 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42015244 mbedtls_mpi_mod_int + .text.mpi_check_small_factors + 0x420152d0 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_exp_mod_soft + 0x4201533a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201533a mbedtls_mpi_exp_mod_soft + .text.mbedtls_mpi_exp_mod_unsafe + 0x4201534e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201534e mbedtls_mpi_exp_mod_unsafe + .text.mbedtls_mpi_gcd + 0x42015368 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42015368 mbedtls_mpi_gcd + .text.mbedtls_mpi_fill_random + 0x42015484 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42015484 mbedtls_mpi_fill_random + .text.mpi_miller_rabin + 0x420154cc 0x1be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_random + 0x4201568a 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4201568a mbedtls_mpi_random + .text.mbedtls_mpi_inv_mod + 0x420156ea 0x29e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x420156ea mbedtls_mpi_inv_mod + .text.mbedtls_mpi_is_prime_ext + 0x42015988 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x42015988 mbedtls_mpi_is_prime_ext + .text.mbedtls_ct_uint_lt + 0x420159fc 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_get_window_size + 0x42015a30 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mpi_bigendian_to_host + 0x42015a40 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_clz + 0x42015a52 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015a52 mbedtls_mpi_core_clz + .text.mbedtls_mpi_core_bitlen + 0x42015a64 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015a64 mbedtls_mpi_core_bitlen + .text.exp_mod_calc_first_bit_optionally_safe + 0x42015a9e 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_bigendian_to_host + 0x42015ada 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015ada mbedtls_mpi_core_bigendian_to_host + .text.mbedtls_mpi_core_uint_le_mpi + 0x42015b20 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015b20 mbedtls_mpi_core_uint_le_mpi + .text.mbedtls_mpi_core_lt_ct + 0x42015b68 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015b68 mbedtls_mpi_core_lt_ct + .text.mbedtls_mpi_core_cond_assign + 0x42015bd6 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015bd6 mbedtls_mpi_core_cond_assign + .text.mbedtls_mpi_core_ct_uint_table_lookup + 0x42015c08 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_table_lookup_optionally_safe + 0x42015c66 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_cond_swap + 0x42015c94 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015c94 mbedtls_mpi_core_cond_swap + .text.mbedtls_mpi_core_read_le + 0x42015ce6 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015ce6 mbedtls_mpi_core_read_le + .text.mbedtls_mpi_core_read_be + 0x42015d5a 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015d5a mbedtls_mpi_core_read_be + .text.mbedtls_mpi_core_write_le + 0x42015dcc 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015dcc mbedtls_mpi_core_write_le + .text.mbedtls_mpi_core_write_be + 0x42015e4c 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015e4c mbedtls_mpi_core_write_be + .text.mbedtls_mpi_core_shift_r + 0x42015ed4 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015ed4 mbedtls_mpi_core_shift_r + .text.mbedtls_mpi_core_shift_l + 0x42015f6c 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015f6c mbedtls_mpi_core_shift_l + .text.mbedtls_mpi_core_add + 0x42015fec 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42015fec mbedtls_mpi_core_add + .text.mbedtls_mpi_core_sub + 0x42016026 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42016026 mbedtls_mpi_core_sub + .text.mbedtls_mpi_core_mla + 0x4201605c 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4201605c mbedtls_mpi_core_mla + .text.mbedtls_mpi_core_montmul_init + 0x420161bc 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420161bc mbedtls_mpi_core_montmul_init + .text.mbedtls_mpi_core_montmul + 0x420161e8 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420161e8 mbedtls_mpi_core_montmul + .text.exp_mod_precompute_window + 0x420162b6 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_exp_mod_optionally_safe + 0x42016354 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_get_mont_r2_unsafe + 0x42016476 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42016476 mbedtls_mpi_core_get_mont_r2_unsafe + .text.mbedtls_mpi_core_fill_random + 0x420164ba 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420164ba mbedtls_mpi_core_fill_random + .text.mbedtls_mpi_core_random + 0x42016546 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42016546 mbedtls_mpi_core_random + .text.mbedtls_mpi_core_exp_mod_working_limbs + 0x420165fe 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420165fe mbedtls_mpi_core_exp_mod_working_limbs + .text.mbedtls_mpi_core_exp_mod + 0x4201662a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4201662a mbedtls_mpi_core_exp_mod + .text.mbedtls_mpi_core_exp_mod_unsafe + 0x4201663e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4201663e mbedtls_mpi_core_exp_mod_unsafe + .text.mbedtls_mpi_core_sub_int + 0x42016658 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42016658 mbedtls_mpi_core_sub_int + .text.mbedtls_mpi_core_check_zero_ct + 0x42016682 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x42016682 mbedtls_mpi_core_check_zero_ct + .text.mbedtls_mpi_core_to_mont_rep + 0x420166a8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420166a8 mbedtls_mpi_core_to_mont_rep + .text.mbedtls_mpi_core_from_mont_rep + 0x420166c2 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x420166c2 mbedtls_mpi_core_from_mont_rep + .text.mbedtls_cipher_info_from_type + 0x420166e0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x420166e0 mbedtls_cipher_info_from_type + .text.mbedtls_cipher_info_from_values + 0x420166fa 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x420166fa mbedtls_cipher_info_from_values + .text.mbedtls_cipher_init + 0x4201673a 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4201673a mbedtls_cipher_init + .text.mbedtls_cipher_free + 0x42016752 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x42016752 mbedtls_cipher_free + .text.mbedtls_cipher_setup + 0x42016794 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x42016794 mbedtls_cipher_setup + .text.mbedtls_cipher_setkey + 0x420167e8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x420167e8 mbedtls_cipher_setkey + .text.mbedtls_cipher_update + 0x42016888 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x42016888 mbedtls_cipher_update + .text.xts_aes_ctx_free + 0x42016b82 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.xts_aes_ctx_alloc + 0x42016b9e 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.xts_aes_setkey_dec_wrap + 0x42016bc0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.xts_aes_setkey_enc_wrap + 0x42016bce 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_xts_wrap + 0x42016bdc 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.gcm_ctx_free + 0x42016bfa 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.gcm_ctx_alloc + 0x42016c14 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.gcm_aria_setkey_wrap + 0x42016c36 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.gcm_aes_setkey_wrap + 0x42016c4a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.ccm_ctx_free + 0x42016c5e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.ccm_ctx_alloc + 0x42016c78 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.ccm_aria_setkey_wrap + 0x42016c9a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.ccm_aes_setkey_wrap + 0x42016cae 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_ctx_free + 0x42016cc2 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_ctx_alloc + 0x42016cdc 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_setkey_dec_wrap + 0x42016cfe 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_setkey_enc_wrap + 0x42016d0c 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_crypt_ctr_wrap + 0x42016d1a 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_crypt_cfb128_wrap + 0x42016d28 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_crypt_cbc_wrap + 0x42016d36 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aria_crypt_ecb_wrap + 0x42016d44 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_ctx_free + 0x42016d56 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_ctx_alloc + 0x42016d70 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_setkey_dec_wrap + 0x42016d92 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_setkey_enc_wrap + 0x42016da0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_ctr_wrap + 0x42016dae 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_ofb_wrap + 0x42016dbc 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_cfb128_wrap + 0x42016dca 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_cbc_wrap + 0x42016dd8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_crypt_ecb_wrap + 0x42016de6 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.mbedtls_ct_uint_lt + 0x42016df4 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .text.mbedtls_ct_memcmp + 0x42016e28 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x42016e28 mbedtls_ct_memcmp + .text.mbedtls_ct_memmove_left + 0x42016e56 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x42016e56 mbedtls_ct_memmove_left + .text.mbedtls_ct_memcpy_if + 0x42016ecc 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x42016ecc mbedtls_ct_memcpy_if + .text.mbedtls_ct_zeroize_if + 0x42016f08 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x42016f08 mbedtls_ct_zeroize_if + .text.cmac_pad + 0x42016f26 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_multiply_by_u + 0x42016f62 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_generate_subkeys + 0x42017030 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cipher_cmac_starts + 0x420170a0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x420170a0 mbedtls_cipher_cmac_starts + .text.mbedtls_cipher_cmac_update + 0x42017130 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x42017130 mbedtls_cipher_cmac_update + .text.mbedtls_cipher_cmac_finish + 0x4201726a 0x146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x4201726a mbedtls_cipher_cmac_finish + .text.mbedtls_md_info_from_type + 0x420173b0 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x420173b0 mbedtls_md_info_from_type + .text.mbedtls_md_init + 0x4201741c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201741c mbedtls_md_init + .text.mbedtls_md_free + 0x4201744e 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201744e mbedtls_md_free + .text.mbedtls_md_setup + 0x420174cc 0x132 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x420174cc mbedtls_md_setup + .text.mbedtls_md_starts + 0x420175fe 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x420175fe mbedtls_md_starts + .text.mbedtls_md_update + 0x4201768a 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201768a mbedtls_md_update + .text.mbedtls_md_finish + 0x42017712 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x42017712 mbedtls_md_finish + .text.mbedtls_md + 0x4201779a 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201779a mbedtls_md + .text.mbedtls_md_get_size + 0x42017812 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x42017812 mbedtls_md_get_size + .text.mbedtls_md_hmac_starts + 0x4201781e 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201781e mbedtls_md_hmac_starts + .text.mbedtls_md_hmac_update + 0x4201793a 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201793a mbedtls_md_hmac_update + .text.mbedtls_md_hmac_finish + 0x4201796a 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4201796a mbedtls_md_hmac_finish + .text.mbedtls_md_hmac_reset + 0x420179e8 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x420179e8 mbedtls_md_hmac_reset + .text.mbedtls_md5 + 0x42017a34 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x42017a34 mbedtls_md5 + .text.mbedtls_calloc + 0x42017a88 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x42017a88 mbedtls_calloc + .text.mbedtls_free + 0x42017a98 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x42017a98 mbedtls_free + .text.mbedtls_platform_zeroize + 0x42017aa8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x42017aa8 mbedtls_platform_zeroize + .text.mbedtls_zeroize_and_free + 0x42017ac8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x42017ac8 mbedtls_zeroize_and_free + .text.mbedtls_sha1 + 0x42017ae4 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x42017ae4 mbedtls_sha1 + .text.mbedtls_sha256 + 0x42017b38 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x42017b38 mbedtls_sha256 + .text.mbedtls_sha512_init + 0x42017ba2 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42017ba2 mbedtls_sha512_init + .text.mbedtls_sha512_free + 0x42017bba 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42017bba mbedtls_sha512_free + .text.mbedtls_sha512_starts + 0x42017bce 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42017bce mbedtls_sha512_starts + .text.mbedtls_internal_sha512_process + 0x42017cf6 0xd84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42017cf6 mbedtls_internal_sha512_process + .text.mbedtls_internal_sha512_process_many + 0x42018a7a 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_update + 0x42018ac0 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42018ac0 mbedtls_sha512_update + .text.mbedtls_sha512_finish + 0x42018b94 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42018b94 mbedtls_sha512_finish + .text.mbedtls_sha512 + 0x42018ee0 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42018ee0 mbedtls_sha512 + .text.esp_mbedtls_mem_calloc + 0x42018f4a 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x42018f4a esp_mbedtls_mem_calloc + .text.esp_mbedtls_mem_free + 0x42018f62 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x42018f62 esp_mbedtls_mem_free + .text.esp_aes_xts_decode_keys + 0x42018f74 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_gf128mul_x_ble + 0x42018fa2 0x12a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_init + 0x420190cc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x420190cc esp_aes_xts_init + .text.esp_aes_xts_free + 0x420190e4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x420190e4 esp_aes_xts_free + .text.esp_aes_xts_setkey_enc + 0x420190fc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x420190fc esp_aes_xts_setkey_enc + .text.esp_aes_xts_setkey_dec + 0x42019134 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x42019134 esp_aes_xts_setkey_dec + .text.esp_aes_crypt_xts + 0x4201916c 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x4201916c esp_aes_crypt_xts + .text.valid_key_length + 0x42019316 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x42019316 valid_key_length + .text.esp_aes_init + 0x42019334 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x42019334 esp_aes_init + .text.esp_aes_free + 0x42019350 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x42019350 esp_aes_free + .text.esp_aes_setkey + 0x4201936a 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4201936a esp_aes_setkey + .text.esp_aes_validate_input + 0x420193b8 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_acquire_hardware + 0x4201944e 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x4201944e esp_aes_acquire_hardware + .text.esp_aes_release_hardware + 0x420194a0 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x420194a0 esp_aes_release_hardware + .text.esp_aes_crypt_ecb + 0x420194da 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x420194da esp_aes_crypt_ecb + .text.esp_aes_crypt_cbc + 0x4201954e 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x4201954e esp_aes_crypt_cbc + .text.esp_aes_crypt_cfb128 + 0x42019624 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x42019624 esp_aes_crypt_cfb128 + .text.esp_aes_crypt_ofb + 0x420197b2 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x420197b2 esp_aes_crypt_ofb + .text.esp_aes_crypt_ctr + 0x420198e8 0x172 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x420198e8 esp_aes_crypt_ctr + .text.mpi_words + 0x42019a5a 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.modular_inverse + 0x42019a7a 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.calculate_rinv + 0x42019b12 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.esp_mpi_isr_initialise + 0x42019b62 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.esp_mpi_wait_intr + 0x42019c22 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.esp_mpi_exp_mod + 0x42019c76 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.mpi_mult_mpi_failover_mod_mult + 0x42019de4 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.mbedtls_mpi_exp_mod + 0x42019e7e 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x42019e7e mbedtls_mpi_exp_mod + .text.mbedtls_mpi_mul_mpi + 0x42019ec0 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x42019ec0 mbedtls_mpi_mul_mpi + .text.mpi_mult_mpi_overlong + 0x4201a00a 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.mbedtls_mpi_mul_int + 0x4201a09c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4201a09c mbedtls_mpi_mul_int + .text.esp_mpi_enable_hardware_hw_op + 0x4201a0bc 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + 0x4201a0bc esp_mpi_enable_hardware_hw_op + .text.esp_mpi_disable_hardware_hw_op + 0x4201a112 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + 0x4201a112 esp_mpi_disable_hardware_hw_op + .text.esp_mpi_mul_mpi_hw_op + 0x4201a150 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + 0x4201a150 esp_mpi_mul_mpi_hw_op + .text.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x4201a198 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + 0x4201a198 esp_mpi_mult_mpi_failover_mod_mult_hw_op + .text.esp_mpi_exp_mpi_mod_hw_op + 0x4201a222 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + 0x4201a222 esp_mpi_exp_mpi_mod_hw_op + .text.mbedtls_zeroize + 0x4201a2d0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.esp_internal_sha1_dma_process + 0x4201a2e2 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.esp_internal_sha_update_state + 0x4201a2f8 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_init + 0x4201a322 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a322 mbedtls_sha1_init + .text.mbedtls_sha1_free + 0x4201a33a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a33a mbedtls_sha1_free + .text.mbedtls_sha1_starts + 0x4201a34e 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a34e mbedtls_sha1_starts + .text.mbedtls_internal_sha1_process + 0x4201a370 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a370 mbedtls_internal_sha1_process + .text.mbedtls_sha1_update + 0x4201a3c0 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a3c0 mbedtls_sha1_update + .text.mbedtls_sha1_finish + 0x4201a49e 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4201a49e mbedtls_sha1_finish + .text.mbedtls_zeroize + 0x4201a552 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.esp_internal_sha_update_state + 0x4201a564 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_init + 0x4201a58e 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4201a58e mbedtls_sha256_init + .text.mbedtls_sha256_free + 0x4201a5a6 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4201a5a6 mbedtls_sha256_free + .text.mbedtls_sha256_starts + 0x4201a5ba 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4201a5ba mbedtls_sha256_starts + .text.mbedtls_sha256_update + 0x4201a5ec 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4201a5ec mbedtls_sha256_update + .text.mbedtls_sha256_finish + 0x4201a6ce 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4201a6ce mbedtls_sha256_finish + .text.xor_data + 0x4201a79e 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.gcm_mult + 0x4201a7c2 0x1e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.increment32_j0 + 0x4201a9a8 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_gcm_ghash + 0x4201a9fc 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .text.esp_aes_gcm_setkey + 0x4201aa6c 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4201aa6c esp_aes_gcm_setkey + .text.esp_aes_gcm_init + 0x4201ab18 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4201ab18 esp_aes_gcm_init + .text.esp_aes_gcm_free + 0x4201ab40 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4201ab40 esp_aes_gcm_free + .text.esp_aes_gcm_update + 0x4201ab78 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4201ab78 esp_aes_gcm_update + .text.esp_md5_finish + 0x4201ad1c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4201ad1c esp_md5_finish + .text.esp_md5_update + 0x4201ad36 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4201ad36 esp_md5_update + .text.esp_md5_init + 0x4201ad4a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4201ad4a esp_md5_init + .text.esp_md5_starts + 0x4201ad5c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4201ad5c esp_md5_starts + .text.esp_md5_free + 0x4201ad6c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4201ad6c esp_md5_free + .text.aria_a 0x4201ad80 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.aria_sl 0x4201aeae 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.aria_fo_xor + 0x4201afbe 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.aria_fe_xor + 0x4201b068 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.aria_rot128 + 0x4201b112 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.mbedtls_aria_setkey_enc + 0x4201b1c4 0x27a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b1c4 mbedtls_aria_setkey_enc + .text.mbedtls_aria_setkey_dec + 0x4201b43e 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b43e mbedtls_aria_setkey_dec + .text.mbedtls_aria_crypt_ecb + 0x4201b4c8 0x214 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b4c8 mbedtls_aria_crypt_ecb + .text.mbedtls_aria_init + 0x4201b6dc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b6dc mbedtls_aria_init + .text.mbedtls_aria_free + 0x4201b6f4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b6f4 mbedtls_aria_free + .text.mbedtls_aria_crypt_cbc + 0x4201b708 0xf4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b708 mbedtls_aria_crypt_cbc + .text.mbedtls_aria_crypt_cfb128 + 0x4201b7fc 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b7fc mbedtls_aria_crypt_cfb128 + .text.mbedtls_aria_crypt_ctr + 0x4201b8b8 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4201b8b8 mbedtls_aria_crypt_ctr + .text.mbedtls_asn1_get_len + 0x4201b952 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201b952 mbedtls_asn1_get_len + .text.mbedtls_asn1_get_tag + 0x4201b9de 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201b9de mbedtls_asn1_get_tag + .text.asn1_get_tagged_int + 0x4201ba0e 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_int + 0x4201baa0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201baa0 mbedtls_asn1_get_int + .text.mbedtls_asn1_get_mpi + 0x4201bab2 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201bab2 mbedtls_asn1_get_mpi + .text.mbedtls_asn1_get_bitstring_null + 0x4201bae6 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201bae6 mbedtls_asn1_get_bitstring_null + .text.mbedtls_asn1_get_alg + 0x4201bb24 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4201bb24 mbedtls_asn1_get_alg + .text.mbedtls_asn1_write_len + 0x4201bbde 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x4201bbde mbedtls_asn1_write_len + .text.mbedtls_asn1_write_tag + 0x4201bc2e 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x4201bc2e mbedtls_asn1_write_tag + .text.mbedtls_asn1_write_len_and_tag + 0x4201bc4c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_mpi + 0x4201bc88 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x4201bc88 mbedtls_asn1_write_mpi + .text.mbedtls_ccm_crypt + 0x4201bd22 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_init + 0x4201bdbe 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4201bdbe mbedtls_ccm_init + .text.mbedtls_ccm_setkey + 0x4201bdd6 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4201bdd6 mbedtls_ccm_setkey + .text.mbedtls_ccm_free + 0x4201be38 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4201be38 mbedtls_ccm_free + .text.mbedtls_ccm_update + 0x4201be5c 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4201be5c mbedtls_ccm_update + .text.gcm_gen_table_rightshift + 0x4201c016 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_gen_table + 0x4201c160 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_mult_smalltable + 0x4201c2f0 0x206 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_mult + 0x4201c4f6 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_mask + 0x4201c514 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_incr + 0x4201c5ea 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_init_soft + 0x4201c642 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4201c642 mbedtls_gcm_init_soft + .text.mbedtls_gcm_setkey_soft + 0x4201c65a 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4201c65a mbedtls_gcm_setkey_soft + .text.mbedtls_gcm_update_soft + 0x4201c6dc 0x176 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4201c6dc mbedtls_gcm_update_soft + .text.mbedtls_gcm_free_soft + 0x4201c852 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4201c852 mbedtls_gcm_free_soft + .text.mbedtls_ct_uint_lt + 0x4201c872 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.rsa_check_context + 0x4201c8a6 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.rsa_prepare_blinding + 0x4201c9a4 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.rsa_unblind + 0x4201cade 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_md_get_size_from_type + 0x4201cb98 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.compute_hash + 0x4201cbaa 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mgf_mask + 0x4201cbde 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.hash_mprime + 0x4201ccde 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_ct_rsaes_pkcs1_v15_unpadding + 0x4201cd84 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.rsa_rsassa_pkcs1_v15_encode + 0x4201ced6 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_import_raw + 0x4201d07a 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d07a mbedtls_rsa_import_raw + .text.mbedtls_rsa_complete + 0x4201d118 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d118 mbedtls_rsa_complete + .text.mbedtls_rsa_init + 0x4201d2fa 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d2fa mbedtls_rsa_init + .text.mbedtls_rsa_get_bitlen + 0x4201d312 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d312 mbedtls_rsa_get_bitlen + .text.mbedtls_rsa_get_len + 0x4201d322 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d322 mbedtls_rsa_get_len + .text.mbedtls_rsa_check_pubkey + 0x4201d326 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d326 mbedtls_rsa_check_pubkey + .text.mbedtls_rsa_parse_pubkey + 0x4201d39a 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d39a mbedtls_rsa_parse_pubkey + .text.mbedtls_rsa_check_privkey + 0x4201d472 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d472 mbedtls_rsa_check_privkey + .text.mbedtls_rsa_check_pub_priv + 0x4201d4f4 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d4f4 mbedtls_rsa_check_pub_priv + .text.mbedtls_rsa_public + 0x4201d544 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d544 mbedtls_rsa_public + .text.mbedtls_rsa_private + 0x4201d5de 0x296 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201d5de mbedtls_rsa_private + .text.rsa_rsassa_pss_sign_no_mode_check + 0x4201d874 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.rsa_rsassa_pss_sign + 0x4201da1e 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsaes_oaep_encrypt + 0x4201da50 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201da50 mbedtls_rsa_rsaes_oaep_encrypt + .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x4201db7e 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201db7e mbedtls_rsa_rsaes_pkcs1_v15_encrypt + .text.mbedtls_rsa_pkcs1_encrypt + 0x4201dc4e 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201dc4e mbedtls_rsa_pkcs1_encrypt + .text.mbedtls_rsa_rsaes_oaep_decrypt + 0x4201dc82 0x20c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201dc82 mbedtls_rsa_rsaes_oaep_decrypt + .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x4201de8e 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201de8e mbedtls_rsa_rsaes_pkcs1_v15_decrypt + .text.mbedtls_rsa_pkcs1_decrypt + 0x4201df1c 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201df1c mbedtls_rsa_pkcs1_decrypt + .text.mbedtls_rsa_rsassa_pss_sign + 0x4201df52 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201df52 mbedtls_rsa_rsassa_pss_sign + .text.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x4201df64 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201df64 mbedtls_rsa_rsassa_pkcs1_v15_sign + .text.mbedtls_rsa_pkcs1_sign + 0x4201e04e 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e04e mbedtls_rsa_pkcs1_sign + .text.mbedtls_rsa_rsassa_pss_verify_ext + 0x4201e086 0x1ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e086 mbedtls_rsa_rsassa_pss_verify_ext + .text.mbedtls_rsa_rsassa_pss_verify + 0x4201e270 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e270 mbedtls_rsa_rsassa_pss_verify + .text.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x4201e29a 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e29a mbedtls_rsa_rsassa_pkcs1_v15_verify + .text.mbedtls_rsa_pkcs1_verify + 0x4201e34e 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e34e mbedtls_rsa_pkcs1_verify + .text.mbedtls_rsa_free + 0x4201e382 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4201e382 mbedtls_rsa_free + .text.mbedtls_rsa_deduce_primes + 0x4201e3fc 0x234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x4201e3fc mbedtls_rsa_deduce_primes + .text.mbedtls_rsa_deduce_private_exponent + 0x4201e630 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x4201e630 mbedtls_rsa_deduce_private_exponent + .text.mbedtls_rsa_deduce_crt + 0x4201e700 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x4201e700 mbedtls_rsa_deduce_crt + .text.mbedtls_rsa_validate_params + 0x4201e794 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x4201e794 mbedtls_rsa_validate_params + .text.mbedtls_rsa_validate_crt + 0x4201e98c 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x4201e98c mbedtls_rsa_validate_crt + .text.s_check_dma_capable + 0x4201eaea 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_isr_initialise + 0x4201eafa 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.dma_desc_setup_link + 0x4201eb0c 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_dma_wait_complete + 0x4201ebfa 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_intr_alloc + 0x4201ec5c 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + 0x4201ec5c esp_aes_intr_alloc + .text.esp_aes_process_dma + 0x4201ed06 0x384 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + 0x4201ed06 esp_aes_process_dma + .text.esp_aes_process_dma_ext_ram + 0x4201f08a 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.s_check_dma_capable + 0x4201f1f8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_block_mode + 0x4201f208 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_dma_process + 0x4201f27e 0x19e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_write_digest_state + 0x4201f41c 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4201f41c esp_sha_write_digest_state + .text.esp_sha_read_digest_state + 0x4201f42a 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4201f42a esp_sha_read_digest_state + .text.esp_sha_acquire_hardware + 0x4201f438 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4201f438 esp_sha_acquire_hardware + .text.esp_sha_release_hardware + 0x4201f492 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4201f492 esp_sha_release_hardware + .text.esp_sha_dma + 0x4201f4cc 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4201f4cc esp_sha_dma + .text.good_nonce_len + 0x4201f62c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_increment_counter + 0x4201f63e 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.block_cipher_df + 0x4201f6b8 0x1c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.ctr_drbg_update_internal + 0x4201f87a 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_reseed_internal + 0x4201f930 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_init + 0x4201fa22 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fa22 mbedtls_ctr_drbg_init + .text.mbedtls_ctr_drbg_free + 0x4201fa54 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fa54 mbedtls_ctr_drbg_free + .text.mbedtls_ctr_drbg_reseed + 0x4201fa84 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fa84 mbedtls_ctr_drbg_reseed + .text.mbedtls_ctr_drbg_seed + 0x4201fa94 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fa94 mbedtls_ctr_drbg_seed + .text.mbedtls_ctr_drbg_random_with_add + 0x4201fb02 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fb02 mbedtls_ctr_drbg_random_with_add + .text.mbedtls_ctr_drbg_random + 0x4201fbe6 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4201fbe6 mbedtls_ctr_drbg_random + .text.ecdh_gen_public_restartable + 0x4201fbf8 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_compute_shared_restartable + 0x4201fc46 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.ecdh_free_internal + 0x4201fcc2 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_gen_public + 0x4201fcf6 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4201fcf6 mbedtls_ecdh_gen_public + .text.mbedtls_ecdh_compute_shared + 0x4201fd06 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4201fd06 mbedtls_ecdh_compute_shared + .text.ecdh_calc_secret_internal + 0x4201fd16 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_init + 0x4201fdac 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4201fdac mbedtls_ecdh_init + .text.mbedtls_ecdh_free + 0x4201fdc4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4201fdc4 mbedtls_ecdh_free + .text.mbedtls_ecdh_calc_secret + 0x4201fdf2 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4201fdf2 mbedtls_ecdh_calc_secret + .text.derive_mpi + 0x4201fe16 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.ecdsa_signature_to_asn1 + 0x4201fe86 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_can_do + 0x4201ff2e 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4201ff2e mbedtls_ecdsa_can_do + .text.mbedtls_ecdsa_sign_restartable + 0x4201ff3c 0x1cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4201ff3c mbedtls_ecdsa_sign_restartable + .text.mbedtls_ecdsa_sign_det_restartable + 0x42020108 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020108 mbedtls_ecdsa_sign_det_restartable + .text.mbedtls_ecdsa_verify_restartable + 0x42020216 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020216 mbedtls_ecdsa_verify_restartable + .text.mbedtls_ecdsa_write_signature_restartable + 0x42020382 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020382 mbedtls_ecdsa_write_signature_restartable + .text.mbedtls_ecdsa_write_signature + 0x42020426 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020426 mbedtls_ecdsa_write_signature + .text.mbedtls_ecdsa_read_signature_restartable + 0x4202043a 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4202043a mbedtls_ecdsa_read_signature_restartable + .text.mbedtls_ecdsa_read_signature + 0x420204f6 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x420204f6 mbedtls_ecdsa_read_signature + .text.mbedtls_ecdsa_init + 0x42020506 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020506 mbedtls_ecdsa_init + .text.mbedtls_ecdsa_free + 0x42020514 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x42020514 mbedtls_ecdsa_free + .text.ecp_group_is_static_comb_table + 0x42020524 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_pick_window_size + 0x42020528 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mpi_init_many + 0x4202056a 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mpi_free_many + 0x42020590 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_check_bad_points_mx + 0x420205b6 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_check_pubkey_mx + 0x42020678 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_sub_int_mod + 0x420206c6 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_sub_mod + 0x42020712 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_modp + 0x4202075e 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_mul_mod + 0x42020806 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_add_mod + 0x42020842 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_sw_rhs + 0x4202088e 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_sw_derive_y + 0x420208f4 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_check_pubkey_sw + 0x420209a4 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_double_add_mxz + 0x42020a50 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_randomize_mxz + 0x42020bae 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_randomize_jac + 0x42020c2a 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_privkey_sw + 0x42020cda 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_normalize_mxz + 0x42020d02 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_normalize_jac + 0x42020d46 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_mul_int_mod + 0x42020dea 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_mpi_shift_l_mod + 0x42020e36 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_double_jac + 0x42020e80 0x212 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_normalize_jac_many + 0x42021092 0x1b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_safe_invert_jac + 0x42021244 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_select_comb + 0x420212a8 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_comb_recode_core + 0x4202133e 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_comb_recode_scalar + 0x420213f6 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_privkey_mx + 0x420214a4 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_list + 0x42021518 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021518 mbedtls_ecp_curve_list + .text.mbedtls_ecp_grp_id_list + 0x42021522 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021522 mbedtls_ecp_grp_id_list + .text.mbedtls_ecp_get_type + 0x42021578 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021578 mbedtls_ecp_get_type + .text.mbedtls_ecp_point_init + 0x4202158c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4202158c mbedtls_ecp_point_init + .text.mbedtls_ecp_group_init + 0x420215b0 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420215b0 mbedtls_ecp_group_init + .text.mbedtls_ecp_keypair_init + 0x4202160e 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4202160e mbedtls_ecp_keypair_init + .text.mbedtls_ecp_point_free + 0x42021632 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021632 mbedtls_ecp_point_free + .text.mbedtls_ecp_group_free + 0x42021658 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021658 mbedtls_ecp_group_free + .text.mbedtls_ecp_keypair_free + 0x420216d6 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420216d6 mbedtls_ecp_keypair_free + .text.mbedtls_ecp_copy + 0x420216fc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420216fc mbedtls_ecp_copy + .text.ecp_mul_mxz + 0x42021734 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_group_copy + 0x4202189a 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4202189a mbedtls_ecp_group_copy + .text.mbedtls_ecp_set_zero + 0x420218aa 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420218aa mbedtls_ecp_set_zero + .text.ecp_add_mixed + 0x420218da 0x1e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_precompute_comb + 0x42021aba 0x194 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_mul_comb_core + 0x42021c4e 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_mul_comb_after_precomp + 0x42021d14 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.ecp_mul_comb + 0x42021dba 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_is_zero + 0x42021ebe 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021ebe mbedtls_ecp_is_zero + .text.mbedtls_ecp_point_cmp + 0x42021ed4 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021ed4 mbedtls_ecp_point_cmp + .text.mbedtls_ecp_point_read_binary + 0x42021f24 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42021f24 mbedtls_ecp_point_read_binary + .text.mbedtls_ecp_check_pubkey + 0x42022082 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42022082 mbedtls_ecp_check_pubkey + .text.mbedtls_ecp_check_privkey + 0x420220d8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420220d8 mbedtls_ecp_check_privkey + .text.ecp_mul_restartable_internal + 0x42022178 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_mul_restartable + 0x42022212 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42022212 mbedtls_ecp_mul_restartable + .text.mbedtls_ecp_mul + 0x4202222a 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4202222a mbedtls_ecp_mul + .text.mbedtls_ecp_mul_shortcuts + 0x4202223a 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_muladd_restartable + 0x42022316 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42022316 mbedtls_ecp_muladd_restartable + .text.mbedtls_ecp_muladd + 0x420223c4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420223c4 mbedtls_ecp_muladd + .text.mbedtls_ecp_gen_privkey + 0x420223d4 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x420223d4 mbedtls_ecp_gen_privkey + .text.mbedtls_ecp_check_pub_priv + 0x4202242a 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4202242a mbedtls_ecp_check_pub_priv + .text.add64 0x42022506 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.carry64 0x42022540 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.mbedtls_ecp_fix_negative + 0x42022564 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p255 + 0x420225b8 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_koblitz + 0x4202262e 0x1fe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p256k1 + 0x4202282c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p224k1 + 0x4202284a 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p192k1 + 0x42022868 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p521 + 0x42022886 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p384 + 0x4202290e 0x572 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p256 + 0x42022e80 0x442 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p224 + 0x420232c2 0x22c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p192 + 0x420234ee 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_group_load + 0x420235c0 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_use_curve25519 + 0x42023662 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.mbedtls_ecp_group_load + 0x4202371a 0x406 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x4202371a mbedtls_ecp_group_load + .text.entropy_update + 0x42023b20 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.entropy_gather_internal + 0x42023bc6 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_free + 0x42023c70 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x42023c70 mbedtls_entropy_free + .text.mbedtls_entropy_add_source + 0x42023ca2 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x42023ca2 mbedtls_entropy_add_source + .text.mbedtls_entropy_init + 0x42023cce 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x42023cce mbedtls_entropy_init + .text.mbedtls_entropy_func + 0x42023d12 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x42023d12 mbedtls_entropy_func + .text.mbedtls_hmac_drbg_init + 0x42023e4a 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x42023e4a mbedtls_hmac_drbg_init + .text.mbedtls_hmac_drbg_update + 0x42023e70 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x42023e70 mbedtls_hmac_drbg_update + .text.hmac_drbg_reseed_core + 0x42023f52 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_seed_buf + 0x42024030 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x42024030 mbedtls_hmac_drbg_seed_buf + .text.mbedtls_hmac_drbg_reseed + 0x42024094 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x42024094 mbedtls_hmac_drbg_reseed + .text.mbedtls_hmac_drbg_random_with_add + 0x420240a4 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x420240a4 mbedtls_hmac_drbg_random_with_add + .text.mbedtls_hmac_drbg_random + 0x4202418a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4202418a mbedtls_hmac_drbg_random + .text.mbedtls_hmac_drbg_free + 0x4202419c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4202419c mbedtls_hmac_drbg_free + .text.oid_pk_alg_from_asn1 + 0x420241c4 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_grp_id_from_asn1 + 0x42024200 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_grp_id_algid_from_asn1 + 0x4202423c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_pk_alg + 0x42024278 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x42024278 mbedtls_oid_get_pk_alg + .text.mbedtls_oid_get_ec_grp + 0x4202429a 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4202429a mbedtls_oid_get_ec_grp + .text.mbedtls_oid_get_ec_grp_algid + 0x420242bc 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x420242bc mbedtls_oid_get_ec_grp_algid + .text.mbedtls_oid_get_oid_by_md + 0x420242de 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x420242de mbedtls_oid_get_oid_by_md + .text.esp_sha_dma_start + 0x42024304 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + 0x42024304 esp_sha_dma_start + .text.esp_aes_dma_start + 0x42024314 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + 0x42024314 esp_aes_dma_start + .text.esp_aes_dma_done + 0x42024322 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + 0x42024322 esp_aes_dma_done + .text.crypto_shared_gdma_new_channel + 0x4202432c 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.crypto_shared_gdma_init + 0x4202436e 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_start_axi_ahb + 0x4202446a 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + 0x4202446a esp_crypto_shared_gdma_start_axi_ahb + .text.mbedtls_hardware_poll + 0x4202454c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x4202454c mbedtls_hardware_poll + .text.esp_now_init + 0x4202456e 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x4202456e esp_now_init + .text.esp_now_send + 0x42024640 0x196 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x42024640 esp_now_send + .text.esp_now_add_peer + 0x420247d6 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x420247d6 esp_now_add_peer + .text.esp_now_del_peer + 0x420248ac 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x420248ac esp_now_del_peer + .text.esp_now_is_peer_exist + 0x42024980 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + 0x42024980 esp_now_is_peer_exist + .text.mt_recv_cb + 0x42024a40 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_clear_lmk + 0x42024a50 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_get_lmk + 0x42024a76 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_send_cb + 0x42024ae4 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_get_key_idx.isra.2 + 0x42024b84 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_copy_peer + 0x42024bf8 0xce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_set_lmk + 0x42024cc6 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .text.mt_init 0x42024df2 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x42024df2 mt_init + .text.mt_send 0x42024ede 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x42024ede mt_send + .text.mt_del_peer + 0x42025010 0x102 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x42025010 mt_del_peer + .text.mt_fetch_peer + 0x42025112 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x42025112 mt_fetch_peer + .text.mt_is_peer_exist + 0x420251a6 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x420251a6 mt_is_peer_exist + .text.mt_add_peer + 0x42025214 0x434 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + 0x42025214 mt_add_peer + .text.ccmp_encap + 0x42025648 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x42025648 ccmp_encap + .text.ccmp_decap + 0x420256b8 0xc4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x420256b8 ccmp_decap + .text.ieee80211_decrypt_espnow_pkt + 0x4202577c 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x4202577c ieee80211_decrypt_espnow_pkt + .text.ieee80211_ccmp_decrypt + 0x420257c2 0x19e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x420257c2 ieee80211_ccmp_decrypt + .text.ieee80211_crypto_attach + 0x42025960 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025960 ieee80211_crypto_attach + .text.ieee80211_crypto_decap + 0x42025962 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025962 ieee80211_crypto_decap + .text.ieee80211_crypto_aes_128_cmac_encrypt + 0x42025a16 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025a16 ieee80211_crypto_aes_128_cmac_encrypt + .text.ieee80211_crypto_aes_128_cmac_decrypt + 0x42025b42 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025b42 ieee80211_crypto_aes_128_cmac_decrypt + .text.ieee80211_crypto_gmac_decrypt + 0x42025cca 0x1e2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025cca ieee80211_crypto_gmac_decrypt + .text.ieee80211_get_cipher_mic_len + 0x42025eac 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + 0x42025eac ieee80211_get_cipher_mic_len + .text.chm_end_op_timeout + 0x42025ed6 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .text.chm_phy_change_channel.constprop.3 + 0x42025ee0 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .text.chm_mhz2num + 0x42025f14 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42025f14 chm_mhz2num + .text.chm_deinit + 0x42025f64 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42025f64 chm_deinit + .text.chm_release_lock + 0x42025fa0 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42025fa0 chm_release_lock + .text.chm_end_op + 0x42025fb6 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42025fb6 chm_end_op + .text.chm_end_op_timeout_process + 0x42026012 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026012 chm_end_op_timeout_process + .text.chm_cancel_op + 0x42026040 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026040 chm_cancel_op + .text.chm_acquire_lock + 0x420260aa 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x420260aa chm_acquire_lock + .text.chm_get_current_channel + 0x420260f8 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x420260f8 chm_get_current_channel + .text.chm_check_channel_is_valid + 0x42026106 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026106 chm_check_channel_is_valid + .text.chm_check_channel + 0x42026164 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026164 chm_check_channel + .text.chm_get_current_band + 0x42026186 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026186 chm_get_current_band + .text.chm_get_band_from_chan + 0x4202618a 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202618a chm_get_band_from_chan + .text.chm_get_home_channel + 0x4202618e 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202618e chm_get_home_channel + .text.chm_set_home_channel + 0x4202619c 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202619c chm_set_home_channel + .text.chm_get_channel_index + 0x4202625a 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202625a chm_get_channel_index + .text.chm_get_chan_info + 0x4202626c 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202626c chm_get_chan_info + .text.chm_set_current_channel + 0x42026292 0x130 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026292 chm_set_current_channel + .text.chm_init + 0x420263c2 0x154 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x420263c2 chm_init + .text.chm_change_channel + 0x42026516 0x126 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .text.chm_start_op + 0x4202663c 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x4202663c chm_start_op + .text.chm_return_home_channel + 0x42026688 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + 0x42026688 chm_return_home_channel + .text.wifi_log + 0x420266ec 0xcc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + 0x420266ec wifi_log + .text.wifi_nvs_cfg_item_init + 0x420267b8 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420267b8 wifi_nvs_cfg_item_init + .text.wifi_nvs_cfg_init + 0x42026860 0xa58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42026860 wifi_nvs_cfg_init + .text.wifi_nvs_get + 0x420272b8 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420272b8 wifi_nvs_get + .text.wifi_nvs_commit + 0x420272be 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420272be wifi_nvs_commit + .text.wifi_nvs_set + 0x420272f4 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420272f4 wifi_nvs_set + .text.ieee80211_adjust_2nd_chan + 0x4202747c 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x4202747c ieee80211_adjust_2nd_chan + .text.wifi_nvs_compare_cfg_diff + 0x420274e0 0x192 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420274e0 wifi_nvs_compare_cfg_diff + .text.wifi_set_default_ssid + 0x42027672 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027672 wifi_set_default_ssid + .text.wifi_nvs_validate_ap_ssid + 0x420276c8 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420276c8 wifi_nvs_validate_ap_ssid + .text.wifi_nvs_validate_ap_password + 0x420276ec 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420276ec wifi_nvs_validate_ap_password + .text.wifi_nvs_validate_sta_password + 0x42027738 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027738 wifi_nvs_validate_sta_password + .text.wifi_nvs_validate_country + 0x4202778c 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x4202778c wifi_nvs_validate_country + .text.wifi_nvs_validate_ap_chan + 0x420277d6 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x420277d6 wifi_nvs_validate_ap_chan + .text.wifi_nvs_validate_ap_num + 0x42027824 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027824 wifi_nvs_validate_ap_num + .text.wifi_nvs_validate_sta_listen_interval + 0x4202783a 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x4202783a wifi_nvs_validate_sta_listen_interval + .text.wifi_nvs_load + 0x4202784e 0x26a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_get_sta_listen_interval + 0x42027ab8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027ab8 wifi_nvs_get_sta_listen_interval + .text.wifi_nvs_reset_current_ap_info + 0x42027ac2 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027ac2 wifi_nvs_reset_current_ap_info + .text.wifi_nvs_deinit + 0x42027b42 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027b42 wifi_nvs_deinit + .text.wifi_nvs_init + 0x42027ba0 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + 0x42027ba0 wifi_nvs_init + .text.wifi_sta_connect_internal_process + 0x42027c1e 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027c1e wifi_sta_connect_internal_process + .text.esp_wifi_get_sta_hw_key_idx_internal + 0x42027c40 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_ap_get_prof_pmk_internal + 0x42027c68 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027c68 esp_wifi_ap_get_prof_pmk_internal + .text.esp_wifi_sta_update_ap_info_internal + 0x42027c72 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027c72 esp_wifi_sta_update_ap_info_internal + .text.esp_wifi_sta_get_ap_info_prof_pmk_internal + 0x42027c9c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027c9c esp_wifi_sta_get_ap_info_prof_pmk_internal + .text.esp_wifi_ap_get_prof_ap_ssid_internal + 0x42027cb4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cb4 esp_wifi_ap_get_prof_ap_ssid_internal + .text.esp_wifi_sta_get_prof_ssid_internal + 0x42027cbe 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cbe esp_wifi_sta_get_prof_ssid_internal + .text.esp_wifi_ap_get_prof_authmode_internal + 0x42027cc6 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cc6 esp_wifi_ap_get_prof_authmode_internal + .text.esp_wifi_ap_get_max_sta_conn + 0x42027cd0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cd0 esp_wifi_ap_get_max_sta_conn + .text.esp_wifi_ap_get_prof_pairwise_cipher_internal + 0x42027cda 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cda esp_wifi_ap_get_prof_pairwise_cipher_internal + .text.esp_wifi_sta_get_prof_authmode_internal + 0x42027ce4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027ce4 esp_wifi_sta_get_prof_authmode_internal + .text.esp_wifi_get_pmf_config_internal + 0x42027cee 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027cee esp_wifi_get_pmf_config_internal + .text.esp_wifi_get_config_sae_pwe_h2e_internal + 0x42027d20 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027d20 esp_wifi_get_config_sae_pwe_h2e_internal + .text.esp_wifi_sta_get_rsnxe + 0x42027d5a 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027d5a esp_wifi_sta_get_rsnxe + .text.esp_wifi_sta_disable_wpa2_authmode_internal + 0x42027d80 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027d80 esp_wifi_sta_disable_wpa2_authmode_internal + .text.esp_wifi_sta_get_config_sae_pk_internal + 0x42027dd0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027dd0 esp_wifi_sta_get_config_sae_pk_internal + .text.esp_wifi_enable_sae_pk_only_mode_internal + 0x42027dda 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027dda esp_wifi_enable_sae_pk_only_mode_internal + .text.esp_wifi_sta_disable_owe_trans_internal + 0x42027e04 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027e04 esp_wifi_sta_disable_owe_trans_internal + .text.esp_wifi_ap_notify_node_sae_auth_done + 0x42027e3e 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027e3e esp_wifi_ap_notify_node_sae_auth_done + .text.esp_wifi_ap_is_sta_sae_reauth_node + 0x42027e8e 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027e8e esp_wifi_ap_is_sta_sae_reauth_node + .text.esp_wifi_sta_get_sae_identifier_internal + 0x42027eb2 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027eb2 esp_wifi_sta_get_sae_identifier_internal + .text.esp_wifi_sta_is_ap_notify_completed_rsne_internal + 0x42027ebc 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027ebc esp_wifi_sta_is_ap_notify_completed_rsne_internal + .text.esp_wifi_ap_get_prof_password_internal + 0x42027eca 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027eca esp_wifi_ap_get_prof_password_internal + .text.wifi_sta_get_prof_password + 0x42027ed4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027ed4 wifi_sta_get_prof_password + .text.wifi_ap_pmf_enabled + 0x42027ede 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027ede wifi_ap_pmf_enabled + .text.esp_wifi_sta_get_prof_password_internal + 0x42027f16 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f16 esp_wifi_sta_get_prof_password_internal + .text.esp_wifi_sta_get_reset_param_internal + 0x42027f20 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f20 esp_wifi_sta_get_reset_param_internal + .text.esp_wifi_sta_set_reset_param_internal + 0x42027f2a 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f2a esp_wifi_sta_set_reset_param_internal + .text.esp_wifi_sta_prof_is_wpa_internal + 0x42027f36 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f36 esp_wifi_sta_prof_is_wpa_internal + .text.esp_wifi_sta_prof_is_wpa2_internal + 0x42027f54 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f54 esp_wifi_sta_prof_is_wpa2_internal + .text.esp_wifi_sta_prof_is_wapi_internal + 0x42027f76 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f76 esp_wifi_sta_prof_is_wapi_internal + .text.esp_wifi_sta_prof_is_rsn_internal + 0x42027f86 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027f86 esp_wifi_sta_prof_is_rsn_internal + .text.esp_wifi_sta_get_pairwise_cipher_internal + 0x42027fa6 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027fa6 esp_wifi_sta_get_pairwise_cipher_internal + .text.esp_wifi_sta_get_group_cipher_internal + 0x42027fb0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027fb0 esp_wifi_sta_get_group_cipher_internal + .text.ieee80211_get_key + 0x42027fba 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027fba ieee80211_get_key + .text.ieee80211_set_key + 0x42027fd8 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42027fd8 ieee80211_set_key + .text.ieee80211_set_sta_gtk_index + 0x4202803a 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202803a ieee80211_set_sta_gtk_index + .text.ieee80211_set_gtk + 0x42028052 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028052 ieee80211_set_gtk + .text.ieee80211_get_ptk + 0x4202809a 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202809a ieee80211_get_ptk + .text.ieee80211_get_spp + 0x420280b6 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420280b6 ieee80211_get_spp + .text.esp_wifi_wpa_ptk_init_done_internal + 0x420280f0 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420280f0 esp_wifi_wpa_ptk_init_done_internal + .text.esp_wifi_auth_done_internal + 0x4202817e 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202817e esp_wifi_auth_done_internal + .text.esp_wifi_unregister_wpa_cb_internal + 0x4202818e 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202818e esp_wifi_unregister_wpa_cb_internal + .text.esp_wifi_register_wpa_cb_internal + 0x420281c2 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420281c2 esp_wifi_register_wpa_cb_internal + .text.ieee80211_sta_is_connected + 0x420281e0 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420281e0 ieee80211_sta_is_connected + .text.esp_wifi_get_hostap_private_internal + 0x420281f0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420281f0 esp_wifi_get_hostap_private_internal + .text.esp_wifi_deauthenticate_internal + 0x42028202 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028202 esp_wifi_deauthenticate_internal + .text.esp_wifi_get_spp_attrubute_internal + 0x4202823a 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202823a esp_wifi_get_spp_attrubute_internal + .text.esp_wifi_get_user_init_flag_internal + 0x4202825a 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202825a esp_wifi_get_user_init_flag_internal + .text.wifi_set_rx_policy + 0x4202826c 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202826c wifi_set_rx_policy + .text.ieee80211_espnow_get_init_flag + 0x420283c4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420283c4 ieee80211_espnow_get_init_flag + .text.ieee80211_espnow_set_init_flag + 0x420283ce 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420283ce ieee80211_espnow_set_init_flag + .text.ieee80211_mt_key_is_mask + 0x420283d8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420283d8 ieee80211_mt_key_is_mask + .text.ieee80211_mt_key_set_mask + 0x420283f8 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420283f8 ieee80211_mt_key_set_mask + .text.ieee80211_mt_key_clear_mask + 0x42028416 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028416 ieee80211_mt_key_clear_mask + .text.ieee80211_get_mac_addr_from_frame + 0x42028438 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028438 ieee80211_get_mac_addr_from_frame + .text.esp_wifi_register_eapol_txdonecb_internal + 0x42028456 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028456 esp_wifi_register_eapol_txdonecb_internal + .text.esp_wifi_get_macaddr_internal + 0x42028466 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028466 esp_wifi_get_macaddr_internal + .text.esp_wifi_ap_deauth_internal + 0x42028484 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028484 esp_wifi_ap_deauth_internal + .text.wifi_init_key + 0x420284e8 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420284e8 wifi_init_key + .text.esp_wifi_set_ap_key_internal + 0x42028516 0x180 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028516 esp_wifi_set_ap_key_internal + .text.ppInstallKey + 0x42028696 0x152 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028696 ppInstallKey + .text.esp_wifi_set_sta_key_internal + 0x420287e8 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420287e8 esp_wifi_set_sta_key_internal + .text.esp_wifi_get_sta_key_internal + 0x4202884e 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202884e esp_wifi_get_sta_key_internal + .text.esp_wifi_set_appie_internal + 0x420288aa 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x420288aa esp_wifi_set_appie_internal + .text.esp_wifi_unset_appie_internal + 0x42028920 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028920 esp_wifi_unset_appie_internal + .text.esp_wifi_get_wps_status_internal + 0x4202892a 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x4202892a esp_wifi_get_wps_status_internal + .text.esp_wifi_sta_pmf_enabled + 0x42028936 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028936 esp_wifi_sta_pmf_enabled + .text.esp_wifi_sta_get_mgmt_group_cipher + 0x42028940 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028940 esp_wifi_sta_get_mgmt_group_cipher + .text.esp_wifi_set_igtk_internal + 0x42028966 0xce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028966 esp_wifi_set_igtk_internal + .text.ieee80211w_get_active_igtk_key_id + 0x42028a34 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028a34 ieee80211w_get_active_igtk_key_id + .text.ieee80211w_get_igtk_from_keyidx + 0x42028a4e 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028a4e ieee80211w_get_igtk_from_keyidx + .text.esp_wifi_skip_supp_pmkcaching + 0x42028a9c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028a9c esp_wifi_skip_supp_pmkcaching + .text.esp_wifi_register_mgmt_frame_internal + 0x42028aa6 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028aa6 esp_wifi_register_mgmt_frame_internal + .text.esp_wifi_send_mgmt_frm_internal + 0x42028b08 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028b08 esp_wifi_send_mgmt_frm_internal + .text.esp_wifi_sta_connect_internal + 0x42028ba0 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028ba0 esp_wifi_sta_connect_internal + .text.esp_wifi_ap_get_transition_disable_internal + 0x42028bd8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + 0x42028bd8 esp_wifi_ap_get_transition_disable_internal + .text.wifi_pmk_is_valid + 0x42028be2 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_ioctl_process + 0x42028c18 0x112 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028c18 ieee80211_ioctl_process + .text.current_task_is_wifi_task + 0x42028d2a 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028d2a current_task_is_wifi_task + .text.wifi_station_get_reconnect_policy + 0x42028d52 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028d52 wifi_station_get_reconnect_policy + .text._do_wifi_stop + 0x42028d56 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028d56 _do_wifi_stop + .text.wifi_stop_old_mode + 0x42028dda 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text._do_wifi_start + 0x42028e36 0xce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028e36 _do_wifi_start + .text.ieee80211_set_phy_bw + 0x42028f04 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028f04 ieee80211_set_phy_bw + .text.ieee80211_protocol_attach + 0x42028ffe 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42028ffe ieee80211_protocol_attach + .text.wifi_station_save_ap_channel + 0x42029056 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029056 wifi_station_save_ap_channel + .text.ieee80211_sta_disconnect + 0x420290cc 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x420290cc ieee80211_sta_disconnect + .text._do_wifi_disconnect + 0x42029180 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_softap_max_support_num + 0x4202920c 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202920c wifi_softap_max_support_num + .text.wifi_softap_set_config + 0x42029226 0x806 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029226 wifi_softap_set_config + .text.chip_enable + 0x42029a2c 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029a2c chip_enable + .text.chip_disable + 0x42029a52 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029a52 chip_disable + .text.wifi_reset_mac + 0x42029a78 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029a78 wifi_reset_mac + .text.wifi_hw_start + 0x42029ade 0x16c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029ade wifi_hw_start + .text.wifi_stop_sw_txq + 0x42029c4a 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029c4a wifi_stop_sw_txq + .text.wifi_hw_stop + 0x42029c7e 0x142 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029c7e wifi_hw_stop + .text.wifi_hw_mode_switch + 0x42029dc0 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_mode_process + 0x42029e6a 0x14a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029e6a wifi_set_mode_process + .text.wifi_menuconfig_init + 0x42029fb4 0x1e2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x42029fb4 wifi_menuconfig_init + .text.wpa_crypto_funcs_init + 0x4202a196 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a196 wpa_crypto_funcs_init + .text.wifi_crypto_init + 0x4202a1da 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a1da wifi_crypto_init + .text.wifi_hmac_init + 0x4202a1e0 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a1e0 wifi_hmac_init + .text.wifi_lmac_init + 0x4202a21c 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a21c wifi_lmac_init + .text.wifi_deinit + 0x4202a322 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a322 wifi_deinit + .text.wifi_init_process + 0x4202a342 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a342 wifi_init_process + .text.wifi_deinit_process + 0x4202a418 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a418 wifi_deinit_process + .text.wifi_start_process + 0x4202a41c 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a41c wifi_start_process + .text.wifi_disconnect_process + 0x4202a4a6 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a4a6 wifi_disconnect_process + .text.wifi_set_channel_process + 0x4202a50a 0x14c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a50a wifi_set_channel_process + .text.wifi_set_rxcb_process + 0x4202a656 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a656 wifi_set_rxcb_process + .text.wifi_wps_is_started + 0x4202a682 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a682 wifi_wps_is_started + .text.wifi_wpa2_is_started + 0x4202a68c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a68c wifi_wpa2_is_started + .text.wifi_ipc_process + 0x4202a696 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a696 wifi_ipc_process + .text.ieee80211_set_appie + 0x4202a70a 0x17e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a70a ieee80211_set_appie + .text.wifi_set_appie_process + 0x4202a888 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a888 wifi_set_appie_process + .text.wifi_send_mgmt_frame + 0x4202a8a4 0x15a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a8a4 wifi_send_mgmt_frame + .text.wifi_register_mgmt_frame + 0x4202a9fe 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202a9fe wifi_register_mgmt_frame + .text.wifi_configure_wake_window_process + 0x4202aa16 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202aa16 wifi_configure_wake_window_process + .text.wifi_ap_remove_sta_node_process + 0x4202aa36 0x11c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202aa36 wifi_ap_remove_sta_node_process + .text.wifi_ap_sta_sae_auth_done_process + 0x4202ab52 0xec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ab52 wifi_ap_sta_sae_auth_done_process + .text.wifi_on_coex_start_process + 0x4202ac3e 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ac3e wifi_on_coex_start_process + .text.wifi_on_coex_schm_phase_process + 0x4202ac66 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ac66 wifi_on_coex_schm_phase_process + .text.wifi_mesh_ps_duty_cycle_get_process + 0x4202ac76 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ac76 wifi_mesh_ps_duty_cycle_get_process + .text.ieee80211_ioctl_init + 0x4202ac9e 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ac9e ieee80211_ioctl_init + .text.ieee80211_ioctl_deinit + 0x4202acce 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202acce ieee80211_ioctl_deinit + .text.ieee80211_ioctl + 0x4202acda 0x1b2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202acda ieee80211_ioctl + .text.config_get_wifi_task_stack_size + 0x4202ae8c 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + 0x4202ae8c config_get_wifi_task_stack_size + .text.ieee80211_ampdu_age_handle + 0x4202aeb6 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_addba + 0x4202aec8 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_ap_try_sa_query + 0x4202aeda 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x4202aeda ieee80211_ap_try_sa_query + .text.ieee80211_ap_sa_query_timeout + 0x4202af14 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x4202af14 ieee80211_ap_sa_query_timeout + .text.ieee80211_cnx_connect_next_ap + 0x4202af4e 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_sta_retry_assoc + 0x4202af86 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_sta_sa_query_timeout + 0x4202afbe 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_sta_try_sa_query + 0x4202aff6 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_assoc + 0x4202b02e 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_auth + 0x4202b066 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_chm_dwell + 0x4202b09e 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_handshake + 0x4202b0d8 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_beacon + 0x4202b110 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_probe_send + 0x4202b160 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_csa + 0x4202b1b0 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_scan_enter_op_chan + 0x4202b1f2 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_scan_inter_chan + 0x4202b22c 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_timer_connect + 0x4202b266 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_hostap_handle + 0x4202b29e 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_send_beacon + 0x4202b2d8 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .text.ieee80211_register_hostap_timer + 0x4202b312 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x4202b312 ieee80211_register_hostap_timer + .text.ieee80211_timer_do_process + 0x4202b348 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x4202b348 ieee80211_timer_do_process + .text.ieee80211_timer_process + 0x4202b3e8 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + 0x4202b3e8 ieee80211_timer_process + .text.gcmp_encap + 0x4202b4b2 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .text.gcmp_decap + 0x4202b522 0xc4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .text.ftm_is_responder_supported + 0x4202b5e6 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b5e6 ftm_is_responder_supported + .text.ftm_responder_cleanup + 0x4202b602 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b602 ftm_responder_cleanup + .text.ftm_is_initiator_supported + 0x4202b684 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b684 ftm_is_initiator_supported + .text.ftm_initiator_post_event + 0x4202b692 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b692 ftm_initiator_post_event + .text.ftm_initiator_cleanup + 0x4202b71c 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b71c ftm_initiator_cleanup + .text.ieee80211_ftm_detach + 0x4202b7c8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + 0x4202b7c8 ieee80211_ftm_detach + .text.wifi_ant_update_empty_func + 0x4202b7cc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b7cc wifi_ant_update_empty_func + .text.esp_wifi_send_deauth_local + 0x4202b7d0 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b7d0 esp_wifi_send_deauth_local + .text.esp_wifi_ap_get_sta_aid_local + 0x4202b7e4 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b7e4 esp_wifi_ap_get_sta_aid_local + .text.wifi_get_init_state + 0x4202b876 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b876 wifi_get_init_state + .text.wifi_is_stop_in_progress + 0x4202b87c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b87c wifi_is_stop_in_progress + .text.wifi_api_lock + 0x4202b886 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b886 wifi_api_lock + .text.wifi_api_unlock + 0x4202b8de 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b8de wifi_api_unlock + .text.wifi_init_completed + 0x4202b906 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202b906 wifi_init_completed + .text.wifi_station_get_config_local + 0x4202b932 0x1a4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_config + 0x4202bad6 0x184 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bad6 wifi_softap_get_config + .text.esp_wifi_get_mode + 0x4202bc5a 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bc5a esp_wifi_get_mode + .text.wifi_check_chan_param + 0x4202bc90 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bc90 wifi_check_chan_param + .text.wifi_deinit_in_caller_task + 0x4202bcec 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bcec wifi_deinit_in_caller_task + .text.wifi_init_in_caller_task + 0x4202bd3c 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bd3c wifi_init_in_caller_task + .text.wifi_osi_funcs_register + 0x4202bde8 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bde8 wifi_osi_funcs_register + .text.net80211_data_ptr_init + 0x4202be4c 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202be4c net80211_data_ptr_init + .text.net80211_softap_funcs_init + 0x4202bf1e 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bf1e net80211_softap_funcs_init + .text.net80211_funcs_init + 0x4202bf94 0x242 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202bf94 net80211_funcs_init + .text.net80211_funcs_deinit + 0x4202c1d6 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c1d6 net80211_funcs_deinit + .text.esp_wifi_init_internal + 0x4202c202 0x11e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c202 esp_wifi_init_internal + .text.esp_wifi_deinit_internal + 0x4202c320 0x100 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c320 esp_wifi_deinit_internal + .text.esp_wifi_set_mode + 0x4202c420 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c420 esp_wifi_set_mode + .text.esp_wifi_start + 0x4202c470 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c470 esp_wifi_start + .text.esp_wifi_get_config + 0x4202c4b4 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c4b4 esp_wifi_get_config + .text.esp_wifi_set_channel + 0x4202c50e 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c50e esp_wifi_set_channel + .text.esp_wifi_set_storage + 0x4202c588 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c588 esp_wifi_set_storage + .text.esp_wifi_internal_reg_rxcb + 0x4202c5e0 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c5e0 esp_wifi_internal_reg_rxcb + .text.wifi_event_post + 0x4202c64e 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c64e wifi_event_post + .text.wifi_mesh_event_post + 0x4202c6a0 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c6a0 wifi_mesh_event_post + .text.esp_wifi_vnd_lora_enable + 0x4202c6ee 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c6ee esp_wifi_vnd_lora_enable + .text.esp_wifi_vnd_lora_disable + 0x4202c7ae 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c7ae esp_wifi_vnd_lora_disable + .text.esp_wifi_get_event_mask + 0x4202c80c 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c80c esp_wifi_get_event_mask + .text.esp_wifi_ipc_internal + 0x4202c836 0x148 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c836 esp_wifi_ipc_internal + .text.esp_wifi_internal_set_log_level + 0x4202c97e 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c97e esp_wifi_internal_set_log_level + .text.esp_wifi_internal_configure_wake_window + 0x4202c994 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202c994 esp_wifi_internal_configure_wake_window + .text.esp_wifi_internal_on_coex_start + 0x4202ca10 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202ca10 esp_wifi_internal_on_coex_start + .text.esp_wifi_internal_on_coex_schm_phase + 0x4202ca52 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202ca52 esp_wifi_internal_on_coex_schm_phase + .text.esp_wifi_set_sleep_min_active_time + 0x4202ca94 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202ca94 esp_wifi_set_sleep_min_active_time + .text.esp_wifi_set_keep_alive_time + 0x4202ca98 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202ca98 esp_wifi_set_keep_alive_time + .text.esp_wifi_set_sleep_wait_broadcast_data_time + 0x4202ca9c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202ca9c esp_wifi_set_sleep_wait_broadcast_data_time + .text.esp_wifi_internal_issue_disconnect + 0x4202caa0 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202caa0 esp_wifi_internal_issue_disconnect + .text.esp_wifi_ap_get_sta_aid + 0x4202cac8 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202cac8 esp_wifi_ap_get_sta_aid + .text.esp_mesh_map_deauth + 0x4202cb00 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202cb00 esp_mesh_map_deauth + .text.esp_mesh_get_running_active_duty_cycle + 0x4202cb94 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + 0x4202cb94 esp_mesh_get_running_active_duty_cycle + .text.ieee80211_freedom_inside_cb + 0x4202cbe0 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202cbe0 ieee80211_freedom_inside_cb + .text.ieee80211_send_sa_query + 0x4202cc0a 0xc8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_send_sa_query_resp + 0x4202ccd2 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_send_sa_query_req + 0x4202ccec 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_recv_sa_query_resp + 0x4202cd06 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_recv_sa_query_req + 0x4202ce02 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .text.ieee80211_rate_ref_init + 0x4202ce1e 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202ce1e ieee80211_rate_ref_init + .text.ieee80211_freedom_init + 0x4202ce36 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202ce36 ieee80211_freedom_init + .text.ieee80211_user_ie_init + 0x4202ce58 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202ce58 ieee80211_user_ie_init + .text.ieee80211_ifattach + 0x4202cea0 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202cea0 ieee80211_ifattach + .text.ieee80211_ifdetach + 0x4202cf6a 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202cf6a ieee80211_ifdetach + .text.wifi_destroy_softap + 0x4202cf82 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202cf82 wifi_destroy_softap + .text.wifi_destroy_sta + 0x4202d00c 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d00c wifi_destroy_sta + .text.ieee80211_find_elem_match + 0x4202d09a 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d09a ieee80211_find_elem_match + .text.ieee80211_find_ie + 0x4202d11a 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d11a ieee80211_find_ie + .text.ieee80211_setup_pmf + 0x4202d124 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d124 ieee80211_setup_pmf + .text.wifi_create_softap + 0x4202d16c 0x11e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d16c wifi_create_softap + .text.wifi_create_sta + 0x4202d28a 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d28a wifi_create_sta + .text.wifi_mode_set + 0x4202d3b6 0x170 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d3b6 wifi_mode_set + .text.ieee80211_is_robust_mgmt_frm + 0x4202d526 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x4202d526 ieee80211_is_robust_mgmt_frm + .text.get_iav_key + 0x4202d570 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202d570 get_iav_key + .text.register_ieee80211_action_vendor_get_key_cb + 0x4202d584 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202d584 register_ieee80211_action_vendor_get_key_cb + .text.ieee80211_add_action_vendor_spec_esp + 0x4202d596 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202d596 ieee80211_add_action_vendor_spec_esp + .text.ieee80211_alloc_action_vendor_spec + 0x4202d5f4 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202d5f4 ieee80211_alloc_action_vendor_spec + .text.ieee80211_send_action_vendor_spec + 0x4202d6fc 0x39c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202d6fc ieee80211_send_action_vendor_spec + .text.ieee80211_recv_action_vendor_esp_now + 0x4202da98 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202da98 ieee80211_recv_action_vendor_esp_now + .text.ieee80211_recv_action_vendor_spec + 0x4202dbca 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202dbca ieee80211_recv_action_vendor_spec + .text.ieee80211_action_vendor_spec_attach + 0x4202dc76 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202dc76 ieee80211_action_vendor_spec_attach + .text.register_ieee80211_action_vendor_spec_cb + 0x4202dca6 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + 0x4202dca6 register_ieee80211_action_vendor_spec_cb + .text.ieee80211_is_action_category_robust + 0x4202dcb8 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .text.sta_eapol_txdone_cb + 0x4202dcf4 0xce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202dcf4 sta_eapol_txdone_cb + .text.sta_assoc_comeback + 0x4202ddc2 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .text.sta_try_sa_query + 0x4202ddcc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .text.sta_sa_query_timeout + 0x4202ddd6 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .text.wifi_sta_reg_eapol_txdone_cb + 0x4202dde0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202dde0 wifi_sta_reg_eapol_txdone_cb + .text.wifi_sta_reg_rxcb + 0x4202ddf8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202ddf8 wifi_sta_reg_rxcb + .text.sta_michael_mic_failure + 0x4202de02 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202de02 sta_michael_mic_failure + .text.ieee80211_wme_standard_ac_to_esp_ac + 0x4202de36 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202de36 ieee80211_wme_standard_ac_to_esp_ac + .text.ieee80211_parse_wmeparams + 0x4202de78 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202de78 ieee80211_parse_wmeparams + .text.sta_rx_csa + 0x4202df22 0x276 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202df22 sta_rx_csa + .text.update_cs_thres + 0x4202e198 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e198 update_cs_thres + .text.reset_cs_thres + 0x4202e210 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e210 reset_cs_thres + .text.ieee80211_parse_obss_scan_param + 0x4202e234 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e234 ieee80211_parse_obss_scan_param + .text.sta_recv_ctl + 0x4202e248 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e248 sta_recv_ctl + .text.wifi_station_start + 0x4202e256 0xc0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e256 wifi_station_start + .text.wifi_station_stop + 0x4202e316 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e316 wifi_station_stop + .text.sta_bip_check + 0x4202e3ac 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e3ac sta_bip_check + .text.sta_is_wpa3_enabled + 0x4202e42e 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e42e sta_is_wpa3_enabled + .text.sta_is_11r_enabled + 0x4202e44c 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e44c sta_is_11r_enabled + .text.sta_is_wifi_ent_enabled + 0x4202e45a 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e45a sta_is_wifi_ent_enabled + .text.sta_get_owe_data + 0x4202e468 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e468 sta_get_owe_data + .text.sta_update_power_off_reset_flag + 0x4202e472 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e472 sta_update_power_off_reset_flag + .text.ieee80211_sta_new_state + 0x4202e4de 0xb2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202e4de ieee80211_sta_new_state + .text.sta_auth_ft + 0x4202f00c 0xea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f00c sta_auth_ft + .text.sta_auth_open + 0x4202f0f6 0x176 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f0f6 sta_auth_open + .text.sta_auth_shared + 0x4202f26c 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f26c sta_auth_shared + .text.sta_auth_sae + 0x4202f3ca 0x1d4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f3ca sta_auth_sae + .text.sta_retry_assoc + 0x4202f59e 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f59e sta_retry_assoc + .text.sta_recv_assoc + 0x4202f6a2 0x6bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202f6a2 sta_recv_assoc + .text.sta_sa_query_process_timeout + 0x4202fd5e 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202fd5e sta_sa_query_process_timeout + .text.sta_try_sa_query_process + 0x4202fdf6 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202fdf6 sta_try_sa_query_process + .text.sta_recv_mgmt + 0x4202ff7e 0xad4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x4202ff7e sta_recv_mgmt + .text.ieee80211_proto_attach + 0x42030a52 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + 0x42030a52 ieee80211_proto_attach + .text.ieee80211_set_shortslottime + 0x42030a70 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + 0x42030a70 ieee80211_set_shortslottime + .text.ieee80211_wme_updateparams + 0x42030a82 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + 0x42030a82 ieee80211_wme_updateparams + .text.ieee80211_mlme_connect_bss + 0x42030aea 0x17e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + 0x42030aea ieee80211_mlme_connect_bss + .text.ieee80211_rfid_locp_recv_reset + 0x42030c68 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + 0x42030c68 ieee80211_rfid_locp_recv_reset + .text.ieee80211_rfid_locp_recv + 0x42030c72 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + 0x42030c72 ieee80211_rfid_locp_recv + .text.ieee80211_regdomain_get_country + 0x42030c8a 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030c8a ieee80211_regdomain_get_country + .text.ieee80211_update_phy_country + 0x42030cbe 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030cbe ieee80211_update_phy_country + .text.ieee80211_regdomain_update + 0x42030cee 0x142 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030cee ieee80211_regdomain_update + .text.ieee80211_regdomain_update_in_scan + 0x42030e30 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030e30 ieee80211_regdomain_update_in_scan + .text.ieee80211_regdomain_update_in_connect + 0x42030e38 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030e38 ieee80211_regdomain_update_in_connect + .text.ieee80211_add_countryie + 0x42030e40 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030e40 ieee80211_add_countryie + .text.ieee80211_regdomain_max_chan + 0x42030eae 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030eae ieee80211_regdomain_max_chan + .text.ieee80211_regdomain_ap_max_chan + 0x42030eda 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030eda ieee80211_regdomain_ap_max_chan + .text.ieee80211_regdomain_min_chan + 0x42030ef8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030ef8 ieee80211_regdomain_min_chan + .text.ieee80211_regdomain_ap_min_chan + 0x42030f18 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030f18 ieee80211_regdomain_ap_min_chan + .text.ieee80211_regdomain_chan_in_range + 0x42030f2a 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030f2a ieee80211_regdomain_chan_in_range + .text.ieee80211_regdomain_is_active_scan + 0x42030f52 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + 0x42030f52 ieee80211_regdomain_is_active_scan + .text.addba_stop_timeout + 0x42030f66 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_timeout + 0x42030f96 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.addba_timeout + 0x42030fa0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_stop_age_timer + 0x42030faa 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_add_htcap_body + 0x42030fe2 0x216 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ht_recv_action_ba_addba_response + 0x420311f8 0x1a6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ampdu_tx_stop + 0x4203139e 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.addba_response_txcb + 0x4203142e 0x1b0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ht_attach + 0x420315de 0x270 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420315de ieee80211_ht_attach + .text.ampdu_free_rx_ba_index + 0x4203184e 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x4203184e ampdu_free_rx_ba_index + .text.ampdu_rx_stop.isra.7 + 0x4203187a 0xda /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ht_recv_action_ba_delba + 0x42031954 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ampdu_alloc_rx_ba_index + 0x420319fc 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420319fc ampdu_alloc_rx_ba_index + .text.ampdu_rx_start.isra.10 + 0x42031a6a 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ht_recv_action_ba_addba_request + 0x42031ba8 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ht_deattach + 0x42031d30 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42031d30 ieee80211_ht_deattach + .text.ieee80211_ampdu_enable + 0x42031db2 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42031db2 ieee80211_ampdu_enable + .text.addba_timeout_process + 0x42031dbe 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42031dbe addba_timeout_process + .text.ieee80211_ampdu_request + 0x42031dd6 0x19a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42031dd6 ieee80211_ampdu_request + .text.ieee80211_ampdu_age_bss + 0x42031f70 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_age_all + 0x42032078 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032078 ieee80211_ampdu_age_all + .text.ampdu_process_multicast_address_qos_frame + 0x42032124 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032124 ampdu_process_multicast_address_qos_frame + .text.ieee80211_process_bar_info + 0x420321b0 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420321b0 ieee80211_process_bar_info + .text.ieee80211_recv_bar + 0x420321ee 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420321ee ieee80211_recv_bar + .text.ieee80211_ht_node_cleanup + 0x4203223a 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x4203223a ieee80211_ht_node_cleanup + .text.ieee80211_ht_node_init + 0x42032284 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032284 ieee80211_ht_node_init + .text.ieee80211_parse_htcap + 0x42032310 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032310 ieee80211_parse_htcap + .text.ieee80211_has_ht40_bss + 0x42032430 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032430 ieee80211_has_ht40_bss + .text.ieee80211_update_channel + 0x420324e2 0x35a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420324e2 ieee80211_update_channel + .text.public_recv_action_ht2040_coex + 0x4203283c 0x242 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ht_updatehtcap + 0x42032a7e 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032a7e ieee80211_ht_updatehtcap + .text.ieee80211_ht_updateparams + 0x42032aea 0x1a8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032aea ieee80211_ht_updateparams + .text.ieee80211_setup_htrates + 0x42032c92 0x100 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032c92 ieee80211_setup_htrates + .text.ieee80211_setup_basic_htrates + 0x42032d92 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032d92 ieee80211_setup_basic_htrates + .text.ieee80211_add_htcap + 0x42032e32 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032e32 ieee80211_add_htcap + .text.ieee80211_add_htcap_vendor + 0x42032e70 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032e70 ieee80211_add_htcap_vendor + .text.ieee80211_add_htinfo_body + 0x42032ea0 0x14e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032ea0 ieee80211_add_htinfo_body + .text.ieee80211_add_htinfo + 0x42032fee 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42032fee ieee80211_add_htinfo + .text.ieee80211_add_htinfo_vendor + 0x4203302c 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x4203302c ieee80211_add_htinfo_vendor + .text.ht_action_output + 0x42033086 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x42033086 ht_action_output + .text.ht_send_action_ba_delba + 0x420330b4 0xea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ht_send_action_ba_addba + 0x4203319e 0x152 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_decap1 + 0x420332f0 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420332f0 ieee80211_decap1 + .text.ieee80211_decap_amsdu + 0x4203336c 0x140 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x4203336c ieee80211_decap_amsdu + .text.hostap_ht_operation_update + 0x420334ac 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + 0x420334ac hostap_ht_operation_update + .text.send_inval + 0x420334fc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .text.recv_inval + 0x42033500 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .text.ieee80211_send_action_register + 0x42033504 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + 0x42033504 ieee80211_send_action_register + .text.ieee80211_send_action + 0x42033570 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + 0x42033570 ieee80211_send_action + .text.ieee80211_recv_action_register + 0x420335f2 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + 0x420335f2 ieee80211_recv_action_register + .text.ieee80211_recv_action + 0x4203365e 0xb8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + 0x4203365e ieee80211_recv_action + .text.add_appie + 0x42033716 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_size.part.5 + 0x4203373c 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .text.ieee80211_add_tie_param + 0x42033776 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033776 ieee80211_add_tie_param + .text.ieee80211_set_hmac_stop + 0x420337e2 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420337e2 ieee80211_set_hmac_stop + .text.ieee80211_empty_txq + 0x42033822 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033822 ieee80211_empty_txq + .text.is_wapi_alloc_tx_buf + 0x420338ba 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420338ba is_wapi_alloc_tx_buf + .text.ieee80211_wapi_alloc_tx_buf + 0x420338ec 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420338ec ieee80211_wapi_alloc_tx_buf + .text.ieee80211_amsdu_adjust_head + 0x42033938 0xea /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033938 ieee80211_amsdu_adjust_head + .text.ieee80211_amsdu_length_check + 0x42033a22 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033a22 ieee80211_amsdu_length_check + .text.ieee80211_output_init + 0x42033a4c 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033a4c ieee80211_output_init + .text.ieee80211_send_setup + 0x42033a82 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033a82 ieee80211_send_setup + .text.ieee80211_tx_mgt_cb + 0x42033bda 0x1ce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033bda ieee80211_tx_mgt_cb + .text.ieee80211_classify + 0x42033da8 0x172 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033da8 ieee80211_classify + .text.ieee80211_add_rates + 0x42033f1a 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033f1a ieee80211_add_rates + .text.ieee80211_add_dsparams + 0x42033f56 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033f56 ieee80211_add_dsparams + .text.ieee80211_add_xrates + 0x42033f82 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033f82 ieee80211_add_xrates + .text.ieee80211_add_probe_resp_app_ies + 0x42033fe0 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42033fe0 ieee80211_add_probe_resp_app_ies + .text.ieee80211_add_beacon_app_ies + 0x42034016 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034016 ieee80211_add_beacon_app_ies + .text.ieee80211_add_assoc_resp_ies + 0x4203404c 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4203404c ieee80211_add_assoc_resp_ies + .text.ieee80211_add_assoc_req_ies + 0x4203407e 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4203407e ieee80211_add_assoc_req_ies + .text.ieee80211_add_probe_req_ies + 0x420340b0 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420340b0 ieee80211_add_probe_req_ies + .text.ieee80211_add_wme_param + 0x420340e2 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420340e2 ieee80211_add_wme_param + .text.ieee80211_add_dh_param + 0x42034164 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034164 ieee80211_add_dh_param + .text.ieee80211_add_csa + 0x420341be 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420341be ieee80211_add_csa + .text.ieee80211_add_extcap + 0x420341ee 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420341ee ieee80211_add_extcap + .text.ieee80211_vnd_ie_set + 0x420342d4 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420342d4 ieee80211_vnd_ie_set + .text.ieee80211_vnd_lora_ie_size + 0x42034356 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034356 ieee80211_vnd_lora_ie_size + .text.ieee80211_vnd_lora_ie_set + 0x42034372 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034372 ieee80211_vnd_lora_ie_set + .text.ieee80211_setup_robust_mgmtframe + 0x420343b8 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420343b8 ieee80211_setup_robust_mgmtframe + .text.ieee80211_mgmt_output + 0x42034466 0x220 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034466 ieee80211_mgmt_output + .text.ieee80211_getcapinfo + 0x42034686 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034686 ieee80211_getcapinfo + .text.ieee80211_assoc_req_construct + 0x42034708 0x486 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034708 ieee80211_assoc_req_construct + .text.ieee80211_assoc_resp_construct + 0x42034b8e 0x306 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034b8e ieee80211_assoc_resp_construct + .text.ieee80211_auth_construct + 0x42034e94 0x316 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42034e94 ieee80211_auth_construct + .text.ieee80211_get_robustmgtframe + 0x420351aa 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420351aa ieee80211_get_robustmgtframe + .text.ieee80211_deauth_construct + 0x420351e0 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420351e0 ieee80211_deauth_construct + .text.ieee80211_disassoc_construct + 0x42035242 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035242 ieee80211_disassoc_construct + .text.ieee80211_output + 0x420352a6 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420352a6 ieee80211_output + .text.ieee80211_amsdu_send_check + 0x420352ae 0xe2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420352ae ieee80211_amsdu_send_check + .text.ieee80211_amsdu_encap_check + 0x42035390 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035390 ieee80211_amsdu_encap_check + .text.ieee80211_encap_amsdu + 0x42035414 0x200 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035414 ieee80211_encap_amsdu + .text.ieee80211_alloc_proberesp + 0x42035614 0x2d4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035614 ieee80211_alloc_proberesp + .text.ieee80211_alloc_deauth + 0x420358e8 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420358e8 ieee80211_alloc_deauth + .text.ieee80211_output_raw_process + 0x42035938 0x1b4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035938 ieee80211_output_raw_process + .text.ieee80211_beacon_construct + 0x42035aec 0x292 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035aec ieee80211_beacon_construct + .text.ieee80211_send_nulldata + 0x42035d7e 0x13c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035d7e ieee80211_send_nulldata + .text.ieee80211_send_probereq + 0x42035eba 0x262 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42035eba ieee80211_send_probereq + .text.ieee80211_send_mgmt + 0x4203611c 0x11e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4203611c ieee80211_send_mgmt + .text.ieee80211_send_proberesp + 0x4203623a 0xf6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4203623a ieee80211_send_proberesp + .text.ieee80211_send_deauth_no_bss + 0x42036330 0x13e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42036330 ieee80211_send_deauth_no_bss + .text.ieee80211_beacon_alloc + 0x4203646e 0x21a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4203646e ieee80211_beacon_alloc + .text.ieee80211_encap_null_data + 0x42036688 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42036688 ieee80211_encap_null_data + .text.ieee80211_pm_tx_null_process + 0x420367b4 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420367b4 ieee80211_pm_tx_null_process + .text.is_non_esp_oui + 0x420367e0 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.is_esp_manufacturer_oui + 0x42036812 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_is_action_category_robust + 0x4203684c 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_beacon_txcb + 0x42036888 0xe0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036888 ieee80211_hostapd_beacon_txcb + .text.ieee80211_hostap_send_beacon + 0x42036968 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.hostap_handle_timer + 0x42036972 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036972 hostap_handle_timer + .text.ap_try_sa_query + 0x4203697c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.ap_sa_query_timeout + 0x42036986 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.free_mac_info + 0x42036990 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.clear_mac_queue + 0x420369b2 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_ps_txcb + 0x42036a3c 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036a3c ieee80211_hostapd_ps_txcb + .text.ieee80211_free_beacon_eb + 0x42036a80 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036a80 ieee80211_free_beacon_eb + .text.ieee80211_hostap_send_beacon_process + 0x42036afe 0x394 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036afe ieee80211_hostap_send_beacon_process + .text.hostap_delete_ptk + 0x42036e92 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036e92 hostap_delete_ptk + .text.ieee80211_hostap_attach + 0x42036ecc 0x20a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42036ecc ieee80211_hostap_attach + .text.hostap_deliver_data + 0x420370d6 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420370d6 hostap_deliver_data + .text.hostap_handle_timer_process + 0x42037190 0x18a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037190 hostap_handle_timer_process + .text.wifi_ap_reg_rxcb + 0x4203731a 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x4203731a wifi_ap_reg_rxcb + .text.hostap_query_mac_in_list + 0x42037324 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037324 hostap_query_mac_in_list + .text.hostap_add_in_mac_list + 0x420373cc 0x102 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420373cc hostap_add_in_mac_list + .text.hostap_del_mac_info_from_list + 0x420374ce 0x108 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420374ce hostap_del_mac_info_from_list + .text.ap_rx_cb + 0x420375d6 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420375d6 ap_rx_cb + .text.hostap_auth_open + 0x420375f4 0x186 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420375f4 hostap_auth_open + .text.hostap_recv_ctl + 0x4203777a 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x4203777a hostap_recv_ctl + .text.wifi_softap_start + 0x42037902 0x3ee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037902 wifi_softap_start + .text.wifi_softap_stop + 0x42037cf0 0x1a0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037cf0 wifi_softap_stop + .text.create_new_bss_for_sa_query_failed_sta + 0x42037e90 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037e90 create_new_bss_for_sa_query_failed_sta + .text.ap_sa_query_timeout_process + 0x42037f62 0xc6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42037f62 ap_sa_query_timeout_process + .text.ap_try_sa_query_process + 0x42038028 0x188 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42038028 ap_try_sa_query_process + .text.hostap_recv_mgmt + 0x420381b0 0xee4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x420381b0 hostap_recv_mgmt + .text.hostap_input + 0x42039094 0x6bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42039094 hostap_input + .text.add_mic_ie_bip + 0x42039750 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + 0x42039750 add_mic_ie_bip + .text.ieee80211_phy_deinit + 0x420397ac 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + 0x420397ac ieee80211_phy_deinit + .text.ieee80211_phy_type_get + 0x420397bc 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + 0x420397bc ieee80211_phy_type_get + .text.ieee80211_phy_mode_show + 0x42039816 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + 0x42039816 ieee80211_phy_mode_show + .text.ieee80211_setup_ratetable + 0x4203989c 0x148 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + 0x4203989c ieee80211_setup_ratetable + .text.ieee80211_phy_init + 0x420399e4 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + 0x420399e4 ieee80211_phy_init + .text.tkip_decap + 0x42039a90 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + 0x42039a90 tkip_decap + .text.tkip_encap + 0x42039b64 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + 0x42039b64 tkip_encap + .text.scan_enter_oper_channel + 0x42039bf2 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_inter_channel_timeout + 0x42039bfc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_op_start + 0x42039c06 0x1f0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.sta_update_owe_bssid.isra.0 + 0x42039df6 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_set_global_scan_times.constprop.13 + 0x42039e74 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.ieee80211_scan_deattach + 0x42039e9a 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x42039e9a ieee80211_scan_deattach + .text.scan_reset_default_app_params + 0x42039ed2 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x42039ed2 scan_reset_default_app_params + .text.ieee80211_scan_attach + 0x42039f1e 0xca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x42039f1e ieee80211_scan_attach + .text.scan_flush_all_tx_buf + 0x42039fe8 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x42039fe8 scan_flush_all_tx_buf + .text.scan_cancel + 0x4203a076 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a076 scan_cancel + .text.scan_remove_bssid + 0x4203a112 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a112 scan_remove_bssid + .text.scan_hidden_ssid + 0x4203a120 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a120 scan_hidden_ssid + .text.scan_set_act_duration + 0x4203a12e 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a12e scan_set_act_duration + .text.scan_set_pas_duration + 0x4203a13c 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a13c scan_set_pas_duration + .text.scan_add_probe_ssid + 0x4203a148 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a148 scan_add_probe_ssid + .text.scan_remove_probe_ssid + 0x4203a1d4 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a1d4 scan_remove_probe_ssid + .text.scan_prefer_chan + 0x4203a1fa 0x1fa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a1fa scan_prefer_chan + .text.scan_update_scan_history + 0x4203a3f4 0x17c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a3f4 scan_update_scan_history + .text.scan_build_chan_list + 0x4203a570 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a570 scan_build_chan_list + .text.scan_set_desChan + 0x4203a606 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a606 scan_set_desChan + .text.scan_get_type + 0x4203a614 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a614 scan_get_type + .text.scan_check_hidden + 0x4203a620 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203a620 scan_check_hidden + .text.scan_add_ssid_do.isra.6 + 0x4203a63c 0x4c6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_add_ssid.isra.7 + 0x4203ab02 0x1ca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_reset_cipher_and_akm + 0x4203accc 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203accc scan_reset_cipher_and_akm + .text.scan_profile_check + 0x4203acf2 0x6da /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203acf2 scan_profile_check + .text.free_bss_info + 0x4203b3cc 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203b3cc free_bss_info + .text.clear_bss_queue + 0x4203b41e 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203b41e clear_bss_queue + .text.scan_done + 0x4203b49a 0x25e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_next_channel + 0x4203b6f8 0x1f6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_enter_oper_channel_process + 0x4203b8ee 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203b8ee scan_enter_oper_channel_process + .text.scan_inter_channel_timeout_process + 0x4203b914 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203b914 scan_inter_channel_timeout_process + .text.scan_op_end + 0x4203b9aa 0x1c6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .text.scan_start + 0x4203bb70 0x196 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bb70 scan_start + .text.check_bss_queue + 0x4203bd06 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bd06 check_bss_queue + .text.scan_parse_ht2040_coex + 0x4203bd78 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bd78 scan_parse_ht2040_coex + .text.scan_fill_wps_scan_ie + 0x4203bdfe 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bdfe scan_fill_wps_scan_ie + .text.scan_get_owe_channel_info + 0x4203be26 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203be26 scan_get_owe_channel_info + .text.scan_validate_owe_scenarios + 0x4203bebc 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bebc scan_validate_owe_scenarios + .text.scan_parse_beacon + 0x4203bf5e 0xb40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + 0x4203bf5e scan_parse_beacon + .text.ieee80211_psq_init + 0x4203ca9e 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203ca9e ieee80211_psq_init + .text.ieee80211_gpsq_init + 0x4203caba 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203caba ieee80211_gpsq_init + .text.ieee80211_psq_find_max_bss + 0x4203cafa 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cafa ieee80211_psq_find_max_bss + .text.ieee80211_set_tim + 0x4203cb30 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cb30 ieee80211_set_tim + .text.ieee80211_psq_take_head + 0x4203cbae 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cbae ieee80211_psq_take_head + .text.ieee80211_psq_drop_one_pkt + 0x4203cbec 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cbec ieee80211_psq_drop_one_pkt + .text.ieee80211_psq_send_one_pkt + 0x4203cc54 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cc54 ieee80211_psq_send_one_pkt + .text.ieee80211_psq_is_buff_pkt + 0x4203ccd2 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203ccd2 ieee80211_psq_is_buff_pkt + .text.ieee80211_pwrsave + 0x4203cd1c 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cd1c ieee80211_pwrsave + .text.pwrsave_flushq + 0x4203cdae 0x11a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cdae pwrsave_flushq + .text.ieee80211_node_pwrsave + 0x4203cec8 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cec8 ieee80211_node_pwrsave + .text.ieee80211_pwrsave_node_cleanup + 0x4203cf36 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cf36 ieee80211_pwrsave_node_cleanup + .text.ieee80211_pwrsave_txcb + 0x4203cf8c 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cf8c ieee80211_pwrsave_txcb + .text.ieee80211_is_bufferable_mmpdu + 0x4203cfde 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + 0x4203cfde ieee80211_is_bufferable_mmpdu + .text.ieee80211_getmgtframe + 0x4203d02e 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + 0x4203d02e ieee80211_getmgtframe + .text.ieee80211_getbcnframe + 0x4203d08a 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + 0x4203d08a ieee80211_getbcnframe + .text.get_country_chan_info + 0x4203d12a 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .text.ieee80211_is_40mhz_valid_bw + 0x4203d164 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + 0x4203d164 ieee80211_is_40mhz_valid_bw + .text.offchan_in_progress + 0x4203d1bc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + 0x4203d1bc offchan_in_progress + .text.offchan_recv_action + 0x4203d1c6 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + 0x4203d1c6 offchan_recv_action + .text.offchan_send_action_tx_status + 0x4203d1d8 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + 0x4203d1d8 offchan_send_action_tx_status + .text.is_esp_mesh_assoc + 0x4203d206 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + 0x4203d206 is_esp_mesh_assoc + .text.cnx_sta_connect_led_timer_cb + 0x4203d29c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d29c cnx_sta_connect_led_timer_cb + .text.cnx_cal_rc_util + 0x4203d2b4 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_get_next_rc + 0x4203d302 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_traverse_rc_lis_done + 0x4203d358 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_connect_timeout + 0x4203d396 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d396 cnx_connect_timeout + .text.cnx_connect_next_ap_timeout + 0x4203d3a0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d3a0 cnx_connect_next_ap_timeout + .text.cnx_handshake_timeout + 0x4203d3aa 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d3aa cnx_handshake_timeout + .text.cnx_csa_fn + 0x4203d3b4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d3b4 cnx_csa_fn + .text.mgd_probe_send_timeout + 0x4203d3ca 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_beacon_timeout + 0x4203d3d4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_connect_op + 0x4203d3de 0x1e8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_connect_to_bss + 0x4203d5c6 0x354 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_probe_rc + 0x4203d91a 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_sta_pm.part.12 + 0x4203d988 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.ieee80211_cnx_attach + 0x4203d9aa 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203d9aa ieee80211_cnx_attach + .text._cnx_start_connect_without_scan + 0x4203da00 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203da00 _cnx_start_connect_without_scan + .text.cnx_can_do_obss_scan + 0x4203da64 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203da64 cnx_can_do_obss_scan + .text.cnx_obss_scan + 0x4203dad4 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dad4 cnx_obss_scan + .text.cnx_obss_scan_timeout + 0x4203db70 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203db70 cnx_obss_scan_timeout + .text.cnx_connect_next_ap + 0x4203dbd6 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dbd6 cnx_connect_next_ap + .text.cnx_auth_timeout + 0x4203dc88 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dc88 cnx_auth_timeout + .text.cnx_assoc_timeout + 0x4203dc92 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dc92 cnx_assoc_timeout + .text.wl_is_ap_no_lr + 0x4203dc9c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dc9c wl_is_ap_no_lr + .text.wl_clear_ap_no_lr + 0x4203dca6 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dca6 wl_clear_ap_no_lr + .text.cnx_csa_fn_process + 0x4203dcb0 0xd6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dcb0 cnx_csa_fn_process + .text.cnx_validate_owe_bss + 0x4203dd86 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203dd86 cnx_validate_owe_bss + .text.cnx_bss_init + 0x4203de82 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203de82 cnx_bss_init + .text.cnx_check_bssid_in_blacklist + 0x4203df40 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203df40 cnx_check_bssid_in_blacklist + .text.cnx_remove_from_blacklist + 0x4203df7c 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203df7c cnx_remove_from_blacklist + .text.cnx_add_to_blacklist + 0x4203e024 0xf0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e024 cnx_add_to_blacklist + .text.cnx_clear_blacklist + 0x4203e114 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e114 cnx_clear_blacklist + .text.cnx_choose_rc + 0x4203e18a 0x1e6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_rc_search + 0x4203e370 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e370 cnx_rc_search + .text.cnx_do_handoff_internal + 0x4203e3d2 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e3d2 cnx_do_handoff_internal + .text.cnx_add_rc + 0x4203e480 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e480 cnx_add_rc + .text.cnx_remove_all_rc + 0x4203e52a 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e52a cnx_remove_all_rc + .text.cnx_do_handoff + 0x4203e5b4 0x376 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_connect_next_ap_timeout_process + 0x4203e92a 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e92a cnx_connect_next_ap_timeout_process + .text.cnx_start_handoff_cb + 0x4203e948 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e948 cnx_start_handoff_cb + .text.cnx_remove_rc + 0x4203e9b6 0xf8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203e9b6 cnx_remove_rc + .text.cnx_sta_connect_cmd + 0x4203eaae 0x280 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203eaae cnx_sta_connect_cmd + .text.cnx_connect_timeout_process + 0x4203ed2e 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203ed2e cnx_connect_timeout_process + .text.cnx_auth_timeout_process + 0x4203edd0 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203edd0 cnx_auth_timeout_process + .text.cnx_assoc_timeout_process + 0x4203ee1e 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203ee1e cnx_assoc_timeout_process + .text.cnx_handshake_timeout_process + 0x4203ee5a 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203ee5a cnx_handshake_timeout_process + .text.cnx_bss_alloc + 0x4203eec4 0x174 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203eec4 cnx_bss_alloc + .text.cnx_remove_rc_except + 0x4203f038 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f038 cnx_remove_rc_except + .text.cnx_rc_update_rssi + 0x4203f0ee 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f0ee cnx_rc_update_rssi + .text.cnx_rc_update_state_metric + 0x4203f14e 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f14e cnx_rc_update_state_metric + .text.cnx_probe_rc_tx_cb + 0x4203f19c 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .text.cnx_rc_update_age + 0x4203f1fe 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f1fe cnx_rc_update_age + .text.cnx_update_bss + 0x4203f214 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f214 cnx_update_bss + .text.cnx_update_bss_more + 0x4203f246 0x3a6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f246 cnx_update_bss_more + .text.send_ap_probe + 0x4203f5ec 0xbe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f5ec send_ap_probe + .text.cnx_beacon_timeout_process + 0x4203f6aa 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f6aa cnx_beacon_timeout_process + .text.mgd_probe_send_timeout_process + 0x4203f75e 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f75e mgd_probe_send_timeout_process + .text.cnx_node_alloc + 0x4203f8b6 0xf0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f8b6 cnx_node_alloc + .text.cnx_node_remove + 0x4203f9a6 0x12c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203f9a6 cnx_node_remove + .text.ic_set_sta + 0x4203fad2 0xe0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203fad2 ic_set_sta + .text.cnx_sta_leave + 0x4203fbb2 0x2fe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203fbb2 cnx_sta_leave + .text.cnx_sta_associated + 0x4203feb0 0x1bc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4203feb0 cnx_sta_associated + .text.cnx_node_leave + 0x4204006c 0x202 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4204006c cnx_node_leave + .text.cnx_node_join + 0x4204026e 0x2f4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x4204026e cnx_node_join + .text.cnx_start_obss_scan + 0x42040562 0xd0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x42040562 cnx_start_obss_scan + .text.cnx_obss_scan_done_cb + 0x42040632 0x150 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x42040632 cnx_obss_scan_done_cb + .text.cnx_auth_done + 0x42040782 0x31e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + 0x42040782 cnx_auth_done + .text.wep_encap + 0x42040aa0 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + 0x42040aa0 wep_encap + .text.wep_decap + 0x42040af6 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + 0x42040af6 wep_decap + .text.wpa_cipher + 0x42040b1e 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .text.rsn_cipher + 0x42040b82 0x114 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .text.ieee80211_decap + 0x42040c96 0x1be /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42040c96 ieee80211_decap + .text.ieee80211_is_support_rate + 0x42040e54 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42040e54 ieee80211_is_support_rate + .text.ieee80211_setup_rates + 0x42040e9c 0xf0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42040e9c ieee80211_setup_rates + .text.ieee80211_set_max_rate + 0x42040f8c 0x120 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42040f8c ieee80211_set_max_rate + .text.ieee80211_is_lr_only + 0x420410ac 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420410ac ieee80211_is_lr_only + .text.ieee80211_setup_phy_mode + 0x420410bc 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420410bc ieee80211_setup_phy_mode + .text.ieee80211_setup_lr_rates + 0x42041176 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42041176 ieee80211_setup_lr_rates + .text.ieee80211_alloc_challenge + 0x420411dc 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420411dc ieee80211_alloc_challenge + .text.ieee80211_parse_beacon + 0x42041224 0x57a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42041224 ieee80211_parse_beacon + .text.ieee80211_parse_wpa + 0x4204179e 0x118 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x4204179e ieee80211_parse_wpa + .text.ieee80211_rsn_cipher_priority + 0x420418b6 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420418b6 ieee80211_rsn_cipher_priority + .text.ieee80211_better_rsn_pairwise_cipher + 0x420418ee 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420418ee ieee80211_better_rsn_pairwise_cipher + .text.ieee80211_amsdu_negotiate + 0x4204191a 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x4204191a ieee80211_amsdu_negotiate + .text.ieee80211_parse_rsn + 0x420419aa 0x7de /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420419aa ieee80211_parse_rsn + .text.ieee80211_is_ht_cipher + 0x42042188 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42042188 ieee80211_is_ht_cipher + .text.ieee80211_parse_wapi + 0x420421a6 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420421a6 ieee80211_parse_wapi + .text.ieee80211_parse_action + 0x42042244 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x42042244 ieee80211_parse_action + .text.ieee80211_setup_rateset + 0x420422f6 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + 0x420422f6 ieee80211_setup_rateset + .text.ieee80211_add_ie_vendor_esp_head + 0x420422fa 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + 0x420422fa ieee80211_add_ie_vendor_esp_head + .text.ieee80211_add_ie_vendor_esp_now_head + 0x42042342 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + 0x42042342 ieee80211_add_ie_vendor_esp_now_head + .text.ieee80211_add_ie_vendor_esp_now + 0x42042396 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + 0x42042396 ieee80211_add_ie_vendor_esp_now + .text.ieee80211_add_ie_vendor_esp_manufacturer + 0x42042406 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + 0x42042406 ieee80211_add_ie_vendor_esp_manufacturer + .text.sms4_decap + 0x42042464 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .text.sms4_encap + 0x42042518 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .text.hal_pm_unblock_txq + 0x420425ca 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.hal_clear_sta_tsf_active_state + 0x420425e0 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_incr_coex_active_cnt + 0x420425ee 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_disable_active_timer + 0x42042604 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_set_state + 0x4204261a 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_beacon_monitor_tbtt_timeout + 0x42042668 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_coex_restart_timeout + 0x42042670 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_beacon_monitor_timeout + 0x42042678 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_connectionless_wake_window_timeout + 0x42042680 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_connectionless_wake_interval_timeout + 0x42042688 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_disconnected_sleep_delay_timeout + 0x42042690 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_coex_slice_wifi_timeout + 0x42042698 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_sleep_delay_timeout + 0x420426a0 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_active_timeout + 0x420426a8 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_dream_timeout + 0x420426b0 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_is_sleeping + 0x420426b8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420426b8 pm_is_sleeping + .text.pm_is_open + 0x420426d8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420426d8 pm_is_open + .text.pm_noise_check_disable + 0x420426e2 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420426e2 pm_noise_check_disable + .text.pm_noise_check_enable + 0x420426ec 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420426ec pm_noise_check_enable + .text.pm_reset_keep_alive + 0x420426f8 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .text.pm_disable_disconnected_sleep_delay_timer + 0x4204274a 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204274a pm_disable_disconnected_sleep_delay_timer + .text.pm_enable_disconnected_sleep_delay_timer + 0x42042768 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042768 pm_enable_disconnected_sleep_delay_timer + .text.pm_noise_check + 0x420427c6 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420427c6 pm_noise_check + .text.pm_pend_noise_check + 0x4204283e 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204283e pm_pend_noise_check + .text.pm_noise_check_process + 0x42042840 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042840 pm_noise_check_process + .text.pm_register_pm_tx_null_cb + 0x42042842 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042842 pm_register_pm_tx_null_cb + .text.pm_send_nullfunc + 0x4204284e 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204284e pm_send_nullfunc + .text.pm_beacon_monitor_init + 0x420428bc 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420428bc pm_beacon_monitor_init + .text.pm_disconnected_wake + 0x42042920 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042920 pm_disconnected_wake + .text.pm_disconnected_sleep + 0x4204298a 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204298a pm_disconnected_sleep + .text.pm_wake_up + 0x42042a32 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042a32 pm_wake_up + .text.pm_send_probe_start + 0x42042a80 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042a80 pm_send_probe_start + .text.pm_off_channel + 0x42042ac8 0xc2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042ac8 pm_off_channel + .text.pm_wake_done + 0x42042b8a 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042b8a pm_wake_done + .text.pm_coex_separate_connectionless_window + 0x42042bde 0x2ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042bde pm_coex_separate_connectionless_window + .text.pm_go_to_sleep + 0x42042e98 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042e98 pm_go_to_sleep + .text.pm_set_next_tbtt + 0x42042f22 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042f22 pm_set_next_tbtt + .text.pm_mesh_set_next_tbtt + 0x42042f7e 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042f7e pm_mesh_set_next_tbtt + .text.pm_update_at_next_beacon + 0x42042fd0 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042fd0 pm_update_at_next_beacon + .text.pm_beacon_timestamp_statistic + 0x42042fe6 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42042fe6 pm_beacon_timestamp_statistic + .text.pm_beacon_misc_process + 0x42043028 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043028 pm_beacon_misc_process + .text.pm_coex_schm_process + 0x4204302c 0x1ce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204302c pm_coex_schm_process + .text.pm_coex_schm_process_restart + 0x420431fa 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420431fa pm_coex_schm_process_restart + .text.pm_coex_slice_timeout_process + 0x42043208 0x11a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043208 pm_coex_slice_timeout_process + .text.pm_dream_timeout_process + 0x42043322 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043322 pm_dream_timeout_process + .text.pm_sleep_delay_timeout_process + 0x42043332 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043332 pm_sleep_delay_timeout_process + .text.pm_disconnected_sleep_delay_timeout_process + 0x42043352 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043352 pm_disconnected_sleep_delay_timeout_process + .text.pm_coex_restart_timeout_process + 0x4204336e 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204336e pm_coex_restart_timeout_process + .text.pm_tx_data_done_process + 0x4204339a 0x94 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204339a pm_tx_data_done_process + .text.pm_tx_null_data_done_quick_wake_process + 0x4204342e 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204342e pm_tx_null_data_done_quick_wake_process + .text.pm_tx_null_data_done_process + 0x420434a0 0x21a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420434a0 pm_tx_null_data_done_process + .text.pm_go_to_wake + 0x420436ba 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420436ba pm_go_to_wake + .text.pm_send_probe_stop + 0x420437b4 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420437b4 pm_send_probe_stop + .text.pm_on_channel + 0x4204380e 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204380e pm_on_channel + .text.pm_update_params + 0x420438ba 0x136 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420438ba pm_update_params + .text.pm_coex_tbtt_process + 0x420439f0 0x100 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420439f0 pm_coex_tbtt_process + .text.pm_active_timeout_process + 0x42043af0 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043af0 pm_active_timeout_process + .text.pm_send_sleep_null_cb + 0x42043b58 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043b58 pm_send_sleep_null_cb + .text.pm_send_wake_null_cb + 0x42043b64 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043b64 pm_send_wake_null_cb + .text.pm_on_coex_schm_process_restart + 0x42043b70 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043b70 pm_on_coex_schm_process_restart + .text.pm_on_coex_schm_status_config + 0x42043b74 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043b74 pm_on_coex_schm_status_config + .text.pm_on_coex_start + 0x42043c10 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043c10 pm_on_coex_start + .text.pm_on_data_tx_done + 0x42043c58 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043c58 pm_on_data_tx_done + .text.pm_on_sample_beacon + 0x42043c5c 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043c5c pm_on_sample_beacon + .text.pm_on_probe_resp_rx + 0x42043cb2 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043cb2 pm_on_probe_resp_rx + .text.pm_disconnected_start + 0x42043d3c 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043d3c pm_disconnected_start + .text.pm_disconnected_stop + 0x42043dca 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043dca pm_disconnected_stop + .text.pm_start + 0x42043e34 0x21e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42043e34 pm_start + .text.pm_stop 0x42044052 0x21c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42044052 pm_stop + .text.pm_attach + 0x4204426e 0x1b2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4204426e pm_attach + .text.pm_deattach + 0x42044420 0xb0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42044420 pm_deattach + .text.pm_set_sleep_min_active_time + 0x420444d0 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420444d0 pm_set_sleep_min_active_time + .text.pm_set_keep_alive_time + 0x420444d6 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420444d6 pm_set_keep_alive_time + .text.pm_set_sleep_wait_broadcast_data_time + 0x420444dc 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420444dc pm_set_sleep_wait_broadcast_data_time + .text.pm_force_scan_unlock + 0x420444e2 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420444e2 pm_force_scan_unlock + .text.pm_enable_sta_disconnected_power_management + 0x420444e4 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420444e4 pm_enable_sta_disconnected_power_management + .text.pm_register_connectionless_wake_window + 0x42044510 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42044510 pm_register_connectionless_wake_window + .text.pm_unregister_connectionless_wake_window + 0x420445a8 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x420445a8 pm_unregister_connectionless_wake_window + .text.ic_get_addr + 0x42044620 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044620 ic_get_addr + .text.ic_get_ptk_alg + 0x42044632 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044632 ic_get_ptk_alg + .text.ic_disable_crypto + 0x42044648 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044648 ic_disable_crypto + .text.ic_set_key + 0x42044664 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044664 ic_set_key + .text.ic_get_key + 0x420446a4 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420446a4 ic_get_key + .text.ic_obtain_key + 0x42044702 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044702 ic_obtain_key + .text.ic_tx_pkt + 0x42044788 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044788 ic_tx_pkt + .text.ic_register_tx_cb + 0x42044792 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044792 ic_register_tx_cb + .text.ic_register_rx_cb + 0x42044794 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044794 ic_register_rx_cb + .text.ic_register_timer_post_cb + 0x42044796 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044796 ic_register_timer_post_cb + .text.ic_register_michael_mic_failure_cb + 0x4204479a 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x4204479a ic_register_michael_mic_failure_cb + .text.ic_register_config_cb + 0x4204479c 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x4204479c ic_register_config_cb + .text.ic_is_mgmt_hwdecr_enabled + 0x420447b0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447b0 ic_is_mgmt_hwdecr_enabled + .text.ic_register_pm_tx_null_cb + 0x420447b4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447b4 ic_register_pm_tx_null_cb + .text.ic_register_net80211_tx_cb + 0x420447ca 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447ca ic_register_net80211_tx_cb + .text.ic_register_timer_cb + 0x420447d0 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447d0 ic_register_timer_cb + .text.ic_enable_sniffer + 0x420447d6 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447d6 ic_enable_sniffer + .text.ic_disable_sniffer + 0x420447dc 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447dc ic_disable_sniffer + .text.ic_set_vif + 0x420447e2 0x1da /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420447e2 ic_set_vif + .text.ic_get_next_tbtt + 0x420449bc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449bc ic_get_next_tbtt + .text.ic_del_rx_ba + 0x420449c0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449c0 ic_del_rx_ba + .text.ic_add_rx_ba + 0x420449c4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449c4 ic_add_rx_ba + .text.ic_reset_tbtt + 0x420449ce 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449ce ic_reset_tbtt + .text.ic_del_key_all + 0x420449d2 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449d2 ic_del_key_all + .text.ic_del_key + 0x420449d6 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449d6 ic_del_key + .text.ic_set_ac_param + 0x420449da 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449da ic_set_ac_param + .text.ic_ampdu_op + 0x420449de 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x420449de ic_ampdu_op + .text.ic_set_trc + 0x42044a08 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044a08 ic_set_trc + .text.ic_deinit + 0x42044aec 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044aec ic_deinit + .text.ic_init 0x42044b08 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044b08 ic_init + .text.ic_set_interrupt_handler + 0x42044b84 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044b84 ic_set_interrupt_handler + .text.ic_clear_interrupt_handler + 0x42044be4 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044be4 ic_clear_interrupt_handler + .text.ic_enable_rx + 0x42044c28 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c28 ic_enable_rx + .text.ic_disable_rx + 0x42044c3c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c3c ic_disable_rx + .text.ic_set_beacon_int + 0x42044c54 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c54 ic_set_beacon_int + .text.ic_set_mac + 0x42044c58 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c58 ic_set_mac + .text.ic_set_bssid + 0x42044c5c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c5c ic_set_bssid + .text.ic_set_current_channel + 0x42044c60 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c60 ic_set_current_channel + .text.ic_get_random + 0x42044c68 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c68 ic_get_random + .text.ic_get_pp_hdl + 0x42044c70 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c70 ic_get_pp_hdl + .text.ic_set_rx_policy_ubssid_check + 0x42044c74 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c74 ic_set_rx_policy_ubssid_check + .text.ic_set_rx_policy + 0x42044c8e 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c8e ic_set_rx_policy + .text.ic_set_sta_auth_flag + 0x42044c9e 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044c9e ic_set_sta_auth_flag + .text.ic_set_interface + 0x42044ca2 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044ca2 ic_set_interface + .text.ic_trc_set_per_pkt_rate + 0x42044ca4 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044ca4 ic_trc_set_per_pkt_rate + .text.ic_trc_update_ifx_phy_mode + 0x42044ca8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044ca8 ic_trc_update_ifx_phy_mode + .text.ic_stop_hw_txq + 0x42044cac 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cac ic_stop_hw_txq + .text.ic_stop_sw_txq + 0x42044cb0 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cb0 ic_stop_sw_txq + .text.ic_create_wifi_task + 0x42044cd2 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cd2 ic_create_wifi_task + .text.ic_delete_wifi_task + 0x42044cd6 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cd6 ic_delete_wifi_task + .text.ic_update_sta_tsf + 0x42044cda 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cda ic_update_sta_tsf + .text.ic_set_sleep_min_active_time + 0x42044cf0 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cf0 ic_set_sleep_min_active_time + .text.ic_set_keep_alive_time + 0x42044cf4 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cf4 ic_set_keep_alive_time + .text.ic_set_sleep_wait_broadcast_data_time + 0x42044cf8 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cf8 ic_set_sleep_wait_broadcast_data_time + .text.ic_get_espnow_rate + 0x42044cfc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044cfc ic_get_espnow_rate + .text.ic_get_default_sched + 0x42044d00 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + 0x42044d00 ic_get_default_sched + .text.pp_delete_task_manually + 0x42044d04 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .text.getle32 0x42044d4c 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044d4c getle32 + .text.putle32 0x42044d6a 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044d6a putle32 + .text.xswap 0x42044d86 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044d86 xswap + .text.pp_register_net80211_tx_cb + 0x42044da4 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044da4 pp_register_net80211_tx_cb + .text.pp_register_config_cb + 0x42044db0 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044db0 pp_register_config_cb + .text.pp_register_timer_cb + 0x42044dbc 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044dbc pp_register_timer_cb + .text.pp_register_michael_mic_failure_cb + 0x42044dc8 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044dc8 pp_register_michael_mic_failure_cb + .text.pp_default_event_handler + 0x42044dd4 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044dd4 pp_default_event_handler + .text.ppRegisterRxCallback + 0x42044dfc 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044dfc ppRegisterRxCallback + .text.ppRegisterTxCallback + 0x42044e1c 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044e1c ppRegisterTxCallback + .text.pp_register_tx_cb + 0x42044e6a 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044e6a pp_register_tx_cb + .text.ppCheckTxQIdle + 0x42044e6e 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044e6e ppCheckTxQIdle + .text.ppCheckIsConnTraffic + 0x42044ea4 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044ea4 ppCheckIsConnTraffic + .text.ppCheckTxConnTrafficIdle + 0x42044ef4 0xee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044ef4 ppCheckTxConnTrafficIdle + .text.ppSetInterface + 0x42044fe2 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044fe2 ppSetInterface + .text.pp_gettid + 0x42044fe4 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42044fe4 pp_gettid + .text.ppAssembleMicHdr + 0x42045012 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045012 ppAssembleMicHdr + .text.ppCalTkipMic + 0x420450c4 0x130 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x420450c4 ppCalTkipMic + .text.ppTxFragmentProc + 0x420451f4 0x774 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x420451f4 ppTxFragmentProc + .text.ppClearRxFragment + 0x42045968 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045968 ppClearRxFragment + .text.ppFillAMPDUBar + 0x420459a4 0x114 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x420459a4 ppFillAMPDUBar + .text.ppReSendBar + 0x42045ab8 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045ab8 ppReSendBar + .text.pp_create_task + 0x42045b8a 0x1c8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045b8a pp_create_task + .text.pp_deattach + 0x42045d52 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045d52 pp_deattach + .text.ppInitTxq + 0x42045d9e 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045d9e ppInitTxq + .text.pp_delete_task + 0x42045e02 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045e02 pp_delete_task + .text.ppCheckTxIdle + 0x42045e8e 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045e8e ppCheckTxIdle + .text.ppCalTxopDur + 0x42045f4a 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42045f4a ppCalTxopDur + .text.ppPrepareBarFrame + 0x420460a2 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x420460a2 ppPrepareBarFrame + .text.pp_attach + 0x42046176 0xf4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42046176 pp_attach + .text.ppClearTxq + 0x4204626a 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4204626a ppClearTxq + .text.pp_stop_sw_txq + 0x420462ba 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x420462ba pp_stop_sw_txq + .text.ppGetTaskHdl + 0x4204634c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4204634c ppGetTaskHdl + .text.pm_funcs_init + 0x42046356 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + 0x42046356 pm_funcs_init + .text.pm_funcs_deinit + 0x4204639c 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + 0x4204639c pm_funcs_deinit + .text.esf_buf_alloc_dynamic_default_handler + 0x420463ca 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x420463ca esf_buf_alloc_dynamic_default_handler + .text.esf_buf_alloc_default_handler + 0x420463ec 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x420463ec esf_buf_alloc_default_handler + .text.esf_buf_recycle_default_handler + 0x4204640e 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x4204640e esf_buf_recycle_default_handler + .text.esf_buf_setup_static + 0x42046430 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x42046430 esf_buf_setup_static + .text.esf_buf_free_static + 0x42046496 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x42046496 esf_buf_free_static + .text.esf_buf_setdown + 0x42046548 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x42046548 esf_buf_setdown + .text.esf_buf_setup + 0x4204656a 0x1fe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x4204656a esf_buf_setup + .text.lmacGetTxFrame + 0x42046768 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046768 lmacGetTxFrame + .text.lmacSetAcParam + 0x42046788 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046788 lmacSetAcParam + .text.lmacInitAc + 0x420467cc 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420467cc lmacInitAc + .text.lmacInit + 0x42046814 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046814 lmacInit + .text.lmacEndRetryAMPDUFail + 0x420468b6 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420468b6 lmacEndRetryAMPDUFail + .text.lmacDebugTxDrop + 0x4204693a 0x92 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4204693a dbg_cnt_lmac_drop + .text.lmac_record_txtime + 0x420469cc 0x130 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420469cc lmac_record_txtime + .text.lmac_update_tx_statistic + 0x42046afc 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046afc lmac_update_tx_statistic + .text.lmacDiscardMSDU + 0x42046afe 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046afe lmacDiscardMSDU + .text.lmacRetryTxFrame + 0x42046bba 0xe2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046bba lmacRetryTxFrame + .text.lmacProcessTxopQComplete + 0x42046c9c 0x17c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046c9c lmacProcessTxopQComplete + .text.lmacProcessShortRetryFail + 0x42046e18 0x27a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42046e18 lmacProcessShortRetryFail + .text.lmacProcessCtsTimeout + 0x42047092 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047092 lmacProcessCtsTimeout + .text.lmacProcessLongRetryFail + 0x42047104 0x1d8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047104 lmacProcessLongRetryFail + .text.lmacProcessCollision + 0x420472dc 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420472dc lmacProcessCollision + .text.lmacProcessCollisions_task + 0x420473c2 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420473c2 lmacProcessCollisions_task + .text.lmacProcessAckTimeout + 0x42047418 0x12e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047418 lmacProcessAckTimeout + .text.lmacProcessTxRtsError + 0x42047546 0xe0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047546 lmacProcessTxRtsError + .text.lmacProcessTxseckiderr + 0x42047626 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047626 lmacProcessTxseckiderr + .text.lmacProcessTxError + 0x42047650 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047650 lmacProcessTxError + .text.lmacDisableTransmit + 0x420476f6 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420476f6 lmacDisableTransmit + .text.lmacProcessTxTimeout + 0x42047782 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x42047782 lmacProcessTxTimeout + .text.lmacStopTransmit + 0x420477cc 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420477cc lmacStopTransmit + .text.lmac_stop_hw_txq + 0x420478d0 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x420478d0 lmac_stop_hw_txq + .text.rc11NRate2SchedIdx + 0x42047942 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc11GRate2SchedIdx + 0x42047994 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rc11BRate2SchedIdx + 0x420479b2 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcLoRaRate2SchedIdx + 0x420479d0 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420479d0 rcLoRaRate2SchedIdx + .text.rcBuildIndex + 0x420479ee 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .text.rcUpdateAMPDUParam + 0x42047a02 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047a02 rcUpdateAMPDUParam + .text.rcGet11NHighestRateIdx + 0x42047ab0 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047ab0 rcGet11NHighestRateIdx + .text.rcGet11GHighestRateIdx + 0x42047b32 0x78 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047b32 rcGet11GHighestRateIdx + .text.rcGet11BHighestRateIdx + 0x42047baa 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047baa rcGet11BHighestRateIdx + .text.rcGetDefaultHigestRateIdx + 0x42047bf2 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047bf2 rcGetDefaultHigestRateIdx + .text.rcGetHighestRateIdx + 0x42047c02 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047c02 rcGetHighestRateIdx + .text.rcUpdatePhyMode + 0x42047c2c 0x2ee /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047c2c rcUpdatePhyMode + .text.rcTxUpdatePer + 0x42047f1a 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047f1a rcTxUpdatePer + .text.trc_set_per_pkt_rate + 0x42047f94 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047f94 trc_set_per_pkt_rate + .text.rc_get_default_sched + 0x42047fa8 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047fa8 rc_get_default_sched + .text.rcUpdateRate + 0x42047fae 0x242 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42047fae rcUpdateRate + .text.rcReachRetryLimit + 0x420481f0 0xe0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420481f0 rcReachRetryLimit + .text.rcAttach + 0x420482d0 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420482d0 rcAttach + .text.rc_disable_trc + 0x42048334 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42048334 rc_disable_trc + .text.rc_disable_trc_by_interface + 0x420483c2 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420483c2 rc_disable_trc_by_interface + .text.trc_init + 0x420483dc 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420483dc trc_init + .text.trc_update_ifx_phy_mode + 0x42048486 0x8a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42048486 trc_update_ifx_phy_mode + .text.trc_deinit + 0x42048510 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42048510 trc_deinit + .text.rc_set_per_conn_fix_rate + 0x42048550 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x42048550 rc_set_per_conn_fix_rate + .text.rc_enable_trc + 0x420485bc 0x112 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420485bc rc_enable_trc + .text.trc_get_espnow_rate + 0x420486ce 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x420486ce trc_get_espnow_rate + .text.pm_coex_reconnect_policy + 0x420486de 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + 0x420486de pm_coex_reconnect_policy + .text.pm_coex_set_reconnect_policy + 0x420486ec 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + 0x420486ec pm_coex_set_reconnect_policy + .text.dbg_lmac_ps_statis_reset + 0x42048724 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + 0x42048724 dbg_lmac_ps_statis_reset + .text.dbg_lmac_init + 0x4204873a 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + 0x4204873a dbg_lmac_init + .text.wdev_csi_hw_bug_check + 0x4204873c 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x4204873c wdev_csi_hw_bug_check + .text.wDev_ftm_set_t1t4 + 0x42048740 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048740 wDev_ftm_set_t1t4 + .text.wdev_csi_rx_process + 0x42048750 0x15e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048750 wdev_csi_rx_process + .text.wDev_SnifferRxData + 0x420488ae 0x27e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420488ae wDev_SnifferRxData + .text.wDev_IndicateCtrlFrame + 0x42048b2c 0x10c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048b2c wDev_IndicateCtrlFrame + .text.wDev_SnifferRxAmpdu + 0x42048c38 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048c38 wDev_SnifferRxAmpdu + .text.wDev_SetCurChannel + 0x42048cec 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048cec wDev_SetCurChannel + .text.wDev_SetAuthed + 0x42048d06 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d06 wDev_SetAuthed + .text.wDev_Set_Beacon_Int + 0x42048d08 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d08 wDev_Set_Beacon_Int + .text.wDev_Reset_TBTT + 0x42048d12 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d12 wDev_Reset_TBTT + .text.wDev_reset_bcnSendTick + 0x42048d18 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d18 wDev_reset_bcnSendTick + .text.wDev_Get_Next_TBTT + 0x42048d22 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d22 wDev_Get_Next_TBTT + .text.wdev_set_promis_misc_pkt + 0x42048d6e 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d6e wdev_set_promis_misc_pkt + .text.wdev_set_promis_ctrl_pkt + 0x42048d9c 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048d9c wdev_set_promis_ctrl_pkt + .text.wdev_set_promis + 0x42048dd4 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048dd4 wdev_set_promis + .text.wDev_ftm_record_t1t4 + 0x42048e42 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048e42 wDev_ftm_record_t1t4 + .text.wDev_ftm_record_t2t3 + 0x42048e52 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048e52 wDev_ftm_record_t2t3 + .text.wDev_record_ftm_data_local + 0x42048e62 0xbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048e62 wDev_record_ftm_data_local + .text.wDev_Rxbuf_Deinit + 0x42048f1e 0x82 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048f1e wDev_Rxbuf_Deinit + .text.wDev_Rxbuf_Init + 0x42048fa0 0x222 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42048fa0 wDev_Rxbuf_Init + .text.wDev_disable_low_rate + 0x420491c2 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420491c2 wDev_disable_low_rate + .text.wDev_enable_low_rate + 0x420491c6 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420491c6 wDev_enable_low_rate + .text.wDev_Insert_KeyEntry + 0x420491ca 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420491ca wDev_Insert_KeyEntry + .text.wDev_remove_KeyEntry + 0x42049248 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42049248 wDev_remove_KeyEntry + .text.wDev_remove_KeyEntry_all_cnx + 0x42049270 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42049270 wDev_remove_KeyEntry_all_cnx + .text.wDev_Crypto_Disable + 0x420492bc 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420492bc wDev_Crypto_Disable + .text.wdev_is_mgmt_hwdecr_enabled + 0x420492dc 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420492dc wdev_is_mgmt_hwdecr_enabled + .text.wdev_data_init + 0x420492e0 0x128 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x420492e0 wdev_data_init + .text.wdev_funcs_init + 0x42049408 0x95e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42049408 wdev_funcs_init + .text.wdev_funcs_deinit + 0x42049d66 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + 0x42049d66 wdev_funcs_deinit + .text.hal_agreement_add_rx_ba + 0x42049d92 0x118 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + 0x42049d92 hal_agreement_add_rx_ba + .text.hal_agreement_del_rx_ba + 0x42049eaa 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + 0x42049eaa hal_agreement_del_rx_ba + .text.hal_ba_session_restore_by_hw_index + 0x42049f18 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + 0x42049f18 hal_ba_session_restore_by_hw_index + .text.hal_coex_pti_init + 0x42049f86 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x42049f86 hal_coex_pti_init + .text.hal_set_rx_beacon_pti + 0x42049f98 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x42049f98 hal_set_rx_beacon_pti + .text.hal_set_rx_beacon_time + 0x42049fc2 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x42049fc2 hal_set_rx_beacon_time + .text.hal_set_rx_active_pti + 0x42049fee 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x42049fee hal_set_rx_active_pti + .text.hal_set_rx_ack_pti + 0x4204a002 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x4204a002 hal_set_rx_ack_pti + .text.hal_set_wifi_default_pti + 0x4204a01c 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x4204a01c hal_set_wifi_default_pti + .text.hal_crypto_clr_key_entry + 0x4204a03e 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a03e hal_crypto_clr_key_entry + .text.hal_crypto_set_key_entry + 0x4204a0c4 0x1b6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a0c4 hal_crypto_set_key_entry + .text.hal_crypto_is_key_valid + 0x4204a27a 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a27a hal_crypto_is_key_valid + .text.hal_crypto_get_key_entry + 0x4204a28a 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a28a hal_crypto_get_key_entry + .text.hal_crypto_init + 0x4204a344 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a344 hal_crypto_init + .text.hal_crypto_mgmt_rx_enabled + 0x4204a36e 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a36e hal_crypto_mgmt_rx_enabled + .text.hal_crypto_enable + 0x4204a38e 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a38e hal_crypto_enable + .text.hal_crypto_disable + 0x4204a414 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + 0x4204a414 hal_crypto_disable + .text.hal_mac_tx_set_ppdu + 0x4204a44a 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a44a hal_mac_tx_set_ppdu + .text.hal_mac_set_txq_invalid + 0x4204a494 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a494 hal_mac_set_txq_invalid + .text.hal_mac_is_txq_valid + 0x4204a4b0 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a4b0 hal_mac_is_txq_valid + .text.hal_mac_tx_set_cca + 0x4204a4c6 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a4c6 hal_mac_tx_set_cca + .text.hal_mac_disable_low_rate + 0x4204a4e2 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a4e2 hal_mac_disable_low_rate + .text.hal_mac_enable_low_rate + 0x4204a514 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a514 hal_mac_enable_low_rate + .text.mac_rxbuf_init + 0x4204a53e 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a53e mac_rxbuf_init + .text.mac_txrx_init + 0x4204a59a 0x196 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a59a mac_txrx_init + .text.hal_mac_set_rxq_policy + 0x4204a730 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a730 hal_mac_set_rxq_policy + .text.mac_last_rxbuf_init + 0x4204a74c 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a74c mac_last_rxbuf_init + .text.hal_deinit + 0x4204a7fe 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a7fe hal_deinit + .text.hal_mac_set_addr + 0x4204a862 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a862 hal_mac_set_addr + .text.hal_mac_set_bssid + 0x4204a8ae 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a8ae hal_mac_set_bssid + .text.hal_mac_rx_set_policy + 0x4204a92a 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a92a hal_mac_rx_set_policy + .text.hal_init + 0x4204a9d6 0x140 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204a9d6 hal_init + .text.hal_mac_tsf_reset + 0x4204ab16 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204ab16 hal_mac_tsf_reset + .text.hal_disable_sta_beacon_filter + 0x4204aba2 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204aba2 hal_disable_sta_beacon_filter + .text.hal_mac_ftm_get_t3 + 0x4204abc4 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4204abc4 hal_mac_ftm_get_t3 + .text.mac_tx_set_plcp1 + 0x4204abfc 0xf6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204abfc mac_tx_set_plcp1 + .text.mac_tx_set_htsig + 0x4204acf2 0x248 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204acf2 mac_tx_set_htsig + .text.hal_mac_fill_hwtxop + 0x4204af3a 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204af3a hal_mac_fill_hwtxop + .text.mac_tx_set_txop_q + 0x4204af80 0x11c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204af80 mac_tx_set_txop_q + .text.hal_mac_get_txq_state + 0x4204b09c 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204b09c hal_mac_get_txq_state + .text.hal_mac_clr_txq_state + 0x4204b0d8 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204b0d8 hal_mac_clr_txq_state + .text.hal_mac_get_txq_pmd + 0x4204b132 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204b132 hal_mac_get_txq_pmd + .text.hal_attenna_init + 0x4204b17c 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204b17c hal_attenna_init + .text.hal_mac_rate_autoack_init + 0x4204b1de 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + 0x4204b1de hal_mac_rate_autoack_init + .text.hal_sniffer_enable + 0x4204b1f4 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + 0x4204b1f4 hal_sniffer_enable + .text.hal_sniffer_disable + 0x4204b252 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + 0x4204b252 hal_sniffer_disable + .text.hal_sniffer_rx_set_promis + 0x4204b2ba 0x8c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + 0x4204b2ba hal_sniffer_rx_set_promis + .text.hal_sniffer_set_promis_misc_pkt + 0x4204b346 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + 0x4204b346 hal_sniffer_set_promis_misc_pkt + .text.hal_enable_sta_tsf + 0x4204b3ce 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b3ce hal_enable_sta_tsf + .text.hal_disable_sta_tsf + 0x4204b3de 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b3de hal_disable_sta_tsf + .text.hal_disable_softap_tsf + 0x4204b3f0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b3f0 hal_disable_softap_tsf + .text.hal_timer_update_by_rtc + 0x4204b402 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b402 hal_timer_update_by_rtc + .text.hal_set_sta_tsf + 0x4204b43a 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b43a hal_set_sta_tsf + .text.hal_enable_sta_tbtt + 0x4204b44c 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b44c hal_enable_sta_tbtt + .text.hal_disable_sta_tbtt + 0x4204b474 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b474 hal_disable_sta_tbtt + .text.hal_set_sta_tbtt + 0x4204b490 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b490 hal_set_sta_tbtt + .text.hal_set_sta_tbtt_interval + 0x4204b4f2 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b4f2 hal_set_sta_tbtt_interval + .text.hal_set_sta_tbtt_ahead_time + 0x4204b508 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b508 hal_set_sta_tbtt_ahead_time + .text.hal_set_sta_tsf_wakeup + 0x4204b51a 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b51a hal_set_sta_tsf_wakeup + .text.hal_tsf_get_tbttstart + 0x4204b53e 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4204b53e hal_tsf_get_tbttstart + .text.RC_GetDuration + 0x4204b54c 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .text.RC_SetBasicRate + 0x4204b5c6 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + 0x4204b5c6 RC_SetBasicRate + .text.RC_GetCtsTime + 0x4204b5ca 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + 0x4204b5ca RC_GetCtsTime + .text.pp_timer_resample + 0x4204b62c 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_coex_restart + 0x4204b64c 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_beacon_monitor_tbtt + 0x4204b65e 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_beacon_monitor + 0x4204b674 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_connectionless_wake_window + 0x4204b68a 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_connectionless_wake_interval + 0x4204b69c 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_disconnected_sleep_delay + 0x4204b6ae 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_sleep_delay + 0x4204b6c0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_coex_slice + 0x4204b6d2 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_active + 0x4204b6e4 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_dream + 0x4204b6f6 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_noise_check + 0x4204b708 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .text.pp_timer_register_post_cb + 0x4204b71a 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + 0x4204b71a pp_timer_register_post_cb + .text.pp_timer_process + 0x4204b726 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + 0x4204b726 pp_timer_process + .text.is_partition_encrypted + 0x4204b73e 0x4a esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.load_partitions + 0x4204b788 0x1be esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.ensure_partitions_loaded + 0x4204b946 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.iterator_create + 0x4204b9c4 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_iterator_release + 0x4204ba02 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4204ba02 esp_partition_iterator_release + .text.esp_partition_next + 0x4204ba14 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4204ba14 esp_partition_next + .text.esp_partition_find + 0x4204baca 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4204baca esp_partition_find + .text.esp_partition_get + 0x4204bb10 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4204bb10 esp_partition_get + .text.esp_partition_find_first + 0x4204bb42 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4204bb42 esp_partition_find_first + .text.esp_partition_write + 0x4204bb6e 0x8e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bb6e esp_partition_write + .text.esp_partition_read_raw + 0x4204bbfc 0x5a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bbfc esp_partition_read_raw + .text.esp_partition_write_raw + 0x4204bc56 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bc56 esp_partition_write_raw + .text.esp_partition_erase_range + 0x4204bcbc 0x7e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bcbc esp_partition_erase_range + .text.esp_partition_mmap + 0x4204bd3a 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bd3a esp_partition_mmap + .text.esp_partition_munmap + 0x4204bdca 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bdca esp_partition_munmap + .text.esp_partition_read + 0x4204bdd8 0xaa esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bdd8 esp_partition_read + .text.esp_partition_is_flash_region_writable + 0x4204be82 0x64 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204be82 esp_partition_is_flash_region_writable + .text.esp_partition_main_flash_region_safe + 0x4204bee6 0x50 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bee6 esp_partition_main_flash_region_safe + .text.esp_partition_get_main_flash_sector_size + 0x4204bf36 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4204bf36 esp_partition_get_main_flash_sector_size + .text.esp_efuse_rtc_calib_get_ver + 0x4204bf3a 0x5e esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + 0x4204bf3a esp_efuse_rtc_calib_get_ver + .text.esp_efuse_rtc_calib_get_init_code + 0x4204bf98 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + 0x4204bf98 esp_efuse_rtc_calib_get_init_code + .text.get_controller + 0x4204c080 0x1e esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_ll_calibration_prepare + 0x4204c09e 0x6e esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_ll_calibration_finish + 0x4204c10c 0x3a esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.read_cal_channel + 0x4204c146 0xbe esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_set_controller + 0x4204c204 0xe esp-idf/hal/libhal.a(adc_hal_common.c.obj) + 0x4204c204 adc_hal_set_controller + .text.cal_setup + 0x4204c212 0xc2 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_arbiter_config + 0x4204c2d4 0x12e esp-idf/hal/libhal.a(adc_hal_common.c.obj) + 0x4204c2d4 adc_hal_arbiter_config + .text.adc_hal_calibration_init + 0x4204c402 0x3a esp-idf/hal/libhal.a(adc_hal_common.c.obj) + 0x4204c402 adc_hal_calibration_init + .text.adc_hal_set_calibration_param + 0x4204c43c 0x98 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + 0x4204c43c adc_hal_set_calibration_param + .text.adc_hal_self_calibration + 0x4204c4d4 0x246 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + 0x4204c4d4 adc_hal_self_calibration + .text.adc_oneshot_ll_set_output_bits + 0x4204c71a 0x36 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .text.adc_hal_onetime_start + 0x4204c750 0x5a esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .text.adc_oneshot_hal_setup + 0x4204c7aa 0xec esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + 0x4204c7aa adc_oneshot_hal_setup + .text.adc_oneshot_hal_convert + 0x4204c896 0x12a esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + 0x4204c896 adc_oneshot_hal_convert + .text.mpi_ll_write_to_mem_block + 0x4204c9c0 0x44 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .text.mpi_ll_read_from_mem_block + 0x4204ca04 0x38 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .text.mpi_hal_calc_hardware_words + 0x4204ca3c 0x2 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca3c mpi_hal_calc_hardware_words + .text.mpi_hal_enable_hardware_hw_op + 0x4204ca3e 0x1e esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca3e mpi_hal_enable_hardware_hw_op + .text.mpi_hal_disable_hardware_hw_op + 0x4204ca5c 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca5c mpi_hal_disable_hardware_hw_op + .text.mpi_hal_interrupt_enable + 0x4204ca6a 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca6a mpi_hal_interrupt_enable + .text.mpi_hal_clear_interrupt + 0x4204ca82 0xc esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca82 mpi_hal_clear_interrupt + .text.mpi_hal_set_mode + 0x4204ca8e 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca8e mpi_hal_set_mode + .text.mpi_hal_write_to_mem_block + 0x4204ca98 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204ca98 mpi_hal_write_to_mem_block + .text.mpi_hal_write_at_offset + 0x4204caa6 0x14 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204caa6 mpi_hal_write_at_offset + .text.mpi_hal_write_m_prime + 0x4204caba 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204caba mpi_hal_write_m_prime + .text.mpi_hal_write_rinv + 0x4204cac4 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cac4 mpi_hal_write_rinv + .text.mpi_hal_enable_constant_time + 0x4204cad2 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cad2 mpi_hal_enable_constant_time + .text.mpi_hal_enable_search + 0x4204caea 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204caea mpi_hal_enable_search + .text.mpi_hal_set_search_position + 0x4204cb02 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cb02 mpi_hal_set_search_position + .text.mpi_hal_start_op + 0x4204cb0c 0x26 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cb0c mpi_hal_start_op + .text.mpi_hal_wait_op_complete + 0x4204cb32 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cb32 mpi_hal_wait_op_complete + .text.mpi_hal_read_result_hw_op + 0x4204cb4a 0x2a esp-idf/hal/libhal.a(mpi_hal.c.obj) + 0x4204cb4a mpi_hal_read_result_hw_op + .text.sha_hal_wait_idle + 0x4204cb74 0xa esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4204cb74 sha_hal_wait_idle + .text.sha_hal_hash_block + 0x4204cb7e 0x62 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4204cb7e sha_hal_hash_block + .text.sha_hal_hash_dma + 0x4204cbe0 0x3c esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4204cbe0 sha_hal_hash_dma + .text.sha_hal_read_digest + 0x4204cc1c 0x68 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4204cc1c sha_hal_read_digest + .text.sha_hal_write_digest + 0x4204cc84 0x34 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4204cc84 sha_hal_write_digest + .text.aes_ll_write_key + 0x4204ccb8 0x5c esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_set_iv + 0x4204cd14 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_read_iv + 0x4204cd5c 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_setkey + 0x4204cda4 0x2c esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204cda4 aes_hal_setkey + .text.aes_hal_transform_dma_start + 0x4204cdd0 0x12 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204cdd0 aes_hal_transform_dma_start + .text.aes_hal_transform_dma_finish + 0x4204cde2 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204cde2 aes_hal_transform_dma_finish + .text.aes_hal_mode_init + 0x4204cdf0 0x1a esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204cdf0 aes_hal_mode_init + .text.aes_hal_set_iv + 0x4204ce0a 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204ce0a aes_hal_set_iv + .text.aes_hal_read_iv + 0x4204ce18 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204ce18 aes_hal_read_iv + .text.aes_hal_wait_done + 0x4204ce26 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4204ce26 aes_hal_wait_done + .text.get_idx 0x4204ce34 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.generate_mac + 0x4204ce94 0x13c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_efuse_factory_mac + 0x4204cfd0 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_efuse_mac_custom + 0x4204d01e 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_mac_addr_from_mac_table + 0x4204d0ce 0x102 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_default + 0x4204d1d0 0xe esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x4204d1d0 esp_efuse_mac_get_default + .text.esp_read_mac + 0x4204d1de 0x114 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x4204d1de esp_read_mac + .text.adc2_init_code_calibration + 0x4204d2f2 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .text.adc2_cal_include + 0x4204d326 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + 0x4204d326 adc2_cal_include + .text.ets_timer_setfn + 0x4204d328 0x8a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x4204d328 os_timer_setfn + 0x4204d328 ets_timer_setfn + .text.ets_timer_done + 0x4204d3b2 0x28 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x4204d3b2 ets_timer_done + 0x4204d3b2 os_timer_done + .text.init_timer_task + 0x4204d3da 0xac esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.timer_process_alarm + 0x4204d486 0x16c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.timer_task + 0x4204d5f2 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.deinit_timer_task + 0x4204d60c 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_create + 0x4204d630 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4204d630 esp_timer_create + .text.esp_timer_delete + 0x4204d6ba 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4204d6ba esp_timer_delete + .text.esp_timer_init + 0x4204d744 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4204d744 esp_timer_init + .text.__esp_system_init_fn_esp_timer_init_os + 0x4204d79c 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.phy_digital_regs_load + 0x4204d7aa 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.phy_digital_regs_store + 0x4204d7d2 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.load_cal_data_from_nvs_handle + 0x4204d7fa 0x17e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.store_cal_data_to_nvs_handle + 0x4204d978 0x164 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_disable + 0x4204dadc 0x58 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dadc esp_phy_disable + .text.esp_wifi_bt_power_domain_off + 0x4204db34 0x5e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204db34 esp_wifi_power_domain_off + 0x4204db34 esp_wifi_bt_power_domain_off + .text.esp_phy_modem_init + 0x4204db92 0x5e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204db92 esp_phy_modem_init + .text.esp_phy_modem_deinit + 0x4204dbf0 0x64 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dbf0 esp_phy_modem_deinit + .text.esp_phy_get_init_data + 0x4204dc54 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dc54 esp_phy_get_init_data + .text.esp_phy_load_cal_data_from_nvs + 0x4204dc5e 0x78 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dc5e esp_phy_load_cal_data_from_nvs + .text.esp_phy_store_cal_data_to_nvs + 0x4204dcd6 0x3c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dcd6 esp_phy_store_cal_data_to_nvs + .text.esp_phy_load_cal_and_init + 0x4204dd12 0x244 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dd12 esp_phy_load_cal_and_init + .text.esp_phy_enable + 0x4204df56 0x7a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204df56 esp_phy_enable + .text.esp_phy_update_country_info + 0x4204dfd0 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dfd0 esp_phy_update_country_info + .text.phy_get_lock + 0x4204dfd4 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4204dfd4 phy_get_lock + .text.phy_enabled_modem_contains + 0x4204dfde 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204dfde phy_enabled_modem_contains + .text.phy_track_pll_internal + 0x4204dfee 0x38 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_timer_callback + 0x4204e026 0x2e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll + 0x4204e054 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e054 phy_track_pll + .text.phy_track_pll_init + 0x4204e09e 0x9c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e09e phy_track_pll_init + .text.phy_track_pll_deinit + 0x4204e13a 0x72 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e13a phy_track_pll_deinit + .text.phy_set_modem_flag + 0x4204e1ac 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e1ac phy_set_modem_flag + .text.phy_clr_modem_flag + 0x4204e1c0 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e1c0 phy_clr_modem_flag + .text.phy_get_modem_flag + 0x4204e1d4 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e1d4 phy_get_modem_flag + .text.phy_ant_clr_update_flag + 0x4204e1de 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e1de phy_ant_clr_update_flag + .text.phy_ant_update + 0x4204e1e8 0x8c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4204e1e8 phy_ant_update + .text.tryget_socket_unconn_nouse + 0x4204e274 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.free_socket_locked + 0x4204e296 0x66 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.sock_inc_used_locked + 0x4204e2fc 0x9a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.tryget_socket_unconn_locked + 0x4204e396 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.sock_inc_used + 0x4204e3c0 0x80 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.tryget_socket_unconn + 0x4204e440 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_select_inc_sockets_used_set + 0x4204e462 0x92 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_select_inc_sockets_used + 0x4204e4f4 0x50 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_link_select_cb + 0x4204e544 0x3c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_unlink_select_cb + 0x4204e580 0x9a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.sockaddr_to_ipaddr_port + 0x4204e61a 0x8c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sock_make_addr + 0x4204e6a6 0x13e esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recv_tcp_from + 0x4204e7e4 0x54 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.free_socket_free_elements + 0x4204e838 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.free_socket + 0x4204e862 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.done_socket + 0x4204e8a4 0xbc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.tryget_socket + 0x4204e960 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.get_socket + 0x4204e980 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_selscan + 0x4204e9a2 0x23e esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_select_dec_sockets_used + 0x4204ebe0 0x7a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_drop_registered_memberships + 0x4204ec5a 0x94 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_drop_registered_mld6_memberships + 0x4204ecee 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recv_tcp + 0x4204ed8e 0x1f0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recvfrom_udp_raw + 0x4204ef7e 0x132 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_close + 0x4204f0b0 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f0b0 lwip_close + .text.lwip_recvfrom + 0x4204f150 0x102 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f150 lwip_recvfrom + .text.lwip_read + 0x4204f252 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f252 lwip_read + .text.lwip_sendto + 0x4204f266 0x1a4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f266 lwip_sendto + .text.lwip_send + 0x4204f40a 0x9e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f40a lwip_send + .text.lwip_write + 0x4204f4a8 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f4a8 lwip_write + .text.lwip_select + 0x4204f4b8 0x3aa esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f4b8 lwip_select + .text.lwip_ioctl + 0x4204f862 0x72 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f862 lwip_ioctl + .text.lwip_fcntl + 0x4204f8d4 0xd2 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4204f8d4 lwip_fcntl + .text.tcpip_timeouts_mbox_fetch + 0x4204f9a6 0x48 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_thread_handle_msg + 0x4204f9ee 0xb6 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_thread + 0x4204faa4 0x5a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_inpkt + 0x4204fafe 0x82 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fafe tcpip_inpkt + .text.tcpip_input + 0x4204fb80 0x2c esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fb80 tcpip_input + .text.tcpip_try_callback + 0x4204fbac 0x78 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fbac tcpip_try_callback + .text.tcpip_send_msg_wait_sem + 0x4204fc24 0x86 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fc24 tcpip_send_msg_wait_sem + .text.tcpip_api_call + 0x4204fcaa 0x66 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fcaa tcpip_api_call + .text.tcpip_init + 0x4204fd10 0x7c esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4204fd10 tcpip_init + .text.lwip_htons + 0x4204fd8c 0xe esp-idf/lwip/liblwip.a(def.c.obj) + 0x4204fd8c lwip_htons + .text.lwip_htonl + 0x4204fd9a 0x24 esp-idf/lwip/liblwip.a(def.c.obj) + 0x4204fd9a lwip_htonl + .text.dns_init + 0x4204fdbe 0x2 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4204fdbe dns_init + .text.dns_setserver + 0x4204fdc0 0x74 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4204fdc0 dns_setserver + .text.lwip_init + 0x4204fe34 0x2a esp-idf/lwip/liblwip.a(init.c.obj) + 0x4204fe34 lwip_init + .text.ip_input + 0x4204fe5e 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x4204fe5e ip_input + .text.mem_init + 0x4204fe86 0x2 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4204fe86 mem_init + .text.mem_trim + 0x4204fe88 0x2 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4204fe88 mem_trim + .text.mem_malloc + 0x4204fe8a 0x54 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4204fe8a mem_malloc + .text.mem_free + 0x4204fede 0x66 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4204fede mem_free + .text.do_memp_malloc_pool + 0x4204ff44 0x98 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.do_memp_free_pool + 0x4204ffdc 0x6a esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_init + 0x42050046 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x42050046 memp_init + .text.memp_malloc + 0x42050058 0x26 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x42050058 memp_malloc + .text.memp_free + 0x4205007e 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x4205007e memp_free + .text.netif_null_output_ip6 + 0x420500a2 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_null_output_ip4 + 0x420500a6 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_loopif_init + 0x420500aa 0x5a esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_do_set_netmask + 0x42050104 0x88 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_do_set_gw + 0x4205018c 0x88 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_do_ip_addr_changed + 0x42050214 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_issue_reports + 0x4205023e 0x6e esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_do_set_ipaddr + 0x420502ac 0xe4 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_poll + 0x42050390 0x122 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050390 netif_poll + .text.netif_loop_output + 0x420504b2 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x420504b2 netif_loop_output + .text.netif_loop_output_ipv6 + 0x420505f2 0xe esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_loop_output_ipv4 + 0x42050600 0xe esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_get_ip6_addr_match + 0x4205060e 0xda esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4205060e netif_get_ip6_addr_match + .text.netif_get_by_index + 0x420506e8 0x26 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x420506e8 netif_get_by_index + .text.netif_invoke_ext_callback + 0x4205070e 0x5e esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4205070e netif_invoke_ext_callback + .text.netif_set_addr + 0x4205076c 0xd6 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4205076c netif_set_addr + .text.netif_add + 0x42050842 0x296 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050842 netif_add + .text.netif_set_up + 0x42050ad8 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050ad8 netif_set_up + .text.netif_set_link_up + 0x42050b1a 0x48 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050b1a netif_set_link_up + .text.netif_init + 0x42050b62 0x7a esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050b62 netif_init + .text.netif_ip6_addr_set_state + 0x42050bdc 0x100 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42050bdc netif_ip6_addr_set_state + .text.pbuf_init_alloced_pbuf + 0x42050cdc 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_skip_const + 0x42050cfe 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_add_header_impl + 0x42050d1a 0x90 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_pool_is_empty + 0x42050daa 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_free_ooseq + 0x42050df6 0x32 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_free_ooseq_callback + 0x42050e28 0xe esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_alloc_reference + 0x42050e36 0x6c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050e36 pbuf_alloc_reference + .text.pbuf_add_header + 0x42050ea2 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050ea2 pbuf_add_header + .text.pbuf_add_header_force + 0x42050eb2 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050eb2 pbuf_add_header_force + .text.pbuf_remove_header + 0x42050ec2 0x6a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050ec2 pbuf_remove_header + .text.pbuf_header_impl + 0x42050f2c 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_header_force + 0x42050f48 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050f48 pbuf_header_force + .text.pbuf_free + 0x42050f58 0x116 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42050f58 pbuf_free + .text.pbuf_alloc + 0x4205106e 0x1d4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4205106e pbuf_alloc + .text.pbuf_realloc + 0x42051242 0x10e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42051242 pbuf_realloc + .text.pbuf_free_header + 0x42051350 0x48 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42051350 pbuf_free_header + .text.pbuf_clen + 0x42051398 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42051398 pbuf_clen + .text.pbuf_ref + 0x420513aa 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420513aa pbuf_ref + .text.pbuf_cat + 0x420513f8 0x60 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420513f8 pbuf_cat + .text.pbuf_chain + 0x42051458 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42051458 pbuf_chain + .text.pbuf_copy_partial_pbuf + 0x42051472 0x15e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x42051472 pbuf_copy_partial_pbuf + .text.pbuf_copy + 0x420515d0 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420515d0 pbuf_copy + .text.pbuf_copy_partial + 0x420515ea 0x94 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420515ea pbuf_copy_partial + .text.pbuf_clone + 0x4205167e 0x50 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4205167e pbuf_clone + .text.pbuf_try_get_at + 0x420516ce 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420516ce pbuf_try_get_at + .text.pbuf_get_at + 0x420516fe 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x420516fe pbuf_get_at + .text.raw_input_local_match + 0x42051718 0x10c esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_input + 0x42051824 0x174 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051824 raw_input + .text.raw_sendto_if_src + 0x42051998 0x26c esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051998 raw_sendto_if_src + .text.raw_sendto + 0x42051c04 0x12c esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051c04 raw_sendto + .text.raw_send + 0x42051d30 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051d30 raw_send + .text.raw_remove + 0x42051d42 0x3a esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051d42 raw_remove + .text.raw_netif_ip_addr_changed + 0x42051d7c 0xda esp-idf/lwip/liblwip.a(raw.c.obj) + 0x42051d7c raw_netif_ip_addr_changed + .text.tcp_remove_listener + 0x42051e56 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_listen_closed + 0x42051e98 0x86 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_free_listen + 0x42051f1e 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_init + 0x42051f5c 0x24 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42051f5c tcp_init + .text.tcp_free + 0x42051f80 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42051f80 tcp_free + .text.tcp_backlog_accepted + 0x42051fbe 0x7c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42051fbe tcp_backlog_accepted + .text.tcp_close_shutdown_fin + 0x4205203a 0x9e esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_handle_closepend + 0x420520d8 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_update_rcv_ann_wnd + 0x4205210c 0xaa esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4205210c tcp_update_rcv_ann_wnd + .text.tcp_recved + 0x420521b6 0x88 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420521b6 tcp_recved + .text.tcp_seg_free + 0x4205223e 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4205223e tcp_seg_free + .text.tcp_segs_free + 0x42052260 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052260 tcp_segs_free + .text.tcp_seg_copy + 0x4205227a 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4205227a tcp_seg_copy + .text.tcp_arg 0x420522d2 0x6 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420522d2 tcp_arg + .text.tcp_recv + 0x420522d8 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420522d8 tcp_recv + .text.tcp_sent + 0x42052316 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052316 tcp_sent + .text.tcp_err 0x42052354 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052354 tcp_err + .text.tcp_accept + 0x42052392 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052392 tcp_accept + .text.tcp_poll + 0x420523a2 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420523a2 tcp_poll + .text.tcp_next_iss + 0x420523e4 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420523e4 tcp_next_iss + .text.tcp_eff_send_mss_netif + 0x42052426 0x8a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052426 tcp_eff_send_mss_netif + .text.tcp_free_ooseq + 0x420524b0 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420524b0 tcp_free_ooseq + .text.tcp_pcb_purge + 0x420524ce 0x64 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420524ce tcp_pcb_purge + .text.tcp_pcb_remove + 0x42052532 0x140 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052532 tcp_pcb_remove + .text.tcp_abandon + 0x42052672 0x12e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052672 tcp_abandon + .text.tcp_abort + 0x420527a0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420527a0 tcp_abort + .text.tcp_kill_timewait + 0x420527b0 0x38 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_kill_prio + 0x420527e8 0x6e esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_netif_ip_addr_changed_pcblist + 0x42052856 0x94 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_netif_ip_addr_changed + 0x420528ea 0x108 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420528ea tcp_netif_ip_addr_changed + .text.tcp_kill_state + 0x420529f2 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_alloc + 0x42052a34 0x116 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052a34 tcp_alloc + .text.tcp_close_shutdown + 0x42052b4a 0x190 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_close_ext + 0x42052cda 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052cda tcp_close_ext + .text.tcp_close + 0x42052d02 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052d02 tcp_close + .text.tcp_recv_null + 0x42052d12 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052d12 tcp_recv_null + .text.tcp_process_refused_data + 0x42052d48 0x96 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052d48 tcp_process_refused_data + .text.tcp_fasttmr + 0x42052dde 0xa2 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052dde tcp_fasttmr + .text.tcp_shutdown + 0x42052e80 0x82 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052e80 tcp_shutdown + .text.tcp_slowtmr + 0x42052f02 0x5ce esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x42052f02 tcp_slowtmr + .text.tcp_tmr 0x420534d0 0x2a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x420534d0 tcp_tmr + .text.tcp_get_next_optbyte + 0x420534fa 0x4c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_parseopt + 0x42053546 0xde esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_input_delayed_close + 0x42053624 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_timewait_input + 0x42053694 0xd8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_listen_input + 0x4205376c 0x29c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_oos_insert_segment + 0x42053a08 0x138 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_free_acked_segments + 0x42053b40 0x112 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_receive + 0x42053c52 0xf5e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_process + 0x42054bb0 0x73e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_input + 0x420552ee 0xb0c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x420552ee tcp_input + .text.tcp_trigger_input_pcb_close + 0x42055dfa 0x12 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x42055dfa tcp_trigger_input_pcb_close + .text.tcp_write_checks + 0x42055e0c 0xf2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment_busy + 0x42055efe 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_fill_options + 0x42055f40 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_pbuf_prealloc + 0x42055f98 0xa8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_create_segment + 0x42056040 0x16a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_alloc_header_common + 0x420561aa 0x124 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_alloc_header + 0x420562ce 0x56 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_rst_common + 0x42056324 0x9c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_route + 0x420563c0 0x36 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment + 0x420563f6 0x220 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_control_segment_netif + 0x42056616 0xba esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_control_segment + 0x420566d0 0x6a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_write + 0x4205673a 0x3d2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x4205673a tcp_write + .text.tcp_split_unsent_seg + 0x42056b0c 0x260 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42056b0c tcp_split_unsent_seg + .text.tcp_enqueue_flags + 0x42056d6c 0x1ca esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42056d6c tcp_enqueue_flags + .text.tcp_send_fin + 0x42056f36 0xa4 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42056f36 tcp_send_fin + .text.tcp_rexmit_rto_prepare + 0x42056fda 0xde esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42056fda tcp_rexmit_rto_prepare + .text.tcp_rexmit + 0x420570b8 0xea esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x420570b8 tcp_rexmit + .text.tcp_rexmit_fast + 0x420571a2 0x96 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x420571a2 tcp_rexmit_fast + .text.tcp_rst 0x42057238 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42057238 tcp_rst + .text.tcp_rst_netif + 0x42057266 0x34 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42057266 tcp_rst_netif + .text.tcp_send_empty_ack + 0x4205729a 0x96 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x4205729a tcp_send_empty_ack + .text.tcp_output + 0x42057330 0x44a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42057330 tcp_output + .text.tcp_rexmit_rto_commit + 0x4205777a 0x46 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x4205777a tcp_rexmit_rto_commit + .text.tcp_rexmit_rto + 0x420577c0 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x420577c0 tcp_rexmit_rto + .text.tcp_keepalive + 0x42057804 0x72 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42057804 tcp_keepalive + .text.tcp_zero_window_probe + 0x42057876 0x16c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42057876 tcp_zero_window_probe + .text.sys_timeout_abs + 0x420579e2 0x92 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.lwip_cyclic_timer + 0x42057a74 0x52 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_timeout + 0x42057ac6 0x56 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057ac6 sys_timeout + .text.tcp_timer_needed + 0x42057b1c 0x46 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057b1c tcp_timer_needed + .text.tcpip_tcp_timer + 0x42057b62 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_timeouts_init + 0x42057ba0 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057ba0 sys_timeouts_init + .text.sys_untimeout + 0x42057bd6 0x44 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057bd6 sys_untimeout + .text.sys_check_timeouts + 0x42057c1a 0x56 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057c1a sys_check_timeouts + .text.sys_timeouts_sleeptime + 0x42057c70 0x5a esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42057c70 sys_timeouts_sleeptime + .text.udp_new_port + 0x42057cca 0x4e esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_input_local_match + 0x42057d18 0x180 esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_init + 0x42057e98 0x24 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42057e98 udp_init + .text.udp_input + 0x42057ebc 0x412 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42057ebc udp_input + .text.udp_bind + 0x420582ce 0x24c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x420582ce udp_bind + .text.udp_sendto_if_src + 0x4205851a 0x22c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4205851a udp_sendto_if_src + .text.udp_sendto_if + 0x42058746 0xd8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058746 udp_sendto_if + .text.udp_sendto + 0x4205881e 0x11a esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4205881e udp_sendto + .text.udp_send + 0x42058938 0x32 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058938 udp_send + .text.udp_connect + 0x4205896a 0x128 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4205896a udp_connect + .text.udp_recv + 0x42058a92 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058a92 udp_recv + .text.udp_remove + 0x42058a9a 0x3c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058a9a udp_remove + .text.udp_new 0x42058ad6 0x34 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058ad6 udp_new + .text.udp_netif_ip_addr_changed + 0x42058b0a 0xda esp-idf/lwip/liblwip.a(udp.c.obj) + 0x42058b0a udp_netif_ip_addr_changed + .text.dhcp_set_state + 0x42058be4 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_short + 0x42058bfa 0x5a esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option + 0x42058c54 0x58 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_byte + 0x42058cac 0x46 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_long + 0x42058cf2 0x7e esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_create_msg + 0x42058d70 0x1a0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_hostname + 0x42058f10 0xc8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_trailer + 0x42058fd8 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_rebind + 0x4205901c 0x16c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_t2_timeout + 0x42059188 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_reboot + 0x420591c6 0x190 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_select + 0x42059356 0x1d4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_handle_offer + 0x4205952a 0x84 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_discover + 0x420595ae 0x170 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_decline + 0x4205971e 0xc2 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_bind + 0x420597e0 0xdc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_conflict_callback + 0x420598bc 0x9e esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_handle_nak + 0x4205995a 0x36 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_dec_pcb_refcount + 0x42059990 0x5e esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_inc_pcb_refcount + 0x420599ee 0xae esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_parse_reply + 0x42059a9c 0x3a4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_check + 0x42059e40 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_handle_ack + 0x42059e6c 0x148 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_recv + 0x42059fb4 0x184 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_network_changed_link_up + 0x4205a138 0x64 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a138 dhcp_network_changed_link_up + .text.dhcp_renew + 0x4205a19c 0x168 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a19c dhcp_renew + .text.dhcp_t1_timeout + 0x4205a304 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_supplied_address + 0x4205a342 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a342 dhcp_supplied_address + .text.dhcp_release_and_stop + 0x4205a37c 0x192 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a37c dhcp_release_and_stop + .text.dhcp_start + 0x4205a50e 0xda esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a50e dhcp_start + .text.dhcp_coarse_tmr + 0x4205a5e8 0x72 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a5e8 dhcp_coarse_tmr + .text.dhcp_timeout + 0x4205a65a 0x74 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_fine_tmr + 0x4205a6ce 0x6a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a6ce dhcp_fine_tmr + .text.dhcp_fine_timeout_cb + 0x4205a738 0xe esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4205a738 dhcp_fine_timeout_cb + .text.free_etharp_q + 0x4205a746 0x76 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_free_entry + 0x4205a7bc 0x56 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_find_entry + 0x4205a812 0x240 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_update_arp_entry + 0x4205aa52 0x17c esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_raw + 0x4205abce 0x1ca esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_request_dst + 0x4205ad98 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_input + 0x4205adbc 0x12c esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x4205adbc etharp_input + .text.etharp_request + 0x4205aee8 0x16 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x4205aee8 etharp_request + .text.etharp_tmr + 0x4205aefe 0xe0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x4205aefe etharp_tmr + .text.etharp_query + 0x4205afde 0x296 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x4205afde etharp_query + .text.icmp_send_response + 0x4205b274 0x128 esp-idf/lwip/liblwip.a(icmp.c.obj) + .text.icmp_input + 0x4205b39c 0x238 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x4205b39c icmp_input + .text.icmp_dest_unreach + 0x4205b5d4 0x14 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x4205b5d4 icmp_dest_unreach + .text.igmp_remove_group + 0x4205b5e8 0x1c esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_start_timer + 0x4205b604 0x60 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_delaying_member + 0x4205b664 0x38 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_ip_output_if + 0x4205b69c 0x2a esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_send + 0x4205b6c6 0x120 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_timeout + 0x4205b7e6 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_init + 0x4205b816 0x22 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205b816 igmp_init + .text.igmp_report_groups + 0x4205b838 0x24 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205b838 igmp_report_groups + .text.igmp_lookfor_group + 0x4205b85c 0x14 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205b85c igmp_lookfor_group + .text.igmp_lookup_group + 0x4205b870 0xc4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.igmp_start + 0x4205b934 0x48 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205b934 igmp_start + .text.igmp_input + 0x4205b97c 0x112 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205b97c igmp_input + .text.igmp_joingroup_netif + 0x4205ba8e 0x94 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205ba8e igmp_joingroup_netif + .text.igmp_joingroup + 0x4205bb22 0x6c esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205bb22 igmp_joingroup + .text.igmp_leavegroup_netif + 0x4205bb8e 0x9a esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205bb8e igmp_leavegroup_netif + .text.igmp_leavegroup + 0x4205bc28 0x76 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205bc28 igmp_leavegroup + .text.igmp_tmr + 0x4205bc9e 0x7c esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4205bc9e igmp_tmr + .text.igmp_timeout_cb + 0x4205bd1a 0xe esp-idf/lwip/liblwip.a(igmp.c.obj) + .text.ip4_input_accept + 0x4205bd28 0x38 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_route + 0x4205bd60 0x94 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205bd60 ip4_route + .text.ip4_route_src + 0x4205bdf4 0x1e esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205bdf4 ip4_route_src + .text.ip4_input + 0x4205be12 0x320 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205be12 ip4_input + .text.ip4_output_if_opt_src + 0x4205c132 0x306 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205c132 ip4_output_if_opt_src + .text.ip4_output_if_opt + 0x4205c438 0x24 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205c438 ip4_output_if_opt + .text.ip4_output_if + 0x4205c45c 0x12 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205c45c ip4_output_if + .text.ip4_output_if_src + 0x4205c46e 0x12 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4205c46e ip4_output_if_src + .text.ip4_addr_isbroadcast_u32 + 0x4205c480 0x40 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x4205c480 ip4_addr_isbroadcast_u32 + .text.ip4_frag + 0x4205c4c0 0x1d2 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x4205c4c0 ip4_frag + .text.icmp6_send_response_with_addrs_and_netif + 0x4205c692 0x13c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_send_response + 0x4205c7ce 0x7c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_input + 0x4205c84a 0x15c esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4205c84a icmp6_input + .text.icmp6_dest_unreach + 0x4205c9a6 0x16 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4205c9a6 icmp6_dest_unreach + .text.icmp6_param_problem + 0x4205c9bc 0x20 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4205c9bc icmp6_param_problem + .text.ip6_input_accept + 0x4205c9dc 0xb6 esp-idf/lwip/liblwip.a(ip6.c.obj) + .text.ip6_route + 0x4205ca92 0x2d8 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205ca92 ip6_route + .text.ip6_select_source_address + 0x4205cd6a 0x1a8 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205cd6a ip6_select_source_address + .text.ip6_input + 0x4205cf12 0x7da esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205cf12 ip6_input + .text.ip6_output_if_src + 0x4205d6ec 0x3dc esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205d6ec ip6_output_if_src + .text.ip6_output_if + 0x4205dac8 0x76 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205dac8 ip6_output_if + .text.ip6_options_add_hbh_ra + 0x4205db3e 0x52 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4205db3e ip6_options_add_hbh_ra + .text.ip6_frag + 0x4205db90 0x1dc esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x4205db90 ip6_frag + .text.mld6_remove_group + 0x4205dd6c 0x2a esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_delayed_report + 0x4205dd96 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_new_group + 0x4205de1e 0x68 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_send + 0x4205de86 0x17c esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_report_groups + 0x4205e002 0x22 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e002 mld6_report_groups + .text.mld6_lookfor_group + 0x4205e024 0x38 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e024 mld6_lookfor_group + .text.mld6_input + 0x4205e05c 0x1aa esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e05c mld6_input + .text.mld6_joingroup_netif + 0x4205e206 0xea esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e206 mld6_joingroup_netif + .text.mld6_joingroup + 0x4205e2f0 0x5c esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e2f0 mld6_joingroup + .text.mld6_leavegroup_netif + 0x4205e34c 0xe2 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e34c mld6_leavegroup_netif + .text.mld6_leavegroup + 0x4205e42e 0x5e esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e42e mld6_leavegroup + .text.mld6_tmr + 0x4205e48c 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4205e48c mld6_tmr + .text.mld6_timeout_cb + 0x4205e51c 0xe esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.nd6_find_neighbor_cache_entry + 0x4205e52a 0x9e esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_find_destination_cache_entry + 0x4205e5c8 0x9e esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_select_router + 0x4205e666 0xe2 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_router + 0x4205e748 0x64 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_onlink_prefix + 0x4205e7ac 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_new_onlink_prefix + 0x4205e82e 0xbe esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_send_q + 0x4205e8ec 0x152 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_duplicate_addr_detected + 0x4205ea3e 0x54 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_process_autoconfig_prefix + 0x4205ea92 0x28a esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_free_q + 0x4205ed1c 0xb2 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_free_neighbor_cache_entry + 0x4205edce 0x98 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_new_neighbor_cache_entry + 0x4205ee66 0x28c esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_send_na + 0x4205f0f2 0x1e4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_send_rs + 0x4205f2d6 0x146 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_send_ns + 0x4205f41c 0x22e esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_send_neighbor_cache_probe + 0x4205f64a 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_new_router + 0x4205f65e 0x150 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_input + 0x4205f7ae 0xe5c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4205f7ae nd6_input + .text.nd6_tmr 0x4206060a 0x592 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4206060a nd6_tmr + .text.nd6_find_route + 0x42060b9c 0xe0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x42060b9c nd6_find_route + .text.nd6_get_destination_mtu + 0x42060c7c 0x3c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x42060c7c nd6_get_destination_mtu + .text.nd6_reachability_hint + 0x42060cb8 0x1ee esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x42060cb8 nd6_reachability_hint + .text.nd6_adjust_mld_membership + 0x42060ea6 0xae esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x42060ea6 nd6_adjust_mld_membership + .text.nd6_restart_netif + 0x42060f54 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x42060f54 nd6_restart_netif + .text.ethernet_input + 0x42060f5c 0x12a esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x42060f5c ethernet_input + .text.ethernet_output + 0x42061086 0xe4 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x42061086 ethernet_output + .text.lwip_init_tcp_isn + 0x4206116a 0x54 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x4206116a lwip_init_tcp_isn + .text.lwip_hook_tcp_isn + 0x420611be 0x144 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x420611be lwip_hook_tcp_isn + .text.lwip_hook_ip6_input + 0x42061302 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x42061302 lwip_hook_ip6_input + .text.ip4_route_src_hook + 0x42061332 0x34 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x42061332 ip4_route_src_hook + .text.dhcp_parse_extra_opts + 0x42061366 0x72 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x42061366 dhcp_parse_extra_opts + .text.dhcp_append_extra_opts + 0x420613d8 0x76 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x420613d8 dhcp_append_extra_opts + .text.sys_thread_sem_free + 0x4206144e 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mutex_new + 0x42061476 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061476 sys_mutex_new + .text.sys_mutex_lock + 0x4206149a 0x40 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4206149a sys_mutex_lock + .text.sys_mutex_unlock + 0x420614da 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420614da sys_mutex_unlock + .text.sys_sem_new + 0x4206151e 0x9a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4206151e sys_sem_new + .text.sys_sem_signal + 0x420615b8 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420615b8 sys_sem_signal + .text.sys_sem_signal_isr + 0x420615fc 0x20 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420615fc sys_sem_signal_isr + .text.sys_arch_sem_wait + 0x4206161c 0x9a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4206161c sys_arch_sem_wait + .text.sys_sem_free + 0x420616b6 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420616b6 sys_sem_free + .text.sys_mbox_new + 0x420616d4 0x4e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420616d4 sys_mbox_new + .text.sys_mbox_post + 0x42061722 0x48 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061722 sys_mbox_post + .text.sys_mbox_trypost + 0x4206176a 0x2a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4206176a sys_mbox_trypost + .text.sys_arch_mbox_fetch + 0x42061794 0xae esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061794 sys_arch_mbox_fetch + .text.sys_arch_mbox_tryfetch + 0x42061842 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061842 sys_arch_mbox_tryfetch + .text.sys_mbox_free + 0x4206189e 0x60 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4206189e sys_mbox_free + .text.sys_thread_new + 0x420618fe 0x32 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420618fe sys_thread_new + .text.sys_init + 0x42061930 0x62 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061930 sys_init + .text.sys_now 0x42061992 0x1a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061992 sys_now + .text.sys_arch_protect + 0x420619ac 0x30 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420619ac sys_arch_protect + .text.sys_arch_unprotect + 0x420619dc 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420619dc sys_arch_unprotect + .text.sys_thread_sem_init + 0x420619f2 0xa0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x420619f2 sys_thread_sem_init + .text.sys_thread_sem_get + 0x42061a92 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061a92 sys_thread_sem_get + .text.sys_thread_tcpip + 0x42061ab0 0x94 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x42061ab0 sys_thread_tcpip + .text.acd_suspend + 0x42061b44 0x24 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .text.send_probe_once + 0x42061b68 0x48 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .text.acd_dhcp_check_timeout_cb + 0x42061bb0 0x3c esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .text.acd_remove + 0x42061bec 0x18 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + 0x42061bec acd_remove + .text.acd_netif_ip_addr_changed + 0x42061c04 0xe esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + 0x42061c04 acd_netif_ip_addr_changed + .text.acd_arp_reply + 0x42061c12 0xb6 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + 0x42061c12 acd_arp_reply + .text.acd_add 0x42061cc8 0x6 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + 0x42061cc8 acd_add + .text.acd_start + 0x42061cce 0x24 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + 0x42061cce acd_start + .text.lwip_get_socket_select_semaphore + 0x42061cf2 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.lwip_stop_socket_select_isr + 0x42061d00 0x1c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.lwip_stop_socket_select + 0x42061d1c 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.lwip_ioctl_r_wrapper + 0x42061d2a 0x18 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.lwip_fcntl_r_wrapper + 0x42061d42 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.lwip_fstat + 0x42061d50 0x44 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text.esp_vfs_lwip_sockets_register + 0x42061d94 0xbe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x42061d94 esp_vfs_lwip_sockets_register + .text.netconn_apimsg + 0x42061e52 0x3c esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_tcp_recvd_msg + 0x42061e8e 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_close_shutdown + 0x42061ec2 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_prepare_delete + 0x42061eec 0x26 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061eec netconn_prepare_delete + .text.netconn_delete + 0x42061f12 0x36 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061f12 netconn_delete + .text.netconn_getaddr + 0x42061f48 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061f48 netconn_getaddr + .text.netconn_tcp_recvd + 0x42061f7c 0x26 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061f7c netconn_tcp_recvd + .text.netconn_send + 0x42061fa2 0x22 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061fa2 netconn_send + .text.netconn_write_vectors_partly + 0x42061fc4 0xf4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42061fc4 netconn_write_vectors_partly + .text.netconn_write_partly + 0x420620b8 0x16 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x420620b8 netconn_write_partly + .text.netconn_err + 0x420620ce 0x2c esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x420620ce netconn_err + .text.netconn_recv_data + 0x420620fa 0x15e esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_udp_raw_netbuf_flags + 0x42062258 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42062258 netconn_recv_udp_raw_netbuf_flags + .text.netconn_recv_data_tcp + 0x4206227c 0xbc esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_tcp_pbuf_flags + 0x42062338 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x42062338 netconn_recv_tcp_pbuf_flags + .text.netconn_join_leave_group + 0x4206235c 0x3e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4206235c netconn_join_leave_group + .text.netconn_join_leave_group_netif + 0x4206239a 0x3a esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4206239a netconn_join_leave_group_netif + .text.lwip_netconn_err_to_msg + 0x420623d4 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.err_tcp 0x42062436 0x17c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.netconn_mark_mbox_invalid + 0x420625b2 0x60 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_writemore + 0x42062612 0x31a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_close_internal + 0x4206292c 0x2a6 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.poll_tcp + 0x42062bd2 0x8c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.sent_tcp + 0x42062c5e 0x8c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.tcp_do_abort + 0x42062cea 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_is_deallocated_msg + 0x42062cfc 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42062cfc lwip_netconn_is_deallocated_msg + .text.lwip_netconn_is_err_msg + 0x42062d10 0x74 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42062d10 lwip_netconn_is_err_msg + .text.netconn_free + 0x42062d84 0x92 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42062d84 netconn_free + .text.netconn_drain + 0x42062e16 0xfc esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_delconn + 0x42062f12 0x14e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42062f12 lwip_netconn_do_delconn + .text.lwip_netconn_do_send + 0x42063060 0x106 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42063060 lwip_netconn_do_send + .text.lwip_netconn_do_recv + 0x42063166 0x5c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42063166 lwip_netconn_do_recv + .text.lwip_netconn_do_write + 0x420631c2 0xa2 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x420631c2 lwip_netconn_do_write + .text.lwip_netconn_do_getaddr + 0x42063264 0x1c0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42063264 lwip_netconn_do_getaddr + .text.lwip_netconn_do_close + 0x42063424 0x126 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42063424 lwip_netconn_do_close + .text.lwip_netconn_do_join_leave_group + 0x4206354a 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4206354a lwip_netconn_do_join_leave_group + .text.lwip_netconn_do_join_leave_group_netif + 0x420635c4 0x84 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x420635c4 lwip_netconn_do_join_leave_group_netif + .text.err_to_errno + 0x42063648 0x26 esp-idf/lwip/liblwip.a(err.c.obj) + 0x42063648 err_to_errno + .text.netbuf_delete + 0x4206366e 0x2a esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x4206366e netbuf_delete + .text.netbuf_alloc + 0x42063698 0x62 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x42063698 netbuf_alloc + .text.netbuf_free + 0x420636fa 0x22 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x420636fa netbuf_free + .text.lwip_standard_chksum + 0x4206371c 0x66 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4206371c lwip_standard_chksum + .text.inet_cksum_pseudo_base + 0x42063782 0xaa esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_chksum_pseudo + 0x4206382c 0x3c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4206382c inet_chksum_pseudo + .text.ip6_chksum_pseudo + 0x42063868 0x64 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x42063868 ip6_chksum_pseudo + .text.ip_chksum_pseudo + 0x420638cc 0x20 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x420638cc ip_chksum_pseudo + .text.inet_chksum + 0x420638ec 0x16 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x420638ec inet_chksum + .text.inet_chksum_pbuf + 0x42063902 0x78 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x42063902 inet_chksum_pbuf + .text.wpa_ap_get_peer_spp_msg + 0x4206397a 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4206397a wpa_ap_get_peer_spp_msg + .text.wpa_attach + 0x42063994 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063994 wpa_attach + .text.wpa_config_done + 0x420639c0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x420639c0 wpa_config_done + .text.wpa_ap_get_wpa_ie + 0x420639cc 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x420639cc wpa_ap_get_wpa_ie + .text.wpa_ap_rx_eapol + 0x420639fc 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x420639fc wpa_ap_rx_eapol + .text.wpa_deattach + 0x42063a1c 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063a1c wpa_deattach + .text.wpa_parse_wpa_ie_wrapper + 0x42063a56 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063a56 wpa_parse_wpa_ie_wrapper + .text.hostap_sta_join + 0x42063aa4 0x13c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.wpa_sta_disconnected_cb + 0x42063be0 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.wpa_sta_connected_cb + 0x42063c64 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.wpa_install_key + 0x42063c70 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063c70 wpa_install_key + .text.wpa_get_key + 0x42063c82 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063c82 wpa_get_key + .text.wpa_deauthenticate + 0x42063c90 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063c90 wpa_deauthenticate + .text.wpa_config_profile + 0x42063c9e 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063c9e wpa_config_profile + .text.wpa_config_bss + 0x42063cec 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063cec wpa_config_bss + .text.wpa_sta_connect + 0x42063d44 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063d44 wpa_sta_connect + .text.wpa_config_assoc_ie + 0x42063d80 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063d80 wpa_config_assoc_ie + .text.wpa_neg_complete + 0x42063daa 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063daa wpa_neg_complete + .text.esp_supplicant_init + 0x42063db8 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063db8 esp_supplicant_init + .text.esp_supplicant_deinit + 0x42063eee 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42063eee esp_supplicant_deinit + .text.ieee80211_handle_rx_frm + 0x42063f0c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_supplicant_unset_all_appie + 0x42063f36 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063f36 esp_supplicant_unset_all_appie + .text.esp_supplicant_common_deinit + 0x42063f5a 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063f5a esp_supplicant_common_deinit + .text.esp_supplicant_common_init + 0x42063f8a 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063f8a esp_supplicant_common_init + .text.supplicant_sta_conn_handler + 0x42063fce 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063fce supplicant_sta_conn_handler + .text.supplicant_sta_disconn_handler + 0x42063fd0 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063fd0 supplicant_sta_disconn_handler + .text.esp_set_scan_ie + 0x42063fd2 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063fd2 esp_set_scan_ie + .text.esp_set_assoc_ie + 0x42063fd4 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x42063fd4 esp_set_assoc_ie + .text.wps_get_wps_sm_cb + 0x42064036 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x42064036 wps_get_wps_sm_cb + .text.wpa3_sae_is_group_enabled + 0x42064040 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_check_sae_rejected_groups + 0x4206406a 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_parse_sae_commit + 0x420640bc 0x112 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_parse_sae_confirm + 0x420641ce 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_build_sae_commit + 0x4206422c 0x34c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_build_sae_confirm + 0x42064578 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_build_sae_msg + 0x420645f2 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wpa3_free_sae_data + 0x4206465c 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x4206465c esp_wpa3_free_sae_data + .text.wpa3_parse_sae_msg + 0x420646b4 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wifi_register_wpa3_cb + 0x420646e8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x420646e8 esp_wifi_register_wpa3_cb + .text.wpa3_hostap_post_evt + 0x420646fe 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x420646fe wpa3_hostap_post_evt + .text.wpa3_hostap_handle_auth + 0x420647d6 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_hostap_auth_init + 0x420648be 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x420648be wpa3_hostap_auth_init + .text.wpa3_hostap_auth_deinit + 0x42064982 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x42064982 wpa3_hostap_auth_deinit + .text.esp_send_sae_auth_reply + 0x4206499c 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x4206499c esp_send_sae_auth_reply + .text.wpa3_process_rx_commit + 0x42064a66 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_process_rx_confirm + 0x42064b6a 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wpa3_hostap_task + 0x42064c74 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wifi_register_wpa3_ap_cb + 0x42064d48 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x42064d48 esp_wifi_register_wpa3_ap_cb + .text.owe_build_dhie + 0x42064d54 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x42064d54 owe_build_dhie + .text.owe_deinit + 0x42064d6e 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x42064d6e owe_deinit + .text.esp_wifi_register_owe_cb + 0x42064daa 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x42064daa esp_wifi_register_owe_cb + .text.hostapd_get_hapd_data + 0x42064dc0 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x42064dc0 hostapd_get_hapd_data + .text.hostap_init + 0x42064dca 0x2c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x42064dca hostap_init + .text.hostapd_cleanup + 0x4206508c 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x4206508c hostapd_cleanup + .text.hostap_deinit + 0x4206511c 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x4206511c hostap_deinit + .text.esp_wifi_build_rsnxe + 0x4206517a 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x4206517a esp_wifi_build_rsnxe + .text.esp_send_assoc_resp + 0x420651d2 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x420651d2 esp_send_assoc_resp + .text.wpa_status_to_reason_code + 0x42065280 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x42065280 wpa_status_to_reason_code + .text.hostap_new_assoc_sta + 0x420652e4 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x420652e4 hostap_new_assoc_sta + .text.wpa_ap_remove + 0x42065400 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x42065400 wpa_ap_remove + .text.ecp_opp 0x42065460 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_alloc_key + 0x420654ac 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_init + 0x420654ce 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420654ce crypto_ec_init + .text.crypto_ec_deinit + 0x4206551a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4206551a crypto_ec_deinit + .text.crypto_ec_point_init + 0x4206553a 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4206553a crypto_ec_point_init + .text.crypto_ec_prime_len + 0x42065564 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065564 crypto_ec_prime_len + .text.crypto_ec_order_len + 0x42065574 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065574 crypto_ec_order_len + .text.crypto_ec_prime_len_bits + 0x42065586 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065586 crypto_ec_prime_len_bits + .text.crypto_ec_get_prime + 0x42065596 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065596 crypto_ec_get_prime + .text.crypto_ec_get_order + 0x4206559a 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4206559a crypto_ec_get_order + .text.crypto_ec_get_b + 0x420655a0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420655a0 crypto_ec_get_b + .text.crypto_ec_point_deinit + 0x420655a4 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420655a4 crypto_ec_point_deinit + .text.crypto_ec_point_to_bin + 0x420655c2 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420655c2 crypto_ec_point_to_bin + .text.crypto_ec_point_from_bin + 0x42065620 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065620 crypto_ec_point_from_bin + .text.crypto_ec_point_add + 0x42065696 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065696 crypto_ec_point_add + .text.crypto_ec_point_mul + 0x420656f2 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420656f2 crypto_ec_point_mul + .text.crypto_ec_point_invert + 0x42065792 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065792 crypto_ec_point_invert + .text.crypto_ec_point_compute_y_sqr + 0x420657a8 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420657a8 crypto_ec_point_compute_y_sqr + .text.crypto_ec_point_solve_y_coord + 0x420658a2 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x420658a2 crypto_ec_point_solve_y_coord + .text.crypto_ec_point_is_at_infinity + 0x42065970 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065970 crypto_ec_point_is_at_infinity + .text.crypto_ec_point_is_on_curve + 0x42065980 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065980 crypto_ec_point_is_on_curve + .text.crypto_ec_point_cmp + 0x42065a28 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065a28 crypto_ec_point_cmp + .text.crypto_ec_key_set_pub + 0x42065a3a 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065a3a crypto_ec_key_set_pub + .text.crypto_ec_get_mbedtls_to_nist_group_id + 0x42065afe 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065afe crypto_ec_get_mbedtls_to_nist_group_id + .text.crypto_ec_key_group + 0x42065b46 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065b46 crypto_ec_key_group + .text.crypto_mbedtls_get_grp_id + 0x42065b72 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065b72 crypto_mbedtls_get_grp_id + .text.crypto_ecdh_deinit + 0x42065b94 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065b94 crypto_ecdh_deinit + .text.crypto_ecdh_init + 0x42065bb4 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065bb4 crypto_ecdh_init + .text.crypto_ecdh_get_pubkey + 0x42065c82 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065c82 crypto_ecdh_get_pubkey + .text.crypto_ec_key_parse_pub + 0x42065ce2 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065ce2 crypto_ec_key_parse_pub + .text.crypto_ec_key_deinit + 0x42065d2e 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065d2e crypto_ec_key_deinit + .text.crypto_ecdh_set_peerkey + 0x42065d4c 0x25e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065d4c crypto_ecdh_set_peerkey + .text.crypto_ec_key_verify_signature + 0x42065faa 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x42065faa crypto_ec_key_verify_signature + .text.timeout_exists + 0x42066052 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_run_timer + 0x4206607a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_remove_timeout + 0x4206609a 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_init + 0x42066100 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x42066100 eloop_init + .text.eloop_register_timeout + 0x42066192 0x1b2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x42066192 eloop_register_timeout + .text.eloop_cancel_timeout + 0x42066344 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x42066344 eloop_cancel_timeout + .text.eloop_run + 0x420663b0 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x420663b0 eloop_run + .text.eloop_run_wrapper + 0x42066500 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_destroy + 0x42066510 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x42066510 eloop_destroy + .text.hostapd_derive_psk + 0x420665c2 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_setup_sae_pt + 0x42066602 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x42066602 hostapd_setup_sae_pt + .text.hostapd_setup_wpa_psk + 0x42066670 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x42066670 hostapd_setup_wpa_psk + .text.hostapd_get_psk + 0x420666b6 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x420666b6 hostapd_get_psk + .text.hostapd_config_clear_wpa_psk + 0x42066708 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x42066708 hostapd_config_clear_wpa_psk + .text.hostapd_config_free_bss + 0x42066732 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x42066732 hostapd_config_free_bss + .text.wpa_auth_get_sm + 0x4206675a 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_add_sm + 0x42066788 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_del_sm + 0x420667d4 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_use_aes_cmac + 0x4206680c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_pmksa_free_cb + 0x42066820 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_request_new_ptk + 0x42066822 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_receive_error_report + 0x42066830 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_DISCONNECTED_Enter + 0x42066842 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKCALCNEGOTIATING2_Enter + 0x42066862 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.ieee80211w_kde_len + 0x42066882 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_IDLE_Enter + 0x42066892 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_REKEYESTABLISHED_Enter + 0x420668bc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_KEYERROR_Enter + 0x420668f6 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_free_sta_sm + 0x4206692c 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sm_ptk_update + 0x4206697e 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_init_gmk_and_counter + 0x420669a8 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_AUTHENTICATION_Enter + 0x42066a52 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_gmk_to_gtk + 0x42066a96 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_gtk_update + 0x42066b32 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_gtk_init + 0x42066bf8 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_setkeys + 0x42066c44 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_set_key + 0x42066c84 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_config_group_keys + 0x42066d14 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_setkeysdone + 0x42066d94 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_sm_step + 0x42066db6 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_init + 0x42066e00 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_ensure_init + 0x42066e72 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x42066eae 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_rekey_gtk + 0x42066efc 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_replay_counter_valid + 0x42066f46 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_replay_counter_mark_invalid + 0x42066f92 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_derive_ptk + 0x42066fe4 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_verify_key_mic + 0x4206701e 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_sta_disconnect + 0x420670ca 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_DISCONNECT_Enter + 0x420670dc 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKINITDONE_Enter + 0x4206711a 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.ieee80211w_kde_add + 0x420671d8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.resend_eapol_handle + 0x42067250 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067250 resend_eapol_handle + .text.wpa_init + 0x42067270 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067270 wpa_init + .text.wpa_auth_sta_init + 0x42067354 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067354 wpa_auth_sta_init + .text.wpa_auth_sta_deinit + 0x420673c2 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x420673c2 wpa_auth_sta_deinit + .text.wpa_auth_pmksa_add_sae + 0x42067408 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067408 wpa_auth_pmksa_add_sae + .text.wpa_auth_add_sae_pmkid + 0x4206743e 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4206743e wpa_auth_add_sae_pmkid + .text.__wpa_send_eapol + 0x42067468 0x4a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067468 __wpa_send_eapol + .text.wpa_send_eapol + 0x4206790c 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKSTART_Enter + 0x42067974 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x42067a90 0x1d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x42067c60 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_Step + 0x42067d84 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_remove_ptk + 0x42067e2a 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067e2a wpa_remove_ptk + .text.sm_WPA_PTK_INITIALIZE_Enter + 0x42067e74 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_deinit + 0x42067edc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067edc wpa_deinit + .text.wpa_auth_uses_sae + 0x42067f20 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42067f20 wpa_auth_uses_sae + .text.wpa_auth_get_psk + 0x42067f3a 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x42067f98 0x1d6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_INITPSK_Enter + 0x4206816e 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_Step + 0x420681e4 0x1f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_sm_step + 0x420683d8 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_rekey_ptk + 0x42068474 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sta_associated + 0x42068490 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42068490 wpa_auth_sta_associated + .text.wpa_receive + 0x42068504 0x454 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42068504 wpa_receive + .text.hostap_eapol_resend_process + 0x42068958 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42068958 hostap_eapol_resend_process + .text.wpa_parse_generic + 0x42068980 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .text.wpa_write_wpa_ie + 0x42068ade 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .text.wpa_write_rsn_ie + 0x42068be4 0x23e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42068be4 wpa_write_rsn_ie + .text.wpa_write_rsnxe + 0x42068e22 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42068e22 wpa_write_rsnxe + .text.wpa_auth_gen_wpa_ie + 0x42068e62 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42068e62 wpa_auth_gen_wpa_ie + .text.wpa_add_kde + 0x42068efe 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42068efe wpa_add_kde + .text.wpa_validate_wpa_ie + 0x42068f78 0x354 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42068f78 wpa_validate_wpa_ie + .text.wpa_parse_kde_ies + 0x420692cc 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x420692cc wpa_parse_kde_ies + .text.wpa_auth_uses_mfp + 0x42069392 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x42069392 wpa_auth_uses_mfp + .text._pmksa_cache_free_entry + 0x420693a2 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_set_expiration + 0x420693d8 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_link_entry + 0x4206942a 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_free_entry + 0x42069492 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x42069492 pmksa_cache_free_entry + .text.pmksa_cache_expire + 0x42069514 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_auth_create_entry + 0x42069552 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x42069552 pmksa_cache_auth_create_entry + .text.pmksa_cache_auth_deinit + 0x42069676 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x42069676 pmksa_cache_auth_deinit + .text.pmksa_cache_auth_get + 0x420696d6 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x420696d6 pmksa_cache_auth_get + .text.pmksa_cache_auth_add_entry + 0x4206974e 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4206974e pmksa_cache_auth_add_entry + .text.pmksa_cache_auth_add + 0x4206979e 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4206979e pmksa_cache_auth_add + .text.pmksa_cache_auth_init + 0x420697e2 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x420697e2 pmksa_cache_auth_init + .text.ap_sta_list_del + 0x42069810 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_hash_del + 0x4206982e 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_get_sta + 0x420698a2 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x420698a2 ap_get_sta + .text.ap_sta_hash_add + 0x420698de 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x420698de ap_sta_hash_add + .text.ap_free_sta + 0x420698f2 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x420698f2 ap_free_sta + .text.ap_sta_add + 0x42069964 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x42069964 ap_sta_add + .text.sae_set_state + 0x42069a04 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_get_password + 0x42069a0a 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.use_sae_anti_clogging + 0x42069a16 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_check_big_sync + 0x42069a68 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_status_success + 0x42069aa2 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_is_group_enabled + 0x42069ae8 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.check_sae_rejected_groups + 0x42069b12 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.auth_build_sae_commit + 0x42069b78 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.auth_sae_send_commit + 0x42069c92 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.auth_build_sae_confirm + 0x42069d1c 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.auth_sae_send_confirm + 0x42069d54 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_accept_sta + 0x42069d8e 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x42069d8e sae_accept_sta + .text.sae_sm_step + 0x42069dd8 0x1f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.handle_auth_sae + 0x42069fcc 0x34e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x42069fcc handle_auth_sae + .text.auth_sae_queue + 0x4206a31a 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x4206a31a auth_sae_queue + .text.wpa_res_to_status_code + 0x4206a44c 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x4206a44c wpa_res_to_status_code + .text.wpabuf_put_le16 + 0x4206a4f2 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .text.comeback_token_hash + 0x4206a514 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x4206a514 comeback_token_hash + .text.check_comeback_token + 0x4206a542 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x4206a542 check_comeback_token + .text.auth_build_token_req + 0x4206a5ea 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x4206a5ea auth_build_token_req + .text.const_time_memcmp + 0x4206a74e 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sswu_curve_param + 0x4206a782 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_is_password_id_elem + 0x4206a794 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_is_rejected_groups_elem + 0x4206a7d8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_is_token_container_elem + 0x4206a820 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_is_akm_suite_selector_elem + 0x4206a864 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_commit_token + 0x4206a8ac 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_token_container + 0x4206a8f0 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_akm_suite_selector + 0x4206a926 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.hkdf_extract + 0x4206a9a4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_pwd_seed + 0x4206a9cc 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_cn_confirm + 0x4206aa22 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_cn_confirm_ffc + 0x4206aaee 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.hkdf_expand + 0x4206ab90 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_commit_element_ffc + 0x4206abe6 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_k_ffc + 0x4206ac44 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.debug_print_bignum + 0x4206acda 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sswu 0x4206ad16 0x800 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_cn_confirm_ecc + 0x4206b516 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_max_min_addr + 0x4206b5b2 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_pwd_seed_key + 0x4206b5f2 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_password_identifier + 0x4206b6de 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_test_pwd_seed_ffc + 0x4206b7d8 0x146 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_pwe_ffc + 0x4206b91e 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_test_pwd_seed_ecc + 0x4206ba7e 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_pwe_ecc + 0x4206bb52 0x37c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_commit_element_ecc + 0x4206bece 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_commit + 0x4206bf2e 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.wpabuf_put_le16 + 0x4206bfde 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.wpabuf_put_data + 0x4206c000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.wpabuf_put_str + 0x4206c02a 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_rejected_groups + 0x4206c054 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_k_ecc + 0x4206c100 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_kdf_hash + 0x4206c19e 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_commit_scalar + 0x4206c1be 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_commit_element_ffc + 0x4206c256 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_commit_element_ecc + 0x4206c34a 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_commit_element + 0x4206c40e 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_clear_temp_data + 0x4206c428 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206c428 sae_clear_temp_data + .text.sae_clear_data + 0x4206c4ca 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206c4ca sae_clear_data + .text.sae_set_group + 0x4206c500 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206c500 sae_set_group + .text.sae_ecc_prime_len_2_hash_len + 0x4206c5ca 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206c5ca sae_ecc_prime_len_2_hash_len + .text.sae_derive_pt_ecc + 0x4206c5ec 0x1bc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_ffc_prime_len_2_hash_len + 0x4206c7a8 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206c7a8 sae_ffc_prime_len_2_hash_len + .text.sae_derive_pt_ffc + 0x4206c7ca 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_keys + 0x4206c9f2 0x29e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_pwe_from_pt_ecc + 0x4206cc90 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206cc90 sae_derive_pwe_from_pt_ecc + .text.sae_derive_pwe_from_pt_ffc + 0x4206ce00 0x176 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206ce00 sae_derive_pwe_from_pt_ffc + .text.sae_deinit_pt + 0x4206cf76 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206cf76 sae_deinit_pt + .text.sae_derive_pt_group + 0x4206cfb2 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_pt + 0x4206d05e 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d05e sae_derive_pt + .text.sae_prepare_commit + 0x4206d0dc 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d0dc sae_prepare_commit + .text.sae_prepare_commit_pt + 0x4206d154 0x14a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d154 sae_prepare_commit_pt + .text.sae_process_commit + 0x4206d29e 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d29e sae_process_commit + .text.sae_write_commit + 0x4206d302 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d302 sae_write_commit + .text.sae_group_allowed + 0x4206d51a 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d51a sae_group_allowed + .text.sae_parse_commit + 0x4206d598 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d598 sae_parse_commit + .text.sae_write_confirm + 0x4206d700 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d700 sae_write_confirm + .text.sae_check_confirm + 0x4206d7c6 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4206d7c6 sae_check_confirm + .text.dragonfly_get_rand_1_to_p_1 + 0x4206d87a 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .text.dragonfly_get_rand_2_to_r_1 + 0x4206d8fc 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .text.dragonfly_min_pwe_loop_iter + 0x4206d93a 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x4206d93a dragonfly_min_pwe_loop_iter + .text.dragonfly_get_random_qr_qnr + 0x4206d99a 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x4206d99a dragonfly_get_random_qr_qnr + .text.dragonfly_is_quadratic_residue_blind + 0x4206da48 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x4206da48 dragonfly_is_quadratic_residue_blind + .text.dragonfly_generate_scalar + 0x4206db68 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x4206db68 dragonfly_generate_scalar + .text.dragonfly_sqrt + 0x4206dbdc 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x4206dbdc dragonfly_sqrt + .text.wpa_kck_len + 0x4206dca8 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_kek_len + 0x4206dcd4 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.rsn_selector_to_bitfield + 0x4206dd1a 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.rsn_key_mgmt_to_bitfield + 0x4206ddc0 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_selector_to_bitfield + 0x4206de5a 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_key_mgmt_to_bitfield + 0x4206dece 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_mic_len + 0x4206df1e 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206df1e wpa_mic_len + .text.wpa_cipher_valid_mgmt_group + 0x4206df3c 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206df3c wpa_cipher_valid_mgmt_group + .text.wpa_parse_wpa_ie_rsnxe + 0x4206df60 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206df60 wpa_parse_wpa_ie_rsnxe + .text.wpa_parse_wpa_ie_rsn + 0x4206dfb8 0x1e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206dfb8 wpa_parse_wpa_ie_rsn + .text.wpa_parse_wpa_ie_wpa + 0x4206e19e 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e19e wpa_parse_wpa_ie_wpa + .text.wpa_use_akm_defined + 0x4206e340 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e340 wpa_use_akm_defined + .text.wpa_use_aes_key_wrap + 0x4206e380 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e380 wpa_use_aes_key_wrap + .text.wpa_eapol_key_mic + 0x4206e3de 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e3de wpa_eapol_key_mic + .text.wpa_akm_to_suite + 0x4206e4e2 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e4e2 wpa_akm_to_suite + .text.wpa_compare_rsn_ie + 0x4206e590 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e590 wpa_compare_rsn_ie + .text.rsn_pmkid + 0x4206e5c0 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e5c0 rsn_pmkid + .text.wpa_cipher_key_len + 0x4206e61c 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e61c wpa_cipher_key_len + .text.wpa_pmk_to_ptk + 0x4206e680 0x242 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e680 wpa_pmk_to_ptk + .text.wpa_cipher_to_alg + 0x4206e8c2 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e8c2 wpa_cipher_to_alg + .text.wpa_cipher_valid_pairwise + 0x4206e8f6 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e8f6 wpa_cipher_valid_pairwise + .text.wpa_cipher_to_suite + 0x4206e922 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e922 wpa_cipher_to_suite + .text.rsn_cipher_put_suites + 0x4206e9fa 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206e9fa rsn_cipher_put_suites + .text.wpa_cipher_put_suites + 0x4206ea5e 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4206ea5e wpa_cipher_put_suites + .text.hmac_sha256_kdf + 0x4206eac2 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + 0x4206eac2 hmac_sha256_kdf + .text.dh_groups_get + 0x4206ebda 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x4206ebda dh_groups_get + .text.sha256_prf_bits + 0x4206ec08 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x4206ec08 sha256_prf_bits + .text.sha256_prf + 0x4206ed14 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x4206ed14 sha256_prf + .text.sha1_prf + 0x4206ed24 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x4206ed24 sha1_prf + .text.wpa_key_mgmt_supports_caching + 0x4206ede0 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_verify_eapol_key_mic + 0x4206ee1c 0x17a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.is_wpa2_enterprise_connection + 0x4206ef96 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_derive_ptk + 0x4206efc8 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_check_group_cipher + 0x4206effe 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_decrypt_key_data + 0x4206f052 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_set_seq + 0x4206f142 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_install_igtk + 0x4206f1b0 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.ieee80211w_set_keys + 0x4206f216 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_get_key + 0x4206f264 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_gtk_in_use + 0x4206f272 0x134 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_pmksa_free_cb + 0x4206f3a6 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpabuf_put_le16 + 0x4206f426 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpabuf_put_data + 0x4206f448 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.cipher_type_map_supp_to_public + 0x4206f472 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206f472 cipher_type_map_supp_to_public + .text.cipher_type_map_public_to_supp + 0x4206f500 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206f500 cipher_type_map_public_to_supp + .text.wpa_sm_get_auth_addr + 0x4206f57e 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206f57e wpa_sm_get_auth_addr + .text.wpa_eapol_key_send + 0x4206f584 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206f584 wpa_eapol_key_send + .text.wpa_sm_key_request + 0x4206f630 0x1aa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_rekey_ptk + 0x4206f7da 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_send_4_of_4 + 0x4206f7ec 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_send_2_of_2 + 0x4206f93a 0x14a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_send_2_of_4 + 0x4206fa84 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206fa84 wpa_supplicant_send_2_of_4 + .text.wpa_supplicant_gtk_tx_bit_workaround + 0x4206fc26 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206fc26 wpa_supplicant_gtk_tx_bit_workaround + .text.wpa_supplicant_process_1_of_2_rsn + 0x4206fc3a 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_process_1_of_2_wpa + 0x4206fcda 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_pairwise_gtk + 0x4206fe18 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206fe18 wpa_supplicant_pairwise_gtk + .text.wpa_report_ie_mismatch + 0x4206fea8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206fea8 wpa_report_ie_mismatch + .text.wpa_supplicant_validate_ie + 0x4206feb8 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_set_state + 0x4206ffc4 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4206ffc4 wpa_sm_set_state + .text.wpa_supplicant_key_neg_complete + 0x42070004 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070004 wpa_supplicant_key_neg_complete + .text.wpa_sm_set_pmk_from_pmksa + 0x42070042 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070042 wpa_sm_set_pmk_from_pmksa + .text.wpa_supplicant_get_pmk + 0x42070074 0x19c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_process_1_of_4 + 0x42070210 0x17e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070210 wpa_supplicant_process_1_of_4 + .text.wpa_sm_init + 0x4207038e 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4207038e wpa_sm_init + .text.wpa_sm_notify_assoc + 0x420703fe 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420703fe wpa_sm_notify_assoc + .text.wpa_set_profile + 0x420704be 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420704be wpa_set_profile + .text.wpa_set_pmk + 0x420705c6 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420705c6 wpa_set_pmk + .text.wpa_set_passphrase + 0x42070672 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070672 wpa_set_passphrase + .text.set_assoc_ie + 0x42070756 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070756 set_assoc_ie + .text.wpa_sm_set_key + 0x420707b2 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420707b2 wpa_sm_set_key + .text.wpa_supplicant_install_ptk + 0x42070872 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_process_3_of_4 + 0x42070926 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_install_gtk + 0x42070a74 0x166 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_process_1_of_2 + 0x42070bda 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_rx_eapol + 0x42070cc0 0x30a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42070cc0 wpa_sm_rx_eapol + .text.wpa_supplicant_activate_ptk + 0x42070fca 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_send_4_of_4_txcallback + 0x42071024 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_clr_countermeasures + 0x420710b0 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420710b0 wpa_supplicant_clr_countermeasures + .text.wpa_supplicant_stop_countermeasures + 0x420710be 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420710be wpa_supplicant_stop_countermeasures + .text.wpa_michael_mic_failure + 0x42071100 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071100 wpa_michael_mic_failure + .text.eapol_txcb + 0x420711ba 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420711ba eapol_txcb + .text.wpa_sta_in_4way_handshake + 0x42071286 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071286 wpa_sta_in_4way_handshake + .text.wpa_sta_cur_pmksa_matches_akm + 0x420712b4 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420712b4 wpa_sta_cur_pmksa_matches_akm + .text.wpa_sta_clear_curr_pmksa + 0x420712e8 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420712e8 wpa_sta_clear_curr_pmksa + .text.get_wpa_sm + 0x4207131c 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4207131c get_wpa_sm + .text.wpa_sm_set_ap_rsnxe + 0x42071326 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071326 wpa_sm_set_ap_rsnxe + .text.wpa_sm_set_assoc_rsnxe + 0x420713e0 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420713e0 wpa_sm_set_assoc_rsnxe + .text.wpa_set_bss + 0x42071438 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071438 wpa_set_bss + .text.wpa_sm_drop_sa + 0x42071750 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071750 wpa_sm_drop_sa + .text.wpa_sm_deinit + 0x420717b8 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x420717b8 wpa_sm_deinit + .text.wpa_sm_notify_disassoc + 0x42071802 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071802 wpa_sm_notify_disassoc + .text.owe_build_assoc_req + 0x42071846 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071846 owe_build_assoc_req + .text.owe_process_assoc_resp + 0x42071918 0x256 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x42071918 owe_process_assoc_resp + .text.wpa_parse_generic + 0x42071b6e 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .text.wpa_gen_wpa_ie_rsn + 0x42071d0c 0x30a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .text.wpa_gen_wpa_ie_wpa + 0x42072016 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .text.wpa_parse_wpa_ie + 0x42072142 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x42072142 wpa_parse_wpa_ie + .text.wpa_gen_wpa_ie + 0x42072182 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x42072182 wpa_gen_wpa_ie + .text.wpa_gen_rsnxe + 0x420721cc 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x420721cc wpa_gen_rsnxe + .text.wpa_supplicant_parse_ies + 0x42072234 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x42072234 wpa_supplicant_parse_ies + .text.wpabuf_alloc + 0x420722fa 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x420722fa wpabuf_alloc + .text.wpabuf_free + 0x42072322 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x42072322 wpabuf_free + .text.wpabuf_clear_free + 0x42072350 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x42072350 wpabuf_clear_free + .text.wpabuf_put + 0x42072376 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x42072376 wpabuf_put + .text.wpabuf_put_data + 0x42072384 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_alloc_copy + 0x420723ae 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x420723ae wpabuf_alloc_copy + .text.wpabuf_zeropad + 0x420723dc 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x420723dc wpabuf_zeropad + .text.d_permute + 0x4207243a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.d_invert + 0x4207245a 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_pk_buf_shift_left_1 + 0x42072476 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_group_2_hash_len + 0x420724a6 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.d_check_char + 0x420724ce 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.wpabuf_put_data + 0x4207258a 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_pk_valid_password + 0x420725b4 0x13a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x420725b4 sae_pk_valid_password + .text.sae_pk_base32_decode + 0x420726ee 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x420726ee sae_pk_base32_decode + .text.sae_pk_get_be19 + 0x42072856 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x42072856 sae_pk_get_be19 + .text.sae_pk_buf_shift_left_19 + 0x4207286e 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x4207286e sae_pk_buf_shift_left_19 + .text.sae_pk_set_password + 0x420728a8 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x420728a8 sae_pk_set_password + .text.sae_hash + 0x420729e8 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x420729e8 sae_hash + .text.sae_pk_valid_fingerprint + 0x42072a0c 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_pk_hash_sig_data + 0x42072b0c 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_check_confirm_pk + 0x42072c6c 0x1ec esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x42072c6c sae_check_confirm_pk + .text.eap_client_get_eap_state + 0x42072e58 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + 0x42072e58 eap_client_get_eap_state + .text.disable_wpa_wpa2 + 0x42072e6c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .text.wpa_alloc_eapol + 0x42072e7a 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42072e7a wpa_alloc_eapol + .text.wpa_free_eapol + 0x42072f1a 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42072f1a wpa_free_eapol + .text.wpa_ether_send + 0x42072f30 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42072f30 wpa_ether_send + .text.hostapd_send_eapol + 0x42072fd0 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42072fd0 hostapd_send_eapol + .text.wpa_supplicant_transition_disable + 0x420730a6 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x420730a6 wpa_supplicant_transition_disable + .text.wpa_sm_alloc_eapol + 0x4207312a 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4207312a wpa_sm_alloc_eapol + .text.wpa_sm_free_eapol + 0x42073138 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42073138 wpa_sm_free_eapol + .text.wpa_sm_deauthenticate + 0x42073146 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42073146 wpa_sm_deauthenticate + .text.wpa_sm_mlme_setprotection + 0x4207316c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4207316c wpa_sm_mlme_setprotection + .text.wpa_sm_disassociate + 0x42073170 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x42073170 wpa_sm_disassociate + .text.crypto_rng_wrapper + 0x42073172 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_init + 0x42073184 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073184 crypto_bignum_init + .text.crypto_bignum_init_set + 0x420731a8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420731a8 crypto_bignum_init_set + .text.crypto_bignum_init_uint + 0x420731ec 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420731ec crypto_bignum_init_uint + .text.crypto_bignum_deinit + 0x4207321e 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207321e crypto_bignum_deinit + .text.crypto_bignum_to_bin + 0x4207323c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207323c crypto_bignum_to_bin + .text.crypto_bignum_add + 0x420732a8 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420732a8 crypto_bignum_add + .text.crypto_bignum_mod + 0x420732c4 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420732c4 crypto_bignum_mod + .text.crypto_bignum_exptmod + 0x420732e0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420732e0 crypto_bignum_exptmod + .text.crypto_bignum_inverse + 0x42073300 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073300 crypto_bignum_inverse + .text.crypto_bignum_sub + 0x4207331c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207331c crypto_bignum_sub + .text.crypto_bignum_div + 0x42073338 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073338 crypto_bignum_div + .text.crypto_bignum_mulmod + 0x42073356 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073356 crypto_bignum_mulmod + .text.crypto_bignum_sqrmod + 0x4207338c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207338c crypto_bignum_sqrmod + .text.crypto_bignum_rshift + 0x420733dc 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x420733dc crypto_bignum_rshift + .text.crypto_bignum_cmp + 0x4207340e 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207340e crypto_bignum_cmp + .text.crypto_bignum_is_zero + 0x4207341c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207341c crypto_bignum_is_zero + .text.crypto_bignum_is_one + 0x42073430 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073430 crypto_bignum_is_one + .text.crypto_bignum_is_odd + 0x42073444 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x42073444 crypto_bignum_is_odd + .text.crypto_bignum_rand + 0x4207345a 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207345a crypto_bignum_rand + .text.crypto_bignum_legendre + 0x4207347c 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207347c crypto_bignum_legendre + .text.crypto_bignum_addmod + 0x4207350e 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4207350e crypto_bignum_addmod + .text.rc4_skip + 0x42073568 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x42073568 rc4_skip + .text.aes_wrap + 0x42073662 0x1e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x42073662 aes_wrap + .text.aes_unwrap + 0x42073844 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x42073844 aes_unwrap + .text.dbl 0x420739f0 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.xor 0x42073a3a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.xorend 0x42073a5a 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.pad_block + 0x42073a86 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.aes_s2v 0x42073ace 0x14c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.aes_siv_decrypt + 0x42073c1a 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x42073c1a aes_siv_decrypt + .text.ieee802_11_parse_extension + 0x42073d3a 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_parse_vendor_specific + 0x42073dd0 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_parse_elems + 0x42073e56 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x42073e56 ieee802_11_parse_elems + .text._pmksa_cache_free_entry + 0x42073eee 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_free_entry + 0x42073f00 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_set_expiration + 0x42073f24 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_expire + 0x42073f72 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_flush + 0x42073fb4 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42073fb4 pmksa_cache_flush + .text.pmksa_cache_add_entry + 0x42074038 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42074038 pmksa_cache_add_entry + .text.pmksa_cache_add + 0x42074166 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42074166 pmksa_cache_add + .text.pmksa_cache_clone_entry + 0x4207428e 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_deinit + 0x420742cc 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x420742cc pmksa_cache_deinit + .text.pmksa_cache_get + 0x42074318 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42074318 pmksa_cache_get + .text.pmksa_cache_get_opportunistic + 0x42074378 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42074378 pmksa_cache_get_opportunistic + .text.pmksa_cache_get_current + 0x420743a0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x420743a0 pmksa_cache_get_current + .text.pmksa_cache_clear_current + 0x420743a8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x420743a8 pmksa_cache_clear_current + .text.pmksa_cache_set_current + 0x420743b0 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x420743b0 pmksa_cache_set_current + .text.pmksa_cache_init + 0x42074434 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x42074434 pmksa_cache_init + .text.esp_coex_common_semphr_create_wrapper + 0x4207446e 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4207446e esp_coex_common_semphr_create_wrapper + .text.esp_coex_common_semphr_delete_wrapper + 0x42074480 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x42074480 esp_coex_common_semphr_delete_wrapper + .text.esp_coex_common_semphr_take_wrapper + 0x42074492 0x24 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x42074492 esp_coex_common_semphr_take_wrapper + .text.esp_coex_common_semphr_give_wrapper + 0x420744b6 0x18 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x420744b6 esp_coex_common_semphr_give_wrapper + .text.esp_coex_common_timer_done_wrapper + 0x420744ce 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x420744ce esp_coex_common_timer_done_wrapper + .text.esp_coex_common_timer_setfn_wrapper + 0x420744dc 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x420744dc esp_coex_common_timer_setfn_wrapper + .text.esp_coex_common_spin_lock_create_wrapper + 0x420744ea 0x60 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x420744ea esp_coex_common_spin_lock_create_wrapper + .text.esp_coex_common_clk_slowclk_cal_get_wrapper + 0x4207454a 0x22 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4207454a esp_coex_common_clk_slowclk_cal_get_wrapper + .text.lib_printf + 0x4207456c 0x8c esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.pp_printf + 0x420745f8 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x420745f8 pp_printf + .text.net80211_printf + 0x42074622 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x42074622 net80211_printf + .text.mbedtls_pk_init + 0x4207464c 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4207464c mbedtls_pk_init + .text.mbedtls_pk_free + 0x42074656 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x42074656 mbedtls_pk_free + .text.mbedtls_pk_info_from_type + 0x4207467c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4207467c mbedtls_pk_info_from_type + .text.mbedtls_pk_setup + 0x420746c8 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x420746c8 mbedtls_pk_setup + .text.mbedtls_pk_get_type + 0x4207470a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4207470a mbedtls_pk_get_type + .text.mbedtls_pk_ecc_set_group + 0x4207471c 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x4207471c mbedtls_pk_ecc_set_group + .text.mbedtls_pk_ecc_set_pubkey + 0x420747a4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x420747a4 mbedtls_pk_ecc_set_pubkey + .text.rsa_can_do + 0x420747d4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_debug + 0x420747ec 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_can_do + 0x42074814 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_get_bitlen + 0x4207481c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_debug + 0x42074822 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckeydh_can_do + 0x4207483a 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.ecdsa_can_do + 0x42074842 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_free_wrap + 0x4207484a 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alloc_wrap + 0x42074864 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_check_pair_wrap + 0x42074886 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_encrypt_wrap + 0x42074898 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_decrypt_wrap + 0x420748f8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_sign_wrap + 0x42074958 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_verify_wrap + 0x420749ba 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_get_bitlen + 0x42074a1e 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_free_wrap + 0x42074a2e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_alloc_wrap + 0x42074a48 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_check_pair_wrap + 0x42074a6a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.ecdsa_sign_wrap + 0x42074a7c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.ecdsa_verify_wrap + 0x42074a90 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.pk_get_pk_alg + 0x42074aba 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_use_ecparams_rfc8410 + 0x42074b74 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_group_from_specified + 0x42074b9e 0x23e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_group_id_from_group + 0x42074ddc 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_ecc_group_id_from_specified + 0x42074eb4 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.pk_use_ecparams + 0x42074f0c 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_subpubkey + 0x42074f44 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x42074f44 mbedtls_pk_parse_subpubkey + .text.mbedtls_pk_parse_public_key + 0x4207509a 0x196 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x4207509a mbedtls_pk_parse_public_key + .text.pem_check_pkcs_padding + 0x42075230 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.pem_get_iv + 0x4207526a 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.pem_pbkdf1 + 0x42075306 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.pem_aes_decrypt + 0x42075412 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.mbedtls_pem_init + 0x4207548c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x4207548c mbedtls_pem_init + .text.mbedtls_pem_read_buffer + 0x420754be 0x348 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x420754be mbedtls_pem_read_buffer + .text.mbedtls_pem_free + 0x42075806 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x42075806 mbedtls_pem_free + .text.mbedtls_ct_base64_dec_value + 0x42075830 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_base64_decode + 0x4207592a 0x1b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x4207592a mbedtls_base64_decode + .text.misc_nvs_load + 0x42075ade 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + 0x42075ade misc_nvs_load + .text.misc_nvs_deinit + 0x42075b82 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + 0x42075b82 misc_nvs_deinit + .text.misc_nvs_init + 0x42075bde 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + 0x42075bde misc_nvs_init + .text.mesh_sta_auth_expire_time + 0x42075c12 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + 0x42075c12 mesh_sta_auth_expire_time + .text.esp_ota_get_running_partition + 0x42075c52 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x42075c52 esp_ota_get_running_partition + .text._ZdaPv 0x42075d18 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x42075d18 operator delete[](void*) + .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x42075d1a 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d1a __gnu_cxx::__concurrence_lock_error::what() const + .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x42075d24 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d24 __gnu_cxx::__concurrence_unlock_error::what() const + .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev + 0x42075d2e 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d2e __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x42075d2e __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev + 0x42075d3a 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d3a __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev + 0x42075d52 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d52 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x42075d52 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev + 0x42075d5e 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d5e __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + .text._ZN9__gnu_cxx7__mutex4lockEv + 0x42075d76 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075d76 __gnu_cxx::__mutex::lock() + .text._ZN9__gnu_cxx7__mutex6unlockEv + 0x42075da6 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075da6 __gnu_cxx::__mutex::unlock() + .text._ZSt15get_new_handlerv + 0x42075dd6 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42075dd6 std::get_new_handler() + .text.startup._GLOBAL__sub_I__ZSt7nothrow + 0x42075e06 0xe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text._ZnajRKSt9nothrow_t + 0x42075e14 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x42075e14 operator new[](unsigned int, std::nothrow_t const&) + .text._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x42075e28 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42075e28 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x42075e28 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + .text._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x42075e34 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42075e34 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + .text._ZNKSt9type_infoeqERKS_.isra.0 + 0x42075e4c 0x3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.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 + 0x42075e8a 0xb4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42075e8a __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_ + 0x42075f3e 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42075f3e __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 + 0x42075f82 0x42 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42075f82 __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + .text._ZNSt9type_infoD2Ev + 0x42075fc4 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42075fc4 std::type_info::~type_info() + 0x42075fc4 std::type_info::~type_info() + .text._ZNKSt9type_info14__is_pointer_pEv + 0x42075fc6 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42075fc6 std::type_info::__is_pointer_p() const + 0x42075fc6 std::type_info::__is_function_p() const + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + 0x42075fca 0x36 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42075fca __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const + .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + 0x42076000 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42076000 __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 + 0x4207600a 0xe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4207600a __cxxabiv1::__class_type_info::~__class_type_info() + 0x4207600a __cxxabiv1::__class_type_info::~__class_type_info() + .text._ZN10__cxxabiv117__class_type_infoD0Ev + 0x42076018 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42076018 __cxxabiv1::__class_type_info::~__class_type_info() + .text._ZNKSt9type_infoeqERKS_.isra.0 + 0x42076030 0x3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.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 + 0x4207606e 0x2a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4207606e __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 + 0x42076098 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42076098 __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 + 0x420760ec 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x420760ec __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const + .text._ZdlPv 0x42076130 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x42076130 operator delete(void*) + .text._ZdlPvj 0x42076138 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x42076138 operator delete(void*, unsigned int) + .text.__cxa_begin_catch + 0x4207613c 0x70 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x4207613c __cxa_begin_catch + .text.__cxa_end_catch + 0x420761ac 0x66 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x420761ac __cxa_end_catch + .text._ZNSt9exceptionD2Ev + 0x42076212 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x42076212 std::exception::~exception() + 0x42076212 std::exception::~exception() + .text._ZL15eh_globals_dtorPv + 0x42076214 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.__cxa_get_globals_fast + 0x42076244 0x2a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42076244 __cxa_get_globals_fast + .text.__cxa_get_globals + 0x4207626e 0x5c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x4207626e __cxa_get_globals + .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE + 0x420762ca 0x2a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text._ZN10__cxxabiv111__terminateEPFvvE + 0x420762f4 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x420762f4 __cxxabiv1::__terminate(void (*)()) + .text._ZSt13get_terminatev + 0x4207630e 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x4207630e std::get_terminate() + .text.unlikely._ZSt9terminatev + 0x4207633a 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x4207633a std::terminate() + .text.startup._GLOBAL__sub_I__ZN10__cxxabiv111__terminateEPFvvE + 0x42076346 0xe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._Znaj 0x42076354 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x42076354 operator new[](unsigned int) + .text._Znwj 0x42076356 0x4a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x42076356 operator new(unsigned int) + .text._ZNKSt9bad_alloc4whatEv + 0x420763a0 0xa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420763a0 std::bad_alloc::what() const + .text._ZNSt9bad_allocD2Ev + 0x420763aa 0xe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420763aa std::bad_alloc::~bad_alloc() + 0x420763aa std::bad_alloc::~bad_alloc() + .text._ZNSt9bad_allocD0Ev + 0x420763b8 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420763b8 std::bad_alloc::~bad_alloc() + .text._Z12abort_returnIiET_v + 0x420763d2 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_DeleteException + 0x420763de 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x420763de __wrap__Unwind_DeleteException + .text.__wrap___gxx_personality_v0 + 0x420763ea 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x420763ea __wrap___gxx_personality_v0 + .text.__wrap___cxa_allocate_exception + 0x420763f2 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x420763f2 __wrap___cxa_allocate_exception + .text.__wrap___cxa_throw + 0x420763fe 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x420763fe __wrap___cxa_throw + .text.rom2_wait_hw_freq_busy + 0x4207640a 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x4207640a rom2_wait_hw_freq_busy + .text.rom1_txpwr_cal_track + 0x4207642c 0x158 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x4207642c rom1_txpwr_cal_track + .text.rom2_ulp_ext_code_set + 0x42076584 0x76 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x42076584 rom2_ulp_ext_code_set + .text.rom2_ulp_code_track + 0x420765fa 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x420765fa rom2_ulp_code_track + .text.ram2_rfpll_cap_track + 0x4207668a 0xa6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x4207668a ram2_rfpll_cap_track + .text.txpwr_offset + 0x42076730 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x42076730 txpwr_offset + .text.rfcal_track + 0x420767c6 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x420767c6 rfcal_track + .text.phy_param_track_tot + 0x42076864 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + 0x42076864 phy_param_track_tot + .text.phy_change_channel + 0x42076904 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076904 phy_change_channel + .text.phy_bbpll_en_usb + 0x42076916 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076916 phy_bbpll_en_usb + .text.phy_get_rf_cal_version + 0x42076920 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076920 phy_get_rf_cal_version + .text.noise_check_loop + 0x42076926 0x2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076926 noise_check_loop + .text.phy_init_param_set + 0x42076928 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076928 phy_init_param_set + .text.ant_tx_cfg + 0x42076934 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x42076934 ant_tx_cfg + .text.ant_rx_cfg + 0x4207694e 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + 0x4207694e ant_rx_cfg + .text.phy_get_romfunc_addr + 0x42076976 0x20e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076976 phy_get_romfunc_addr + .text.rf_init 0x42076b84 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076b84 rf_init + .text.register_chipv7_phy_init_param + 0x42076c6a 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076c6a register_chipv7_phy_init_param + .text.phy_set_mac_data + 0x42076d9c 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076d9c phy_set_mac_data + .text.phy_rfcal_data_sub + 0x42076db8 0x6e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076db8 phy_rfcal_data_sub + .text.rf_cal_data_recovery + 0x42076e26 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076e26 rf_cal_data_recovery + .text.phy_rfcal_data_check_value + 0x42076e66 0x358 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42076e66 phy_rfcal_data_check_value + .text.rf_cal_data_backup + 0x420771be 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x420771be rf_cal_data_backup + .text.phy_rfcal_data_check + 0x420771d0 0x8e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x420771d0 phy_rfcal_data_check + .text.rf_cal_level_check + 0x4207725e 0xac /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x4207725e rf_cal_level_check + .text.bb_init 0x4207730a 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x4207730a bb_init + .text.register_chipv7_phy + 0x42077406 0x19c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x42077406 register_chipv7_phy + .text.get_txcap_data + 0x420775a2 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + 0x420775a2 get_txcap_data + .text.wr_rf_freq_mem + 0x420775ec 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x420775ec wr_rf_freq_mem + .text.freq_i2c_write_set + 0x42077642 0x530 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077642 freq_i2c_write_set + .text.rom2_pll_cap_mem_update + 0x42077b72 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077b72 rom2_pll_cap_mem_update + .text.get_rf_freq_init + 0x42077be2 0x192 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077be2 get_rf_freq_init + .text.freq_get_i2c_data + 0x42077d74 0x236 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077d74 freq_get_i2c_data + .text.freq_i2c_data_write + 0x42077faa 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077faa freq_i2c_data_write + .text.set_chan_freq_hw_init + 0x42077fe8 0xa2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x42077fe8 set_chan_freq_hw_init + .text.set_chan_freq_sw_start + 0x4207808a 0xba /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + 0x4207808a set_chan_freq_sw_start + .text.ram_pbus_force_mode + 0x42078144 0x96 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + 0x42078144 ram_pbus_force_mode + .text.txcal_debuge_mode + 0x420781da 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + 0x420781da txcal_debuge_mode + .text.txcal_work_mode + 0x4207825e 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + 0x4207825e txcal_work_mode + .text.save_pbus_reg + 0x42078294 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + 0x42078294 save_pbus_reg + .text.set_pbus_mem + 0x420782d2 0x24a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + 0x420782d2 set_pbus_mem + .text.phy_set_most_tpw + 0x4207851c 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x4207851c phy_set_most_tpw + .text.phy_11p_set + 0x42078532 0x1d6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x42078532 phy_11p_set + .text.ant_dft_cfg + 0x42078708 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x42078708 ant_dft_cfg + .text.ant_wifitx_cfg + 0x4207872a 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x4207872a ant_wifitx_cfg + .text.ant_wifirx_cfg + 0x42078758 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x42078758 ant_wifirx_cfg + .text.ant_bttx_cfg + 0x420787c0 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x420787c0 ant_bttx_cfg + .text.ant_btrx_cfg + 0x420787ea 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x420787ea ant_btrx_cfg + .text.phy_enable_low_rate + 0x42078852 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x42078852 phy_enable_low_rate + .text.phy_disable_low_rate + 0x4207887e 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x4207887e phy_disable_low_rate + .text.set_rx_sense + 0x420788aa 0x22a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x420788aa set_rx_sense + .text.phy_init_flag + 0x42078ad4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + 0x42078ad4 phy_init_flag + .text.restart_cal + 0x42078aea 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078aea restart_cal + .text.write_rfpll_sdm + 0x42078b5a 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078b5a write_rfpll_sdm + .text.wait_rfpll_cal_end + 0x42078bda 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078bda wait_rfpll_cal_end + .text.rfpll_set_freq + 0x42078c42 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078c42 rfpll_set_freq + .text.correct_rfpll_offset + 0x42078cae 0x7c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078cae correct_rfpll_offset + .text.rom2_write_pll_cap + 0x42078d2a 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078d2a rom2_write_pll_cap + .text.rom2_read_pll_cap + 0x42078d70 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078d70 rom2_read_pll_cap + .text.ram2_rfpll_cap_correct + 0x42078db8 0x1c2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078db8 ram2_rfpll_cap_correct + .text.rfpll_cap_init_cal + 0x42078f7a 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42078f7a rfpll_cap_init_cal + .text.set_rfpll_freq + 0x4207904e 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x4207904e set_rfpll_freq + .text.set_rf_freq_offset + 0x420790b2 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x420790b2 set_rf_freq_offset + .text.set_channel_rfpll_freq + 0x420790c2 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x420790c2 set_channel_rfpll_freq + .text.chip_v7_set_chan_misc + 0x42079114 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42079114 chip_v7_set_chan_misc + .text.chip_v7_set_chan + 0x4207917e 0xe4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x4207917e chip_v7_set_chan + .text.chip_v7_set_chan_offset + 0x42079262 0x88 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42079262 chip_v7_set_chan_offset + .text.chip_v7_set_chan_ana + 0x420792ea 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x420792ea chip_v7_set_chan_ana + .text.set_chanfreq + 0x42079314 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + 0x42079314 set_chanfreq + .text.rom2_tsens_read_init1 + 0x42079334 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + 0x42079334 rom2_tsens_read_init1 + .text.rom1_tsens_temp_read + 0x42079396 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + 0x42079396 rom1_tsens_temp_read + .text.rom2_temp_to_power1 + 0x420793ac 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + 0x420793ac rom2_temp_to_power1 + .text.get_temp_init + 0x420793d2 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + 0x420793d2 get_temp_init + .text.chan14_mic_cfg + 0x4207942e 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + 0x4207942e chan14_mic_cfg + .text.get_rc_dout + 0x42079470 0x134 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + 0x42079470 get_rc_dout + .text.rc_cal 0x420795a4 0x1ac /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + 0x420795a4 rc_cal + .text.get_sar_sig_ref + 0x42079750 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x42079750 get_sar_sig_ref + .text.pwdet_tone_start + 0x4207978e 0x5e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x4207978e pwdet_tone_start + .text.get_tone_sar_dout + 0x420797ec 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x420797ec get_tone_sar_dout + .text.get_fm_sar_dout + 0x4207983a 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x4207983a get_fm_sar_dout + .text.txtone_linear_pwr + 0x4207985c 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x4207985c txtone_linear_pwr + .text.get_power_db + 0x420798b6 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x420798b6 get_power_db + .text.rom1_read_sar2_code + 0x42079908 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + 0x42079908 rom1_read_sar2_code + .text.gen_rx_gain_table + 0x42079934 0x14e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + 0x42079934 gen_rx_gain_table + .text.wr_rx_gain_mem + 0x42079a82 0x28a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + 0x42079a82 wr_rx_gain_mem + .text.set_rx_gain_param + 0x42079d0c 0x186 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + 0x42079d0c set_rx_gain_param + .text.set_rx_gain_table + 0x42079e92 0x2b4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + 0x42079e92 set_rx_gain_table + .text.get_phy_version_str + 0x4207a146 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + 0x4207a146 get_phy_version_str + .text.get_iq_value + 0x4207a18a 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + 0x4207a18a get_iq_value + .text.get_bias_ref_code + 0x4207a1ce 0x86 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + 0x4207a1ce get_bias_ref_code + .text.phy_get_vdd33 + 0x4207a254 0xaa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + 0x4207a254 phy_get_vdd33 + .text.bt_chan_pwr_interp + 0x4207a2fe 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a2fe bt_chan_pwr_interp + .text.rom1_get_rate_fcc_index + 0x4207a34e 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a34e rom1_get_rate_fcc_index + .text.rom1_get_chan_target_power + 0x4207a3cc 0xae /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a3cc rom1_get_chan_target_power + .text.rom2_get_tx_gain_value1 + 0x4207a47a 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a47a rom2_get_tx_gain_value1 + .text.rom1_bt_get_tx_gain_new + 0x4207a4c2 0x12e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a4c2 rom1_bt_get_tx_gain_new + .text.rom1_wifi_get_tx_gain + 0x4207a5f0 0x116 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a5f0 rom1_wifi_get_tx_gain + .text.ram1_wifi_set_tx_gain + 0x4207a706 0xfe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a706 ram1_wifi_set_tx_gain + .text.rom1_bt_set_tx_gain + 0x4207a804 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a804 rom1_bt_set_tx_gain + .text.bt_tx_gain_init + 0x4207a8a2 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a8a2 bt_tx_gain_init + .text.txcal_gain_check + 0x4207a8c8 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + 0x4207a8c8 txcal_gain_check + .text.txiq_set_reg + 0x4207a9ce 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207a9ce txiq_set_reg + .text.rxiq_set_reg + 0x4207aa1c 0x70 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207aa1c rxiq_set_reg + .text.start_tx_tone_step + 0x4207aa8c 0xfa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207aa8c start_tx_tone_step + .text.stop_tx_tone + 0x4207ab86 0x7a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207ab86 stop_tx_tone + .text.read_hw_noisefloor + 0x4207ac00 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207ac00 read_hw_noisefloor + .text.rom1_set_noise_floor + 0x4207ac1a 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207ac1a rom1_set_noise_floor + .text.phy_freq_correct + 0x4207ac36 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207ac36 phy_freq_correct + .text.force_txrx_off + 0x4207ad3c 0x72 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + 0x4207ad3c force_txrx_off + .text.rxiq_get_mis + 0x4207adae 0x148 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207adae rxiq_get_mis + .text.rxiq_cover_mg_mp + 0x4207aef6 0x116 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207aef6 rxiq_cover_mg_mp + .text.rfcal_rxiq + 0x4207b00c 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b00c rfcal_rxiq + .text.get_rfcal_rxiq_data + 0x4207b074 0x132 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b074 get_rfcal_rxiq_data + .text.pbus_rx_dco_cal + 0x4207b1a6 0x390 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b1a6 pbus_rx_dco_cal + .text.rxdc_est_min_new + 0x4207b536 0x84 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b536 rxdc_est_min_new + .text.pbus_rx_dco_cal_1step_new + 0x4207b5ba 0x41c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b5ba pbus_rx_dco_cal_1step_new + .text.set_rx_gain_cal_iq + 0x4207b9d6 0x2fe /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207b9d6 set_rx_gain_cal_iq + .text.rx_chan_dc_sort + 0x4207bcd4 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207bcd4 rx_chan_dc_sort + .text.set_rx_gain_cal_dc + 0x4207bdd8 0x334 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + 0x4207bdd8 set_rx_gain_cal_dc + .text.phy_i2c_init2 + 0x4207c10c 0x352 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + 0x4207c10c phy_i2c_init2 + .text.phy_get_i2c_data + 0x4207c45e 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + 0x4207c45e phy_get_i2c_data + .text.bias_reg_set + 0x4207c4ac 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + 0x4207c4ac bias_reg_set + .text.i2c_bbpll_set + 0x4207c544 0xfc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + 0x4207c544 i2c_bbpll_set + .text.txdc_cal_v70 + 0x4207c640 0x1ee /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207c640 txdc_cal_v70 + .text.bt_txdc_cal + 0x4207c82e 0xe6 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207c82e bt_txdc_cal + .text.txdc_cal_init + 0x4207c914 0x106 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207c914 txdc_cal_init + .text.txiq_get_mis_pwr + 0x4207ca1a 0xa4 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207ca1a txiq_get_mis_pwr + .text.txiq_cover + 0x4207cabe 0x172 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207cabe txiq_cover + .text.get_power_atten + 0x4207cc30 0x126 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207cc30 get_power_atten + .text.rfcal_txiq + 0x4207cd56 0x162 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207cd56 rfcal_txiq + .text.bt_txiq_cal + 0x4207ceb8 0xf2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207ceb8 bt_txiq_cal + .text.txiq_cal_init + 0x4207cfaa 0x98 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207cfaa txiq_cal_init + .text.pwdet_ref_code + 0x4207d042 0x74 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d042 pwdet_ref_code + .text.pwdet_code_cal + 0x4207d0b6 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d0b6 pwdet_code_cal + .text.rfcal_txcap + 0x4207d0f6 0x154 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d0f6 rfcal_txcap + .text.tx_cap_init + 0x4207d24a 0x122 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d24a tx_cap_init + .text.rfcal_pwrctrl + 0x4207d36c 0x1de /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d36c rfcal_pwrctrl + .text.tx_pwctrl_init_cal + 0x4207d54a 0x18c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d54a tx_pwctrl_init_cal + .text.tx_pwctrl_init + 0x4207d6d6 0x90 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d6d6 tx_pwctrl_init + .text.bt_tx_pwctrl_init + 0x4207d766 0x1f0 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d766 bt_tx_pwctrl_init + .text.bt_txpwr_freq + 0x4207d956 0x9c /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + 0x4207d956 bt_txpwr_freq + .text.lib_printf + 0x4207d9f2 0x8c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.phy_printf + 0x4207da7e 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x4207da7e phy_printf + .text 0x4207daa8 0xec /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x4207daa8 _fclose_r + 0x4207db7e fclose + .text 0x4207db94 0x1e6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x4207db94 __sflush_r + 0x4207dce2 _fflush_r + 0x4207dd48 fflush + .text 0x4207dd7a 0x2fe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x4207df14 __sfp_lock_acquire + 0x4207df24 __sfp_lock_release + 0x4207df34 __sfp + 0x4207e00e __sinit + 0x4207e03c __fp_lock_all + 0x4207e05a __fp_unlock_all + .text 0x4207e078 0xfc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x4207e078 _fopen_r + 0x4207e156 fopen + .text 0x4207e174 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x4207e174 _fseek_r + 0x4207e178 fseek + .text 0x4207e1a0 0x30c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x4207e1a0 __sfvwrite_r + .text 0x4207e4ac 0x68 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x4207e4ac _fwalk_sglue + .text 0x4207e514 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x4207e514 _printf_r + 0x4207e536 printf + .text 0x4207e568 0xac /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x4207e568 _puts_r + 0x4207e5fe puts + .text 0x4207e614 0x136 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x4207e63c __srefill_r + .text 0x4207e74a 0x90 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + 0x4207e74a _sprintf_r + 0x4207e788 sprintf + .text 0x4207e7da 0xc8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x4207e7da __sread + 0x4207e80c __seofread + 0x4207e810 __swrite + 0x4207e862 __sseek + 0x4207e89a __sclose + .text 0x4207e8a2 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + 0x4207e8a2 vprintf + 0x4207e8c0 _vprintf_r + .text 0x4207e8ca 0x92 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + 0x4207e8ca _vsnprintf_r + 0x4207e92e vsnprintf + .text 0x4207e95c 0xc8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + 0x4207e95c __swsetup_r + .text 0x4207ea24 0x31e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + 0x4207ea24 _fseeko_r + 0x4207ed1c fseeko + .text 0x4207ed42 0x100 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + 0x4207ed42 _reclaim_reent + .text 0x4207ee42 0x12 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + 0x4207ee42 __errno + .text 0x4207ee54 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + 0x4207ee54 close + .text 0x4207ee6c 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + 0x4207ee6c fstat + .text 0x4207ee8c 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + 0x4207ee8c gettimeofday + .text 0x4207eeb0 0x3a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + 0x4207eeb0 open + .text 0x4207eeea 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + 0x4207eeea read + .text 0x4207ef12 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + 0x4207ef12 write + .text 0x4207ef3a 0x281c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + 0x4207f35a _svfprintf_r + .text 0x42081756 0x2978 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x42081b76 _vfprintf_r + 0x42084000 vfprintf + .text 0x420840ce 0x1aca /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x420844ee __sprint_r + 0x42084512 _vfiprintf_r + 0x42085aca vfiprintf + .text 0x42085b98 0x7a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + 0x42085b98 __sflags + .text 0x42085c12 0x11c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + 0x42085c12 __swhatbuf_r + 0x42085c92 __smakebuf_r + .text 0x42085d2e 0x22 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + 0x42085d2e __localeconv_l + 0x42085d34 _localeconv_r + 0x42085d42 localeconv + .text 0x42085d50 0x90 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + 0x42085d50 frexp + .text 0x42085de0 0xf72 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + 0x42085f14 _dtoa_r + .text 0x42086d52 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + 0x42086d52 _mbtowc_r + 0x42086d60 __ascii_mbtowc + .text 0x42086d9a 0xbfc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x42086d9a _Balloc + 0x42086e4c _Bfree + 0x42086eb4 __multadd + 0x42086f76 __s2b + 0x42087036 __hi0bits + 0x4208707c __lo0bits + 0x420870e6 __i2b + 0x42087120 __multiply + 0x420872a0 __pow5mult + 0x42087380 __lshift + 0x42087484 __mcmp + 0x420874ba __mdiff + 0x4208762c __ulp + 0x42087670 __b2d + 0x42087736 __d2b + 0x42087816 __ratio + 0x4208789a _mprec_log10 + 0x42087904 __copybits + 0x42087950 __any_on + .text 0x42087996 0x2e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + 0x42087996 _wctomb_r + 0x420879a4 __ascii_wctomb + .text 0x420879c4 0x1ab6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x42087dd2 __ssprint_r + 0x42087f10 _svfiprintf_r + .text 0x4208947a 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x4208947a __trunctfdf2 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) + *(.wifiextrairam .wifiextrairam.*) + .wifiextrairam.44 + 0x420896ee 0x1e0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + 0x420896ee sta_rx_eapol + .wifiextrairam.5 + 0x420898ce 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x420898ce ieee80211_alloc_tx_buf + .wifiextrairam.4 + 0x4208994e 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4208994e ieee80211_post_hmac_tx + .wifiextrairam.6 + 0x4208999c 0x19e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x4208999c ieee80211_output_do + .wifiextrairam.9 + 0x42089b3a 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + 0x42089b3a esp_wifi_internal_tx + .wifiextrairam.47 + 0x42089b6c 0x246 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42089b6c pm_tx_data_process + .wifiextrairam.55 + 0x42089db2 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x42089db2 pm_on_data_tx + .wifiextrairam.18 + 0x42089db6 0x68 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42089db6 pp_coex_tx_release + .wifiextrairam.20 + 0x42089e1e 0x198 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42089e1e ppProcTxDone + .wifiextrairam.63 + 0x42089fb6 0x12a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x42089fb6 ppMapWaitTxq + .wifiextrairam.38 + 0x4208a0e0 0x80 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4208a0e0 ppAssembleAMPDU + .wifiextrairam.71 + 0x4208a160 0x6a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4208a160 ppDirectRecycleAmpdu + .wifiextrairam.73 + 0x4208a1ca 0xa8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + 0x4208a1ca ppRegressAmpdu + .wifiextrairam.5 + 0x4208a272 0x1f8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + 0x4208a272 esf_buf_alloc_dynamic + .wifiextrairam.5 + 0x4208a46a 0x1f8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4208a46a lmacSetTxFrame + .wifiextrairam.23 + 0x4208a662 0xd2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4208a662 lmacDiscardFrameExchangeSequence + .wifiextrairam.18 + 0x4208a734 0x104 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4208a734 lmacProcessTxSuccess + .wifiextrairam.38 + 0x4208a838 0x152 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + 0x4208a838 lmacProcessTxComplete + .wifiextrairam.13 + 0x4208a98a 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x4208a98a rcGetRate + .wifiextrairam.19 + 0x4208aa2a 0xb6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + 0x4208aa2a trc_onPPTxDone + .wifiextrairam.3 + 0x4208aae0 0x9e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + 0x4208aae0 hal_set_tx_pti + .wifiextrairam.3 + 0x4208ab7e 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4208ab7e mac_tx_set_pti + .wifiextrairam.7 + 0x4208abe4 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4208abe4 hal_mac_txq_disable + .wifiextrairam.18 + 0x4208ac00 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + 0x4208ac00 hal_get_tsf_time + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram.*) + *(.wifislpiram .wifislpiram.*) + .wifislpiram.5 + 0x4208ac2a 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208ac2a pm_get_connectionless_status + .wifislpiram.22 + 0x4208ac56 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208ac56 pm_enable_dream_timer + .wifislpiram.24 + 0x4208ac98 0x170 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208ac98 pm_update_by_connectionless_status + .wifislpiram.36 + 0x4208ae08 0x7e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208ae08 pm_handle_tbtt_interval + .wifislpiram.38 + 0x4208ae86 0x14e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208ae86 pm_update_next_tbtt + .wifislpiram.43 + 0x4208afd4 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208afd4 pm_connectionless_wake_interval_timeout_process + .wifislpiram.44 + 0x4208b018 0x6c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + 0x4208b018 pm_connectionless_wake_window_timeout_process + .wifislpiram.4 + 0x4208b084 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b084 hal_get_sta_tsf + .wifislpiram.7 + 0x4208b0ac 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b0ac hal_set_sta_light_sleep_wake_ahead_time + .wifislpiram.8 + 0x4208b0c0 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b0c0 hal_get_time_to_sta_next_tbtt + .wifislpiram.14 + 0x4208b0fe 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b0fe tsf_hal_get_counter_value + .wifislpiram.16 + 0x4208b13a 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b13a tsf_hal_get_time + .wifislpiram.30 + 0x4208b158 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + 0x4208b158 tsf_hal_get_tbtt_interval + .wifislpiram.3 + 0x4208b1a6 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .wifislpiram.4 + 0x4208b1bc 0xb2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + 0x4208b1bc pp_timer_do_process + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) + *libesp_driver_gptimer.a:gptimer.*(.text .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) + *libesp_event.a:default_event_loop.*(.text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post) + .text.esp_event_post + 0x4208b26e 0x28 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x4208b26e esp_event_post + .text.esp_event_loop_create_default + 0x4208b296 0x42 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x4208b296 esp_event_loop_create_default + *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.find_and_unregister_handler .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 .text.loop_remove_handler) + .text.handler_execute + 0x4208b2d8 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.handler_instances_remove + 0x4208b30a 0x92 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_remove_handler + 0x4208b39c 0x94 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.loop_node_remove_handler + 0x4208b430 0xaa esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.loop_remove_handler + 0x4208b4da 0x72 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_loop_create + 0x4208b54c 0x1d2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4208b54c esp_event_loop_create + .text.esp_event_loop_run + 0x4208b71e 0x1fc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4208b71e esp_event_loop_run + .text.esp_event_loop_run_task + 0x4208b91a 0x4e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_post_to + 0x4208b968 0x162 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4208b968 esp_event_post_to + *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 + 0x4208baca 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4208baca esp_cpu_set_breakpoint + *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_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .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) + .text.gdma_acquire_pair_handle + 0x4208bb1c 0xca esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_acquire_group_handle + 0x4208bbe6 0xee esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_release_group_handle + 0x4208bcd4 0xc6 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_release_pair_handle + 0x4208bd9a 0x92 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_del_rx_channel + 0x4208be2c 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_del_tx_channel + 0x4208beb6 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.do_allocate_gdma_channel + 0x4208bf40 0x434 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_new_ahb_channel + 0x4208c374 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c374 gdma_new_ahb_channel + 0x4208c374 gdma_new_channel + .text.gdma_del_channel + 0x4208c3a6 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c3a6 gdma_del_channel + .text.gdma_get_group_channel_id + 0x4208c408 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c408 gdma_get_group_channel_id + .text.gdma_connect + 0x4208c464 0x1d0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c464 gdma_connect + .text.gdma_disconnect + 0x4208c634 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c634 gdma_disconnect + .text.gdma_config_transfer + 0x4208c74c 0x144 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + 0x4208c74c gdma_config_transfer + *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 + 0x4208c890 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_rst_en_mask + 0x4208ca00 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_clk_en_reg + 0x4208cb5e 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_rst_en_reg + 0x4208cbb8 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_enable_clk_clear_rst + 0x4208cc14 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_reset + 0x4208cc64 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_rcc_acquire_enter + 0x4208cc9a 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4208cc9a periph_rcc_acquire_enter + .text.periph_rcc_acquire_exit + 0x4208ccc2 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4208ccc2 periph_rcc_acquire_exit + .text.periph_module_enable + 0x4208cce4 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4208cce4 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.s_sar_adc_power_acquire + 0x4208cd84 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.s_sar_adc_power_release + 0x4208cdf6 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_init + 0x4208cea8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4208cea8 sar_periph_ctrl_init + .text.sar_periph_ctrl_pwdet_power_acquire + 0x4208cec2 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4208cec2 sar_periph_ctrl_pwdet_power_acquire + .text.sar_periph_ctrl_pwdet_power_release + 0x4208cf2e 0xa2 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4208cf2e sar_periph_ctrl_pwdet_power_release + .text.sar_periph_ctrl_adc_oneshot_power_acquire + 0x4208cfd0 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4208cfd0 sar_periph_ctrl_adc_oneshot_power_acquire + .text.sar_periph_ctrl_adc_oneshot_power_release + 0x4208cfde 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4208cfde sar_periph_ctrl_adc_oneshot_power_release + *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) + .text.esp_get_free_internal_heap_size + 0x4208cfec 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x4208cfec esp_get_free_internal_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) + .text.clear_intr_wrapper + 0x4208d000 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.task_get_max_priority_wrapper + 0x4208d002 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_init_wrapper + 0x4208d006 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_deinit_wrapper + 0x4208d00a 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_enable_wrapper + 0x4208d00c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_disable_wrapper + 0x4208d010 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_wifi_request_wrapper + 0x4208d012 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_wifi_channel_set_wrapper + 0x4208d016 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_status_bit_clear_wrapper + 0x4208d01a 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_status_bit_set_wrapper + 0x4208d01c 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_interval_get_wrapper + 0x4208d01e 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_curr_period_get_wrapper + 0x4208d022 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_curr_phase_get_wrapper + 0x4208d026 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_register_start_cb_wrapper + 0x4208d02a 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_process_restart_wrapper + 0x4208d02e 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_register_cb_wrapper + 0x4208d032 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_flexible_period_set_wrapper + 0x4208d036 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_flexible_period_get_wrapper + 0x4208d03a 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_create_wrapper + 0x4208d03e 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.mutex_delete_wrapper + 0x4208d052 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_thread_semphr_free + 0x4208d064 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_log_writev_wrapper + 0x4208d078 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_log_write_wrapper + 0x4208d086 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.get_time_wrapper + 0x4208d0a2 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.nvs_open_wrapper + 0x4208d0b0 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_clock_disable_wrapper + 0x4208d0be 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_clock_enable_wrapper + 0x4208d0d0 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_reset_mac_wrapper + 0x4208d0e2 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_read_mac_wrapper + 0x4208d0f6 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_phy_enable_wrapper + 0x4208d104 0x1a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_phy_disable_wrapper + 0x4208d11e 0x1a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.esp_event_post_wrapper + 0x4208d138 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.task_create_wrapper + 0x4208d154 0x18 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.task_create_pinned_to_core_wrapper + 0x4208d16c 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.event_group_wait_bits_wrapper + 0x4208d188 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_recv_wrapper + 0x4208d1ac 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_send_to_front_wrapper + 0x4208d1d0 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_send_to_back_wrapper + 0x4208d1e4 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_send_wrapper + 0x4208d1f8 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.recursive_mutex_create_wrapper + 0x4208d220 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.mutex_create_wrapper + 0x4208d234 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_thread_semphr_get_wrapper + 0x4208d248 0x6e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.disable_intr_wrapper + 0x4208d2b6 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.enable_intr_wrapper + 0x4208d2c8 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.set_isr_wrapper + 0x4208d2da 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.set_intr_wrapper + 0x4208d2e8 0x36 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_create_queue + 0x4208d31e 0x40 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4208d31e wifi_create_queue + .text.wifi_create_queue_wrapper + 0x4208d35e 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_delete_queue + 0x4208d36c 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4208d36c wifi_delete_queue + .text.wifi_delete_queue_wrapper + 0x4208d392 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *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 + 0x4208d3a0 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .text.esp_startup_start_app + 0x4208d474 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x4208d474 esp_startup_start_app + *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) + *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) + *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.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) + .text.gdma_ll_rx_enable_interrupt + 0x4208d4ea 0x26 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ll_tx_enable_interrupt + 0x4208d510 0x2e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_set_priority + 0x4208d53e 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d53e gdma_ahb_hal_set_priority + .text.gdma_ahb_hal_connect_peri + 0x4208d57c 0x9a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d57c gdma_ahb_hal_connect_peri + .text.gdma_ahb_hal_disconnect_peri + 0x4208d616 0x44 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d616 gdma_ahb_hal_disconnect_peri + .text.gdma_ahb_hal_enable_burst + 0x4208d65a 0x78 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d65a gdma_ahb_hal_enable_burst + .text.gdma_ahb_hal_set_strategy + 0x4208d6d2 0x84 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d6d2 gdma_ahb_hal_set_strategy + .text.gdma_ahb_hal_enable_intr + 0x4208d756 0x24 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d756 gdma_ahb_hal_enable_intr + .text.gdma_ahb_hal_get_intr_status_reg + 0x4208d77a 0x1a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d77a gdma_ahb_hal_get_intr_status_reg + .text.gdma_ahb_hal_init + 0x4208d794 0xa6 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + 0x4208d794 gdma_ahb_hal_init + *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) + .text.gdma_hal_deinit + 0x4208d83a 0x6 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d83a gdma_hal_deinit + .text.gdma_hal_set_priority + 0x4208d840 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d840 gdma_hal_set_priority + .text.gdma_hal_connect_peri + 0x4208d84e 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d84e gdma_hal_connect_peri + .text.gdma_hal_disconnect_peri + 0x4208d85c 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d85c gdma_hal_disconnect_peri + .text.gdma_hal_enable_burst + 0x4208d86a 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d86a gdma_hal_enable_burst + .text.gdma_hal_set_burst_size + 0x4208d878 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d878 gdma_hal_set_burst_size + .text.gdma_hal_enable_intr + 0x4208d888 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d888 gdma_hal_enable_intr + .text.gdma_hal_enable_access_encrypt_mem + 0x4208d896 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + 0x4208d896 gdma_hal_enable_access_encrypt_mem + *libhal.a:gpio_hal.*(.text .text.gpio_hal_intr_disable .text.gpio_hal_intr_enable_on_core) + *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 + 0x4208d8a6 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_register_impl + 0x4208d8c8 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4208d8c8 multi_heap_register_impl + 0x4208d8c8 multi_heap_register + .text.multi_heap_free_size_impl + 0x4208d934 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4208d934 multi_heap_free_size_impl + 0x4208d934 multi_heap_free_size + .text.multi_heap_get_info_impl + 0x4208d93e 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4208d93e multi_heap_get_info + 0x4208d93e 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 + 0x4208d9d2 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.default_walker + 0x4208db94 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_walk_pool + 0x4208dbc8 0x86 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208dbc8 tlsf_walk_pool + .text.tlsf_fit_size + 0x4208dc4e 0x78 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208dc4e tlsf_fit_size + .text.tlsf_pool_overhead + 0x4208dcc6 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208dcc6 tlsf_pool_overhead + .text.tlsf_add_pool + 0x4208dcca 0x230 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208dcca tlsf_add_pool + .text.tlsf_create + 0x4208defa 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208defa tlsf_create + .text.tlsf_create_with_pool + 0x4208df22 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4208df22 tlsf_create_with_pool + *liblog.a:log_timestamp.*(.text) + *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) + .text.esp_log_writev + 0x4208df64 0x32 esp-idf/log/liblog.a(log_write.c.obj) + 0x4208df64 esp_log_writev + *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) + .text.intr_handler_get + 0x4208df96 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4208df96 intr_handler_get + *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) + .text.intr_handler_set + 0x4208dfaa 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4208dfaa intr_handler_set + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) + 0x4208dfdc . = (. + 0x10) + *fill* 0x4208dfcc 0x10 + 0x4208dfdc _text_end = ABSOLUTE (.) + 0x4208dfdc _instruction_reserved_end = ABSOLUTE (.) + 0x4208dfdc _etext = . + 0x00000000 _flash_cache_start = ABSOLUTE (0x0) + +.flash_rodata_dummy + 0x3c000020 0x90000 + 0x3c000020 _flash_rodata_dummy_start = . + 0x3c08dfdc . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) + *fill* 0x3c000020 0x8dfbc + 0x3c090020 . = (ALIGN (0x10000) + 0x20) + *fill* 0x3c08dfdc 0x2044 + +.flash.appdesc 0x3c090020 0x100 + 0x3c090020 _rodata_reserved_start = ABSOLUTE (.) + 0x3c090020 _rodata_start = ABSOLUTE (.) + *(.rodata_desc .rodata_desc.*) + .rodata_desc 0x3c090020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c090020 esp_app_desc + *(.rodata_custom_desc .rodata_custom_desc.*) + 0x3c090120 . = 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 0x3c090120 0x17a60 + 0x3c090120 _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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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.* *liblog.a:log_lock.* *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_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *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.* *libesp_hw_support.a:clk_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 + 0x3c090120 0xd56e esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0xee (size before relaxing) + .rodata.__esp_system_init_fn_init_efuse_show_app_info.str1.4 + 0x3c09d68e 0xa2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .rodata.__esp_system_init_fn_init_efuse.str1.4 + 0x3c09d68e 0x31 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + *fill* 0x3c09d68e 0x2 + .rodata.__FUNCTION__.0 + 0x3c09d690 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .rodata.set_cnt_in_reg.str1.4 + 0x3c09d6b0 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.write_reg.str1.4 + 0x3c09d6b0 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x3c09d6b0 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.1 + 0x3c09d6b0 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x3c09d6cb 0x1 + .rodata.__func__.4 + 0x3c09d6cc 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x3c09d6e6 0x2 + .srodata.USER_DATA_MAC_CUSTOM + 0x3c09d6e8 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN3 + 0x3c09d6ec 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN2 + 0x3c09d6f0 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN1 + 0x3c09d6f4 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0 + 0x3c09d6f8 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MAJOR + 0x3c09d6fc 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x3c09d700 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.esp_efuse_utility_check_errors.str1.4 + 0x3c09d718 0x79 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_read_addr_blocks + 0x3c09d718 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x3c09d718 range_read_addr_blocks + .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 + 0x3c09d770 0x51 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.__esp_system_init_fn_init_flash.str1.4 + 0x3c09d770 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.__func__.0 + 0x3c09d770 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.str1.4 + 0x3c09d790 0xf6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .srodata 0x3c09d790 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .rodata.select_rtc_slow_clk.str1.4 + 0x3c09d795 0x51 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.esp_clk_init.str1.4 + 0x3c09d795 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c09d795 0x3 + .rodata.__func__.0 + 0x3c09d798 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c09d7a5 0x3 + .srodata 0x3c09d7a8 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.str1.4 + 0x3c09d7ac 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.__func__.0 + 0x3c09d7ac 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.str1.4 + 0x3c09d7c6 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + *fill* 0x3c09d7c6 0x2 + .rodata.cache_ilg_bits + 0x3c09d7c8 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c09d7c8 cache_ilg_bits + .rodata.core0_acs_bits + 0x3c09d7e0 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c09d7e0 core0_acs_bits + .rodata.esp_panic_handler.str1.4 + 0x3c09d810 0x87 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .rodata.do_system_init_fn.str1.4 + 0x3c09d810 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .srodata.g_startup_fn + 0x3c09d810 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3c09d810 g_startup_fn + .rodata.frame_to_panic_info.str1.4 + 0x3c09d814 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_state_for_core.str1.4 + 0x3c09d814 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.esp_mprot_mem_type_to_str.str1.4 + 0x3c09d814 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_print_register_array.str1.4 + 0x3c09d814 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_print_basic_backtrace.str1.4 + 0x3c09d814 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.print_memprot_err_details.str1.4 + 0x3c09d814 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.print_assist_debug_details.str1.4 + 0x3c09d814 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.print_cache_err_details.str1.4 + 0x3c09d814 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_print_registers.str1.4 + 0x3c09d814 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_soc_fill_info.str1.4 + 0x3c09d814 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_arch_fill_info.str1.4 + 0x3c09d814 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.str1.4 + 0x3c09d814 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.reason.0 + 0x3c09d814 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata 0x3c09d854 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .srodata.esp_unknown_msg + 0x3c09d8e8 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.str1.4 + 0x3c09d8ee 0x1826 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x3c09d8ee 0x2 + .rodata.esp_err_msg_table + 0x3c09d8f0 0x6d8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.log_level_set.str1.4 + 0x3c09dfc8 0x2 esp-idf/log/liblog.a(tag_log_level.c.obj) + .rodata.esp_log_cache_set_level.str1.4 + 0x3c09dfc8 0x95 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.0 + 0x3c09dfc8 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.1 + 0x3c09dfe0 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.1 + 0x3c09dff8 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.5 + 0x3c09e010 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c09e021 0x3 + .rodata.__func__.6 + 0x3c09e024 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c09e036 0x2 + .rodata.__func__.10 + 0x3c09e038 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c09e052 0x2 + .rodata.__func__.11 + 0x3c09e054 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c09e06d 0x3 + .rodata.__func__.12 + 0x3c09e070 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.register_heap.str1.4 + 0x3c09e081 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.heap_caps_init.str1.4 + 0x3c09e081 0x11c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c09e081 0x3 + .rodata.__func__.1 + 0x3c09e084 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__.2 + 0x3c09e098 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c09e0a7 0x1 + .rodata.__func__.3 + 0x3c09e0a8 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.assert_valid_block.str1.4 + 0x3c09e0b6 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_register_impl.str1.4 + 0x3c09e0b6 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_get_first_block.str1.4 + 0x3c09e0b6 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x3c09e0b6 0x2 + .rodata.__func__.4 + 0x3c09e0b8 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__.0 + 0x3c09e0d0 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.control_construct.str1.4 + 0x3c09e0e9 0xca esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.default_walker.str1.4 + 0x3c09e0e9 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_check.str1.4 + 0x3c09e0e9 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_add_pool.str1.4 + 0x3c09e0e9 0x176 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_remove_pool.str1.4 + 0x3c09e0e9 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_create.str1.4 + 0x3c09e0e9 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_malloc.str1.4 + 0x3c09e0e9 0x1e7 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_memalign_offs.str1.4 + 0x3c09e0e9 0x2b esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_free.str1.4 + 0x3c09e0e9 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_realloc.str1.4 + 0x3c09e0e9 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e0e9 0x3 + .rodata.__func__.0 + 0x3c09e0ec 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__.1 + 0x3c09e0fc 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e109 0x3 + .rodata.__func__.2 + 0x3c09e10c 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e11d 0x3 + .rodata.__func__.3 + 0x3c09e120 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e12d 0x3 + .rodata.__func__.5 + 0x3c09e130 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e141 0x3 + .rodata.__func__.6 + 0x3c09e144 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e14e 0x2 + .rodata.__func__.7 + 0x3c09e150 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e163 0x1 + .rodata.__func__.8 + 0x3c09e164 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__.9 + 0x3c09e170 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__.10 + 0x3c09e180 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e193 0x1 + .rodata.__func__.11 + 0x3c09e194 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e1aa 0x2 + .rodata.__func__.12 + 0x3c09e1ac 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e1be 0x2 + .rodata.__func__.13 + 0x3c09e1c0 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e1d2 0x2 + .rodata.__func__.14 + 0x3c09e1d4 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e1e6 0x2 + .rodata.__func__.16 + 0x3c09e1e8 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e1f2 0x2 + .rodata.__func__.17 + 0x3c09e1f4 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e206 0x2 + .rodata.__func__.19 + 0x3c09e208 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c09e211 0x3 + .rodata.__func__.20 + 0x3c09e214 0xb esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.s_prepare_reserved_regions.str1.4 + 0x3c09e21f 0xfa esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c09e21f 0x1 + .rodata.__func__.0 + 0x3c09e220 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c09e23b 0x1 + .srodata.soc_memory_region_count + 0x3c09e23c 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c09e23c soc_memory_region_count + .rodata.soc_memory_regions + 0x3c09e240 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c09e240 soc_memory_regions + .rodata.str1.4 + 0x3c09e2a4 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) + .rodata.soc_memory_types + 0x3c09e2a4 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c09e2a4 soc_memory_types + .rodata.str1.4 + 0x3c09e2d4 0x179 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.__func__.0 + 0x3c09e2d4 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x3c09e2eb 0x1 + .rodata.__func__.1 + 0x3c09e2ec 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.__func__.2 + 0x3c09e304 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.find_desc_for_source.str1.4 + 0x3c09e313 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.is_vect_desc_usable.str1.4 + 0x3c09e313 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.esp_intr_alloc_intrstatus.str1.4 + 0x3c09e313 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.intr_free_for_current_cpu.str1.4 + 0x3c09e313 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e313 0x1 + .rodata.__func__.2 + 0x3c09e314 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e325 0x3 + .rodata.__func__.3 + 0x3c09e328 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e342 0x2 + .rodata.__func__.5 + 0x3c09e344 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e35e 0x2 + .rodata.__func__.6 + 0x3c09e360 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e376 0x2 + .rodata.__func__.7 + 0x3c09e378 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c09e391 0x3 + .rodata.__func__.9 + 0x3c09e394 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__.10 + 0x3c09e3a8 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.periph_module_enable.str1.4 + 0x3c09e3bd 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x3c09e3bd 0x3 + .rodata.__func__.0 + 0x3c09e3c0 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__.2 + 0x3c09e3d4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.gpio_ll_deepsleep_wakeup_is_enabled.str1.4 + 0x3c09e3e9 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_config_gpio_isolate.str1.4 + 0x3c09e3e9 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_enable_gpio_switch.str1.4 + 0x3c09e3e9 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c09e3e9 0x3 + .rodata.__func__.0 + 0x3c09e3ec 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c09e40d 0x3 + .rodata.__func__.1 + 0x3c09e410 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.regi2c_saradc_disable.str1.4 + 0x3c09e434 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.str1.4 + 0x3c09e434 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.set_ocode_by_efuse.str1.4 + 0x3c09e434 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .rodata.get_dig_dbias_by_efuse.str1.4 + 0x3c09e434 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .rodata.calibrate_ocode.str1.4 + 0x3c09e434 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .rodata.__func__.0 + 0x3c09e434 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c09e44b 0x1 + .rodata.__func__.1 + 0x3c09e44c 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c09e463 0x1 + .rodata.__func__.2 + 0x3c09e464 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c09e477 0x1 + .rodata 0x3c09e478 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .rodata.rtc_clk_cal_ratio.str1.4 + 0x3c09e482 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_time_us_to_slowclk.str1.4 + 0x3c09e482 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x3c09e482 0x2 + .rodata.__func__.0 + 0x3c09e484 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x3c09e49b 0x1 + .rodata.__func__.1 + 0x3c09e49c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.s_sar_adc_power_release.str1.4 + 0x3c09e4a8 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.sar_periph_ctrl_pwdet_power_release.str1.4 + 0x3c09e4a8 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.__func__.0 + 0x3c09e4a8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.__func__.1 + 0x3c09e4c0 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.esp_mprot_oper_type_to_str.str1.4 + 0x3c09e4e4 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .rodata.esp_mprot_pms_world_to_str.str1.4 + 0x3c09e4e4 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .rodata.s_sleep_hook_register.str1.4 + 0x3c09e4e4 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.str1.4 + 0x3c09e4e4 0x187 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_sub_mode_config.str1.4 + 0x3c09e4e4 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.4 + 0x3c09e4e4 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.clk_tree_rtc_slow_calibration.str1.4 + 0x3c09e4fe 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 + 0x3c09e4fe 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c09e4fe 0x2 + .rodata.__func__.0 + 0x3c09e500 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c09e521 0x3 + .rodata.__func__.1 + 0x3c09e524 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.main_task.str1.4 + 0x3c09e542 0xba esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.esp_startup_start_app.str1.4 + 0x3c09e542 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x3c09e542 0x2 + .rodata.__func__.0 + 0x3c09e544 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x3c09e54e 0x2 + .rodata.__func__.1 + 0x3c09e550 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x3c09e566 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericReset.str1.4 + 0x3c09e566 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x3c09e566 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolder.str1.4 + 0x3c09e566 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x3c09e566 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericSend.str1.4 + 0x3c09e566 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.prvInitialiseMutex.str1.4 + 0x3c09e566 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x3c09e566 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x3c09e566 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceive.str1.4 + 0x3c09e566 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceiveFromISR.str1.4 + 0x3c09e566 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.uxQueueMessagesWaiting.str1.4 + 0x3c09e566 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e566 0x2 + .rodata.__func__.2 + 0x3c09e568 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e575 0x3 + .rodata.__func__.5 + 0x3c09e578 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e58f 0x1 + .rodata.__func__.7 + 0x3c09e590 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e5a5 0x3 + .rodata.__func__.9 + 0x3c09e5a8 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.10 + 0x3c09e5bc 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e5ca 0x2 + .rodata.__func__.11 + 0x3c09e5cc 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e5de 0x2 + .rodata.__func__.12 + 0x3c09e5e0 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e5f9 0x3 + .rodata.__func__.13 + 0x3c09e5fc 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e617 0x1 + .rodata.__func__.14 + 0x3c09e618 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e62a 0x2 + .rodata.__func__.15 + 0x3c09e62c 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e64a 0x2 + .rodata.__func__.17 + 0x3c09e64c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e665 0x3 + .rodata.__func__.18 + 0x3c09e668 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e681 0x3 + .rodata.__func__.20 + 0x3c09e684 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e699 0x3 + .rodata.__func__.21 + 0x3c09e69c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.23 + 0x3c09e6b0 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c09e6ca 0x2 + .rodata.__func__.24 + 0x3c09e6cc 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.25 + 0x3c09e6e0 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.prvTaskIsTaskSuspended.str1.4 + 0x3c09e6f3 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvDeleteTCB.str1.4 + 0x3c09e6f3 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvInitialiseNewTask.str1.4 + 0x3c09e6f3 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskDelete.str1.4 + 0x3c09e6f3 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.eTaskGetState.str1.4 + 0x3c09e6f3 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskIncrementTick.str1.4 + 0x3c09e6f3 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskResumeAll.str1.4 + 0x3c09e6f3 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSwitchContext.str1.4 + 0x3c09e6f3 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSuspend.str1.4 + 0x3c09e6f3 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPlaceOnEventList.str1.4 + 0x3c09e6f3 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPlaceOnUnorderedEventList.str1.4 + 0x3c09e6f3 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskRemoveFromEventList.str1.4 + 0x3c09e6f3 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskRemoveFromUnorderedEventList.str1.4 + 0x3c09e6f3 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSetTimeOutState.str1.4 + 0x3c09e6f3 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCheckForTimeOut.str1.4 + 0x3c09e6f3 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskPriorityDisinherit.str1.4 + 0x3c09e6f3 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 + 0x3c09e6f3 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.ulTaskGenericNotifyTake.str1.4 + 0x3c09e6f3 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotify.str1.4 + 0x3c09e6f3 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreatePinnedToCore.str1.4 + 0x3c09e6f3 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateStaticPinnedToCore.str1.4 + 0x3c09e6f3 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvCreateIdleTasks.str1.4 + 0x3c09e6f3 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskStartScheduler.str1.4 + 0x3c09e6f3 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetIdleTaskHandleForCore.str1.4 + 0x3c09e6f3 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e6f3 0x1 + .rodata.__func__.2 + 0x3c09e6f4 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e715 0x3 + .rodata.__func__.3 + 0x3c09e718 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e736 0x2 + .rodata.__func__.4 + 0x3c09e738 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e756 0x2 + .rodata.__func__.5 + 0x3c09e758 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e76d 0x3 + .rodata.__func__.6 + 0x3c09e770 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.8 + 0x3c09e788 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e7a6 0x2 + .rodata.__func__.12 + 0x3c09e7a8 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.13 + 0x3c09e7c0 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.14 + 0x3c09e7e4 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.16 + 0x3c09e7fc 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e811 0x3 + .rodata.__func__.18 + 0x3c09e814 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e836 0x2 + .rodata.__func__.19 + 0x3c09e838 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e851 0x3 + .rodata.__func__.21 + 0x3c09e854 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e873 0x1 + .rodata.__func__.22 + 0x3c09e874 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e88a 0x2 + .rodata.__func__.23 + 0x3c09e88c 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e89f 0x1 + .rodata.__func__.24 + 0x3c09e8a0 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e8b3 0x1 + .rodata.__func__.29 + 0x3c09e8b4 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e8c2 0x2 + .rodata.__func__.30 + 0x3c09e8c4 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e8d3 0x1 + .rodata.__func__.31 + 0x3c09e8d4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.35 + 0x3c09e8e8 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e8f5 0x3 + .rodata.__func__.38 + 0x3c09e8f8 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e903 0x1 + .rodata.__func__.40 + 0x3c09e904 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c09e911 0x3 + .rodata.__func__.41 + 0x3c09e914 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .srodata.uxTopUsedPriority + 0x3c09e920 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c09e920 uxTopUsedPriority + .rodata.vPortTaskWrapper.str1.4 + 0x3c09e924 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortTLSPointersDelCb.str1.4 + 0x3c09e924 0x73 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.pxPortInitialiseStack.str1.4 + 0x3c09e924 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortExitCritical.str1.4 + 0x3c09e924 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationStackOverflowHook.str1.4 + 0x3c09e924 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__.0 + 0x3c09e924 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x3c09e936 0x2 + .rodata.__func__.2 + 0x3c09e938 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationGetIdleTaskMemory.str1.4 + 0x3c09e94e 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x3c09e94e 0x2 + .rodata.__func__.1 + 0x3c09e950 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.vSystimerSetup.str1.4 + 0x3c09e96e 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + *fill* 0x3c09e96e 0x2 + .rodata.__func__.0 + 0x3c09e970 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .rodata.str1.4 + 0x3c09e97f 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.esp_newlib_locks_init.str1.4 + 0x3c09e97f 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c09e97f 0x1 + .rodata.__func__.4 + 0x3c09e980 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c09e996 0x2 + .rodata.__func__.3 + 0x3c09e998 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c09e9ab 0x1 + .rodata.__func__.2 + 0x3c09e9ac 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c09e9c1 0x3 + .rodata.__func__.1 + 0x3c09e9c4 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c09e9d9 0x3 + .rodata.__func__.0 + 0x3c09e9dc 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.esp_newlib_init_global_stdio.str1.4 + 0x3c09e9e8 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .rodata.__esp_system_init_fn_init_newlib_stdio.str1.4 + 0x3c09e9e8 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .rodata.pthread_exit.str1.4 + 0x3c09e9e8 0x57 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_unlock.str1.4 + 0x3c09e9e8 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.0 + 0x3c09e9e8 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 + 0x3c09e9fd 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x3c09e9fd 0x3 + .rodata.__func__.0 + 0x3c09ea00 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .rodata.esp_timer_impl_init_system_time.str1.4 + 0x3c09ea2e 0x46 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .rodata.str1.4 + 0x3c09ea2e 0x75 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .rodata.esp_timer_impl_init.str1.4 + 0x3c09ea2e 0x98 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + *fill* 0x3c09ea2e 0x2 + .rodata.__func__.0 + 0x3c09ea30 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .rodata.uart_access.str1.4 + 0x3c09ea4c 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_fcntl.str1.4 + 0x3c09ea4c 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_return_char.str1.4 + 0x3c09ea4c 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_read.str1.4 + 0x3c09ea4c 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_vfs_dev_register.str1.4 + 0x3c09ea4c 0x87 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.__func__.7 + 0x3c09ea4c 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09ea62 0x2 + .rodata.__func__.6 + 0x3c09ea64 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09ea6f 0x1 + .rodata.__func__.5 + 0x3c09ea70 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09ea81 0x3 + .rodata.__func__.4 + 0x3c09ea84 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09ea8e 0x2 + .rodata.__func__.3 + 0x3c09ea90 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09ea9b 0x1 + .rodata.__func__.2 + 0x3c09ea9c 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09eaa7 0x1 + .rodata.__func__.1 + 0x3c09eaa8 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09eab3 0x1 + .rodata.__func__.0 + 0x3c09eab4 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x3c09eabf 0x1 + .rodata.s_vfs_uart + 0x3c09eac0 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_termios + 0x3c09eaf8 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_select + 0x3c09eb14 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_dir + 0x3c09eb2c 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .srodata.s_uart_mount_points + 0x3c09eb6c 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .srodata.s_ctx + 0x3c09eb74 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_reenable_intr_mask.str1.4 + 0x3c09eb7c 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_word_length.str1.4 + 0x3c09eb7c 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_stop_bits.str1.4 + 0x3c09eb7c 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_baudrate.str1.4 + 0x3c09eb7c 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_pop_pos.str1.4 + 0x3c09eb7c 0x27 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_wait_tx_done.str1.4 + 0x3c09eb7c 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_flush_input.str1.4 + 0x3c09eb7c 0x23 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.36 + 0x3c09eb7c 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09eb8d 0x3 + .rodata.__FUNCTION__.34 + 0x3c09eb90 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ebab 0x1 + .rodata.__FUNCTION__.33 + 0x3c09ebac 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__func__.28 + 0x3c09ebc4 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ebd6 0x2 + .rodata.__FUNCTION__.27 + 0x3c09ebd8 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ebea 0x2 + .rodata.__FUNCTION__.7 + 0x3c09ebec 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ebfe 0x2 + .rodata.__FUNCTION__.6 + 0x3c09ec00 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ec12 0x2 + .rodata.__FUNCTION__.5 + 0x3c09ec14 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.4 + 0x3c09ec24 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.3 + 0x3c09ec34 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ec47 0x1 + .rodata.__FUNCTION__.2 + 0x3c09ec48 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ec5b 0x1 + .rodata.__FUNCTION__.1 + 0x3c09ec5c 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c09ec71 0x3 + .rodata.__FUNCTION__.0 + 0x3c09ec74 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.usb_serial_jtag_return_char.str1.4 + 0x3c09ec89 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 + 0x3c09ec89 0xf esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + *fill* 0x3c09ec89 0x3 + .rodata.__func__.0 + 0x3c09ec8c 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag + 0x3c09eca8 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag_termios + 0x3c09ece0 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag_select + 0x3c09ecfc 0x18 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.console_open.str1.4 + 0x3c09ed14 0x1b esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.esp_vfs_dev_console_register.str1.4 + 0x3c09ed14 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console + 0x3c09ed14 0x38 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_termios + 0x3c09ed4c 0x1c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_select + 0x3c09ed68 0x18 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_dir + 0x3c09ed80 0x40 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.esp_minify_vfs.str1.4 + 0x3c09edc0 0x27 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.translate_path.str1.4 + 0x3c09edc0 0x43 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_register_fd_range.str1.4 + 0x3c09edc0 0x1 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.__func__.1 + 0x3c09edc0 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x3c09edcf 0x1 + .rodata.__func__.0 + 0x3c09edd0 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.vfs_null_open.str1.4 + 0x3c09eddf 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.esp_vfs_null_register.str1.4 + 0x3c09eddf 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) + *fill* 0x3c09eddf 0x1 + .rodata.s_vfs_null + 0x3c09ede0 0x38 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.s_vfs_null_dir + 0x3c09ee18 0x40 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.get_joystick_xy.str1.4 + 0x3c09ee58 0x84 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.wifi_init.str1.4 + 0x3c09ee58 0x107 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.deletePeer.str1.4 + 0x3c09ee58 0x2b esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.sendData.str1.4 + 0x3c09ee58 0x34 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.app_main.str1.4 + 0x3c09ee58 0x1b esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.__func__.0 + 0x3c09ee58 0xa esp-idf/main/libmain.a(espnow_transmitter.c.obj) + *fill* 0x3c09ee62 0x2 + .rodata.__func__.1 + 0x3c09ee64 0x9 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + *fill* 0x3c09ee6d 0x3 + .rodata.__func__.2 + 0x3c09ee70 0x10 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .rodata.intr_get_item.str1.4 + 0x3c09ee80 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata._global_interrupt_handler.str1.4 + 0x3c09ee80 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.__func__.0 + 0x3c09ee80 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) + *fill* 0x3c09ee9a 0x2 + .rodata.__func__.1 + 0x3c09ee9c 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.gpio_input_disable.str1.4 + 0x3c09eeb4 0x34 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_sleep_output_enable.str1.4 + 0x3c09eeb4 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_pull_mode.str1.4 + 0x3c09eeb4 0x53 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.4 + 0x3c09eeb4 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09eec7 0x1 + .rodata.__FUNCTION__.5 + 0x3c09eec8 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09eeda 0x2 + .rodata.__FUNCTION__.6 + 0x3c09eedc 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09eef2 0x2 + .rodata.__FUNCTION__.7 + 0x3c09eef4 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.8 + 0x3c09ef0c 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09ef21 0x3 + .rodata.__FUNCTION__.9 + 0x3c09ef24 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09ef3b 0x1 + .rodata.__FUNCTION__.10 + 0x3c09ef3c 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09ef55 0x3 + .rodata.__FUNCTION__.11 + 0x3c09ef58 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09ef72 0x2 + .rodata.__FUNCTION__.12 + 0x3c09ef74 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09ef8d 0x3 + .rodata.__FUNCTION__.13 + 0x3c09ef90 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c09efa9 0x3 + .rodata.__FUNCTION__.14 + 0x3c09efac 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.15 + 0x3c09efc4 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.str1.4 + 0x3c09efdd 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3c09efdd 0x3 + .rodata.__func__.1 + 0x3c09efe0 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.s_get_bus_mask.str1.4 + 0x3c09f008 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_irom_region.str1.4 + 0x3c09f008 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_drom_region.str1.4 + 0x3c09f008 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.str1.4 + 0x3c09f008 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_init.str1.4 + 0x3c09f008 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 + 0x3c09f008 0x46 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 + 0x3c09f008 0x21 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map.str1.4 + 0x3c09f008 0x142 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_unmap.str1.4 + 0x3c09f008 0x8c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_vaddr_to_paddr.str1.4 + 0x3c09f008 0x64 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.1 + 0x3c09f008 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f01f 0x1 + .rodata.__FUNCTION__.2 + 0x3c09f020 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f02e 0x2 + .rodata.__func__.3 + 0x3c09f030 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f047 0x1 + .rodata.__func__.4 + 0x3c09f048 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.5 + 0x3c09f054 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.8 + 0x3c09f060 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f076 0x2 + .rodata.__func__.9 + 0x3c09f078 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.10 + 0x3c09f08c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f0a2 0x2 + .rodata.__func__.11 + 0x3c09f0a4 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c09f0b5 0x3 + .rodata.g_mmu_mem_regions + 0x3c09f0b8 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x3c09f0b8 g_mmu_mem_regions + .rodata.s_merge_contiguous_pages.str1.4 + 0x3c09f0d0 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_munmap.str1.4 + 0x3c09f0d0 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.1 + 0x3c09f0d0 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.esp_mspi_get_io.str1.4 + 0x3c09f0e1 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x3c09f0e1 0x3 + .rodata.__func__.0 + 0x3c09f0e4 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .srodata.s_mspi_io_num_default + 0x3c09f0f4 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.str1.4 + 0x3c09f0fa 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_read_unique_chip_id.str1.4 + 0x3c09f0fa 0x7b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c09f0fa 0x2 + .rodata.__func__.0 + 0x3c09f0fc 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__.1 + 0x3c09f10c 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c09f123 0x1 + .rodata.io_mode_str + 0x3c09f124 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_init_default_chip.str1.4 + 0x3c09f1d8 0x124 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__FUNCTION__.0 + 0x3c09f1d8 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x3c09f1f4 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.str1.4 + 0x3c09f1fe 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x3c09f1fe 0x2 + .rodata.__func__.0 + 0x3c09f200 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.str1.4 + 0x3c09f219 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.esp_crosscore_int_init.str1.4 + 0x3c09f219 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c09f219 0x3 + .rodata.__func__.0 + 0x3c09f21c 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c09f233 0x1 + .rodata.__func__.1 + 0x3c09f234 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.add_entry.str1.4 + 0x3c09f24b 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.delete_entry.str1.4 + 0x3c09f24b 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_abort.str1.4 + 0x3c09f24b 0x58 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_handling.str1.4 + 0x3c09f24b 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_add.str1.4 + 0x3c09f24b 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.subscribe_idle.str1.4 + 0x3c09f24b 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_init.str1.4 + 0x3c09f24b 0x81 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_print_triggered_tasks.str1.4 + 0x3c09f24b 0xad esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_isr.str1.4 + 0x3c09f24b 0x27 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f24b 0x1 + .rodata.__FUNCTION__.5 + 0x3c09f24c 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f25f 0x1 + .rodata.__FUNCTION__.7 + 0x3c09f260 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f26a 0x2 + .rodata.__FUNCTION__.8 + 0x3c09f26c 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f27d 0x3 + .rodata.__func__.12 + 0x3c09f280 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f28f 0x1 + .rodata.__func__.13 + 0x3c09f290 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f29d 0x3 + .rodata.__FUNCTION__.14 + 0x3c09f2a0 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c09f2b2 0x2 + .rodata.__func__.15 + 0x3c09f2b4 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.str1.4 + 0x3c09f2cb 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .rodata.get_flash_clock_divider.str1.4 + 0x3c09f2cb 0x7c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 + 0x3c09f2cb 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.clk_hal_xtal_get_freq_mhz.str1.4 + 0x3c09f2cb 0x43 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x3c09f2cb 0x1 + .rodata.__func__.0 + 0x3c09f2cc 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.__func__.1 + 0x3c09f2e8 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.str1.4 + 0x3c09f306 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) + *fill* 0x3c09f306 0x2 + .rodata.esp_isr_names + 0x3c09f308 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x3c09f308 esp_isr_names + .rodata.GPIO_HOLD_MASK + 0x3c09f400 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c09f400 GPIO_HOLD_MASK + .rodata.GPIO_PIN_MUX_REG + 0x3c09f458 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c09f458 GPIO_PIN_MUX_REG + .rodata.esp_fill_random.str1.4 + 0x3c09f4b0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.__func__.0 + 0x3c09f4b0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.temperature_sensor_power_release.str1.4 + 0x3c09f4c0 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .rodata.__func__.0 + 0x3c09f4c0 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + *fill* 0x3c09f4e1 0x7 + .srodata.cst8 0x3c09f4e8 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + 0x18 (size before relaxing) + .rodata.esp_clk_tree_src_get_freq_hz.str1.4 + 0x3c09f5e8 0xc1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .rodata.__FUNCTION__.0 + 0x3c09f5e8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + *fill* 0x3c09f605 0x3 + .srodata.g_spi_lock_main_flash_dev + 0x3c09f608 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x3c09f608 g_spi_lock_main_flash_dev + .rodata.adc_lock_release.str1.4 + 0x3c09f60c 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.adc_apb_periph_free.str1.4 + 0x3c09f60c 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.__func__.0 + 0x3c09f60c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.__FUNCTION__.1 + 0x3c09f620 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.prvReturnItemByteBuf.str1.4 + 0x3c09f631 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x3c09f631 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvAcquireItemNoSplit.str1.4 + 0x3c09f631 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReceiveGeneric.str1.4 + 0x3c09f631 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendAcquire.str1.4 + 0x3c09f631 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendComplete.str1.4 + 0x3c09f631 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSend.str1.4 + 0x3c09f631 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceive.str1.4 + 0x3c09f631 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f631 0x3 + .rodata.__func__.4 + 0x3c09f634 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f647 0x1 + .rodata.__func__.7 + 0x3c09f648 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f662 0x2 + .rodata.__func__.11 + 0x3c09f664 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f67a 0x2 + .rodata.__func__.18 + 0x3c09f67c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f68e 0x2 + .rodata.__func__.19 + 0x3c09f690 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c09f6a3 0x1 + .rodata.__func__.21 + 0x3c09f6a4 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.28 + 0x3c09f6b4 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.str1.4 + 0x3c09f6ca 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + *fill* 0x3c09f6ca 0x2 + .rodata 0x3c09f6cc 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.loop_node_remove_handler.str1.4 + 0x3c09f6e0 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.handler_instances_add.str1.4 + 0x3c09f6e0 0x3d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.esp_event_loop_create.str1.4 + 0x3c09f6e0 0xfd esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.esp_event_loop_run.str1.4 + 0x3c09f6e0 0x52 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.esp_event_loop_run_task.str1.4 + 0x3c09f6e0 0x28 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__.1 + 0x3c09f6e0 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x3c09f6f2 0x2 + .rodata.__func__.5 + 0x3c09f6f4 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.nvs_flash_init.str1.4 + 0x3c09f707 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x3c09f707 0x1 + .rodata._ZTVN3nvs9NVSHandleE + 0x3c09f708 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x3c09f708 vtable for nvs::NVSHandle + .rodata._ZTVN3nvs15NVSHandleSimpleE + 0x3c09f748 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x3c09f748 vtable for nvs::NVSHandleSimple + .rodata._ZTVN3nvs9PartitionE + 0x3c09f788 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c09f788 vtable for nvs::Partition + .rodata._ZTVN3nvs12NVSPartitionE + 0x3c09f7bc 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c09f7bc vtable for nvs::NVSPartition + .rodata._ZTVN3nvs19NVSPartitionManagerE + 0x3c09f7f0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3c09f7f0 vtable for nvs::NVSPartitionManager + .rodata.esp_netif_config_sanity_check.str1.4 + 0x3c09f800 0x10c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_init.str1.4 + 0x3c09f800 0x9a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.g_wifi_default_wpa_crypto_funcs + 0x3c09f800 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x3c09f800 g_wifi_default_wpa_crypto_funcs + .rodata.pbkdf2_sha1.str1.4 + 0x3c09f82c 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .rodata.__func__.1 + 0x3c09f82c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .rodata.esp_wifi_config_info.str1.4 + 0x3c09f838 0x139 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.wifi_deinit_internal.str1.4 + 0x3c09f838 0x7e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.s_set_default_wifi_log_level.str1.4 + 0x3c09f838 0x23 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.esp_wifi_init.str1.4 + 0x3c09f838 0x5b esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.str1.4 + 0x3c09f838 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .srodata.WIFI_EVENT + 0x3c09f838 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x3c09f838 WIFI_EVENT + .rodata.s_adc_io_init.str1.4 + 0x3c09f83c 0x58 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.adc_oneshot_new_unit.str1.4 + 0x3c09f83c 0x10c esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .rodata.__FUNCTION__.4 + 0x3c09f83c 0x11 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + *fill* 0x3c09f84d 0x3 + .rodata.small_prime_gaps + 0x3c09f850 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x3c09f8f7 0x1 + .rodata.mbedtls_cipher_definitions + 0x3c09f8f8 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x3c09f8f8 mbedtls_cipher_definitions + .rodata.str1.4 + 0x3c09fa78 0x2c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_ccm_star_no_tag_info + 0x3c09fa78 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_ccm_star_no_tag_info + 0x3c09fa80 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_ccm_star_no_tag_info + 0x3c09fa88 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_ccm_info + 0x3c09fa90 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_ccm_info + 0x3c09fa98 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_ccm_info + 0x3c09faa0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ccm_aria_info + 0x3c09faa8 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_gcm_info + 0x3c09fad4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_gcm_info + 0x3c09fadc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_gcm_info + 0x3c09fae4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.gcm_aria_info + 0x3c09faec 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_ctr_info + 0x3c09fb18 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_ctr_info + 0x3c09fb20 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_ctr_info + 0x3c09fb28 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_cfb128_info + 0x3c09fb30 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_cfb128_info + 0x3c09fb38 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_cfb128_info + 0x3c09fb40 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_cbc_info + 0x3c09fb48 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_cbc_info + 0x3c09fb50 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_cbc_info + 0x3c09fb58 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_256_ecb_info + 0x3c09fb60 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_192_ecb_info + 0x3c09fb68 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aria_128_ecb_info + 0x3c09fb70 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_info + 0x3c09fb78 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_ccm_star_no_tag_info + 0x3c09fba4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_ccm_star_no_tag_info + 0x3c09fbac 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_ccm_star_no_tag_info + 0x3c09fbb4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_ccm_info + 0x3c09fbbc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_ccm_info + 0x3c09fbc4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_ccm_info + 0x3c09fbcc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ccm_aes_info + 0x3c09fbd4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_gcm_info + 0x3c09fc00 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_gcm_info + 0x3c09fc08 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_gcm_info + 0x3c09fc10 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.gcm_aes_info + 0x3c09fc18 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_xts_info + 0x3c09fc44 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_xts_info + 0x3c09fc4c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.xts_aes_info + 0x3c09fc54 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_ctr_info + 0x3c09fc80 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_ctr_info + 0x3c09fc88 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_ctr_info + 0x3c09fc90 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_ofb_info + 0x3c09fc98 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_ofb_info + 0x3c09fca0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_ofb_info + 0x3c09fca8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_cfb128_info + 0x3c09fcb0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_cfb128_info + 0x3c09fcb8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_cfb128_info + 0x3c09fcc0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_cbc_info + 0x3c09fcc8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_cbc_info + 0x3c09fcd0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_cbc_info + 0x3c09fcd8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_256_ecb_info + 0x3c09fce0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_192_ecb_info + 0x3c09fce8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.aes_128_ecb_info + 0x3c09fcf0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_info + 0x3c09fcf8 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .srodata.mbedtls_sha512_info + 0x3c09fd24 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.mbedtls_sha384_info + 0x3c09fd2c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.mbedtls_sha256_info + 0x3c09fd34 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.mbedtls_sha224_info + 0x3c09fd3c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.mbedtls_sha1_info + 0x3c09fd44 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.mbedtls_md5_info + 0x3c09fd4c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .srodata.memset_func + 0x3c09fd54 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .rodata.K 0x3c09fd58 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .srodata.cst8 0x3c09ffd8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.esp_aes_validate_input.str1.4 + 0x3c09ffd8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_cbc.str1.4 + 0x3c09ffd8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_cfb128.str1.4 + 0x3c09ffd8 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_ctr.str1.4 + 0x3c09ffd8 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_mpi_isr_initialise.str1.4 + 0x3c09ffd8 0x69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .rodata.esp_mpi_wait_intr.str1.4 + 0x3c09ffd8 0x43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .rodata.mpi_mult_mpi_failover_mod_mult.str1.4 + 0x3c09ffd8 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .rodata.__func__.0 + 0x3c09ffd8 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x3c09fff7 0x1 + .rodata.sha1_padding + 0x3c09fff8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .rodata.sha256_padding + 0x3c0a0038 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.esp_aes_gcm_starts.str1.4 + 0x3c0a0078 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .rodata.esp_aes_gcm_update.str1.4 + 0x3c0a0078 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .rodata.last4 0x3c0a0078 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .rodata.aria_is2 + 0x3c0a00b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_is1 + 0x3c0a01b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_sb2 + 0x3c0a02b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_sb1 + 0x3c0a03b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata 0x3c0a04b8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.last4 0x3c0a04e8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.mbedtls_rsa_deduce_primes.str1.4 + 0x3c0a0508 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .rodata.esp_aes_dma_wait_complete.str1.4 + 0x3c0a0508 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_aes_intr_alloc.str1.4 + 0x3c0a0508 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_aes_process_dma.str1.4 + 0x3c0a0508 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.__func__.0 + 0x3c0a0508 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.__func__.1 + 0x3c0a051c 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_sha_block_mode.str1.4 + 0x3c0a052f 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma_process.str1.4 + 0x3c0a052f 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma.str1.4 + 0x3c0a052f 0x73 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x3c0a052f 0x1 + .rodata.__func__.0 + 0x3c0a0530 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.str1.4 + 0x3c0a0543 0x367 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x3c0a0543 0x1 + .srodata.ecp_x25519_bad_point_2 + 0x3c0a0544 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .srodata.ecp_x25519_bad_point_1 + 0x3c0a054c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_2 + 0x3c0a0554 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_1 + 0x3c0a0574 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.ecp_supported_curves + 0x3c0a0594 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .srodata.Rp.0 0x3c0a0630 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.Rp.1 0x3c0a0638 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.Rp.2 0x3c0a0640 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.curve25519_part_of_n + 0x3c0a0648 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_n + 0x3c0a0658 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gy + 0x3c0a0698 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gx + 0x3c0a06d8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_b + 0x3c0a0718 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_a + 0x3c0a0758 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_p + 0x3c0a0798 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_n + 0x3c0a07d8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gy + 0x3c0a0808 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gx + 0x3c0a0838 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_b + 0x3c0a0868 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_a + 0x3c0a0898 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_p + 0x3c0a08c8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_n + 0x3c0a08f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gy + 0x3c0a0918 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gx + 0x3c0a0938 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_b + 0x3c0a0958 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_a + 0x3c0a0978 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_p + 0x3c0a0998 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_n + 0x3c0a09b8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gy + 0x3c0a09d8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gx + 0x3c0a09f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp256k1_b + 0x3c0a0a18 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp256k1_a + 0x3c0a0a1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_p + 0x3c0a0a20 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_n + 0x3c0a0a40 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gy + 0x3c0a0a60 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gx + 0x3c0a0a7c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp224k1_b + 0x3c0a0a98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp224k1_a + 0x3c0a0a9c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_p + 0x3c0a0aa0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_n + 0x3c0a0abc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gy + 0x3c0a0ad4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gx + 0x3c0a0aec 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp192k1_b + 0x3c0a0b04 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.secp192k1_a + 0x3c0a0b08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_p + 0x3c0a0b0c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_n + 0x3c0a0b24 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gy + 0x3c0a0b68 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gx + 0x3c0a0bac 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_b + 0x3c0a0bf0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_p + 0x3c0a0c34 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_n + 0x3c0a0c78 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gy + 0x3c0a0ca8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gx + 0x3c0a0cd8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_b + 0x3c0a0d08 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_p + 0x3c0a0d38 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_n + 0x3c0a0d68 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gy + 0x3c0a0d88 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gx + 0x3c0a0da8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_b + 0x3c0a0dc8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_p + 0x3c0a0de8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_n + 0x3c0a0e08 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gy + 0x3c0a0e24 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gx + 0x3c0a0e40 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_b + 0x3c0a0e5c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_p + 0x3c0a0e78 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_n + 0x3c0a0e98 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gy + 0x3c0a0eb0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gx + 0x3c0a0ec8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_b + 0x3c0a0ee0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_p + 0x3c0a0ef8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .srodata.mpi_one + 0x3c0a0f10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.str1.4 + 0x3c0a0f14 0xd79 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_alg + 0x3c0a0f14 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ecp_grp_algid + 0x3c0a0fa0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ecp_grp + 0x3c0a0fc8 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_pk_alg + 0x3c0a10b8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata 0x3c0a1108 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.crypto_shared_gdma_init.str1.4 + 0x3c0a113d 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .rodata.esp_now_init.str1.4 + 0x3c0a113d 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.esp_now_register_recv_cb.str1.4 + 0x3c0a113d 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.esp_now_send.str1.4 + 0x3c0a113d 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .rodata.mt_add_peer.str1.4 + 0x3c0a113d 0x139 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_copy_peer.str1.4 + 0x3c0a113d 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_deinit.str1.4 + 0x3c0a113d 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_del_peer.str1.4 + 0x3c0a113d 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_get_key_idx.isra.2.str1.4 + 0x3c0a113d 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_get_lmk.str1.4 + 0x3c0a113d 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_get_peer.str1.4 + 0x3c0a113d 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_init.str1.4 + 0x3c0a113d 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_mod_peer.str1.4 + 0x3c0a113d 0x5c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_send.str1.4 + 0x3c0a113d 0x66 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_send_cb.str1.4 + 0x3c0a113d 0x53 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.mt_set_lmk.str1.4 + 0x3c0a113d 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .rodata.ieee80211_crypto_encap.str1.4 + 0x3c0a113d 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .rodata.chm_set_home_channel.str1.4 + 0x3c0a113d 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .rodata.wifi_log.str1.4 + 0x3c0a113d 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + *fill* 0x3c0a113d 0x3 + .rodata.wifi_nvs_set + 0x3c0a1140 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_compare_cfg_diff + 0x3c0a1160 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_load + 0x3c0a1180 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.ieee80211_nvs_set_default_ssid.str1.4 + 0x3c0a11a0 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_cfg_init.str1.4 + 0x3c0a11a0 0x39e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_init.str1.4 + 0x3c0a11a0 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_set_rx_policy + 0x3c0a11a0 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .rodata.CSWTCH.91 + 0x3c0a11cc 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .rodata.ieee80211_set_gtk.str1.4 + 0x3c0a11d2 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a11d2 0x2 + .rodata.CSWTCH.334 + 0x3c0a11d4 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__.15231 + 0x3c0a11d8 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata.str1.4 + 0x3c0a11ee 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata.wifi_lmac_init.str1.4 + 0x3c0a11ee 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a11ee 0x2 + .rodata.__FUNCTION__.11947 + 0x3c0a11f0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__.11953 + 0x3c0a1208 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1222 0x2 + .rodata.__FUNCTION__.11959 + 0x3c0a1224 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1241 0x3 + .rodata.__FUNCTION__.11965 + 0x3c0a1244 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1252 0x2 + .rodata.__FUNCTION__.11971 + 0x3c0a1254 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1269 0x3 + .rodata.__FUNCTION__.11979 + 0x3c0a126c 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a127d 0x3 + .rodata.__FUNCTION__.11987 + 0x3c0a1280 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__.11993 + 0x3c0a1294 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__.11999 + 0x3c0a12a8 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a12be 0x2 + .rodata.__FUNCTION__.12008 + 0x3c0a12c0 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a12cf 0x1 + .rodata.__FUNCTION__.12014 + 0x3c0a12d0 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__.12020 + 0x3c0a12e0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__.12026 + 0x3c0a12f8 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1313 0x1 + .rodata.__FUNCTION__.12032 + 0x3c0a1314 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a1333 0x1 + .rodata.__FUNCTION__.12038 + 0x3c0a1334 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a134e 0x2 + .rodata.__FUNCTION__.12044 + 0x3c0a1350 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a136a 0x2 + .rodata.__FUNCTION__.12050 + 0x3c0a136c 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a138a 0x2 + .rodata.__FUNCTION__.12071 + 0x3c0a138c 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata.esp_wifi_init_internal.str1.4 + 0x3c0a13aa 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.net80211_funcs_init.str1.4 + 0x3c0a13aa 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.str1.4 + 0x3c0a13aa 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata.wifi_osi_funcs_register.str1.4 + 0x3c0a13aa 0xad /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a13aa 0x2 + .rodata.ieee80211_ethbroadcast + 0x3c0a13ac 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + 0x3c0a13ac ieee80211_ethbroadcast + .rodata.ieee80211_send_sa_query.str1.4 + 0x3c0a13b2 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata.ieee80211_add_action_vendor_spec_esp.str1.4 + 0x3c0a13b2 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + *fill* 0x3c0a13b2 0x2 + .rodata.ieee80211_sta_new_state + 0x3c0a13b4 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.ieee80211_sta_new_state.str1.4 + 0x3c0a13cc 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.sta_recv_assoc.str1.4 + 0x3c0a13cc 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.sta_rx_csa.str1.4 + 0x3c0a13cc 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.state_desc.13375 + 0x3c0a13cc 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.str1.4 + 0x3c0a13f0 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata.ieee80211_add_countryie.str1.4 + 0x3c0a13f0 0x3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .rodata 0x3c0a13f0 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata.__func__.13150 + 0x3c0a1400 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata.ht_recv_action_ba_addba_response.str1.4 + 0x3c0a141b 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata.ht_recv_action_ba_delba.str1.4 + 0x3c0a141b 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata.ieee80211_add_htcap_body.str1.4 + 0x3c0a141b 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata.ieee80211_recv_action.str1.4 + 0x3c0a141b 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .rodata.ieee80211_send_setup.str1.4 + 0x3c0a141b 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a141b 0x1 + .rodata.info.14349 + 0x3c0a141c 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a1425 0x3 + .rodata.param.14355 + 0x3c0a1428 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a1431 0x3 + .rodata.s_ac_param.14354 + 0x3c0a1434 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata.hostap_input.str1.4 + 0x3c0a1450 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata.ieee80211_hostap_attach.str1.4 + 0x3c0a1450 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata.wifi_softap_start.str1.4 + 0x3c0a1450 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata.ieee80211_11b_table + 0x3c0a1450 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_11g_table + 0x3c0a1524 0xd4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_phy_mode_show.str1.4 + 0x3c0a15f8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_setup_ratetable.str1.4 + 0x3c0a15f8 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.phymode2str.str1.4 + 0x3c0a15f8 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .rodata.CSWTCH.421 + 0x3c0a15f8 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata.scan_op_start.str1.4 + 0x3c0a1608 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata.scan_profile_check.str1.4 + 0x3c0a1608 0x8 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata.ieee80211_is_40mhz_valid_bw + 0x3c0a1608 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .rodata.CSWTCH.242 + 0x3c0a1624 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a1635 0x3 + .rodata.CSWTCH.243 + 0x3c0a1638 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.CSWTCH.244 + 0x3c0a1644 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.cnx_auth_done.str1.4 + 0x3c0a1688 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.cnx_connect_to_bss.str1.4 + 0x3c0a1688 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.cnx_node_join.str1.4 + 0x3c0a1688 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata.str1.4 + 0x3c0a1688 0xb4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata 0x3c0a1688 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata.CSWTCH.45 + 0x3c0a16a0 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata.ieee80211_parse_rsn.str1.4 + 0x3c0a1700 0xa0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata.ieee80211_setup_phy_mode.str1.4 + 0x3c0a1700 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata.ieee80211_add_ie_vendor_esp_head.str1.4 + 0x3c0a1700 0x4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .rodata.sms4_encap.str1.4 + 0x3c0a1700 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .rodata.str1.4 + 0x3c0a1700 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata.CSWTCH.494 + 0x3c0a1700 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a1709 0x3 + .rodata.CSWTCH.495 + 0x3c0a170c 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata.pp_create_task.str1.4 + 0x3c0a1715 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata.pp_default_event_handler.str1.4 + 0x3c0a1715 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a1715 0x3 + .rodata 0x3c0a1718 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata 0x3c0a1768 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata.__FUNCTION__.11402 + 0x3c0a1780 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a1799 0x3 + .rodata.__FUNCTION__.11467 + 0x3c0a179c 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a17b1 0x3 + .rodata.__FUNCTION__.11505 + 0x3c0a17b4 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a17d5 0x3 + .rodata.__FUNCTION__.11541 + 0x3c0a17d8 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a17f5 0x3 + .rodata.__FUNCTION__.11572 + 0x3c0a17f8 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a180d 0x3 + .rodata.__FUNCTION__.11616 + 0x3c0a1810 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a1826 0x2 + .rodata.__FUNCTION__.11635 + 0x3c0a1828 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a1842 0x2 + .rodata.__FUNCTION__.11667 + 0x3c0a1844 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a185d 0x3 + .rodata.__FUNCTION__.11686 + 0x3c0a1860 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a1876 0x2 + .rodata.__FUNCTION__.11697 + 0x3c0a1878 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a188e 0x2 + .rodata.__FUNCTION__.11716 + 0x3c0a1890 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a18a6 0x2 + .rodata.__FUNCTION__.11743 + 0x3c0a18a8 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a18bb 0x1 + .rodata.__FUNCTION__.11789 + 0x3c0a18bc 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata.__FUNCTION__.11828 + 0x3c0a18c8 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .rodata.lmacProcessTxopSuccess.str1.4 + 0x3c0a18d3 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a18d3 0x1 + .rodata.rcUpdatePhyMode + 0x3c0a18d4 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.CSWTCH.45 + 0x3c0a18f0 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a191b 0x1 + .rodata.CSWTCH.46 + 0x3c0a191c 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a1947 0x1 + .rodata.__FUNCTION__.13031 + 0x3c0a1948 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a1952 0x2 + .rodata.__FUNCTION__.13118 + 0x3c0a1954 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata.rcGetAmpduSched.str1.4 + 0x3c0a1966 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a1966 0x2 + .rodata.__FUNCTION__.12832 + 0x3c0a1968 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a197e 0x2 + .rodata.__FUNCTION__.12974 + 0x3c0a1980 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata.str1.4 + 0x3c0a1994 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata.wdev_funcs_init.str1.4 + 0x3c0a1994 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata 0x3c0a1994 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .rodata.load_partitions.str1.4 + 0x3c0a199a 0x66 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.ensure_partitions_loaded.str1.4 + 0x3c0a199a 0x2b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_unload_all.str1.4 + 0x3c0a199a 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_next.str1.4 + 0x3c0a199a 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_get.str1.4 + 0x3c0a199a 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x3c0a199a 0x2 + .rodata.__func__.2 + 0x3c0a199c 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x3c0a19ae 0x2 + .rodata.__func__.3 + 0x3c0a19b0 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_write.str1.4 + 0x3c0a19c3 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c0a19c3 0x1 + .rodata.__func__.0 + 0x3c0a19c4 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c0a19d7 0x1 + .rodata.__func__.1 + 0x3c0a19d8 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c0a19f2 0x2 + .rodata.__func__.2 + 0x3c0a19f4 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.3 + 0x3c0a1a0c 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c0a1a23 0x1 + .rodata.__func__.4 + 0x3c0a1a24 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.5 + 0x3c0a1a38 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.esp_efuse_rtc_calib_get_ver.str1.4 + 0x3c0a1a4b 0x58 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_init_code.str1.4 + 0x3c0a1a4b 0x130 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + *fill* 0x3c0a1a4b 0x1 + .rodata.__func__.2 + 0x3c0a1a4c 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.adc_oneshot_ll_set_output_bits.str1.4 + 0x3c0a1a6e 0x69 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + *fill* 0x3c0a1a6e 0x2 + .rodata.__func__.0 + 0x3c0a1a70 0x1f esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + *fill* 0x3c0a1a8f 0x1 + .rodata.MPI_OPERATIONS_REG + 0x3c0a1a90 0xc esp-idf/soc/libsoc.a(mpi_periph.c.obj) + 0x3c0a1a90 MPI_OPERATIONS_REG + .rodata.MPI_BLOCK_BASES + 0x3c0a1a9c 0x10 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + 0x3c0a1a9c MPI_BLOCK_BASES + .rodata.get_idx.str1.4 + 0x3c0a1aac 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.generate_mac.str1.4 + 0x3c0a1aac 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_efuse_factory_mac.str1.4 + 0x3c0a1aac 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_efuse_mac_custom.str1.4 + 0x3c0a1aac 0x27 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_mac_addr_from_mac_table.str1.4 + 0x3c0a1aac 0x3b esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.esp_iface_mac_addr_set.str1.4 + 0x3c0a1aac 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.esp_read_mac.str1.4 + 0x3c0a1aac 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.__func__.0 + 0x3c0a1aac 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x3c0a1ac2 0x2 + .rodata.__func__.1 + 0x3c0a1ac4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.gdma_release_group_handle.str1.4 + 0x3c0a1ad9 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_release_pair_handle.str1.4 + 0x3c0a1ad9 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.do_allocate_gdma_channel.str1.4 + 0x3c0a1ad9 0x1aa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_connect.str1.4 + 0x3c0a1ad9 0xba esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_disconnect.str1.4 + 0x3c0a1ad9 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_config_transfer.str1.4 + 0x3c0a1ad9 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_start.str1.4 + 0x3c0a1ad9 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1ad9 0x3 + .rodata.__FUNCTION__.17 + 0x3c0a1adc 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1ae7 0x1 + .rodata.__FUNCTION__.9 + 0x3c0a1ae8 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1afd 0x3 + .rodata.__FUNCTION__.7 + 0x3c0a1b00 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.6 + 0x3c0a1b10 0xd esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1b1d 0x3 + .rodata.__FUNCTION__.5 + 0x3c0a1b20 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1b3a 0x2 + .rodata.__FUNCTION__.4 + 0x3c0a1b3c 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1b4d 0x3 + .rodata.__func__.3 + 0x3c0a1b50 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1b6a 0x2 + .rodata.__func__.2 + 0x3c0a1b6c 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1b85 0x3 + .rodata.__func__.1 + 0x3c0a1b88 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1ba1 0x3 + .rodata.__FUNCTION__.0 + 0x3c0a1ba4 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + *fill* 0x3c0a1bbd 0x3 + .rodata 0x3c0a1bc0 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.xEventGroupCreateStatic.str1.4 + 0x3c0a1bd4 0xab esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupWaitBits.str1.4 + 0x3c0a1bd4 0x9f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupClearBits.str1.4 + 0x3c0a1bd4 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupSetBits.str1.4 + 0x3c0a1bd4 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.vEventGroupDelete.str1.4 + 0x3c0a1bd4 0x72 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.1 + 0x3c0a1bd4 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x3c0a1be6 0x2 + .rodata.__func__.2 + 0x3c0a1be8 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x3c0a1bfb 0x1 + .rodata.__func__.3 + 0x3c0a1bfc 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x3c0a1c11 0x3 + .rodata.__func__.4 + 0x3c0a1c14 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__.6 + 0x3c0a1c28 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.ets_timer_setfn.str1.4 + 0x3c0a1c3c 0x89 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.str1.4 + 0x3c0a1c3c 0xb9 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.__func__.2 + 0x3c0a1c3c 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x3c0a1c4a 0x2 + .rodata.__func__.1 + 0x3c0a1c4c 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x3c0a1c5d 0x3 + .rodata.__func__.0 + 0x3c0a1c60 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.str1.4 + 0x3c0a1c70 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.init_timer_task.str1.4 + 0x3c0a1c70 0x6c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_init.str1.4 + 0x3c0a1c70 0x1d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.__func__.0 + 0x3c0a1c70 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.load_cal_data_from_nvs_handle.str1.4 + 0x3c0a1c7d 0x126 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.store_cal_data_to_nvs_handle.str1.4 + 0x3c0a1c7d 0xdf esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_load_cal_data_from_nvs.str1.4 + 0x3c0a1c7d 0x60 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_load_cal_and_init.str1.4 + 0x3c0a1c7d 0x1ad esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3c0a1c7d 0x3 + .rodata.__func__.5 + 0x3c0a1c80 0x1a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3c0a1c9a 0x2 + .rodata.__func__.3 + 0x3c0a1c9c 0x1d esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3c0a1cb9 0x3 + .rodata.__func__.1 + 0x3c0a1cbc 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3c0a1cda 0x2 + .rodata.__func__.0 + 0x3c0a1cdc 0x1f esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x3c0a1cfb 0x1 + .rodata.phy_init_data + 0x3c0a1cfc 0x80 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + 0x3c0a1cfc phy_init_data + .rodata.phy_track_pll_init.str1.4 + 0x3c0a1d7c 0xce esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_track_pll_deinit.str1.4 + 0x3c0a1d7c 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.__func__.0 + 0x3c0a1d7c 0x15 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + *fill* 0x3c0a1d91 0x3 + .rodata.__func__.1 + 0x3c0a1d94 0x13 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.free_socket_locked.str1.4 + 0x3c0a1da7 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.sock_inc_used_locked.str1.4 + 0x3c0a1da7 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_unlink_select_cb.str1.4 + 0x3c0a1da7 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_sock_make_addr.str1.4 + 0x3c0a1da7 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_selscan.str1.4 + 0x3c0a1da7 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_select_dec_sockets_used.str1.4 + 0x3c0a1da7 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_pollscan.str1.4 + 0x3c0a1da7 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_recv_tcp.str1.4 + 0x3c0a1da7 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_recvfrom_udp_raw.str1.4 + 0x3c0a1da7 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_close.str1.4 + 0x3c0a1da7 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_recvfrom.str1.4 + 0x3c0a1da7 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1da7 0x1 + .rodata.__func__.6 + 0x3c0a1da8 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1dc5 0x3 + .rodata.__func__.7 + 0x3c0a1dc8 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1dd5 0x3 + .rodata.__func__.8 + 0x3c0a1dd8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1dee 0x2 + .rodata.__func__.9 + 0x3c0a1df0 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1e05 0x3 + .rodata.__func__.10 + 0x3c0a1e08 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.12 + 0x3c0a1e14 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1e2a 0x2 + .rodata.__func__.13 + 0x3c0a1e2c 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.14 + 0x3c0a1e40 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1e4e 0x2 + .rodata.__func__.15 + 0x3c0a1e50 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1e5b 0x1 + .rodata.__func__.16 + 0x3c0a1e5c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__.17 + 0x3c0a1e68 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x3c0a1e7b 0x1 + .rodata.__func__.19 + 0x3c0a1e7c 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.tcpip_thread_handle_msg.str1.4 + 0x3c0a1e8a 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.tcpip_inpkt.str1.4 + 0x3c0a1e8a 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.tcpip_send_msg_wait_sem.str1.4 + 0x3c0a1e8a 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.tcpip_init.str1.4 + 0x3c0a1e8a 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x3c0a1e8a 0x2 + .rodata.__func__.0 + 0x3c0a1e8c 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.1 + 0x3c0a1ea4 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x3c0a1eb1 0x3 + .rodata.__func__.2 + 0x3c0a1eb4 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x3c0a1ebf 0x1 + .rodata.__func__.6 + 0x3c0a1ec0 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x3c0a1ecf 0x1 + .rodata.__func__.7 + 0x3c0a1ed0 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__.8 + 0x3c0a1ee8 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x3c0a1efb 0x1 + .rodata.__func__.10 + 0x3c0a1efc 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.mem_malloc.str1.4 + 0x3c0a1f08 0x4d esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.mem_free.str1.4 + 0x3c0a1f08 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.__func__.0 + 0x3c0a1f08 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x3c0a1f11 0x3 + .rodata.__func__.1 + 0x3c0a1f14 0xb esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.do_memp_malloc_pool.str1.4 + 0x3c0a1f1f 0x4e esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.do_memp_free_pool.str1.4 + 0x3c0a1f1f 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x3c0a1f1f 0x1 + .rodata.__func__.0 + 0x3c0a1f20 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x3c0a1f32 0x2 + .rodata.__func__.2 + 0x3c0a1f34 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_pools + 0x3c0a1f48 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1f48 memp_pools + .srodata.memp_PBUF_POOL + 0x3c0a1f90 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1f90 memp_PBUF_POOL + *fill* 0x3c0a1f92 0x2 + .srodata.memp_PBUF + 0x3c0a1f94 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1f94 memp_PBUF + *fill* 0x3c0a1f96 0x2 + .srodata.memp_MLD6_GROUP + 0x3c0a1f98 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1f98 memp_MLD6_GROUP + *fill* 0x3c0a1f9a 0x2 + .srodata.memp_ND6_QUEUE + 0x3c0a1f9c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1f9c memp_ND6_QUEUE + *fill* 0x3c0a1f9e 0x2 + .srodata.memp_NETDB + 0x3c0a1fa0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fa0 memp_NETDB + *fill* 0x3c0a1fa2 0x2 + .srodata.memp_SYS_TIMEOUT + 0x3c0a1fa4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fa4 memp_SYS_TIMEOUT + *fill* 0x3c0a1fa6 0x2 + .srodata.memp_IGMP_GROUP + 0x3c0a1fa8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fa8 memp_IGMP_GROUP + *fill* 0x3c0a1faa 0x2 + .srodata.memp_ARP_QUEUE + 0x3c0a1fac 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fac memp_ARP_QUEUE + *fill* 0x3c0a1fae 0x2 + .srodata.memp_TCPIP_MSG_INPKT + 0x3c0a1fb0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fb0 memp_TCPIP_MSG_INPKT + *fill* 0x3c0a1fb2 0x2 + .srodata.memp_TCPIP_MSG_API + 0x3c0a1fb4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fb4 memp_TCPIP_MSG_API + *fill* 0x3c0a1fb6 0x2 + .srodata.memp_NETCONN + 0x3c0a1fb8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fb8 memp_NETCONN + *fill* 0x3c0a1fba 0x2 + .srodata.memp_NETBUF + 0x3c0a1fbc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fbc memp_NETBUF + *fill* 0x3c0a1fbe 0x2 + .srodata.memp_FRAG_PBUF + 0x3c0a1fc0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fc0 memp_FRAG_PBUF + *fill* 0x3c0a1fc2 0x2 + .srodata.memp_TCP_SEG + 0x3c0a1fc4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fc4 memp_TCP_SEG + *fill* 0x3c0a1fc6 0x2 + .srodata.memp_TCP_PCB_LISTEN + 0x3c0a1fc8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fc8 memp_TCP_PCB_LISTEN + *fill* 0x3c0a1fca 0x2 + .srodata.memp_TCP_PCB + 0x3c0a1fcc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fcc memp_TCP_PCB + *fill* 0x3c0a1fce 0x2 + .srodata.memp_UDP_PCB + 0x3c0a1fd0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fd0 memp_UDP_PCB + *fill* 0x3c0a1fd2 0x2 + .srodata.memp_RAW_PCB + 0x3c0a1fd4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x3c0a1fd4 memp_RAW_PCB + .rodata.netif_loopif_init.str1.4 + 0x3c0a1fd6 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_do_set_netmask.str1.4 + 0x3c0a1fd6 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_issue_reports.str1.4 + 0x3c0a1fd6 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_poll.str1.4 + 0x3c0a1fd6 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_loop_output.str1.4 + 0x3c0a1fd6 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_get_ip6_addr_match.str1.4 + 0x3c0a1fd6 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_invoke_ext_callback.str1.4 + 0x3c0a1fd6 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add.str1.4 + 0x3c0a1fd6 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_ip6_addr_set_parts.str1.4 + 0x3c0a1fd6 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a1fd6 0x2 + .rodata.__func__.0 + 0x3c0a1fd8 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a1ff2 0x2 + .rodata.__func__.5 + 0x3c0a1ff4 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a200d 0x3 + .rodata.__func__.6 + 0x3c0a2010 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a2029 0x3 + .rodata.__func__.9 + 0x3c0a202c 0xb esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a2037 0x1 + .rodata.__func__.10 + 0x3c0a2038 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a204a 0x2 + .rodata.__func__.11 + 0x3c0a204c 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.12 + 0x3c0a205c 0x15 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a2071 0x3 + .rodata.__func__.13 + 0x3c0a2074 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.14 + 0x3c0a2088 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__.15 + 0x3c0a209c 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x3c0a20a6 0x2 + .rodata.__func__.17 + 0x3c0a20a8 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.pbuf_add_header_impl.str1.4 + 0x3c0a20ba 0x36 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_alloc_reference.str1.4 + 0x3c0a20ba 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_free.str1.4 + 0x3c0a20ba 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_alloc.str1.4 + 0x3c0a20ba 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_realloc.str1.4 + 0x3c0a20ba 0x65 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_ref.str1.4 + 0x3c0a20ba 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_cat.str1.4 + 0x3c0a20ba 0x2d esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_copy_partial_pbuf.str1.4 + 0x3c0a20ba 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_clone.str1.4 + 0x3c0a20ba 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a20ba 0x2 + .rodata.__func__.0 + 0x3c0a20bc 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a20c7 0x1 + .rodata.__func__.3 + 0x3c0a20c8 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a20df 0x1 + .rodata.__func__.5 + 0x3c0a20e0 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a20e9 0x3 + .rodata.__func__.6 + 0x3c0a20ec 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a20f5 0x3 + .rodata.__func__.7 + 0x3c0a20f8 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a2102 0x2 + .rodata.__func__.8 + 0x3c0a2104 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a2117 0x1 + .rodata.__func__.9 + 0x3c0a2118 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a212d 0x3 + .rodata.__func__.10 + 0x3c0a2130 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a213d 0x3 + .rodata.__func__.11 + 0x3c0a2140 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x3c0a2155 0x3 + .rodata.__func__.12 + 0x3c0a2158 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.raw_input.str1.4 + 0x3c0a2163 0x75 esp-idf/lwip/liblwip.a(raw.c.obj) + .rodata.raw_sendto_if_src.str1.4 + 0x3c0a2163 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x3c0a2163 0x1 + .rodata.__func__.0 + 0x3c0a2164 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x3c0a2176 0x2 + .rodata.__func__.1 + 0x3c0a2178 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + .rodata.tcp_remove_listener.str1.4 + 0x3c0a2182 0x51 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_listen_closed.str1.4 + 0x3c0a2182 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_free_listen.str1.4 + 0x3c0a2182 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_free.str1.4 + 0x3c0a2182 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_backlog_delayed.str1.4 + 0x3c0a2182 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_update_rcv_ann_wnd.str1.4 + 0x3c0a2182 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_recved.str1.4 + 0x3c0a2182 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_seg_copy.str1.4 + 0x3c0a2182 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_recv.str1.4 + 0x3c0a2182 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_sent.str1.4 + 0x3c0a2182 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_err.str1.4 + 0x3c0a2182 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_poll.str1.4 + 0x3c0a2182 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_next_iss.str1.4 + 0x3c0a2182 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_eff_send_mss_netif.str1.4 + 0x3c0a2182 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_pcb_remove.str1.4 + 0x3c0a2182 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_abandon.str1.4 + 0x3c0a2182 0x31 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 + 0x3c0a2182 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_close_shutdown.str1.4 + 0x3c0a2182 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_slowtmr.str1.4 + 0x3c0a2182 0x1c6 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a2182 0x2 + .rodata.__func__.0 + 0x3c0a2184 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21a6 0x2 + .rodata.__func__.1 + 0x3c0a21a8 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21bf 0x1 + .rodata.__func__.2 + 0x3c0a21c0 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21cd 0x3 + .rodata.__func__.3 + 0x3c0a21d0 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21df 0x1 + .rodata.__func__.4 + 0x3c0a21e0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21e9 0x3 + .srodata.__func__.5 + 0x3c0a21ec 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.6 + 0x3c0a21f4 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a21fd 0x3 + .rodata.__func__.7 + 0x3c0a2200 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a2209 0x3 + .rodata.__func__.8 + 0x3c0a220c 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a2219 0x3 + .rodata.__func__.9 + 0x3c0a221c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.10 + 0x3c0a2228 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a2233 0x1 + .rodata.__func__.11 + 0x3c0a2234 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a224b 0x1 + .rodata.__func__.14 + 0x3c0a224c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.15 + 0x3c0a2258 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a226f 0x1 + .rodata.__func__.16 + 0x3c0a2270 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.17 + 0x3c0a2280 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__.18 + 0x3c0a2294 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a22a6 0x2 + .rodata.__func__.19 + 0x3c0a22a8 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a22bb 0x1 + .rodata.__func__.20 + 0x3c0a22bc 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a22d1 0x3 + .rodata.__func__.22 + 0x3c0a22d4 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a22dd 0x3 + .rodata.tcp_pcb_lists + 0x3c0a22e0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3c0a22e0 tcp_pcb_lists + .srodata.tcp_persist_backoff + 0x3c0a22f0 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x3c0a22f7 0x1 + .rodata.tcp_backoff + 0x3c0a22f8 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_parseopt.str1.4 + 0x3c0a2305 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_input_delayed_close.str1.4 + 0x3c0a2305 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_timewait_input.str1.4 + 0x3c0a2305 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_listen_input.str1.4 + 0x3c0a2305 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_oos_insert_segment.str1.4 + 0x3c0a2305 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_free_acked_segments.str1.4 + 0x3c0a2305 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_receive.str1.4 + 0x3c0a2305 0x130 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_process.str1.4 + 0x3c0a2305 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_input.str1.4 + 0x3c0a2305 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3c0a2305 0x3 + .rodata.__func__.0 + 0x3c0a2308 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__.1 + 0x3c0a2320 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3c0a2337 0x1 + .rodata.__func__.2 + 0x3c0a2338 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__.3 + 0x3c0a2350 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__.4 + 0x3c0a235c 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__.5 + 0x3c0a2368 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3c0a2375 0x3 + .rodata.__func__.6 + 0x3c0a2378 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3c0a2389 0x3 + .rodata.__func__.7 + 0x3c0a238c 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x3c0a239f 0x1 + .rodata.__func__.8 + 0x3c0a23a0 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_write_checks.str1.4 + 0x3c0a23aa 0xbe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_segment_busy.str1.4 + 0x3c0a23aa 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_fill_options.str1.4 + 0x3c0a23aa 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_pbuf_prealloc.str1.4 + 0x3c0a23aa 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_create_segment.str1.4 + 0x3c0a23aa 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_alloc_header_common.str1.4 + 0x3c0a23aa 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_alloc_header.str1.4 + 0x3c0a23aa 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rst_common.str1.4 + 0x3c0a23aa 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_segment.str1.4 + 0x3c0a23aa 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_control_segment_netif.str1.4 + 0x3c0a23aa 0x31 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output_control_segment.str1.4 + 0x3c0a23aa 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_write.str1.4 + 0x3c0a23aa 0xfa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_split_unsent_seg.str1.4 + 0x3c0a23aa 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_enqueue_flags.str1.4 + 0x3c0a23aa 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_send_fin.str1.4 + 0x3c0a23aa 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_rto_prepare.str1.4 + 0x3c0a23aa 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit.str1.4 + 0x3c0a23aa 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_fast.str1.4 + 0x3c0a23aa 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_send_empty_ack.str1.4 + 0x3c0a23aa 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output.str1.4 + 0x3c0a23aa 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_rto_commit.str1.4 + 0x3c0a23aa 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_rto.str1.4 + 0x3c0a23aa 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_keepalive.str1.4 + 0x3c0a23aa 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_zero_window_probe.str1.4 + 0x3c0a23aa 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a23aa 0x2 + .rodata.__func__.0 + 0x3c0a23ac 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a23c2 0x2 + .rodata.__func__.1 + 0x3c0a23c4 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a23d2 0x2 + .rodata.__func__.2 + 0x3c0a23d4 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__.3 + 0x3c0a23ec 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a23ff 0x1 + .rodata.__func__.4 + 0x3c0a2400 0x21 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a2421 0x3 + .rodata.__func__.5 + 0x3c0a2424 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a243f 0x1 + .rodata.__func__.6 + 0x3c0a2440 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__.7 + 0x3c0a2458 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a2477 0x1 + .rodata.__func__.8 + 0x3c0a2478 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a2487 0x1 + .rodata.__func__.9 + 0x3c0a2488 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__.10 + 0x3c0a2498 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a24a3 0x1 + .rodata.__func__.11 + 0x3c0a24a4 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a24b3 0x1 + .rodata.__func__.12 + 0x3c0a24b4 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a24ca 0x2 + .rodata.__func__.13 + 0x3c0a24cc 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a24e3 0x1 + .rodata.__func__.14 + 0x3c0a24e4 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__.15 + 0x3c0a24fc 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a250f 0x1 + .rodata.__func__.16 + 0x3c0a2510 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a251b 0x1 + .rodata.__func__.17 + 0x3c0a251c 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a252e 0x2 + .rodata.__func__.18 + 0x3c0a2530 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a253d 0x3 + .rodata.__func__.19 + 0x3c0a2540 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a2555 0x3 + .rodata.__func__.20 + 0x3c0a2558 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a256b 0x1 + .rodata.__func__.21 + 0x3c0a256c 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a257e 0x2 + .rodata.__func__.22 + 0x3c0a2580 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x3c0a2591 0x3 + .rodata.__func__.23 + 0x3c0a2594 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.sys_timeout_abs.str1.4 + 0x3c0a259e 0x6e esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.sys_timeout.str1.4 + 0x3c0a259e 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.sys_timeouts_sleeptime.str1.4 + 0x3c0a259e 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x3c0a259e 0x2 + .rodata.__func__.0 + 0x3c0a25a0 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x3c0a25b7 0x1 + .rodata.__func__.1 + 0x3c0a25b8 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.__func__.2 + 0x3c0a25c4 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.lwip_cyclic_timers + 0x3c0a25d4 0x20 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x3c0a25d4 lwip_cyclic_timers + .rodata.udp_input_local_match.str1.4 + 0x3c0a25f4 0x75 esp-idf/lwip/liblwip.a(udp.c.obj) + .rodata.udp_input.str1.4 + 0x3c0a25f4 0x4e esp-idf/lwip/liblwip.a(udp.c.obj) + .rodata.udp_sendto_if_src.str1.4 + 0x3c0a25f4 0x2e esp-idf/lwip/liblwip.a(udp.c.obj) + .rodata.__func__.0 + 0x3c0a25f4 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x3c0a2606 0x2 + .rodata.__func__.1 + 0x3c0a2608 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x3c0a261e 0x2 + .rodata.__func__.2 + 0x3c0a2620 0xa esp-idf/lwip/liblwip.a(udp.c.obj) + .rodata.dhcp_option_short.str1.4 + 0x3c0a262a 0x6b esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option.str1.4 + 0x3c0a262a 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option_byte.str1.4 + 0x3c0a262a 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option_long.str1.4 + 0x3c0a262a 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_create_msg.str1.4 + 0x3c0a262a 0x40 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option_hostname.str1.4 + 0x3c0a262a 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_conflict_callback.str1.4 + 0x3c0a262a 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_dec_pcb_refcount.str1.4 + 0x3c0a262a 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_inc_pcb_refcount.str1.4 + 0x3c0a262a 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_parse_reply.str1.4 + 0x3c0a262a 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_recv.str1.4 + 0x3c0a262a 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_network_changed_link_up.str1.4 + 0x3c0a262a 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a262a 0x2 + .rodata.__func__.0 + 0x3c0a262c 0x1d esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a2649 0x3 + .rodata.__func__.1 + 0x3c0a264c 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a265d 0x3 + .rodata.__func__.2 + 0x3c0a2660 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a266a 0x2 + .rodata.__func__.3 + 0x3c0a266c 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a2682 0x2 + .rodata.__func__.4 + 0x3c0a2684 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a269a 0x2 + .rodata.__func__.5 + 0x3c0a269c 0x17 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a26b3 0x1 + .rodata.__func__.8 + 0x3c0a26b4 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a26c5 0x3 + .rodata.__func__.9 + 0x3c0a26c8 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a26dd 0x3 + .rodata.__func__.10 + 0x3c0a26e0 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a26f1 0x3 + .rodata.__func__.11 + 0x3c0a26f4 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__.12 + 0x3c0a2700 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x3c0a2712 0x2 + .rodata.__func__.14 + 0x3c0a2714 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .srodata.dhcp_discover_request_options + 0x3c0a2724 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.free_etharp_q.str1.4 + 0x3c0a2728 0x4d esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_find_entry.str1.4 + 0x3c0a2728 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_update_arp_entry.str1.4 + 0x3c0a2728 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_raw.str1.4 + 0x3c0a2728 0x85 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_query.str1.4 + 0x3c0a2728 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.0 + 0x3c0a2728 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x3c0a2735 0x3 + .rodata.__func__.3 + 0x3c0a2738 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x3c0a2743 0x1 + .rodata.__func__.6 + 0x3c0a2744 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x3c0a2756 0x2 + .rodata.__func__.7 + 0x3c0a2758 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__.8 + 0x3c0a2770 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.icmp_send_response.str1.4 + 0x3c0a277e 0x5b esp-idf/lwip/liblwip.a(icmp.c.obj) + .rodata.icmp_input.str1.4 + 0x3c0a277e 0x65 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x3c0a277e 0x2 + .rodata.__func__.0 + 0x3c0a2780 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x3c0a2793 0x1 + .rodata.__func__.1 + 0x3c0a2794 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) + .rodata.igmp_send.str1.4 + 0x3c0a279f 0x6b esp-idf/lwip/liblwip.a(igmp.c.obj) + .rodata.igmp_lookup_group.str1.4 + 0x3c0a279f 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x3c0a279f 0x1 + .rodata.__func__.0 + 0x3c0a27a0 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x3c0a27aa 0x2 + .rodata.__func__.1 + 0x3c0a27ac 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) + .rodata.ip4_output_if_opt_src.str1.4 + 0x3c0a27be 0x69 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x3c0a27be 0x2 + .rodata.__func__.1 + 0x3c0a27c0 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x3c0a27d6 0x2 + .rodata.ip_addr_broadcast + 0x3c0a27d8 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x3c0a27d8 ip_addr_broadcast + .rodata.ip_addr_any + 0x3c0a27f0 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x3c0a27f0 ip_addr_any + .rodata.ip4_frag.str1.4 + 0x3c0a2808 0x53 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .rodata.__func__.0 + 0x3c0a2808 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .rodata.icmp6_send_response_with_addrs_and_netif.str1.4 + 0x3c0a2811 0x6c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.icmp6_send_response.str1.4 + 0x3c0a2811 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x3c0a2811 0x3 + .rodata.__func__.1 + 0x3c0a2814 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x3c0a283d 0x3 + .rodata.__func__.2 + 0x3c0a2840 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.ip6_output_if_src.str1.4 + 0x3c0a2854 0x6a esp-idf/lwip/liblwip.a(ip6.c.obj) + .rodata.__func__.1 + 0x3c0a2854 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x3c0a2866 0x2 + .rodata.ip6_addr_any + 0x3c0a2868 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x3c0a2868 ip6_addr_any + .rodata.ip6_frag.str1.4 + 0x3c0a2880 0x6c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .rodata.__func__.0 + 0x3c0a2880 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .rodata.nd6_process_autoconfig_prefix.str1.4 + 0x3c0a2889 0x42 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_free_q.str1.4 + 0x3c0a2889 0x29 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_send_na.str1.4 + 0x3c0a2889 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_find_route.str1.4 + 0x3c0a2889 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x3c0a2889 0x3 + .rodata.__func__.2 + 0x3c0a288c 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x3c0a289b 0x1 + .srodata.__func__.3 + 0x3c0a289c 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__.4 + 0x3c0a28a4 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x3c0a28af 0x1 + .rodata.__func__.5 + 0x3c0a28b0 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x3c0a28ce 0x2 + .rodata.__func__.6 + 0x3c0a28d0 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__.7 + 0x3c0a28dc 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.ethernet_output.str1.4 + 0x3c0a28e8 0x63 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .rodata.__func__.0 + 0x3c0a28e8 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .srodata.ethzero + 0x3c0a28f8 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x3c0a28f8 ethzero + *fill* 0x3c0a28fe 0x2 + .srodata.ethbroadcast + 0x3c0a2900 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x3c0a2900 ethbroadcast + .rodata.sys_mutex_lock.str1.4 + 0x3c0a2906 0x4a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mutex_unlock.str1.4 + 0x3c0a2906 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_sem_new.str1.4 + 0x3c0a2906 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_sem_signal.str1.4 + 0x3c0a2906 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_arch_sem_wait.str1.4 + 0x3c0a2906 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_post.str1.4 + 0x3c0a2906 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_arch_mbox_fetch.str1.4 + 0x3c0a2906 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_free.str1.4 + 0x3c0a2906 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_init.str1.4 + 0x3c0a2906 0x45 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_thread_sem_init.str1.4 + 0x3c0a2906 0x2c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_thread_tcpip.str1.4 + 0x3c0a2906 0x2d esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a2906 0x2 + .rodata.__func__.0 + 0x3c0a2908 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a2919 0x3 + .rodata.__func__.2 + 0x3c0a291c 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a292a 0x2 + .rodata.__func__.3 + 0x3c0a292c 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a2943 0x1 + .rodata.__func__.4 + 0x3c0a2944 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__.6 + 0x3c0a2958 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a2966 0x2 + .rodata.__func__.7 + 0x3c0a2968 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a297a 0x2 + .rodata.__func__.8 + 0x3c0a297c 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a298b 0x1 + .rodata.__func__.9 + 0x3c0a298c 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__.10 + 0x3c0a2998 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x3c0a29a9 0x3 + .rodata.__func__.11 + 0x3c0a29ac 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.esp_vfs_lwip_sockets_register.str1.4 + 0x3c0a29bb 0x71 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x3c0a29bb 0x1 + .rodata.__func__.0 + 0x3c0a29bc 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .rodata.netconn_new_with_proto_and_callback.str1.4 + 0x3c0a29da 0x89 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_write_vectors_partly.str1.4 + 0x3c0a29da 0x23 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv_data.str1.4 + 0x3c0a29da 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x3c0a29da 0x2 + .rodata.__func__.1 + 0x3c0a29dc 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x3c0a29f9 0x3 + .rodata.__func__.3 + 0x3c0a29fc 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.lwip_netconn_err_to_msg.str1.4 + 0x3c0a2a0e 0x3c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.err_tcp.str1.4 + 0x3c0a2a0e 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_writemore.str1.4 + 0x3c0a2a0e 0xcb esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_close_internal.str1.4 + 0x3c0a2a0e 0x8b esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_is_err_msg.str1.4 + 0x3c0a2a0e 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_free.str1.4 + 0x3c0a2a0e 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_drain.str1.4 + 0x3c0a2a0e 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_delconn.str1.4 + 0x3c0a2a0e 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_write.str1.4 + 0x3c0a2a0e 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_getaddr.str1.4 + 0x3c0a2a0e 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_close.str1.4 + 0x3c0a2a0e 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a0e 0x2 + .rodata.__func__.0 + 0x3c0a2a10 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a26 0x2 + .rodata.__func__.1 + 0x3c0a2a28 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.2 + 0x3c0a2a40 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a56 0x2 + .rodata.__func__.6 + 0x3c0a2a58 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.7 + 0x3c0a2a70 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a7e 0x2 + .rodata.__func__.8 + 0x3c0a2a80 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a8d 0x3 + .rodata.__func__.11 + 0x3c0a2a90 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2a99 0x3 + .rodata.__func__.12 + 0x3c0a2a9c 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2abb 0x1 + .rodata.__func__.13 + 0x3c0a2abc 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2ad6 0x2 + .rodata.__func__.14 + 0x3c0a2ad8 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x3c0a2ae1 0x3 + .rodata.__func__.15 + 0x3c0a2ae4 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.__func__.16 + 0x3c0a2afc 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__.19 + 0x3c0a2b04 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.netconn_closed + 0x3c0a2b1c 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.netconn_reset + 0x3c0a2b1d 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.netconn_aborted + 0x3c0a2b1e 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .srodata.netconn_deleted + 0x3c0a2b1f 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.err_to_errno_table + 0x3c0a2b20 0x44 esp-idf/lwip/liblwip.a(err.c.obj) + .rodata.netbuf_alloc.str1.4 + 0x3c0a2b64 0x4f esp-idf/lwip/liblwip.a(netbuf.c.obj) + .rodata.__func__.0 + 0x3c0a2b64 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) + .rodata.wpa3_hostap_auth_init.str1.4 + 0x3c0a2b71 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .rodata.wpa_group_init_gmk_and_counter.str1.4 + 0x3c0a2b71 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.wpa_gtk_update.str1.4 + 0x3c0a2b71 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.wpa_group_config_group_keys.str1.4 + 0x3c0a2b71 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.wpa_derive_ptk.str1.4 + 0x3c0a2b71 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x3c0a2b71 0x3 + .srodata 0x3c0a2b74 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.sae_check_big_sync.str1.4 + 0x3c0a2b7a 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .rodata.sae_accept_sta.str1.4 + 0x3c0a2b7a 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .rodata.sae_sm_step.str1.4 + 0x3c0a2b7a 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .rodata.handle_auth_sae.str1.4 + 0x3c0a2b7a 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x3c0a2b7a 0x2 + .srodata 0x3c0a2b7c 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .rodata.sswu.str1.4 + 0x3c0a2b82 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_test_pwd_seed_ffc.str1.4 + 0x3c0a2b82 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pt_ecc.str1.4 + 0x3c0a2b82 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pt_ffc.str1.4 + 0x3c0a2b82 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_keys.str1.4 + 0x3c0a2b82 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pwe_from_pt_ecc.str1.4 + 0x3c0a2b82 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pwe_from_pt_ffc.str1.4 + 0x3c0a2b82 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x3c0a2b82 0x2 + .rodata 0x3c0a2b84 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.dragonfly_get_rand_1_to_p_1.str1.4 + 0x3c0a2ba4 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .rodata.rsn_pmkid.str1.4 + 0x3c0a2ba4 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .rodata.hmac_sha256_kdf.str1.4 + 0x3c0a2ba4 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .rodata.dh_groups + 0x3c0a2ba4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_order + 0x3c0a2bc4 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_prime + 0x3c0a2c84 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .srodata.dh_group5_generator + 0x3c0a2d44 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.wpa_derive_ptk.str1.4 + 0x3c0a2d45 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .rodata.owe_process_assoc_resp.str1.4 + 0x3c0a2d45 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .rodata.wpa_gen_wpa_ie_rsn.str1.4 + 0x3c0a2d45 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x3c0a2d45 0x3 + .rodata.__func__.1 + 0x3c0a2d48 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .rodata.add_char.str1.4 + 0x3c0a2d5b 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + *fill* 0x3c0a2d5b 0x1 + .rodata.d_perm_table + 0x3c0a2d5c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .rodata.d_mult_table + 0x3c0a2d7c 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .rodata.zero 0x3c0a317c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .rodata.lib_printf.str1.4 + 0x3c0a318c 0x10 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.pp_printf.str1.4 + 0x3c0a318c 0x3 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.net80211_printf.str1.4 + 0x3c0a318c 0x9 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.rsa_debug.str1.4 + 0x3c0a318c 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.eckey_debug.str1.4 + 0x3c0a318c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.str1.4 + 0x3c0a318c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.mbedtls_ecdsa_info + 0x3c0a318c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3c0a318c mbedtls_ecdsa_info + .rodata.mbedtls_eckeydh_info + 0x3c0a31bc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3c0a31bc mbedtls_eckeydh_info + .rodata.mbedtls_eckey_info + 0x3c0a31ec 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3c0a31ec mbedtls_eckey_info + .rodata.mbedtls_rsa_info + 0x3c0a321c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3c0a321c mbedtls_rsa_info + .rodata.pk_group_from_specified.str1.4 + 0x3c0a324c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_parse_public_key.str1.4 + 0x3c0a324c 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pem_read_buffer.str1.4 + 0x3c0a324c 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .rodata.misc_nvs_load.str1.4 + 0x3c0a324c 0x5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .rodata.esp_ota_get_running_partition.str1.4 + 0x3c0a324c 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.1 + 0x3c0a324c 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 + 0x3c0a326a 0x24 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.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 + 0x3c0a326a 0x26 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + *fill* 0x3c0a326a 0x2 + .rodata._ZTSSt9exception + 0x3c0a326c 0xd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a326c typeinfo name for std::exception + *fill* 0x3c0a3279 0x3 + .srodata._ZTISt9exception + 0x3c0a327c 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a327c typeinfo for std::exception + .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE + 0x3c0a3284 0x27 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a3284 typeinfo name for __gnu_cxx::__concurrence_lock_error + *fill* 0x3c0a32ab 0x1 + .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE + 0x3c0a32ac 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a32ac typeinfo for __gnu_cxx::__concurrence_lock_error + .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE + 0x3c0a32b8 0x29 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a32b8 typeinfo name for __gnu_cxx::__concurrence_unlock_error + *fill* 0x3c0a32e1 0x3 + .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE + 0x3c0a32e4 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a32e4 typeinfo for __gnu_cxx::__concurrence_unlock_error + .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE + 0x3c0a32f0 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a32f0 vtable for __gnu_cxx::__concurrence_lock_error + .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE + 0x3c0a3304 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a3304 vtable for __gnu_cxx::__concurrence_unlock_error + .srodata._ZSt7nothrow + 0x3c0a3318 0x1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c0a3318 std::nothrow + *fill* 0x3c0a3319 0x3 + .rodata._ZTVN10__cxxabiv120__si_class_type_infoE + 0x3c0a331c 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x3c0a331c vtable for __cxxabiv1::__si_class_type_info + .rodata._ZTVN10__cxxabiv117__class_type_infoE + 0x3c0a3348 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x3c0a3348 vtable for __cxxabiv1::__class_type_info + .rodata._ZTSSt9bad_alloc + 0x3c0a3374 0xd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c0a3374 typeinfo name for std::bad_alloc + *fill* 0x3c0a3381 0x3 + .rodata._ZTISt9bad_alloc + 0x3c0a3384 0xc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c0a3384 typeinfo for std::bad_alloc + .rodata._ZNKSt9bad_alloc4whatEv.str1.4 + 0x3c0a3390 0xf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .rodata._ZTVSt9bad_alloc + 0x3c0a3390 0x14 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x3c0a3390 vtable for std::bad_alloc + .rodata.lib_printf.str1.4 + 0x3c0a33a4 0x10 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.phy_printf.str1.4 + 0x3c0a33a4 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata 0x3c0a33a4 0x101 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x3c0a33a4 _ctype_ + .rodata.str1.4 + 0x3c0a34a5 0x2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + *fill* 0x3c0a34a5 0x3 + .rodata 0x3c0a34a8 0x23c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata.str1.4 + 0x3c0a36e4 0x3a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .srodata.cst8 0x3c0a36e4 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata 0x3c0a36e4 0x23c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .rodata.str1.4 + 0x3c0a3920 0x3a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .srodata.cst8 0x3c0a3920 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .rodata 0x3c0a3920 0x23c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata.str1.4 + 0x3c0a3b5c 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata.str1.4 + 0x3c0a3b5c 0x12 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .rodata 0x3c0a3b5c 0x16c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x3c0a3b5c __default_global_locale + .srodata.cst8 0x3c0a3cc8 0x8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .rodata.str1.4 + 0x3c0a3cc8 0x95 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .srodata.cst8 0x3c0a3cc8 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .rodata.str1.4 + 0x3c0a3cc8 0x81 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .srodata.cst8 0x3c0a3cc8 0x10 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .rodata 0x3c0a3cc8 0x128 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x3c0a3cd8 __mprec_tens + 0x3c0a3da0 __mprec_tinytens + 0x3c0a3dc8 __mprec_bigtens + .rodata 0x3c0a3df0 0x414 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x3c0a400c __chclass + 0x3c0a410c __state_table + 0x3c0a4178 __action_table + .rodata.str1.4 + 0x3c0a4204 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + *(.rodata_wlog_error .rodata_wlog_error.*) + .rodata_wlog_error.2 + 0x3c0a4204 0x57 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x3c0a425b 0x1 + .rodata_wlog_error.3 + 0x3c0a425c 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x3c0a42aa 0x2 + .rodata_wlog_error.4 + 0x3c0a42ac 0x71 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x3c0a431d 0x3 + .rodata_wlog_error.10 + 0x3c0a4320 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.11 + 0x3c0a4334 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a435b 0x1 + .rodata_wlog_error.12 + 0x3c0a435c 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a438a 0x2 + .rodata_wlog_error.3 + 0x3c0a438c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a4393 0x1 + .rodata_wlog_error.4 + 0x3c0a4394 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a43bb 0x1 + .rodata_wlog_error.5 + 0x3c0a43bc 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a43c9 0x3 + .rodata_wlog_error.6 + 0x3c0a43cc 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.7 + 0x3c0a43e0 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a4407 0x1 + .rodata_wlog_error.8 + 0x3c0a4408 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a4436 0x2 + .rodata_wlog_error.9 + 0x3c0a4438 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + *fill* 0x3c0a4445 0x3 + .rodata_wlog_error.13 + 0x3c0a4448 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0a444f 0x1 + .rodata_wlog_error.7 + 0x3c0a4450 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0a446b 0x1 + .rodata_wlog_error.8 + 0x3c0a446c 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .rodata_wlog_error.16 + 0x3c0a448c 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a44a5 0x3 + .rodata_wlog_error.2 + 0x3c0a44a8 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a44c6 0x2 + .rodata_wlog_error.3 + 0x3c0a44c8 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a44e2 0x2 + .rodata_wlog_error.5 + 0x3c0a44e4 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a4505 0x3 + .rodata_wlog_error.10 + 0x3c0a4508 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a450f 0x1 + .rodata_wlog_error.3 + 0x3c0a4510 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a453e 0x2 + .rodata_wlog_error.9 + 0x3c0a4540 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a4547 0x1 + .rodata_wlog_error.10 + 0x3c0a4548 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.107 + 0x3c0a457c 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.115 + 0x3c0a458c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4593 0x1 + .rodata_wlog_error.116 + 0x3c0a4594 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.131 + 0x3c0a45ac 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a45c7 0x1 + .rodata_wlog_error.31 + 0x3c0a45c8 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4606 0x2 + .rodata_wlog_error.32 + 0x3c0a4608 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4633 0x1 + .rodata_wlog_error.35 + 0x3c0a4634 0x4b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a467f 0x1 + .rodata_wlog_error.45 + 0x3c0a4680 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4687 0x1 + .rodata_wlog_error.46 + 0x3c0a4688 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a468f 0x1 + .rodata_wlog_error.48 + 0x3c0a4690 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4697 0x1 + .rodata_wlog_error.49 + 0x3c0a4698 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a469f 0x1 + .rodata_wlog_error.51 + 0x3c0a46a0 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.52 + 0x3c0a46c4 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a470a 0x2 + .rodata_wlog_error.53 + 0x3c0a470c 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.54 + 0x3c0a4754 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.55 + 0x3c0a477c 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a47a5 0x3 + .rodata_wlog_error.56 + 0x3c0a47a8 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.57 + 0x3c0a47d0 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a47f9 0x3 + .rodata_wlog_error.58 + 0x3c0a47fc 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4811 0x3 + .rodata_wlog_error.59 + 0x3c0a4814 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a4843 0x1 + .rodata_wlog_error.60 + 0x3c0a4844 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a485a 0x2 + .rodata_wlog_error.61 + 0x3c0a485c 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a486f 0x1 + .rodata_wlog_error.63 + 0x3c0a4870 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a489d 0x3 + .rodata_wlog_error.9 + 0x3c0a48a0 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.26 + 0x3c0a48d4 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a48fa 0x2 + .rodata_wlog_error.27 + 0x3c0a48fc 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a491f 0x1 + .rodata_wlog_error.28 + 0x3c0a4920 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.29 + 0x3c0a493c 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a4959 0x3 + .rodata_wlog_error.5 + 0x3c0a495c 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a4977 0x1 + .rodata_wlog_error.58 + 0x3c0a4978 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.59 + 0x3c0a499c 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a49bb 0x1 + .rodata_wlog_error.61 + 0x3c0a49bc 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a49df 0x1 + .rodata_wlog_error.8 + 0x3c0a49e0 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.7 + 0x3c0a4a04 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata_wlog_error.51 + 0x3c0a4a20 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4a27 0x1 + .rodata_wlog_error.57 + 0x3c0a4a28 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4a49 0x3 + .rodata_wlog_error.66 + 0x3c0a4a4c 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4a5a 0x2 + .rodata_wlog_error.88 + 0x3c0a4a5c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4a63 0x1 + .rodata_wlog_error.89 + 0x3c0a4a64 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4abe 0x2 + .rodata_wlog_error.90 + 0x3c0a4ac0 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4af2 0x2 + .rodata_wlog_error.92 + 0x3c0a4af4 0x62 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4b56 0x2 + .rodata_wlog_error.93 + 0x3c0a4b58 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4b6b 0x1 + .rodata_wlog_error.95 + 0x3c0a4b6c 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a4b93 0x1 + .rodata_wlog_error.10 + 0x3c0a4b94 0x64 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.11 + 0x3c0a4bf8 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4c1b 0x1 + .rodata_wlog_error.12 + 0x3c0a4c1c 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4c3e 0x2 + .rodata_wlog_error.14 + 0x3c0a4c40 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.2 + 0x3c0a4c88 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4c8f 0x1 + .rodata_wlog_error.31 + 0x3c0a4c90 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4c97 0x1 + .rodata_wlog_error.33 + 0x3c0a4c98 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4c9f 0x1 + .rodata_wlog_error.34 + 0x3c0a4ca0 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.35 + 0x3c0a4cb4 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4ccb 0x1 + .rodata_wlog_error.4 + 0x3c0a4ccc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4cd3 0x1 + .rodata_wlog_error.44 + 0x3c0a4cd4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4cea 0x2 + .rodata_wlog_error.47 + 0x3c0a4cec 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4cf3 0x1 + .rodata_wlog_error.5 + 0x3c0a4cf4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4cfb 0x1 + .rodata_wlog_error.50 + 0x3c0a4cfc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d03 0x1 + .rodata_wlog_error.51 + 0x3c0a4d04 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d0b 0x1 + .rodata_wlog_error.52 + 0x3c0a4d0c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d13 0x1 + .rodata_wlog_error.53 + 0x3c0a4d14 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d1b 0x1 + .rodata_wlog_error.55 + 0x3c0a4d1c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d23 0x1 + .rodata_wlog_error.61 + 0x3c0a4d24 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d2b 0x1 + .rodata_wlog_error.64 + 0x3c0a4d2c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d33 0x1 + .rodata_wlog_error.65 + 0x3c0a4d34 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d3b 0x1 + .rodata_wlog_error.67 + 0x3c0a4d3c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d43 0x1 + .rodata_wlog_error.68 + 0x3c0a4d44 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d4b 0x1 + .rodata_wlog_error.69 + 0x3c0a4d4c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d53 0x1 + .rodata_wlog_error.7 + 0x3c0a4d54 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d71 0x3 + .rodata_wlog_error.70 + 0x3c0a4d74 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d7b 0x1 + .rodata_wlog_error.71 + 0x3c0a4d7c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d83 0x1 + .rodata_wlog_error.72 + 0x3c0a4d84 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d8b 0x1 + .rodata_wlog_error.73 + 0x3c0a4d8c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d93 0x1 + .rodata_wlog_error.75 + 0x3c0a4d94 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4d9b 0x1 + .rodata_wlog_error.77 + 0x3c0a4d9c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4da3 0x1 + .rodata_wlog_error.8 + 0x3c0a4da4 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.9 + 0x3c0a4dc8 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a4deb 0x1 + .rodata_wlog_error.2 + 0x3c0a4dec 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + *fill* 0x3c0a4df3 0x1 + .rodata_wlog_error.12 + 0x3c0a4df4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4dfb 0x1 + .rodata_wlog_error.13 + 0x3c0a4dfc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e03 0x1 + .rodata_wlog_error.14 + 0x3c0a4e04 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e0b 0x1 + .rodata_wlog_error.16 + 0x3c0a4e0c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e13 0x1 + .rodata_wlog_error.21 + 0x3c0a4e14 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e1b 0x1 + .rodata_wlog_error.23 + 0x3c0a4e1c 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.24 + 0x3c0a4e5c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e63 0x1 + .rodata_wlog_error.26 + 0x3c0a4e64 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e6b 0x1 + .rodata_wlog_error.27 + 0x3c0a4e6c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e73 0x1 + .rodata_wlog_error.29 + 0x3c0a4e74 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e7b 0x1 + .rodata_wlog_error.30 + 0x3c0a4e7c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e83 0x1 + .rodata_wlog_error.32 + 0x3c0a4e84 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e8b 0x1 + .rodata_wlog_error.36 + 0x3c0a4e8c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e93 0x1 + .rodata_wlog_error.38 + 0x3c0a4e94 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4e9b 0x1 + .rodata_wlog_error.39 + 0x3c0a4e9c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4ea3 0x1 + .rodata_wlog_error.40 + 0x3c0a4ea4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4eab 0x1 + .rodata_wlog_error.43 + 0x3c0a4eac 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4eb3 0x1 + .rodata_wlog_error.56 + 0x3c0a4eb4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4ebb 0x1 + .rodata_wlog_error.58 + 0x3c0a4ebc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a4ec3 0x1 + .rodata_wlog_error.10 + 0x3c0a4ec4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4ecb 0x1 + .rodata_wlog_error.11 + 0x3c0a4ecc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4ed3 0x1 + .rodata_wlog_error.13 + 0x3c0a4ed4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4edb 0x1 + .rodata_wlog_error.16 + 0x3c0a4edc 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.17 + 0x3c0a4ee8 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4ef5 0x3 + .rodata_wlog_error.18 + 0x3c0a4ef8 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f03 0x1 + .rodata_wlog_error.19 + 0x3c0a4f04 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f11 0x3 + .rodata_wlog_error.21 + 0x3c0a4f14 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.22 + 0x3c0a4f20 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f32 0x2 + .rodata_wlog_error.27 + 0x3c0a4f34 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f3b 0x1 + .rodata_wlog_error.29 + 0x3c0a4f3c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f43 0x1 + .rodata_wlog_error.31 + 0x3c0a4f44 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f4b 0x1 + .rodata_wlog_error.35 + 0x3c0a4f4c 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f69 0x3 + .rodata_wlog_error.36 + 0x3c0a4f6c 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f89 0x3 + .rodata_wlog_error.38 + 0x3c0a4f8c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f93 0x1 + .rodata_wlog_error.51 + 0x3c0a4f94 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4f9b 0x1 + .rodata_wlog_error.56 + 0x3c0a4f9c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.9 + 0x3c0a4fb4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a4fbb 0x1 + .rodata_wlog_error.3 + 0x3c0a4fbc 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + *fill* 0x3c0a4fc3 0x1 + .rodata_wlog_error.5 + 0x3c0a4fc4 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + *fill* 0x3c0a4fdf 0x1 + .rodata_wlog_error.6 + 0x3c0a4fe0 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + *fill* 0x3c0a4fe7 0x1 + .rodata_wlog_error.103 + 0x3c0a4fe8 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a4fef 0x1 + .rodata_wlog_error.14 + 0x3c0a4ff0 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a4ff7 0x1 + .rodata_wlog_error.46 + 0x3c0a4ff8 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a4fff 0x1 + .rodata_wlog_error.61 + 0x3c0a5000 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.63 + 0x3c0a5020 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a5052 0x2 + .rodata_wlog_error.65 + 0x3c0a5054 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a506a 0x2 + .rodata_wlog_error.71 + 0x3c0a506c 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a50b2 0x2 + .rodata_wlog_error.80 + 0x3c0a50b4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a50ca 0x2 + .rodata_wlog_error.81 + 0x3c0a50cc 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a50e2 0x2 + .rodata_wlog_error.12 + 0x3c0a50e4 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a5101 0x3 + .rodata_wlog_error.48 + 0x3c0a5104 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a513e 0x2 + .rodata_wlog_error.57 + 0x3c0a5140 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a5147 0x1 + .rodata_wlog_error.64 + 0x3c0a5148 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a515f 0x1 + .rodata_wlog_error.92 + 0x3c0a5160 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a5167 0x1 + .rodata_wlog_error.95 + 0x3c0a5168 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a516f 0x1 + .rodata_wlog_error.3 + 0x3c0a5170 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a5177 0x1 + .rodata_wlog_error.7 + 0x3c0a5178 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.8 + 0x3c0a5198 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a519f 0x1 + .rodata_wlog_error.37 + 0x3c0a51a0 0x6 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a51a6 0x2 + .rodata_wlog_error.8 + 0x3c0a51a8 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + *fill* 0x3c0a51c2 0x2 + .rodata_wlog_error.30 + 0x3c0a51c4 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a51e3 0x1 + .rodata_wlog_error.39 + 0x3c0a51e4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a51eb 0x1 + .rodata_wlog_error.42 + 0x3c0a51ec 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a51f3 0x1 + .rodata_wlog_error.54 + 0x3c0a51f4 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a521d 0x3 + .rodata_wlog_error.55 + 0x3c0a5220 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a5249 0x3 + .rodata_wlog_error.56 + 0x3c0a524c 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a5273 0x1 + .rodata_wlog_error.57 + 0x3c0a5274 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_error.69 + 0x3c0a529c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a52a3 0x1 + .rodata_wlog_error.75 + 0x3c0a52a4 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a52ab 0x1 + .rodata_wlog_error.8 + 0x3c0a52ac 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a52b3 0x1 + .rodata_wlog_error.17 + 0x3c0a52b4 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + *fill* 0x3c0a52d1 0x3 + .rodata_wlog_error.4 + 0x3c0a52d4 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a52fb 0x1 + .rodata_wlog_error.6 + 0x3c0a52fc 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a531b 0x1 + .rodata_wlog_error.8 + 0x3c0a531c 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a5337 0x1 + .rodata_wlog_error.19 + 0x3c0a5338 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5342 0x2 + .rodata_wlog_error.24 + 0x3c0a5344 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a534e 0x2 + .rodata_wlog_error.26 + 0x3c0a5350 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a535a 0x2 + .rodata_wlog_error.27 + 0x3c0a535c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5366 0x2 + .rodata_wlog_error.28 + 0x3c0a5368 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5372 0x2 + .rodata_wlog_error.29 + 0x3c0a5374 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a537e 0x2 + .rodata_wlog_error.30 + 0x3c0a5380 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a538a 0x2 + .rodata_wlog_error.32 + 0x3c0a538c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5396 0x2 + .rodata_wlog_error.33 + 0x3c0a5398 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53a2 0x2 + .rodata_wlog_error.34 + 0x3c0a53a4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53ae 0x2 + .rodata_wlog_error.40 + 0x3c0a53b0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53ba 0x2 + .rodata_wlog_error.42 + 0x3c0a53bc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53c6 0x2 + .rodata_wlog_error.43 + 0x3c0a53c8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53d2 0x2 + .rodata_wlog_error.44 + 0x3c0a53d4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53de 0x2 + .rodata_wlog_error.46 + 0x3c0a53e0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53ea 0x2 + .rodata_wlog_error.47 + 0x3c0a53ec 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a53f6 0x2 + .rodata_wlog_error.48 + 0x3c0a53f8 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5402 0x2 + .rodata_wlog_error.49 + 0x3c0a5404 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a540e 0x2 + .rodata_wlog_error.50 + 0x3c0a5410 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a541a 0x2 + .rodata_wlog_error.51 + 0x3c0a541c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5426 0x2 + .rodata_wlog_error.52 + 0x3c0a5428 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5432 0x2 + .rodata_wlog_error.54 + 0x3c0a5434 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a543e 0x2 + .rodata_wlog_error.55 + 0x3c0a5440 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a544a 0x2 + .rodata_wlog_error.59 + 0x3c0a544c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5456 0x2 + .rodata_wlog_error.6 + 0x3c0a5458 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5462 0x2 + .rodata_wlog_error.60 + 0x3c0a5464 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a546e 0x2 + .rodata_wlog_error.61 + 0x3c0a5470 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a547a 0x2 + .rodata_wlog_error.63 + 0x3c0a547c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5486 0x2 + .rodata_wlog_error.7 + 0x3c0a5488 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a5492 0x2 + .rodata_wlog_error.8 + 0x3c0a5494 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a549e 0x2 + .rodata_wlog_error.14 + 0x3c0a54a0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a54aa 0x2 + .rodata_wlog_error.15 + 0x3c0a54ac 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a54b9 0x3 + .rodata_wlog_error.16 + 0x3c0a54bc 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a54c6 0x2 + .rodata_wlog_error.17 + 0x3c0a54c8 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a54ed 0x3 + .rodata_wlog_error.18 + 0x3c0a54f0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a54fa 0x2 + .rodata_wlog_error.22 + 0x3c0a54fc 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a5517 0x1 + .rodata_wlog_error.26 + 0x3c0a5518 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a552e 0x2 + .rodata_wlog_error.28 + 0x3c0a5530 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_error.3 + 0x3c0a5550 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_error.4 + 0x3c0a557c 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_error.5 + 0x3c0a55a8 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .rodata_wlog_error.26 + 0x3c0a55d4 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a55de 0x2 + .rodata_wlog_error.32 + 0x3c0a55e0 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a560f 0x1 + .rodata_wlog_error.36 + 0x3c0a5610 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_error.49 + 0x3c0a563c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a5646 0x2 + .rodata_wlog_error.53 + 0x3c0a5648 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *(.rodata_wlog_info .rodata_wlog_info.*) + *fill* 0x3c0a5662 0x2 + .rodata_wlog_info.47 + 0x3c0a5664 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a566e 0x2 + .rodata_wlog_info.65 + 0x3c0a5670 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a568a 0x2 + .rodata_wlog_info.66 + 0x3c0a568c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a56af 0x1 + .rodata_wlog_info.67 + 0x3c0a56b0 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a56c5 0x3 + .rodata_wlog_info.68 + 0x3c0a56c8 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a56e3 0x1 + .rodata_wlog_info.10 + 0x3c0a56e4 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5707 0x1 + .rodata_wlog_info.11 + 0x3c0a5708 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5725 0x3 + .rodata_wlog_info.12 + 0x3c0a5728 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a574b 0x1 + .rodata_wlog_info.13 + 0x3c0a574c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a576f 0x1 + .rodata_wlog_info.14 + 0x3c0a5770 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5792 0x2 + .rodata_wlog_info.15 + 0x3c0a5794 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a57b7 0x1 + .rodata_wlog_info.16 + 0x3c0a57b8 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a57db 0x1 + .rodata_wlog_info.17 + 0x3c0a57dc 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a57fe 0x2 + .rodata_wlog_info.18 + 0x3c0a5800 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5823 0x1 + .rodata_wlog_info.19 + 0x3c0a5824 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5847 0x1 + .rodata_wlog_info.20 + 0x3c0a5848 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a586b 0x1 + .rodata_wlog_info.21 + 0x3c0a586c 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a588e 0x2 + .rodata_wlog_info.22 + 0x3c0a5890 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a58b2 0x2 + .rodata_wlog_info.23 + 0x3c0a58b4 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a58d7 0x1 + .rodata_wlog_info.4 + 0x3c0a58d8 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a58fb 0x1 + .rodata_wlog_info.5 + 0x3c0a58fc 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a591f 0x1 + .rodata_wlog_info.6 + 0x3c0a5920 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5943 0x1 + .rodata_wlog_info.7 + 0x3c0a5944 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a5967 0x1 + .rodata_wlog_info.8 + 0x3c0a5968 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a598b 0x1 + .rodata_wlog_info.9 + 0x3c0a598c 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a59a9 0x3 + .rodata_wlog_info.3 + 0x3c0a59ac 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata_wlog_info.4 + 0x3c0a59b8 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + *fill* 0x3c0a59e3 0x1 + .rodata_wlog_info.5 + 0x3c0a59e4 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + *fill* 0x3c0a5a12 0x2 + .rodata_wlog_info.6 + 0x3c0a5a14 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata_wlog_info.8 + 0x3c0a5a68 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .rodata_wlog_info.9 + 0x3c0a5a90 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + *fill* 0x3c0a5ac2 0x2 + .rodata_wlog_info.101 + 0x3c0a5ac4 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.103 + 0x3c0a5b04 0x43 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5b47 0x1 + .rodata_wlog_info.2 + 0x3c0a5b48 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5b5f 0x1 + .rodata_wlog_info.37 + 0x3c0a5b60 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.68 + 0x3c0a5b80 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5b9f 0x1 + .rodata_wlog_info.69 + 0x3c0a5ba0 0x51 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5bf1 0x3 + .rodata_wlog_info.70 + 0x3c0a5bf4 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.71 + 0x3c0a5c30 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.73 + 0x3c0a5c6c 0x31 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5c9d 0x3 + .rodata_wlog_info.91 + 0x3c0a5ca0 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5ce2 0x2 + .rodata_wlog_info.97 + 0x3c0a5ce4 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a5cef 0x1 + .rodata_wlog_info.22 + 0x3c0a5cf0 0x37 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a5d27 0x1 + .rodata_wlog_info.24 + 0x3c0a5d28 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a5d55 0x3 + .rodata_wlog_info.56 + 0x3c0a5d58 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a5d7a 0x2 + .rodata_wlog_info.58 + 0x3c0a5d7c 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.59 + 0x3c0a5dc8 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.78 + 0x3c0a5df4 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.30 + 0x3c0a5e30 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.33 + 0x3c0a5e48 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.34 + 0x3c0a5e60 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a5e9e 0x2 + .rodata_wlog_info.37 + 0x3c0a5ea0 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a5ed3 0x1 + .rodata_wlog_info.58 + 0x3c0a5ed4 0x4d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a5f21 0x3 + .rodata_wlog_info.60 + 0x3c0a5f24 0x44 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.17 + 0x3c0a5f68 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a5f75 0x3 + .rodata_wlog_info.66 + 0x3c0a5f78 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a5fa7 0x1 + .rodata_wlog_info.67 + 0x3c0a5fa8 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a5fe6 0x2 + .rodata_wlog_info.68 + 0x3c0a5fe8 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a601b 0x1 + .rodata_wlog_info.69 + 0x3c0a601c 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a605b 0x1 + .rodata_wlog_info.70 + 0x3c0a605c 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.91 + 0x3c0a6094 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a60a9 0x3 + .rodata_wlog_info.92 + 0x3c0a60ac 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a60c9 0x3 + .rodata_wlog_info.2 + 0x3c0a60cc 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + *fill* 0x3c0a60ef 0x1 + .rodata_wlog_info.2 + 0x3c0a60f0 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + *fill* 0x3c0a6111 0x3 + .rodata_wlog_info.103 + 0x3c0a6114 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a6132 0x2 + .rodata_wlog_info.105 + 0x3c0a6134 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a6152 0x2 + .rodata_wlog_info.108 + 0x3c0a6154 0x53 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a61a7 0x1 + .rodata_wlog_info.109 + 0x3c0a61a8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.13 + 0x3c0a61c8 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.42 + 0x3c0a61f8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.43 + 0x3c0a6218 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a6227 0x1 + .rodata_wlog_info.50 + 0x3c0a6228 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a623d 0x3 + .rodata_wlog_info.55 + 0x3c0a6240 0x35 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a6275 0x3 + .rodata_wlog_info.56 + 0x3c0a6278 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a62a7 0x1 + .rodata_wlog_info.80 + 0x3c0a62a8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.81 + 0x3c0a62c8 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a62fa 0x2 + .rodata_wlog_info.93 + 0x3c0a62fc 0x5d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a6359 0x3 + .rodata_wlog_info.94 + 0x3c0a635c 0x59 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a63b5 0x3 + .rodata_wlog_info.97 + 0x3c0a63b8 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.98 + 0x3c0a63c8 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.28 + 0x3c0a6404 0x35 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a6439 0x3 + .rodata_wlog_info.11 + 0x3c0a643c 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a6465 0x3 + .rodata_wlog_info.12 + 0x3c0a6468 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a64a2 0x2 + .rodata_wlog_info.13 + 0x3c0a64a4 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.14 + 0x3c0a64ec 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a651a 0x2 + .rodata_wlog_info.15 + 0x3c0a651c 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.16 + 0x3c0a6540 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a657a 0x2 + .rodata_wlog_info.17 + 0x3c0a657c 0x48 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.18 + 0x3c0a65c4 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a65f2 0x2 + .rodata_wlog_info.19 + 0x3c0a65f4 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a6623 0x1 + .rodata_wlog_info.52 + 0x3c0a6624 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a6663 0x1 + .rodata_wlog_info.56 + 0x3c0a6664 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.57 + 0x3c0a6678 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .rodata_wlog_info.58 + 0x3c0a66c4 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a66f2 0x2 + .rodata_wlog_info.59 + 0x3c0a66f4 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a674a 0x2 + .rodata_wlog_info.7 + 0x3c0a674c 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + *fill* 0x3c0a678e 0x2 + .rodata_wlog_info.10 + 0x3c0a6790 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .rodata_wlog_info.21 + 0x3c0a679c 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a67ad 0x3 + .rodata_wlog_info.25 + 0x3c0a67b0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a67c2 0x2 + .rodata_wlog_info.58 + 0x3c0a67c4 0x31 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a67f5 0x3 + .rodata_wlog_info.11 + 0x3c0a67f8 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a6822 0x2 + .rodata_wlog_info.12 + 0x3c0a6824 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a6847 0x1 + .rodata_wlog_info.13 + 0x3c0a6848 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata_wlog_info.14 + 0x3c0a686c 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a6891 0x3 + .rodata_wlog_info.15 + 0x3c0a6894 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a68b2 0x2 + .rodata_wlog_info.16 + 0x3c0a68b4 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a68d3 0x1 + .rodata_wlog_info.17 + 0x3c0a68d4 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a68f1 0x3 + .rodata_wlog_info.18 + 0x3c0a68f4 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + *fill* 0x3c0a6915 0x3 + .rodata_wlog_info.39 + 0x3c0a6918 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a692b 0x1 + .rodata_wlog_info.45 + 0x3c0a692c 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a6939 0x3 + .rodata_wlog_info.64 + 0x3c0a693c 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a694d 0x3 + .rodata_wlog_info.3 + 0x3c0a6950 0x3a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + *fill* 0x3c0a698a 0x2 + .rodata_wlog_info.17 + 0x3c0a698c 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a699e 0x2 + .rodata_wlog_info.18 + 0x3c0a69a0 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a69b3 0x1 + .rodata_wlog_info.33 + 0x3c0a69b4 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a69d3 0x1 + .rodata_wlog_info.34 + 0x3c0a69d4 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a69f2 0x2 + .rodata_wlog_info.35 + 0x3c0a69f4 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a6a13 0x1 + .rodata_wlog_info.37 + 0x3c0a6a14 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a6a2f 0x1 + .rodata_wlog_info.45 + 0x3c0a6a30 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a6a3f 0x1 + .rodata_wlog_info.46 + 0x3c0a6a40 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .rodata_wlog_info.47 + 0x3c0a6a58 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a6a6d 0x3 + .rodata_wlog_info.2 + 0x3c0a6a70 0x53 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + *fill* 0x3c0a6ac3 0x1 + .rodata_wlog_info.4 + 0x3c0a6ac4 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + *fill* 0x3c0a6adb 0x1 + .rodata_wlog_warning.10 + 0x3c0a6adc 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6af7 0x1 + .rodata_wlog_warning.11 + 0x3c0a6af8 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6b1f 0x1 + .rodata_wlog_warning.12 + 0x3c0a6b20 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.13 + 0x3c0a6b44 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6b5a 0x2 + .rodata_wlog_warning.14 + 0x3c0a6b5c 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6b8a 0x2 + .rodata_wlog_warning.15 + 0x3c0a6b8c 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6bab 0x1 + .rodata_wlog_warning.4 + 0x3c0a6bac 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6bc6 0x2 + .rodata_wlog_warning.8 + 0x3c0a6bc8 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6be3 0x1 + .rodata_wlog_warning.9 + 0x3c0a6be4 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + *fill* 0x3c0a6bff 0x1 + .rodata_wlog_warning.108 + 0x3c0a6c00 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6c0b 0x1 + .rodata_wlog_warning.109 + 0x3c0a6c0c 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6c17 0x1 + .rodata_wlog_warning.118 + 0x3c0a6c18 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6c32 0x2 + .rodata_wlog_warning.132 + 0x3c0a6c34 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.133 + 0x3c0a6c70 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6c95 0x3 + .rodata_wlog_warning.134 + 0x3c0a6c98 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6cbb 0x1 + .rodata_wlog_warning.30 + 0x3c0a6cbc 0x60 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.33 + 0x3c0a6d1c 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6d32 0x2 + .rodata_wlog_warning.34 + 0x3c0a6d34 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6d4b 0x1 + .rodata_wlog_warning.36 + 0x3c0a6d4c 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6d92 0x2 + .rodata_wlog_warning.37 + 0x3c0a6d94 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.38 + 0x3c0a6de8 0x50 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.62 + 0x3c0a6e38 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.64 + 0x3c0a6e4c 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.69 + 0x3c0a6e7c 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6e96 0x2 + .rodata_wlog_warning.89 + 0x3c0a6e98 0x5b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a6ef3 0x1 + .rodata_wlog_warning.24 + 0x3c0a6ef4 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a6efd 0x3 + .rodata_wlog_warning.25 + 0x3c0a6f00 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + *fill* 0x3c0a6f11 0x3 + .rodata_wlog_warning.10 + 0x3c0a6f14 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a6f32 0x2 + .rodata_wlog_warning.4 + 0x3c0a6f34 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.6 + 0x3c0a6f54 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + *fill* 0x3c0a6f6e 0x2 + .rodata_wlog_warning.7 + 0x3c0a6f70 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.9 + 0x3c0a6f8c 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.10 + 0x3c0a6fa8 0x5a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + *fill* 0x3c0a7002 0x2 + .rodata_wlog_warning.100 + 0x3c0a7004 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7029 0x3 + .rodata_wlog_warning.102 + 0x3c0a702c 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7051 0x3 + .rodata_wlog_warning.67 + 0x3c0a7054 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.94 + 0x3c0a7070 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a708d 0x3 + .rodata_wlog_warning.27 + 0x3c0a7090 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a70bf 0x1 + .rodata_wlog_warning.28 + 0x3c0a70c0 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a710e 0x2 + .rodata_wlog_warning.29 + 0x3c0a7110 0x61 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a7171 0x3 + .rodata_wlog_warning.3 + 0x3c0a7174 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a718d 0x3 + .rodata_wlog_warning.32 + 0x3c0a7190 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a719f 0x1 + .rodata_wlog_warning.48 + 0x3c0a71a0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.49 + 0x3c0a71b8 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a71ee 0x2 + .rodata_wlog_warning.57 + 0x3c0a71f0 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a7219 0x3 + .rodata_wlog_warning.6 + 0x3c0a721c 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a722b 0x1 + .rodata_wlog_warning.66 + 0x3c0a722c 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a723e 0x2 + .rodata_wlog_warning.74 + 0x3c0a7240 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a7249 0x3 + .rodata_wlog_warning.76 + 0x3c0a724c 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a7255 0x3 + .rodata_wlog_warning.17 + 0x3c0a7258 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a7262 0x2 + .rodata_wlog_warning.25 + 0x3c0a7264 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.28 + 0x3c0a7278 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.31 + 0x3c0a728c 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.33 + 0x3c0a72a0 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a72aa 0x2 + .rodata_wlog_warning.34 + 0x3c0a72ac 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a72c2 0x2 + .rodata_wlog_warning.35 + 0x3c0a72c4 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a72d2 0x2 + .rodata_wlog_warning.41 + 0x3c0a72d4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a72ea 0x2 + .rodata_wlog_warning.44 + 0x3c0a72ec 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a72fd 0x3 + .rodata_wlog_warning.45 + 0x3c0a7300 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a730b 0x1 + .rodata_wlog_warning.57 + 0x3c0a730c 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a731d 0x3 + .rodata_wlog_warning.59 + 0x3c0a7320 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a7335 0x3 + .rodata_wlog_warning.60 + 0x3c0a7338 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a7352 0x2 + .rodata_wlog_warning.61 + 0x3c0a7354 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a735e 0x2 + .rodata_wlog_warning.7 + 0x3c0a7360 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a736d 0x3 + .rodata_wlog_warning.8 + 0x3c0a7370 0x47 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a73b7 0x1 + .rodata_wlog_warning.12 + 0x3c0a73b8 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a73bf 0x1 + .rodata_wlog_warning.14 + 0x3c0a73c0 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a73e3 0x1 + .rodata_wlog_warning.15 + 0x3c0a73e4 0x5b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a743f 0x1 + .rodata_wlog_warning.3 + 0x3c0a7440 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a746a 0x2 + .rodata_wlog_warning.4 + 0x3c0a746c 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a7475 0x3 + .rodata_wlog_warning.45 + 0x3c0a7478 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a7496 0x2 + .rodata_wlog_warning.46 + 0x3c0a7498 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a74b9 0x3 + .rodata_wlog_warning.47 + 0x3c0a74bc 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a74dd 0x3 + .rodata_wlog_warning.52 + 0x3c0a74e0 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.53 + 0x3c0a751c 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a7537 0x1 + .rodata_wlog_warning.54 + 0x3c0a7538 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a7575 0x3 + .rodata_wlog_warning.57 + 0x3c0a7578 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a759d 0x3 + .rodata_wlog_warning.59 + 0x3c0a75a0 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a75c5 0x3 + .rodata_wlog_warning.6 + 0x3c0a75c8 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a75d1 0x3 + .rodata_wlog_warning.7 + 0x3c0a75d4 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.8 + 0x3c0a75f8 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.10 + 0x3c0a7618 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a7635 0x3 + .rodata_wlog_warning.11 + 0x3c0a7638 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a764a 0x2 + .rodata_wlog_warning.60 + 0x3c0a764c 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a7666 0x2 + .rodata_wlog_warning.7 + 0x3c0a7668 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a7696 0x2 + .rodata_wlog_warning.3 + 0x3c0a7698 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + *fill* 0x3c0a76b6 0x2 + .rodata_wlog_warning.2 + 0x3c0a76b8 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + *fill* 0x3c0a76cd 0x3 + .rodata_wlog_warning.107 + 0x3c0a76d0 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a76f6 0x2 + .rodata_wlog_warning.69 + 0x3c0a76f8 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a7719 0x3 + .rodata_wlog_warning.2 + 0x3c0a771c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a773f 0x1 + .rodata_wlog_warning.27 + 0x3c0a7740 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a7761 0x3 + .rodata_wlog_warning.29 + 0x3c0a7764 0x45 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a77a9 0x3 + .rodata_wlog_warning.30 + 0x3c0a77ac 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a77fe 0x2 + .rodata_wlog_warning.43 + 0x3c0a7800 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a7829 0x3 + .rodata_wlog_warning.2 + 0x3c0a782c 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + *fill* 0x3c0a7869 0x3 + .rodata_wlog_warning.27 + 0x3c0a786c 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a7886 0x2 + .rodata_wlog_warning.31 + 0x3c0a7888 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a7895 0x3 + .rodata_wlog_warning.52 + 0x3c0a7898 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .rodata_wlog_warning.53 + 0x3c0a78b8 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + *fill* 0x3c0a78d9 0x3 + .rodata_wlog_warning.10 + 0x3c0a78dc 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .rodata_wlog_warning.53 + 0x3c0a7904 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a7917 0x1 + .rodata_wlog_warning.65 + 0x3c0a7918 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + *fill* 0x3c0a7939 0x3 + .rodata_wlog_warning.23 + 0x3c0a793c 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a794a 0x2 + .rodata_wlog_warning.24 + 0x3c0a794c 0x7 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a7953 0x1 + .rodata_wlog_warning.6 + 0x3c0a7954 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a7986 0x2 + .rodata_wlog_warning.7 + 0x3c0a7988 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + *fill* 0x3c0a79b6 0x2 + .rodata_wlog_warning.20 + 0x3c0a79b8 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a79cd 0x3 + .rodata_wlog_warning.31 + 0x3c0a79d0 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + *fill* 0x3c0a79e3 0x1 + .rodata_wlog_warning.2 + 0x3c0a79e4 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + *fill* 0x3c0a79ed 0x3 + .rodata_wlog_warning.3 + 0x3c0a79f0 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + *fill* 0x3c0a79f9 0x3 + .rodata_wlog_warning.4 + 0x3c0a79fc 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + *fill* 0x3c0a7a05 0x3 + .rodata_wlog_warning.5 + 0x3c0a7a08 0x9 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + *fill* 0x3c0a7a11 0x3 + .rodata_wlog_warning.6 + 0x3c0a7a14 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + *fill* 0x3c0a7a25 0x3 + .rodata_wlog_warning.2 + 0x3c0a7a28 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .rodata_wlog_warning.3 + 0x3c0a7a34 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + .gcc_except_table._ZSt15get_new_handlerv + 0x3c0a7a53 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + *fill* 0x3c0a7a57 0x1 + .gcc_except_table._ZnajRKSt9nothrow_t + 0x3c0a7a58 0x10 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .gcc_except_table.__cxa_get_globals_fast + 0x3c0a7a68 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals + 0x3c0a7a6c 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE + 0x3c0a7a70 0x10 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._ZSt13get_terminatev + 0x3c0a7a80 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + *(.gnu.linkonce.e.*) + 0x3c0a7a84 . = ALIGN (0x4) + 0x3c0a7a84 __init_priority_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array.*) + 0x3c0a7a84 __init_priority_array_end = ABSOLUTE (.) + 0x3c0a7a84 . = ALIGN (0x4) + 0x3c0a7a84 __init_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array) + .init_array 0x3c0a7a84 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .init_array 0x3c0a7a88 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .init_array 0x3c0a7a8c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .init_array 0x3c0a7a90 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .init_array 0x3c0a7a94 0x4 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .init_array 0x3c0a7a98 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .init_array 0x3c0a7a9c 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .init_array 0x3c0a7aa0 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .init_array 0x3c0a7aa4 0x4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c0a7aa8 __init_array_end = ABSOLUTE (.) + 0x3c0a7aa8 . = ALIGN (0x4) + 0x3c0a7aa8 soc_reserved_memory_region_start = ABSOLUTE (.) + *(.reserved_memory_address) + .reserved_memory_address + 0x3c0a7aa8 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c0a7ac8 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x3c0a7ac8 . = ALIGN (0x4) + 0x3c0a7ac8 _esp_system_init_fn_array_start = ABSOLUTE (.) + *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) + .esp_system_init_fn.1 + 0x3c0a7ac8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.10 + 0x3c0a7ad0 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.20 + 0x3c0a7ad8 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .esp_system_init_fn.21 + 0x3c0a7ae0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.100 + 0x3c0a7ae8 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .esp_system_init_fn.100 + 0x3c0a7af0 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .esp_system_init_fn.101 + 0x3c0a7af8 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .esp_system_init_fn.101 + 0x3c0a7b00 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .esp_system_init_fn.102 + 0x3c0a7b08 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .esp_system_init_fn.103 + 0x3c0a7b10 0x8 esp-idf/esp_security/libesp_security.a(init.c.obj) + .esp_system_init_fn.104 + 0x3c0a7b18 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.105 + 0x3c0a7b20 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.105 + 0x3c0a7b28 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .esp_system_init_fn.110 + 0x3c0a7b30 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .esp_system_init_fn.112 + 0x3c0a7b38 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .esp_system_init_fn.113 + 0x3c0a7b40 0x8 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .esp_system_init_fn.114 + 0x3c0a7b48 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .esp_system_init_fn.115 + 0x3c0a7b50 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .esp_system_init_fn.130 + 0x3c0a7b58 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.140 + 0x3c0a7b60 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.203 + 0x3c0a7b68 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.230 + 0x3c0a7b70 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 + 0x3c0a7b78 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c0a7b80 _esp_system_init_fn_array_end = ABSOLUTE (.) + 0x3c0a7b80 _rodata_end = ABSOLUTE (.) + 0x3c0a7b80 . = 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 0x3c0a7b80 0x0 + 0x3c0a7b80 . = 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 0x3c0a7b80 0x0 + 0x3c0a7b80 . = 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 0x3c0a7b80 0x0 + 0x3c0a7b80 _thread_local_data_start = ABSOLUTE (.) + *(.tdata .tdata.* .gnu.linkonce.td.*) + 0x3c0a7b80 . = ALIGN (ALIGNOF (.flash.tbss)) + 0x3c0a7b80 _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 0x3c0a7b80 0x0 + 0x3c0a7b80 _thread_local_bss_start = ABSOLUTE (.) + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + 0x3c0a7b80 _thread_local_bss_end = ABSOLUTE (.) + +.flash.rodata_noload + 0x3c0a7b80 0x2f64 + 0x3c0a7b80 _rodata_reserved_end = ADDR (.flash.tbss) + *(.rodata_wlog_debug .rodata_wlog_debug.*) + .rodata_wlog_debug.11 + 0x3c0a7b80 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a7b92 0x2 + .rodata_wlog_debug.4 + 0x3c0a7b94 0x4c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.5 + 0x3c0a7be0 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a7c03 0x1 + .rodata_wlog_debug.6 + 0x3c0a7c04 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a7c27 0x1 + .rodata_wlog_debug.7 + 0x3c0a7c28 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a7c6a 0x2 + .rodata_wlog_debug.8 + 0x3c0a7c6c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x3c0a7c8f 0x1 + .rodata_wlog_debug.117 + 0x3c0a7c90 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.126 + 0x3c0a7cbc 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7cdd 0x3 + .rodata_wlog_debug.127 + 0x3c0a7ce0 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.128 + 0x3c0a7d18 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.129 + 0x3c0a7d48 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7d83 0x1 + .rodata_wlog_debug.130 + 0x3c0a7d84 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.27 + 0x3c0a7db4 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.28 + 0x3c0a7dcc 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7de5 0x3 + .rodata_wlog_debug.39 + 0x3c0a7de8 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e01 0x3 + .rodata_wlog_debug.40 + 0x3c0a7e04 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e1d 0x3 + .rodata_wlog_debug.5 + 0x3c0a7e20 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e2f 0x1 + .rodata_wlog_debug.6 + 0x3c0a7e30 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e3e 0x2 + .rodata_wlog_debug.7 + 0x3c0a7e40 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.73 + 0x3c0a7e50 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e6b 0x1 + .rodata_wlog_debug.74 + 0x3c0a7e6c 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e82 0x2 + .rodata_wlog_debug.8 + 0x3c0a7e84 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x3c0a7e93 0x1 + .rodata_wlog_debug.10 + 0x3c0a7e94 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.11 + 0x3c0a7eb8 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.12 + 0x3c0a7ed0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.13 + 0x3c0a7ee8 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.14 + 0x3c0a7f00 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.15 + 0x3c0a7f18 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.16 + 0x3c0a7f30 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7f5d 0x3 + .rodata_wlog_debug.17 + 0x3c0a7f60 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.18 + 0x3c0a7f78 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7f89 0x3 + .rodata_wlog_debug.19 + 0x3c0a7f8c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7f96 0x2 + .rodata_wlog_debug.20 + 0x3c0a7f98 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.21 + 0x3c0a7fb0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.22 + 0x3c0a7fc8 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7fe3 0x1 + .rodata_wlog_debug.23 + 0x3c0a7fe4 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a7ffe 0x2 + .rodata_wlog_debug.24 + 0x3c0a8000 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8029 0x3 + .rodata_wlog_debug.25 + 0x3c0a802c 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.26 + 0x3c0a804c 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8073 0x1 + .rodata_wlog_debug.27 + 0x3c0a8074 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a808f 0x1 + .rodata_wlog_debug.28 + 0x3c0a8090 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.29 + 0x3c0a80a4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a80ba 0x2 + .rodata_wlog_debug.3 + 0x3c0a80bc 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a80db 0x1 + .rodata_wlog_debug.30 + 0x3c0a80dc 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.31 + 0x3c0a80f8 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.32 + 0x3c0a8110 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.33 + 0x3c0a8128 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.34 + 0x3c0a8140 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a815b 0x1 + .rodata_wlog_debug.35 + 0x3c0a815c 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8172 0x2 + .rodata_wlog_debug.36 + 0x3c0a8174 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a818a 0x2 + .rodata_wlog_debug.38 + 0x3c0a818c 0x2f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a81bb 0x1 + .rodata_wlog_debug.39 + 0x3c0a81bc 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.4 + 0x3c0a81d4 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a81e9 0x3 + .rodata_wlog_debug.40 + 0x3c0a81ec 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.41 + 0x3c0a8204 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.42 + 0x3c0a8240 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8261 0x3 + .rodata_wlog_debug.43 + 0x3c0a8264 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.45 + 0x3c0a827c 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8295 0x3 + .rodata_wlog_debug.46 + 0x3c0a8298 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a82ae 0x2 + .rodata_wlog_debug.5 + 0x3c0a82b0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.58 + 0x3c0a82c8 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.59 + 0x3c0a82e4 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8307 0x1 + .rodata_wlog_debug.6 + 0x3c0a8308 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.60 + 0x3c0a8320 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a832f 0x1 + .rodata_wlog_debug.61 + 0x3c0a8330 0x37 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8367 0x1 + .rodata_wlog_debug.62 + 0x3c0a8368 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a838b 0x1 + .rodata_wlog_debug.63 + 0x3c0a838c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a83af 0x1 + .rodata_wlog_debug.64 + 0x3c0a83b0 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a83ee 0x2 + .rodata_wlog_debug.65 + 0x3c0a83f0 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8413 0x1 + .rodata_wlog_debug.7 + 0x3c0a8414 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.72 + 0x3c0a842c 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a845f 0x1 + .rodata_wlog_debug.74 + 0x3c0a8460 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a849f 0x1 + .rodata_wlog_debug.75 + 0x3c0a84a0 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a84b7 0x1 + .rodata_wlog_debug.76 + 0x3c0a84b8 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a84de 0x2 + .rodata_wlog_debug.77 + 0x3c0a84e0 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.78 + 0x3c0a8520 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8556 0x2 + .rodata_wlog_debug.79 + 0x3c0a8558 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.8 + 0x3c0a8578 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.80 + 0x3c0a85a4 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a85ba 0x2 + .rodata_wlog_debug.81 + 0x3c0a85bc 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a85e1 0x3 + .rodata_wlog_debug.82 + 0x3c0a85e4 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a85fd 0x3 + .rodata_wlog_debug.83 + 0x3c0a8600 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8625 0x3 + .rodata_wlog_debug.84 + 0x3c0a8628 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8655 0x3 + .rodata_wlog_debug.85 + 0x3c0a8658 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a8671 0x3 + .rodata_wlog_debug.86 + 0x3c0a8674 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a869e 0x2 + .rodata_wlog_debug.87 + 0x3c0a86a0 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a86b7 0x1 + .rodata_wlog_debug.9 + 0x3c0a86b8 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.96 + 0x3c0a86d0 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0a86e9 0x3 + .rodata_wlog_debug.98 + 0x3c0a86ec 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.99 + 0x3c0a8704 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.3 + 0x3c0a871c 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + *fill* 0x3c0a873f 0x1 + .rodata_wlog_debug.4 + 0x3c0a8740 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.5 + 0x3c0a8754 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + *fill* 0x3c0a8769 0x3 + .rodata_wlog_debug.6 + 0x3c0a876c 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.7 + 0x3c0a8780 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + *fill* 0x3c0a87a1 0x3 + .rodata_wlog_debug.15 + 0x3c0a87a4 0x47 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a87eb 0x1 + .rodata_wlog_debug.16 + 0x3c0a87ec 0x47 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a8833 0x1 + .rodata_wlog_debug.17 + 0x3c0a8834 0x34 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_debug.18 + 0x3c0a8868 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a8892 0x2 + .rodata_wlog_debug.19 + 0x3c0a8894 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a88af 0x1 + .rodata_wlog_debug.20 + 0x3c0a88b0 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a88eb 0x1 + .rodata_wlog_debug.21 + 0x3c0a88ec 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_debug.23 + 0x3c0a8928 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_debug.25 + 0x3c0a894c 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_debug.26 + 0x3c0a8984 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a89a9 0x3 + .rodata_wlog_debug.60 + 0x3c0a89ac 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a89d1 0x3 + .rodata_wlog_debug.79 + 0x3c0a89d4 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0a89f3 0x1 + .rodata_wlog_debug.15 + 0x3c0a89f4 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .rodata_wlog_debug.22 + 0x3c0a8a0c 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a8a37 0x1 + .rodata_wlog_debug.42 + 0x3c0a8a38 0x35 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0a8a6d 0x3 + .rodata_wlog_debug.20 + 0x3c0a8a70 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8a82 0x2 + .rodata_wlog_debug.23 + 0x3c0a8a84 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8a9a 0x2 + .rodata_wlog_debug.24 + 0x3c0a8a9c 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8ace 0x2 + .rodata_wlog_debug.26 + 0x3c0a8ad0 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8b02 0x2 + .rodata_wlog_debug.32 + 0x3c0a8b04 0x2e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8b32 0x2 + .rodata_wlog_debug.39 + 0x3c0a8b34 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.40 + 0x3c0a8b54 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8b7a 0x2 + .rodata_wlog_debug.41 + 0x3c0a8b7c 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8b9a 0x2 + .rodata_wlog_debug.42 + 0x3c0a8b9c 0x5b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8bf7 0x1 + .rodata_wlog_debug.43 + 0x3c0a8bf8 0x4e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8c46 0x2 + .rodata_wlog_debug.44 + 0x3c0a8c48 0x3c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.48 + 0x3c0a8c84 0x52 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8cd6 0x2 + .rodata_wlog_debug.49 + 0x3c0a8cd8 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0a8d22 0x2 + .rodata_wlog_debug.100 + 0x3c0a8d24 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8d5a 0x2 + .rodata_wlog_debug.101 + 0x3c0a8d5c 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.102 + 0x3c0a8d74 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8d92 0x2 + .rodata_wlog_debug.104 + 0x3c0a8d94 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8db7 0x1 + .rodata_wlog_debug.112 + 0x3c0a8db8 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8de5 0x3 + .rodata_wlog_debug.113 + 0x3c0a8de8 0x29 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8e11 0x3 + .rodata_wlog_debug.114 + 0x3c0a8e14 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.115 + 0x3c0a8e44 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8e5f 0x1 + .rodata_wlog_debug.116 + 0x3c0a8e60 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8e7d 0x3 + .rodata_wlog_debug.12 + 0x3c0a8e80 0x35 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8eb5 0x3 + .rodata_wlog_debug.18 + 0x3c0a8eb8 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8ee3 0x1 + .rodata_wlog_debug.19 + 0x3c0a8ee4 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.20 + 0x3c0a8f08 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.23 + 0x3c0a8f30 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8f62 0x2 + .rodata_wlog_debug.24 + 0x3c0a8f64 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.25 + 0x3c0a8f70 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8f89 0x3 + .rodata_wlog_debug.29 + 0x3c0a8f8c 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8fb6 0x2 + .rodata_wlog_debug.3 + 0x3c0a8fb8 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a8ffe 0x2 + .rodata_wlog_debug.44 + 0x3c0a9000 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a900e 0x2 + .rodata_wlog_debug.45 + 0x3c0a9010 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a901e 0x2 + .rodata_wlog_debug.57 + 0x3c0a9020 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a905b 0x1 + .rodata_wlog_debug.58 + 0x3c0a905c 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a90a6 0x2 + .rodata_wlog_debug.59 + 0x3c0a90a8 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a90ea 0x2 + .rodata_wlog_debug.62 + 0x3c0a90ec 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a90ff 0x1 + .rodata_wlog_debug.64 + 0x3c0a9100 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a9115 0x3 + .rodata_wlog_debug.72 + 0x3c0a9118 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.73 + 0x3c0a9128 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a915e 0x2 + .rodata_wlog_debug.74 + 0x3c0a9160 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.75 + 0x3c0a918c 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.76 + 0x3c0a91b8 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.77 + 0x3c0a91f8 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.78 + 0x3c0a9220 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.79 + 0x3c0a922c 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a923f 0x1 + .rodata_wlog_debug.8 + 0x3c0a9240 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a9259 0x3 + .rodata_wlog_debug.82 + 0x3c0a925c 0x6d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a92c9 0x3 + .rodata_wlog_debug.83 + 0x3c0a92cc 0x6d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a9339 0x3 + .rodata_wlog_debug.84 + 0x3c0a933c 0x38 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.85 + 0x3c0a9374 0x71 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a93e5 0x3 + .rodata_wlog_debug.86 + 0x3c0a93e8 0x6d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a9455 0x3 + .rodata_wlog_debug.87 + 0x3c0a9458 0x4a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a94a2 0x2 + .rodata_wlog_debug.88 + 0x3c0a94a4 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a94df 0x1 + .rodata_wlog_debug.9 + 0x3c0a94e0 0x54 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.93 + 0x3c0a9534 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a955e 0x2 + .rodata_wlog_debug.94 + 0x3c0a9560 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a956f 0x1 + .rodata_wlog_debug.95 + 0x3c0a9570 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a957f 0x1 + .rodata_wlog_debug.96 + 0x3c0a9580 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a958f 0x1 + .rodata_wlog_debug.97 + 0x3c0a9590 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a959e 0x2 + .rodata_wlog_debug.98 + 0x3c0a95a0 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0a95c6 0x2 + .rodata_wlog_debug.99 + 0x3c0a95c8 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.10 + 0x3c0a95f4 0x2a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a961e 0x2 + .rodata_wlog_debug.100 + 0x3c0a9620 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a963e 0x2 + .rodata_wlog_debug.101 + 0x3c0a9640 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9665 0x3 + .rodata_wlog_debug.102 + 0x3c0a9668 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a968e 0x2 + .rodata_wlog_debug.104 + 0x3c0a9690 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a96c6 0x2 + .rodata_wlog_debug.106 + 0x3c0a96c8 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a96ee 0x2 + .rodata_wlog_debug.11 + 0x3c0a96f0 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9726 0x2 + .rodata_wlog_debug.110 + 0x3c0a9728 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9741 0x3 + .rodata_wlog_debug.111 + 0x3c0a9744 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a975d 0x3 + .rodata_wlog_debug.112 + 0x3c0a9760 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.14 + 0x3c0a9778 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.15 + 0x3c0a9798 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a97bb 0x1 + .rodata_wlog_debug.16 + 0x3c0a97bc 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a97da 0x2 + .rodata_wlog_debug.27 + 0x3c0a97dc 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.28 + 0x3c0a97f4 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.29 + 0x3c0a9818 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.3 + 0x3c0a9830 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.30 + 0x3c0a9848 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.31 + 0x3c0a9858 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9869 0x3 + .rodata_wlog_debug.32 + 0x3c0a986c 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9879 0x3 + .rodata_wlog_debug.33 + 0x3c0a987c 0xa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9886 0x2 + .rodata_wlog_debug.34 + 0x3c0a9888 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9896 0x2 + .rodata_wlog_debug.35 + 0x3c0a9898 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a98af 0x1 + .rodata_wlog_debug.36 + 0x3c0a98b0 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a98c6 0x2 + .rodata_wlog_debug.37 + 0x3c0a98c8 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a98e9 0x3 + .rodata_wlog_debug.38 + 0x3c0a98ec 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a990d 0x3 + .rodata_wlog_debug.39 + 0x3c0a9910 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9923 0x1 + .rodata_wlog_debug.4 + 0x3c0a9924 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.40 + 0x3c0a9934 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9951 0x3 + .rodata_wlog_debug.41 + 0x3c0a9954 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.44 + 0x3c0a996c 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9982 0x2 + .rodata_wlog_debug.45 + 0x3c0a9984 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.46 + 0x3c0a99b0 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.49 + 0x3c0a99c8 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9a06 0x2 + .rodata_wlog_debug.5 + 0x3c0a9a08 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9a1e 0x2 + .rodata_wlog_debug.51 + 0x3c0a9a20 0x1b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9a3b 0x1 + .rodata_wlog_debug.52 + 0x3c0a9a3c 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9a72 0x2 + .rodata_wlog_debug.53 + 0x3c0a9a74 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.54 + 0x3c0a9a8c 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9aa5 0x3 + .rodata_wlog_debug.58 + 0x3c0a9aa8 0x35 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9add 0x3 + .rodata_wlog_debug.59 + 0x3c0a9ae0 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9af6 0x2 + .rodata_wlog_debug.6 + 0x3c0a9af8 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9b16 0x2 + .rodata_wlog_debug.60 + 0x3c0a9b18 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9b43 0x1 + .rodata_wlog_debug.61 + 0x3c0a9b44 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9b5a 0x2 + .rodata_wlog_debug.66 + 0x3c0a9b5c 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9b7b 0x1 + .rodata_wlog_debug.67 + 0x3c0a9b7c 0x42 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9bbe 0x2 + .rodata_wlog_debug.68 + 0x3c0a9bc0 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9bfd 0x3 + .rodata_wlog_debug.7 + 0x3c0a9c00 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9c25 0x3 + .rodata_wlog_debug.70 + 0x3c0a9c28 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9c3d 0x3 + .rodata_wlog_debug.71 + 0x3c0a9c40 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.72 + 0x3c0a9c50 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9c5e 0x2 + .rodata_wlog_debug.73 + 0x3c0a9c60 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9c92 0x2 + .rodata_wlog_debug.74 + 0x3c0a9c94 0x3d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9cd1 0x3 + .rodata_wlog_debug.75 + 0x3c0a9cd4 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9ce3 0x1 + .rodata_wlog_debug.76 + 0x3c0a9ce4 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.78 + 0x3c0a9cfc 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9d15 0x3 + .rodata_wlog_debug.79 + 0x3c0a9d18 0x27 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9d3f 0x1 + .rodata_wlog_debug.8 + 0x3c0a9d40 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9d66 0x2 + .rodata_wlog_debug.82 + 0x3c0a9d68 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.83 + 0x3c0a9d80 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.84 + 0x3c0a9d98 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.85 + 0x3c0a9db0 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9ddb 0x1 + .rodata_wlog_debug.86 + 0x3c0a9ddc 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.87 + 0x3c0a9e08 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.9 + 0x3c0a9e34 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9e53 0x1 + .rodata_wlog_debug.96 + 0x3c0a9e54 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9e69 0x3 + .rodata_wlog_debug.99 + 0x3c0a9e6c 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0a9e91 0x3 + .rodata_wlog_debug.10 + 0x3c0a9e94 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ea6 0x2 + .rodata_wlog_debug.11 + 0x3c0a9ea8 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ebd 0x3 + .rodata_wlog_debug.12 + 0x3c0a9ec0 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ed1 0x3 + .rodata_wlog_debug.13 + 0x3c0a9ed4 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ee6 0x2 + .rodata_wlog_debug.14 + 0x3c0a9ee8 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ef9 0x3 + .rodata_wlog_debug.15 + 0x3c0a9efc 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f0e 0x2 + .rodata_wlog_debug.16 + 0x3c0a9f10 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f29 0x3 + .rodata_wlog_debug.17 + 0x3c0a9f2c 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f3e 0x2 + .rodata_wlog_debug.18 + 0x3c0a9f40 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.19 + 0x3c0a9f50 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f61 0x3 + .rodata_wlog_debug.20 + 0x3c0a9f64 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f76 0x2 + .rodata_wlog_debug.21 + 0x3c0a9f78 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9f91 0x3 + .rodata_wlog_debug.22 + 0x3c0a9f94 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9fa6 0x2 + .rodata_wlog_debug.23 + 0x3c0a9fa8 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9fba 0x2 + .rodata_wlog_debug.24 + 0x3c0a9fbc 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9fce 0x2 + .rodata_wlog_debug.25 + 0x3c0a9fd0 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9fe2 0x2 + .rodata_wlog_debug.26 + 0x3c0a9fe4 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0a9ff6 0x2 + .rodata_wlog_debug.31 + 0x3c0a9ff8 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa02e 0x2 + .rodata_wlog_debug.32 + 0x3c0aa030 0x47 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa077 0x1 + .rodata_wlog_debug.33 + 0x3c0aa078 0x40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.34 + 0x3c0aa0b8 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa0f7 0x1 + .rodata_wlog_debug.35 + 0x3c0aa0f8 0x46 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa13e 0x2 + .rodata_wlog_debug.36 + 0x3c0aa140 0x23 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa163 0x1 + .rodata_wlog_debug.37 + 0x3c0aa164 0x1f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa183 0x1 + .rodata_wlog_debug.38 + 0x3c0aa184 0xc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.39 + 0x3c0aa190 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa1bb 0x1 + .rodata_wlog_debug.4 + 0x3c0aa1bc 0x49 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa205 0x3 + .rodata_wlog_debug.40 + 0x3c0aa208 0x26 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa22e 0x2 + .rodata_wlog_debug.41 + 0x3c0aa230 0x58 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.42 + 0x3c0aa288 0x56 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa2de 0x2 + .rodata_wlog_debug.5 + 0x3c0aa2e0 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa31b 0x1 + .rodata_wlog_debug.6 + 0x3c0aa31c 0xb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa327 0x1 + .rodata_wlog_debug.9 + 0x3c0aa328 0x36 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + *fill* 0x3c0aa35e 0x2 + .rodata_wlog_debug.4 + 0x3c0aa360 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + *fill* 0x3c0aa379 0x3 + .rodata_wlog_debug.5 + 0x3c0aa37c 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + *fill* 0x3c0aa395 0x3 + .rodata_wlog_debug.6 + 0x3c0aa398 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + *fill* 0x3c0aa3b1 0x3 + .rodata_wlog_debug.7 + 0x3c0aa3b4 0x19 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + *fill* 0x3c0aa3cd 0x3 + .rodata_wlog_verbose.10 + 0x3c0aa3d0 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0aa3e7 0x1 + .rodata_wlog_verbose.11 + 0x3c0aa3e8 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0aa3fe 0x2 + .rodata_wlog_verbose.2 + 0x3c0aa400 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.3 + 0x3c0aa420 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0aa437 0x1 + .rodata_wlog_verbose.4 + 0x3c0aa438 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.5 + 0x3c0aa448 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.6 + 0x3c0aa458 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0aa485 0x3 + .rodata_wlog_verbose.9 + 0x3c0aa488 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + *fill* 0x3c0aa49f 0x1 + .rodata_wlog_verbose.47 + 0x3c0aa4a0 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0aa4ae 0x2 + .rodata_wlog_verbose.48 + 0x3c0aa4b0 0x14 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.49 + 0x3c0aa4c4 0x17 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0aa4db 0x1 + .rodata_wlog_verbose.52 + 0x3c0aa4dc 0x3e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0aa51a 0x2 + .rodata_wlog_verbose.53 + 0x3c0aa51c 0x24 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.54 + 0x3c0aa540 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + *fill* 0x3c0aa555 0x3 + .rodata_wlog_verbose.62 + 0x3c0aa558 0xf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + *fill* 0x3c0aa567 0x1 + .rodata_wlog_verbose.63 + 0x3c0aa568 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_verbose.11 + 0x3c0aa588 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + *fill* 0x3c0aa5c3 0x1 + .rodata_wlog_verbose.25 + 0x3c0aa5c4 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + *fill* 0x3c0aa603 0x1 + .rodata_wlog_verbose.105 + 0x3c0aa604 0x1e /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa622 0x2 + .rodata_wlog_verbose.106 + 0x3c0aa624 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa637 0x1 + .rodata_wlog_verbose.107 + 0x3c0aa638 0x18 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.108 + 0x3c0aa650 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa663 0x1 + .rodata_wlog_verbose.109 + 0x3c0aa664 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa677 0x1 + .rodata_wlog_verbose.110 + 0x3c0aa678 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa68b 0x1 + .rodata_wlog_verbose.111 + 0x3c0aa68c 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa69f 0x1 + .rodata_wlog_verbose.13 + 0x3c0aa6a0 0x3b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa6db 0x1 + .rodata_wlog_verbose.15 + 0x3c0aa6dc 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa6f6 0x2 + .rodata_wlog_verbose.16 + 0x3c0aa6f8 0x13 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa70b 0x1 + .rodata_wlog_verbose.2 + 0x3c0aa70c 0x3f /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa74b 0x1 + .rodata_wlog_verbose.21 + 0x3c0aa74c 0x11 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa75d 0x3 + .rodata_wlog_verbose.22 + 0x3c0aa760 0x15 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa775 0x3 + .rodata_wlog_verbose.26 + 0x3c0aa778 0x45 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa7bd 0x3 + .rodata_wlog_verbose.27 + 0x3c0aa7c0 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa7da 0x2 + .rodata_wlog_verbose.28 + 0x3c0aa7dc 0x1a /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa7f6 0x2 + .rodata_wlog_verbose.30 + 0x3c0aa7f8 0xe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa806 0x2 + .rodata_wlog_verbose.31 + 0x3c0aa808 0x16 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa81e 0x2 + .rodata_wlog_verbose.32 + 0x3c0aa820 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa83d 0x3 + .rodata_wlog_verbose.33 + 0x3c0aa840 0x10 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.34 + 0x3c0aa850 0x2c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.35 + 0x3c0aa87c 0x20 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.36 + 0x3c0aa89c 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa8c1 0x3 + .rodata_wlog_verbose.37 + 0x3c0aa8c4 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.38 + 0x3c0aa8e0 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa901 0x3 + .rodata_wlog_verbose.39 + 0x3c0aa904 0x22 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa926 0x2 + .rodata_wlog_verbose.40 + 0x3c0aa928 0x30 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.41 + 0x3c0aa958 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.42 + 0x3c0aa980 0x28 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.43 + 0x3c0aa9a8 0x25 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa9cd 0x3 + .rodata_wlog_verbose.47 + 0x3c0aa9d0 0x1d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aa9ed 0x3 + .rodata_wlog_verbose.49 + 0x3c0aa9f0 0x2d /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aaa1d 0x3 + .rodata_wlog_verbose.50 + 0x3c0aaa20 0xd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + *fill* 0x3c0aaa2d 0x3 + .rodata_wlog_verbose.47 + 0x3c0aaa30 0x2b /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0aaa5b 0x1 + .rodata_wlog_verbose.62 + 0x3c0aaa5c 0x33 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0aaa8f 0x1 + .rodata_wlog_verbose.63 + 0x3c0aaa90 0x12 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0aaaa2 0x2 + .rodata_wlog_verbose.65 + 0x3c0aaaa4 0x21 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + *fill* 0x3c0aaac5 0x3 + .rodata_wlog_verbose.77 + 0x3c0aaac8 0x1c /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + +.iram0.text_end + 0x40393850 0x1b0 + 0x40393860 . = (. + 0x10) + *fill* 0x40393850 0x10 + 0x40393a00 . = ALIGN (0x200) + *fill* 0x40393860 0x1a0 + *(.iram_end_test) + 0x40393a00 _iram_text_end = ABSOLUTE (.) + +.iram0.data 0x40393a00 0x0 + 0x40393a00 . = ALIGN (0x10) + 0x40393a00 _iram_data_start = ABSOLUTE (.) + *(.iram.data .iram.data.*) + 0x40393a00 _coredump_iram_start = ABSOLUTE (.) + *(.iram2.coredump .iram2.coredump.*) + 0x40393a00 _coredump_iram_end = ABSOLUTE (.) + 0x40393a00 _iram_data_end = ABSOLUTE (.) + +.iram0.bss 0x40393a00 0x0 + 0x40393a00 . = ALIGN (0x10) + 0x40393a00 _iram_bss_start = ABSOLUTE (.) + *(.iram.bss .iram.bss.*) + 0x40393a00 _iram_bss_end = ABSOLUTE (.) + 0x40393a00 . = ALIGN (0x10) + 0x40393a00 _iram_end = ABSOLUTE (.) + +.dram0.heap_start + 0x3fc9aaa8 0x8 + 0x3fc9aab0 . = ALIGN (0x10) + *fill* 0x3fc9aaa8 0x8 + 0x3fc9aab0 _heap_start = ABSOLUTE (.) + +.debug + *(.debug) + +.line + *(.line) + +.debug_srcinfo + *(.debug_srcinfo) + +.debug_sfnames + *(.debug_sfnames) + +.debug_aranges 0x00000000 0xc6f8 + *(.debug_aranges) + .debug_aranges + 0x00000000 0x38 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_aranges + 0x00000038 0x40 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_aranges + 0x00000078 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x00000118 0xc8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x000001e0 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x000001f8 0x48 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000240 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_aranges + 0x00000270 0x50 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_aranges + 0x000002c0 0xb8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_aranges + 0x00000378 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_aranges + 0x000003a0 0x40 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_aranges + 0x000003e0 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_aranges + 0x00000410 0x40 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_aranges + 0x00000450 0x40 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_aranges + 0x00000490 0x28 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_aranges + 0x000004b8 0x38 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_aranges + 0x000004f0 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_aranges + 0x00000520 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_aranges + 0x000005a8 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_aranges + 0x000005e8 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_aranges + 0x00000640 0x90 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_aranges + 0x000006d0 0x50 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_aranges + 0x00000720 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_aranges + 0x00000748 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000790 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x000007e8 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x00000858 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_aranges + 0x000008c0 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_aranges + 0x00000900 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_aranges + 0x00000928 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_aranges + 0x00000950 0x30 esp-idf/log/liblog.a(log_write.c.obj) + .debug_aranges + 0x00000980 0x20 esp-idf/log/liblog.a(log_level.c.obj) + .debug_aranges + 0x000009a0 0x40 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_aranges + 0x000009e0 0x40 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_aranges + 0x00000a20 0x50 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_aranges + 0x00000a70 0x30 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_aranges + 0x00000aa0 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_aranges + 0x00000bc8 0x50 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_aranges + 0x00000c18 0xe8 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_aranges + 0x00000d00 0xd0 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_aranges + 0x00000dd0 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_aranges + 0x00000e10 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_aranges + 0x00000e28 0x50 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_aranges + 0x00000e78 0x28 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_aranges + 0x00000ea0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_aranges + 0x00000f00 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_aranges + 0x00000f68 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_aranges + 0x00001050 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_aranges + 0x00001108 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_aranges + 0x00001160 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_aranges + 0x000011c0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_aranges + 0x00001228 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x00001358 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_aranges + 0x000013a0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_aranges + 0x000013f0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x00001458 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_aranges + 0x000014c8 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_aranges + 0x00001628 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_aranges + 0x00001660 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_aranges + 0x00001688 0x1b0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_aranges + 0x00001838 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_aranges + 0x00001880 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_aranges + 0x000018a8 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_aranges + 0x00001a08 0x298 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_aranges + 0x00001ca0 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_aranges + 0x00001d50 0x50 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_aranges + 0x00001da0 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_aranges + 0x00001dc8 0x38 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_aranges + 0x00001e00 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_aranges + 0x00001e40 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_aranges + 0x00001e60 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_aranges + 0x00001e98 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_aranges + 0x00001f38 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_aranges + 0x00002010 0x38 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_aranges + 0x00002048 0x28 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_aranges + 0x00002070 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_aranges + 0x00002098 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_aranges + 0x000020e8 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_aranges + 0x00002148 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_aranges + 0x000021c8 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_aranges + 0x00002218 0x170 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_aranges + 0x00002388 0x88 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_aranges + 0x00002410 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_aranges + 0x00002470 0x68 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_aranges + 0x000024d8 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_aranges + 0x00002530 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_aranges + 0x00002580 0x28 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_aranges + 0x000025a8 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_aranges + 0x000025d8 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_aranges + 0x00002608 0x38 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_aranges + 0x00002640 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_aranges + 0x000026b0 0x130 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_aranges + 0x000027e0 0x250 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_aranges + 0x00002a30 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_aranges + 0x00002a68 0x118 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_aranges + 0x00002b80 0x68 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_aranges + 0x00002be8 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_aranges + 0x00002c38 0xa8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_aranges + 0x00002ce0 0x238 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_aranges + 0x00002f18 0xa0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_aranges + 0x00002fb8 0x58 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_aranges + 0x00003010 0x58 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_aranges + 0x00003068 0x20 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_aranges + 0x00003088 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_aranges + 0x000030c8 0x20 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_aranges + 0x000030e8 0x20 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_aranges + 0x00003108 0x220 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_aranges + 0x00003328 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x00003348 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x000033f8 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_aranges + 0x00003470 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x000034b8 0xc8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_aranges + 0x00003580 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_aranges + 0x00003598 0x20 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_aranges + 0x000035b8 0x50 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_aranges + 0x00003608 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_aranges + 0x00003638 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_aranges + 0x000036b0 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_aranges + 0x00003728 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_aranges + 0x00003780 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_aranges + 0x00003890 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_aranges + 0x000038f8 0xc8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_aranges + 0x000039c0 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_aranges + 0x00003a00 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_aranges + 0x00003a18 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_aranges + 0x00003b28 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_aranges + 0x00003b60 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_aranges + 0x00003b90 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_aranges + 0x00003bd8 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_aranges + 0x00003c38 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_aranges + 0x00003c60 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_aranges + 0x00003c88 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_aranges + 0x00003d00 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_aranges + 0x00003d30 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_aranges + 0x00003d88 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_aranges + 0x00003df0 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_aranges + 0x00003e20 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_aranges + 0x00003f00 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_aranges + 0x00003f50 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_aranges + 0x00003f70 0x78 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_aranges + 0x00003fe8 0x50 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_aranges + 0x00004038 0xc0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_aranges + 0x000040f8 0x50 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_aranges + 0x00004148 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_aranges + 0x000041a0 0x90 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_aranges + 0x00004230 0xf0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_aranges + 0x00004320 0x70 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_aranges + 0x00004390 0x18 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_aranges + 0x000043a8 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x000043c0 0x58 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_aranges + 0x00004418 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_aranges + 0x00004448 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x00004468 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_aranges + 0x00004490 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_aranges + 0x000044c0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_aranges + 0x00004508 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_aranges + 0x00004530 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_aranges + 0x00004620 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_aranges + 0x00004680 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_aranges + 0x000046a8 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_aranges + 0x000046c8 0x430 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_aranges + 0x00004af8 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_aranges + 0x00004c78 0x58 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_aranges + 0x00004cd0 0xe0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_aranges + 0x00004db0 0x330 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_aranges + 0x000050e0 0x1a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_aranges + 0x00005280 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_aranges + 0x00005348 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_aranges + 0x000053c0 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_aranges + 0x00005480 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_aranges + 0x000054b8 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_aranges + 0x00005518 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_aranges + 0x00005648 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_aranges + 0x000056c8 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_aranges + 0x000056f0 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_aranges + 0x00005728 0x438 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_aranges + 0x00005b60 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_aranges + 0x00005b80 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_aranges + 0x00005cd0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_aranges + 0x00005d10 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_aranges + 0x00005d68 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_aranges + 0x00005df8 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_aranges + 0x00005ee0 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_aranges + 0x00005f30 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_aranges + 0x00005f90 0x88 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_aranges + 0x00006018 0x260 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_aranges + 0x00006278 0x70 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_aranges + 0x000062e8 0x30 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_aranges + 0x00006318 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_aranges + 0x000064e8 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_aranges + 0x00006630 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_aranges + 0x00006740 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_aranges + 0x00006848 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_aranges + 0x00006890 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_aranges + 0x00006910 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_aranges + 0x000069d8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_aranges + 0x00006a00 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_aranges + 0x00006a40 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_aranges + 0x00006a68 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_aranges + 0x00006a90 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_aranges + 0x00006ac8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_aranges + 0x00006b40 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_aranges + 0x00006b68 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_aranges + 0x00006bb8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_aranges + 0x00006bf0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_aranges + 0x00006c70 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_aranges + 0x00006cf0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_aranges + 0x00006d50 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_aranges + 0x00006db8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_aranges + 0x00006e18 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_aranges + 0x00006eb0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_aranges + 0x00006f00 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_aranges + 0x00006f88 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_aranges + 0x00007030 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_aranges + 0x000070f0 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_aranges + 0x000071a0 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_aranges + 0x00007238 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_aranges + 0x00007400 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_aranges + 0x00007440 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_aranges + 0x00007498 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_aranges + 0x000074f0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_aranges + 0x000075a8 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_aranges + 0x00007688 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_aranges + 0x00007728 0x2b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_aranges + 0x000079e0 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_aranges + 0x00007a78 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_aranges + 0x00007b08 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_aranges + 0x00007ba0 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_aranges + 0x00007cd0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_aranges + 0x00007cf0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_aranges + 0x00007d18 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_aranges + 0x00007d58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_aranges + 0x00007d78 0x90 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_aranges + 0x00007e08 0x78 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_aranges + 0x00007e80 0x38 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_aranges + 0x00007eb8 0x68 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_aranges + 0x00007f20 0x48 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_aranges + 0x00007f68 0xa8 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_aranges + 0x00008010 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_aranges + 0x00008050 0x80 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_aranges + 0x000080d0 0x18 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_aranges + 0x000080e8 0x18 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .debug_aranges + 0x00008100 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_aranges + 0x00008180 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_aranges + 0x00008270 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_aranges + 0x00008298 0x78 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_aranges + 0x00008310 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_aranges + 0x00008368 0xe8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_aranges + 0x00008450 0xc8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_aranges + 0x00008518 0x18 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_aranges + 0x00008530 0xa8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_aranges + 0x000085d8 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_aranges + 0x00008828 0xa8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_aranges + 0x000088d0 0x50 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_aranges + 0x00008920 0xd0 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_aranges + 0x000089f0 0x20 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_aranges + 0x00008a10 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_aranges + 0x00008a48 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_aranges + 0x00008a88 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_aranges + 0x00008ae0 0x150 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_aranges + 0x00008c30 0x148 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_aranges + 0x00008d78 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_aranges + 0x00008e00 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_aranges + 0x00008fd0 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_aranges + 0x00009040 0xf0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_aranges + 0x00009130 0x70 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_aranges + 0x000091a0 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_aranges + 0x00009240 0x150 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_aranges + 0x00009390 0xb0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_aranges + 0x00009440 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_aranges + 0x00009470 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_aranges + 0x00009520 0x68 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_aranges + 0x00009588 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_aranges + 0x000095d0 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_aranges + 0x000095f0 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_aranges + 0x00009650 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_aranges + 0x000096a8 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_aranges + 0x000096d8 0x20 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_aranges + 0x000096f8 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_aranges + 0x00009780 0x110 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_aranges + 0x00009890 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_aranges + 0x000098b8 0x28 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_aranges + 0x000098e0 0x40 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_aranges + 0x00009920 0xf8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_aranges + 0x00009a18 0x60 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_aranges + 0x00009a78 0x50 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_aranges + 0x00009ac8 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_aranges + 0x00009be8 0x140 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_aranges + 0x00009d28 0x20 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_aranges + 0x00009d48 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_aranges + 0x00009da8 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_aranges + 0x00009e18 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_aranges + 0x00009ee0 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_aranges + 0x00009f80 0x220 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_aranges + 0x0000a1a0 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_aranges + 0x0000a258 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_aranges + 0x0000a288 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_aranges + 0x0000a2e8 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_aranges + 0x0000a4e0 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_aranges + 0x0000a560 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_aranges + 0x0000a5e0 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_aranges + 0x0000a808 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_aranges + 0x0000a868 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_aranges + 0x0000a8e8 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_aranges + 0x0000a958 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_aranges + 0x0000a9f0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_aranges + 0x0000aa28 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_aranges + 0x0000ac20 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_aranges + 0x0000ac78 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_aranges + 0x0000ad68 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_aranges + 0x0000ad88 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_aranges + 0x0000adb8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_aranges + 0x0000ade0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_aranges + 0x0000ae00 0x230 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_aranges + 0x0000b030 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_aranges + 0x0000b080 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_aranges + 0x0000b0f8 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_aranges + 0x0000b198 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_aranges + 0x0000b310 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_aranges + 0x0000b388 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_aranges + 0x0000b468 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_aranges + 0x0000b488 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_aranges + 0x0000b4a8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_aranges + 0x0000b4c8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_aranges + 0x0000b518 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_aranges + 0x0000b590 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_aranges + 0x0000b628 0xa8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_aranges + 0x0000b6d0 0x58 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_aranges + 0x0000b728 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_aranges + 0x0000b830 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_aranges + 0x0000b868 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_aranges + 0x0000b958 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_aranges + 0x0000ba00 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_aranges + 0x0000ba58 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_aranges + 0x0000ba98 0x100 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_aranges + 0x0000bb98 0xa0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_aranges + 0x0000bc38 0xa0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_aranges + 0x0000bcd8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_aranges + 0x0000bcf8 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_aranges + 0x0000bd70 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_aranges + 0x0000bd90 0x48 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_aranges + 0x0000bdd8 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_aranges + 0x0000be18 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_aranges + 0x0000be70 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_aranges + 0x0000be90 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_aranges + 0x0000beb0 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_aranges + 0x0000bef0 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_aranges + 0x0000bf68 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_aranges + 0x0000bfa8 0xa8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_aranges + 0x0000c050 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_aranges + 0x0000c070 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_aranges + 0x0000c088 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_aranges + 0x0000c0a8 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_aranges + 0x0000c0d8 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_aranges + 0x0000c1c0 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_aranges + 0x0000c1f0 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_aranges + 0x0000c208 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_aranges + 0x0000c220 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_aranges + 0x0000c240 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_aranges + 0x0000c260 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_aranges + 0x0000c280 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_aranges + 0x0000c2a0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_aranges + 0x0000c2c0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_aranges + 0x0000c2e0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_aranges + 0x0000c300 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_aranges + 0x0000c320 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_aranges + 0x0000c340 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_aranges + 0x0000c360 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_aranges + 0x0000c380 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_aranges + 0x0000c3a0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_aranges + 0x0000c3c0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_aranges + 0x0000c3e0 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_aranges + 0x0000c400 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_aranges + 0x0000c420 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_aranges + 0x0000c440 0x18 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_aranges + 0x0000c458 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_aranges + 0x0000c478 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_aranges + 0x0000c498 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_aranges + 0x0000c4b8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_aranges + 0x0000c4d8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_aranges + 0x0000c4f8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_aranges + 0x0000c518 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_aranges + 0x0000c538 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_aranges + 0x0000c558 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_aranges + 0x0000c578 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_aranges + 0x0000c598 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_aranges + 0x0000c5b8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_aranges + 0x0000c5d8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_aranges + 0x0000c5f8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_aranges + 0x0000c618 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_aranges + 0x0000c638 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_aranges + 0x0000c658 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_aranges + 0x0000c678 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_aranges + 0x0000c698 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_aranges + 0x0000c6b8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_aranges + 0x0000c6d8 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_pubnames + *(.debug_pubnames) + +.debug_info 0x00000000 0x2dbeaf + *(.debug_info .gnu.linkonce.wi.*) + .debug_info 0x00000000 0x6bf esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_info 0x000006bf 0x489 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_info 0x00000b48 0x1254 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00001d9c 0x1401 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x0000319d 0x24cd esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x0000566a 0x3f68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x000095d2 0x196 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_info 0x00009768 0x42bb esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_info 0x0000da23 0xe0e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_info 0x0000e831 0x22db esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x00010b0c 0x1c2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_info 0x00010cce 0x35d6 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_info 0x000142a4 0x4aaa esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x00018d4e 0x475 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_info 0x000191c3 0x400a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_info 0x0001d1cd 0x853 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_info 0x0001da20 0x1c3 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_info 0x0001dbe3 0x6c80 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x00024863 0x3e7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x00024c4a 0x441a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x00029064 0x12b6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x0002a31a 0x57bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_info 0x0002fad5 0x3be esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x0002fe93 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x00033622 0x3a38 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0003705a 0x8286 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x0003f2e0 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_info 0x0003ff74 0x1916 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x0004188a 0x31c6 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x00044a50 0x221 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_info 0x00044c71 0x2ce esp-idf/log/liblog.a(log_write.c.obj) + .debug_info 0x00044f3f 0xeb esp-idf/log/liblog.a(log_level.c.obj) + .debug_info 0x0004502a 0x45f esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_info 0x00045489 0x43e esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_info 0x000458c7 0x460 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_info 0x00045d27 0x238 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_info 0x00045f5f 0x1c09 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x00047b68 0xd10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x00048878 0x15b6 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x00049e2e 0x7111 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_info 0x00050f3f 0x8a0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_info 0x000517df 0x313 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_info 0x00051af2 0xd99 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_info 0x0005288b 0x147 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_info 0x000529d2 0x8cb esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_info 0x0005329d 0x501 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_info 0x0005379e 0x2db0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_info 0x0005654e 0x96e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_info 0x00056ebc 0x35f2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_info 0x0005a4ae 0x22f9 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_info 0x0005c7a7 0x772 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x0005cf19 0x1967 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x0005e880 0x4260 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x00062ae0 0x8c5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_info 0x000633a5 0x6486 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x0006982b 0x4e56 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_info 0x0006e681 0x3b0c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_info 0x0007218d 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_info 0x000723b5 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_info 0x000725ee 0x8043 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_info 0x0007a631 0x5ea esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_info 0x0007ac1b 0x55c esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_info 0x0007b177 0x2fa4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x0007e11b 0x4fc7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x000830e2 0x1c57 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x00084d39 0x35a esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_info 0x00085093 0xcf1 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x00085d84 0x6564 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_info 0x0008c2e8 0x2e3 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x0008c5cb 0x26c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x0008c837 0x4a1 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x0008ccd8 0xe9b esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x0008db73 0x1034 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x0008eba7 0x1fd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x0008eda4 0x16a esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_info 0x0008ef0e 0xa2c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x0008f93a 0x178f esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x000910c9 0xe85 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x00091f4e 0x1190 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x000930de 0x610 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x000936ee 0x2165 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x00095853 0xf6d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_info 0x000967c0 0x84c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x0009700c 0x962 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_info 0x0009796e 0x5b5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_info 0x00097f23 0x1495 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x000993b8 0x892 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_info 0x00099c4a 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_info 0x00099db4 0x27e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x0009a032 0x1de esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_info 0x0009a210 0x690a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_info 0x000a0b1a 0x4c12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_info 0x000a572c 0xda64 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_info 0x000b3190 0xee5 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_info 0x000b4075 0x38a6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_info 0x000b791b 0x6f4c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_info 0x000be867 0x23f esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_info 0x000beaa6 0x209c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_info 0x000c0b42 0x676d esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x000c72af 0x1e87 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_info 0x000c9136 0xc4c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_info 0x000c9d82 0x1761 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_info 0x000cb4e3 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_info 0x000cb65c 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_info 0x000cba70 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_info 0x000cbaae 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_info 0x000cbae0 0x63f4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_info 0x000d1ed4 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x000d1f73 0x4223 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000d6196 0xc8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_info 0x000d6e24 0xba1 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x000d79c5 0x30f7 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_info 0x000daabc 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_info 0x000dac7d 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_info 0x000dadff 0xe34 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_info 0x000dbc33 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_info 0x000dbe10 0x75f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x000dc56f 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x000ddba4 0x40c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x000ddfb0 0x461d esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x000e25cd 0x653e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x000e8b0b 0x129f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x000e9daa 0x9a3 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x000ea74d 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x000eb3c6 0x2664 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x000eda2a 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x000eea3f 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_info 0x000efb32 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x000f0bf6 0x1427 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_info 0x000f201d 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_info 0x000f2f0c 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_info 0x000f3dfb 0x4785 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x000f8580 0x3d4 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x000f8954 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x000f90fb 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x000f9654 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x00102a73 0x217d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x00104bf0 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_info 0x0010e2dd 0x53e esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x0010e81b 0x101a esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x0010f835 0x410c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x00113941 0x55b2 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x00118ef3 0x4c4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x001193b7 0x84c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_info 0x00119c03 0x1800 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_info 0x0011b403 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x0011de16 0x463e esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_info 0x00122454 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_info 0x00122699 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x00122771 0x279 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_info 0x001229ea 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_info 0x00122b1e 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x00122d89 0x2fb esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_info 0x00123084 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_info 0x0012324c 0x709b esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_info 0x0012a2e7 0x678 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_info 0x0012a95f 0x1fc8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_info 0x0012c927 0x86f6 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_info 0x0013501d 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_info 0x001350f2 0x31 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x00135123 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_info 0x00139018 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x0013c6b0 0x741 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_info 0x0013cdf1 0x2f2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_info 0x0013fd1c 0xdfe5 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x0014dd01 0xd520 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x0015b221 0x919b esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x001643bc 0x17a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x00165b5c 0xa905 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x00170461 0xa20 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_info 0x00170e81 0x5855 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x001766d6 0x914d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x0017f823 0x89c1 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x001881e4 0x1012 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x001891f6 0x49e3 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x0018dbd9 0x6e5c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_info 0x00194a35 0x6ca esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_info 0x001950ff 0x2b24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_info 0x00197c23 0x371 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_info 0x00197f94 0xde5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_info 0x00198d79 0x11a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_info 0x00199f19 0x11ae esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_info 0x0019b0c7 0xd4e esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_info 0x0019be15 0xcb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_info 0x0019cac9 0xf7d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_info 0x0019da46 0x326f esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_info 0x001a0cb5 0x3458 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_info 0x001a410d 0x71e esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_info 0x001a482b 0x5410 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x001a9c3b 0x2a3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_info 0x001ac67a 0x3477 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_info 0x001afaf1 0x23e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_info 0x001b1ed5 0x91c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_info 0x001b27f1 0x1e69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_info 0x001b465a 0x2082 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_info 0x001b66dc 0x4c1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_info 0x001b6b9d 0x252 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_info 0x001b6def 0x1ae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_info 0x001b6f9d 0x664 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_info 0x001b7601 0x7da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_info 0x001b7ddb 0xf11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_info 0x001b8cec 0x177 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_info 0x001b8e63 0x73d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_info 0x001b95a0 0x295 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_info 0x001b9835 0x6340 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_info 0x001bfb75 0x1930 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_info 0x001c14a5 0x577e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_info 0x001c6c23 0x86e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_info 0x001c7491 0x78b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x001c7c1c 0x19dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_info 0x001c95f8 0x3fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_info 0x001c99f4 0x1b2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_info 0x001cb520 0xdaf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_info 0x001cc2cf 0x108f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_info 0x001cd35e 0x1c4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_info 0x001cefac 0x270a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_info 0x001d16b6 0x6ba1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_info 0x001d8257 0x107d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_info 0x001d92d4 0x15e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_info 0x001da8bb 0x5bad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x001e0468 0x2224 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_info 0x001e268c 0x1816 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_info 0x001e3ea2 0x21b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_info 0x001e6053 0x67ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_info 0x001ec81d 0x4195 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_info 0x001f09b2 0x1b8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_info 0x001f253e 0x1da6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_info 0x001f42e4 0x196c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_info 0x001f5c50 0x25f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_info 0x001f5eaf 0x2a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_info 0x001f6151 0x1a41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_info 0x001f7b92 0x123 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_info 0x001f7cb5 0x1edd esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_info 0x001f9b92 0x142c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_info 0x001fafbe 0x7d7 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_info 0x001fb795 0x2921 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_info 0x001fe0b6 0x248c esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_info 0x00200542 0x87e esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_info 0x00200dc0 0x61e esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_info 0x002013de 0x6f1 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_info 0x00201acf 0xf3 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_info 0x00201bc2 0xed esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .debug_info 0x00201caf 0xce4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_info 0x00202993 0x979b esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_info 0x0020c12e 0x1ab esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_info 0x0020c2d9 0x10ee esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_info 0x0020d3c7 0x797 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_info 0x0020db5e 0x1e80 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x0020f9de 0x19c8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_info 0x002113a6 0x142 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_info 0x002114e8 0xee3 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_info 0x002123cb 0x7395 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_info 0x00219760 0x17d2 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_info 0x0021af32 0x48b esp-idf/lwip/liblwip.a(def.c.obj) + .debug_info 0x0021b3bd 0x1e32 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_info 0x0021d1ef 0x16f esp-idf/lwip/liblwip.a(init.c.obj) + .debug_info 0x0021d35e 0xb9c esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_info 0x0021defa 0x39a esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_info 0x0021e294 0x815 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_info 0x0021eaa9 0x2c70 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_info 0x00221719 0x27d1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_info 0x00223eea 0x15b4 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_info 0x0022549e 0x3673 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_info 0x00228b11 0x2bce esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_info 0x0022b6df 0x35ea esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_info 0x0022ecc9 0x10b1 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_info 0x0022fd7a 0x1c00 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_info 0x0023197a 0x3991 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_info 0x0023530b 0x1f85 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_info 0x00237290 0x1038 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_info 0x002382c8 0x149f esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_info 0x00239767 0x178c esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_info 0x0023aef3 0xa7b esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_info 0x0023b96e 0xad9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_info 0x0023c447 0x1451 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_info 0x0023d898 0x195c esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_info 0x0023f1f4 0xa9b esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_info 0x0023fc8f 0xb5c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_info 0x002407eb 0x14b1 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_info 0x00241c9c 0x2f82 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_info 0x00244c1e 0xb98 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_info 0x002457b6 0x620 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_info 0x00245dd6 0xc93 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_info 0x00246a69 0x1527 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_info 0x00247f90 0xe4e esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_info 0x00248dde 0x16d3 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_info 0x0024a4b1 0x2ac0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_info 0x0024cf71 0x445c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_info 0x002513cd 0x104 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_info 0x002514d1 0x7fe esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_info 0x00251ccf 0xa44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_info 0x00252713 0x4ace esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_info 0x002571e1 0x211b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_info 0x002592fc 0x716a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_info 0x00260466 0x438a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_info 0x002647f0 0xe01 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_info 0x002655f1 0x41cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_info 0x002697bc 0x4625 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_info 0x0026dde1 0x1c38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_info 0x0026fa19 0x10a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_info 0x00270abe 0x5f25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_info 0x002769e3 0x1ac9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_info 0x002784ac 0xfd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_info 0x0027947f 0x2d5a esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_info 0x0027c1d9 0x29b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_info 0x0027eb8c 0x9a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_info 0x0027f531 0x7157 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_info 0x00286688 0xd33 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_info 0x002873bb 0x1984 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_info 0x00288d3f 0x3e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_info 0x00289127 0x668 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_info 0x0028978f 0x52f esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_info 0x00289cbe 0x355 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_info 0x0028a013 0x66d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_info 0x002906ea 0x15b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_info 0x00291ca2 0xaf1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_info 0x00292793 0x1b5f esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_info 0x002942f2 0x3fcc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_info 0x002982be 0x100a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_info 0x002992c8 0x1249 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_info 0x0029a511 0x202 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_info 0x0029a713 0x2b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_info 0x0029a9c4 0x2a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_info 0x0029ac66 0xa07 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_info 0x0029b66d 0xdce esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_info 0x0029c43b 0x178d esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_info 0x0029dbc8 0xbae esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_info 0x0029e776 0x54c esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_info 0x0029ecc2 0x2bc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_info 0x002a1888 0x8a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_info 0x002a2130 0x1952 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_info 0x002a3a82 0x3b50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_info 0x002a75d2 0x1365 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_info 0x002a8937 0xc44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_info 0x002a957b 0x2c09 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x002ac184 0x1d40 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_info 0x002adec4 0x2620 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_info 0x002b04e4 0x92 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x002b0576 0x1082 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x002b15f8 0x11a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x002b1712 0xa57 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x002b2169 0x553 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x002b26bc 0xa8f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x002b314b 0x5af /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x002b36fa 0xab /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x002b37a5 0xd9b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_info 0x002b4540 0x8c2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_info 0x002b4e02 0xfd6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x002b5dd8 0x1bd1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x002b79a9 0xab /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_info 0x002b7a54 0x8b0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x002b8304 0x87e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_info 0x002b8b82 0x28b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_info 0x002b8e0d 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x002ba8d6 0x321 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_info 0x002babf7 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_info 0x002bac62 0xb9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_info 0x002bad1b 0xa02 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_info 0x002bb71d 0xac8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_info 0x002bc1e5 0x1038 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_info 0x002bd21d 0xb08 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_info 0x002bdd25 0x9b3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_info 0x002be6d8 0xc08 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_info 0x002bf2e0 0x8b8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_info 0x002bfb98 0x965 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_info 0x002c04fd 0xa49 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_info 0x002c0f46 0xa71 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_info 0x002c19b7 0x9a1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_info 0x002c2358 0xb63 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_info 0x002c2ebb 0x954 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_info 0x002c380f 0x9aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_info 0x002c41b9 0x8ef /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_info 0x002c4aa8 0xe46 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_info 0x002c58ee 0x986 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_info 0x002c6274 0x84c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x002c6ac0 0x840 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_info 0x002c7300 0x872 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_info 0x002c7b72 0xa94 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_info 0x002c8606 0x8f5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_info 0x002c8efb 0x8c9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_info 0x002c97c4 0x8bf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_info 0x002ca083 0x8c5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_info 0x002ca948 0x280a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_info 0x002cd152 0x2aaa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_info 0x002cfbfc 0x2228 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_info 0x002d1e24 0x87e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_info 0x002d26a2 0xbc1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_info 0x002d3263 0xcbe /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_info 0x002d3f21 0xbe9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_info 0x002d4b0a 0x1cb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_info 0x002d4cd5 0x1867 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_info 0x002d653c 0xc00 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_info 0x002d713c 0x1c96 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_info 0x002d8dd2 0xbbf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_info 0x002d9991 0x2085 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_info 0x002dba16 0x499 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_abbrev 0x00000000 0x4d9e6 + *(.debug_abbrev) + .debug_abbrev 0x00000000 0x2a5 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_abbrev 0x000002a5 0x238 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_abbrev 0x000004dd 0x31c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x000007f9 0x3ca esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000bc3 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x00000cc9 0x39c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00001065 0x136 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_abbrev 0x0000119b 0x371 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_abbrev 0x0000150c 0x267 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_abbrev 0x00001773 0x482 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x00001bf5 0x11c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_abbrev 0x00001d11 0x398 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_abbrev 0x000020a9 0x465 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x0000250e 0x1f3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_abbrev 0x00002701 0x375 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_abbrev 0x00002a76 0x294 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_abbrev 0x00002d0a 0x12e esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_abbrev 0x00002e38 0x581 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x000033b9 0x22b esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x000035e4 0x3a1 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x00003985 0x346 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x00003ccb 0x35e esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_abbrev 0x00004029 0x1bf esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x000041e8 0x205 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x000043ed 0x32f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000471c 0x45a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x00004b76 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_abbrev 0x00004e96 0x2e0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x00005176 0x2b7 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x0000542d 0x133 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_abbrev 0x00005560 0x16a esp-idf/log/liblog.a(log_write.c.obj) + .debug_abbrev 0x000056ca 0x93 esp-idf/log/liblog.a(log_level.c.obj) + .debug_abbrev 0x0000575d 0x1f0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_abbrev 0x0000594d 0x1e3 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_abbrev 0x00005b30 0x21e esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_abbrev 0x00005d4e 0x11e esp-idf/log/liblog.a(log_lock.c.obj) + .debug_abbrev 0x00005e6c 0x42b esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x00006297 0x366 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x000065fd 0x390 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x0000698d 0x4ac esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_abbrev 0x00006e39 0x2dc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_abbrev 0x00007115 0xed esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_abbrev 0x00007202 0x312 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_abbrev 0x00007514 0xf7 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_abbrev 0x0000760b 0x2f6 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_abbrev 0x00007901 0x237 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_abbrev 0x00007b38 0x630 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_abbrev 0x00008168 0x21b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_abbrev 0x00008383 0x37a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_abbrev 0x000086fd 0x4a5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_abbrev 0x00008ba2 0x246 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x00008de8 0x4e3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x000092cb 0x43e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x00009709 0x241 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_abbrev 0x0000994a 0x3f4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x00009d3e 0x309 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_abbrev 0x0000a047 0x539 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_abbrev 0x0000a580 0xd3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_abbrev 0x0000a653 0x159 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_abbrev 0x0000a7ac 0x737 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_abbrev 0x0000aee3 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_abbrev 0x0000b117 0x244 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_abbrev 0x0000b35b 0x367 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x0000b6c2 0x496 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x0000bb58 0x5be esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x0000c116 0x17d esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_abbrev 0x0000c293 0x211 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x0000c4a4 0x424 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_abbrev 0x0000c8c8 0x111 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x0000c9d9 0x145 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x0000cb1e 0x202 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x0000cd20 0x2a4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x0000cfc4 0x371 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x0000d335 0x132 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x0000d467 0xf8 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_abbrev 0x0000d55f 0x24c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x0000d7ab 0x333 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x0000dade 0x2ee esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x0000ddcc 0x37c esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x0000e148 0x1d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x0000e31c 0x4b8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x0000e7d4 0x2bc esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_abbrev 0x0000ea90 0x283 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000ed13 0x22e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_abbrev 0x0000ef41 0x1a4 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_abbrev 0x0000f0e5 0x517 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x0000f5fc 0x1ff esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_abbrev 0x0000f7fb 0x112 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_abbrev 0x0000f90d 0x186 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x0000fa93 0x132 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_abbrev 0x0000fbc5 0x4d3 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_abbrev 0x00010098 0x60c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_abbrev 0x000106a4 0x682 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_abbrev 0x00010d26 0x27a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_abbrev 0x00010fa0 0x5ea esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_abbrev 0x0001158a 0x559 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_abbrev 0x00011ae3 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_abbrev 0x00011bee 0x2d7 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_abbrev 0x00011ec5 0x596 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x0001245b 0x33d esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_abbrev 0x00012798 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_abbrev 0x000129f4 0x426 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_abbrev 0x00012e1a 0x10f esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_abbrev 0x00012f29 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_abbrev 0x00013145 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_abbrev 0x0001316d 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_abbrev 0x00013195 0x6a8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_abbrev 0x0001383d 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x0001389f 0x5df esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x00013e7e 0x2b3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_abbrev 0x00014131 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x000143ad 0x556 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_abbrev 0x00014903 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_abbrev 0x000149c0 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_abbrev 0x00014a97 0x297 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_abbrev 0x00014d2e 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_abbrev 0x00014e58 0x237 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x0001508f 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x00015491 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x00015722 0x578 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x00015c9a 0x5af esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x00016249 0x3dd esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x00016626 0x1eb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x00016811 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00016965 0x4b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x00016e19 0x23b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x00017054 0x217 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_abbrev 0x0001726b 0x28b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x000174f6 0x292 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_abbrev 0x00017788 0x1e4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_abbrev 0x0001796c 0x1f5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_abbrev 0x00017b61 0x433 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x00017f94 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x0001810d 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x00018376 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x00018525 0x3c0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x000188e5 0x43a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x00018d1f 0x3b2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_abbrev 0x000190d1 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x00019266 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x000195cd 0x423 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x000199f0 0x50c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x00019efc 0x215 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x0001a111 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_abbrev 0x0001a3ca 0x3b5 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_abbrev 0x0001a77f 0x3e9 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x0001ab68 0x487 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_abbrev 0x0001afef 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_abbrev 0x0001b075 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x0001b0e5 0x108 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_abbrev 0x0001b1ed 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_abbrev 0x0001b290 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x0001b320 0x1e7 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_abbrev 0x0001b507 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_abbrev 0x0001b5cb 0x3a8 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_abbrev 0x0001b973 0x17e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_abbrev 0x0001baf1 0x47b esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_abbrev 0x0001bf6c 0x3b6 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_abbrev 0x0001c322 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_abbrev 0x0001c3b7 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x0001c3dd 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_abbrev 0x0001c54e 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0001c8c1 0x153 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_abbrev 0x0001ca14 0x461 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_abbrev 0x0001ce75 0x1091 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x0001df06 0xff1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0001eef7 0xc4a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x0001fb41 0x531 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x00020072 0xee6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x00020f58 0x2d9 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_abbrev 0x00021231 0xa69 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x00021c9a 0xe43 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x00022add 0xe18 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x000238f5 0x441 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x00023d36 0x851 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x00024587 0x5e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_abbrev 0x00024b67 0x152 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_abbrev 0x00024cb9 0x3f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_abbrev 0x000250a9 0x171 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_abbrev 0x0002521a 0x2de esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_abbrev 0x000254f8 0x2a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_abbrev 0x0002579e 0x322 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_abbrev 0x00025ac0 0x2fe esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_abbrev 0x00025dbe 0x1dc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_abbrev 0x00025f9a 0x378 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_abbrev 0x00026312 0x45b esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_abbrev 0x0002676d 0x40a esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_abbrev 0x00026b77 0x1a4 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_abbrev 0x00026d1b 0x50e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x00027229 0x418 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_abbrev 0x00027641 0x50e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_abbrev 0x00027b4f 0x371 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_abbrev 0x00027ec0 0x2a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_abbrev 0x00028166 0x4bb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_abbrev 0x00028621 0x38d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_abbrev 0x000289ae 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_abbrev 0x00028b1f 0x1cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_abbrev 0x00028ceb 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_abbrev 0x00028e05 0x19b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_abbrev 0x00028fa0 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_abbrev 0x00029168 0x32a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_abbrev 0x00029492 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_abbrev 0x00029576 0x210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_abbrev 0x00029786 0x17d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_abbrev 0x00029903 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_abbrev 0x00029cfc 0x456 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_abbrev 0x0002a152 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_abbrev 0x0002a44c 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_abbrev 0x0002a64c 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x0002a830 0x3fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_abbrev 0x0002ac2a 0x145 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_abbrev 0x0002ad6f 0x2e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_abbrev 0x0002b051 0x2b9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_abbrev 0x0002b30a 0x233 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_abbrev 0x0002b53d 0x403 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_abbrev 0x0002b940 0x50c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_abbrev 0x0002be4c 0x424 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_abbrev 0x0002c270 0x20a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_abbrev 0x0002c47a 0x51b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_abbrev 0x0002c995 0x49a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x0002ce2f 0x45b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_abbrev 0x0002d28a 0x31f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_abbrev 0x0002d5a9 0x372 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_abbrev 0x0002d91b 0x3e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_abbrev 0x0002dcfe 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_abbrev 0x0002dff8 0x3a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_abbrev 0x0002e39e 0x3e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_abbrev 0x0002e781 0x291 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_abbrev 0x0002ea12 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_abbrev 0x0002eb4e 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_abbrev 0x0002eca8 0x40a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_abbrev 0x0002f0b2 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_abbrev 0x0002f16e 0x392 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_abbrev 0x0002f500 0x2b0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_abbrev 0x0002f7b0 0x1f5 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_abbrev 0x0002f9a5 0x399 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_abbrev 0x0002fd3e 0x3e7 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_abbrev 0x00030125 0x26b esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_abbrev 0x00030390 0x1f9 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_abbrev 0x00030589 0x289 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_abbrev 0x00030812 0x89 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_abbrev 0x0003089b 0x70 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .debug_abbrev 0x0003090b 0x301 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_abbrev 0x00030c0c 0x58d esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_abbrev 0x00031199 0xda esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_abbrev 0x00031273 0x2df esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_abbrev 0x00031552 0x1f7 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_abbrev 0x00031749 0x4b9 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x00031c02 0x380 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_abbrev 0x00031f82 0xa6 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_abbrev 0x00032028 0x31d esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_abbrev 0x00032345 0x40d esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_abbrev 0x00032752 0x3b8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_abbrev 0x00032b0a 0x157 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_abbrev 0x00032c61 0x3b1 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_abbrev 0x00033012 0xbb esp-idf/lwip/liblwip.a(init.c.obj) + .debug_abbrev 0x000330cd 0x236 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_abbrev 0x00033303 0x1f6 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_abbrev 0x000334f9 0x2e1 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_abbrev 0x000337da 0x44e esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_abbrev 0x00033c28 0x3cd esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_abbrev 0x00033ff5 0x3e1 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_abbrev 0x000343d6 0x440 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_abbrev 0x00034816 0x3d3 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_abbrev 0x00034be9 0x3b2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_abbrev 0x00034f9b 0x376 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_abbrev 0x00035311 0x402 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_abbrev 0x00035713 0x412 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_abbrev 0x00035b25 0x3af esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_abbrev 0x00035ed4 0x30c esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_abbrev 0x000361e0 0x406 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_abbrev 0x000365e6 0x389 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_abbrev 0x0003696f 0x303 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_abbrev 0x00036c72 0x276 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_abbrev 0x00036ee8 0x305 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_abbrev 0x000371ed 0x358 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_abbrev 0x00037545 0x286 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_abbrev 0x000377cb 0x26b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_abbrev 0x00037a36 0x3bb esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_abbrev 0x00037df1 0x3f3 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_abbrev 0x000381e4 0x2e2 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_abbrev 0x000384c6 0x20b esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_abbrev 0x000386d1 0x28f esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_abbrev 0x00038960 0x321 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_abbrev 0x00038c81 0x2b4 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_abbrev 0x00038f35 0x285 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_abbrev 0x000391ba 0x41a esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_abbrev 0x000395d4 0x492 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_abbrev 0x00039a66 0x90 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_abbrev 0x00039af6 0x239 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_abbrev 0x00039d2f 0x228 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_abbrev 0x00039f57 0x56b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_abbrev 0x0003a4c2 0x447 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_abbrev 0x0003a909 0x6de esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_abbrev 0x0003afe7 0x5ba esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_abbrev 0x0003b5a1 0x270 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_abbrev 0x0003b811 0x55d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_abbrev 0x0003bd6e 0x44d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_abbrev 0x0003c1bb 0x426 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_abbrev 0x0003c5e1 0x37f esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_abbrev 0x0003c960 0x610 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_abbrev 0x0003cf70 0x3a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_abbrev 0x0003d315 0x39b esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_abbrev 0x0003d6b0 0x428 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_abbrev 0x0003dad8 0x4f3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_abbrev 0x0003dfcb 0x247 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_abbrev 0x0003e212 0x4af esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_abbrev 0x0003e6c1 0x25a esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_abbrev 0x0003e91b 0x301 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_abbrev 0x0003ec1c 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_abbrev 0x0003ed7e 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_abbrev 0x0003efb1 0x1ab esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_abbrev 0x0003f15c 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_abbrev 0x0003f2be 0x60d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_abbrev 0x0003f8cb 0x3ae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_abbrev 0x0003fc79 0x2ee esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_abbrev 0x0003ff67 0x40e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_abbrev 0x00040375 0x68a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_abbrev 0x000409ff 0x2eb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_abbrev 0x00040cea 0x27b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_abbrev 0x00040f65 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_abbrev 0x00041065 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_abbrev 0x000411a5 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_abbrev 0x000412e5 0x212 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_abbrev 0x000414f7 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_abbrev 0x0004180f 0x42f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_abbrev 0x00041c3e 0x28a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_abbrev 0x00041ec8 0x190 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_abbrev 0x00042058 0x496 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_abbrev 0x000424ee 0x20b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_abbrev 0x000426f9 0x32c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_abbrev 0x00042a25 0x401 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_abbrev 0x00042e26 0x31c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_abbrev 0x00043142 0x254 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_abbrev 0x00043396 0x401 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x00043797 0x2a6 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_abbrev 0x00043a3d 0x422 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_abbrev 0x00043e5f 0x8f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x00043eee 0x5cd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x000444bb 0x122 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x000445dd 0x478 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x00044a55 0x2ff /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x00044d54 0x46a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x000451be 0x199 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x00045357 0xa9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x00045400 0x509 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_abbrev 0x00045909 0x3f2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_abbrev 0x00045cfb 0x57b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x00046276 0x7cb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x00046a41 0xa4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_abbrev 0x00046ae5 0x342 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x00046e27 0x2ef /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_abbrev 0x00047116 0x1f6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_abbrev 0x0004730c 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x00047759 0x190 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_abbrev 0x000478e9 0x5b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_abbrev 0x00047944 0x62 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_abbrev 0x000479a6 0x289 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_abbrev 0x00047c2f 0x2e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_abbrev 0x00047f16 0x424 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_abbrev 0x0004833a 0x289 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_abbrev 0x000485c3 0x247 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_abbrev 0x0004880a 0x23a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_abbrev 0x00048a44 0x1bd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_abbrev 0x00048c01 0x224 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_abbrev 0x00048e25 0x265 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_abbrev 0x0004908a 0x2bd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_abbrev 0x00049347 0x213 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_abbrev 0x0004955a 0x255 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_abbrev 0x000497af 0x210 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_abbrev 0x000499bf 0x22d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_abbrev 0x00049bec 0x209 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_abbrev 0x00049df5 0x2de /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_abbrev 0x0004a0d3 0x212 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_abbrev 0x0004a2e5 0x174 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x0004a459 0x196 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_abbrev 0x0004a5ef 0x1d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_abbrev 0x0004a7c0 0x1e1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_abbrev 0x0004a9a1 0x1d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_abbrev 0x0004ab72 0x1ef /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_abbrev 0x0004ad61 0x1d2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_abbrev 0x0004af33 0x1d7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_abbrev 0x0004b10a 0x42d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_abbrev 0x0004b537 0x49b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_abbrev 0x0004b9d2 0x44f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_abbrev 0x0004be21 0x1be /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_abbrev 0x0004bfdf 0x257 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_abbrev 0x0004c236 0x285 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_abbrev 0x0004c4bb 0x260 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_abbrev 0x0004c71b 0x145 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_abbrev 0x0004c860 0x326 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_abbrev 0x0004cb86 0x25d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_abbrev 0x0004cde3 0x46e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_abbrev 0x0004d251 0x247 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_abbrev 0x0004d498 0x3cc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_abbrev 0x0004d864 0x182 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_line 0x00000000 0x1b38e6 + *(.debug_line) + .debug_line 0x00000000 0x7e9 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_line 0x000007e9 0x615 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_line 0x00000dfe 0x146b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00002269 0x16a6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000390f 0x215 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x00003b24 0xeac esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x000049d0 0x371 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_line 0x00004d41 0x873 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_line 0x000055b4 0x6c4 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_line 0x00005c78 0xe41 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x00006ab9 0x360 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_line 0x00006e19 0x81b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_line 0x00007634 0xbfc esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x00008230 0x595 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_line 0x000087c5 0x736 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_line 0x00008efb 0x671 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_line 0x0000956c 0x3a5 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_line 0x00009911 0xfcc esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x0000a8dd 0x653 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x0000af30 0x708 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x0000b638 0x1040 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x0000c678 0x777 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_line 0x0000cdef 0x3e2 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x0000d1d1 0x44a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000d61b 0x6f3 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000dd0e 0x12c5 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x0000efd3 0x961 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_line 0x0000f934 0x53a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x0000fe6e 0x44b esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x000102b9 0x44c esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_line 0x00010705 0x2ed esp-idf/log/liblog.a(log_write.c.obj) + .debug_line 0x000109f2 0xdb esp-idf/log/liblog.a(log_level.c.obj) + .debug_line 0x00010acd 0x44e esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_line 0x00010f1b 0x5a8 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_line 0x000114c3 0x68d esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_line 0x00011b50 0x391 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_line 0x00011ee1 0x1b99 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x00013a7a 0xfd2 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x00014a4c 0x1265 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x00015cb1 0x6eab esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_line 0x0001cb5c 0xa3c esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_line 0x0001d598 0x23a esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_line 0x0001d7d2 0xdf4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_line 0x0001e5c6 0x2a4 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_line 0x0001e86a 0xaa8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_line 0x0001f312 0x845 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_line 0x0001fb57 0x2e0d esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_line 0x00022964 0x1080 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_line 0x000239e4 0xace esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_line 0x000244b2 0xc7a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_line 0x0002512c 0x9c2 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x00025aee 0x1c0b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x000276f9 0x1244 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x0002893d 0x1003 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_line 0x00029940 0xd6e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x0002a6ae 0xc44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_line 0x0002b2f2 0x4153 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_line 0x0002f445 0x398 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_line 0x0002f7dd 0x372 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_line 0x0002fb4f 0x35ee esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_line 0x0003313d 0x820 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_line 0x0003395d 0x7c8 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_line 0x00034125 0x336e esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x00037493 0x5e9d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x0003d330 0x1108 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x0003e438 0x51f esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_line 0x0003e957 0x51c esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x0003ee73 0x964 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_line 0x0003f7d7 0x609 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x0003fde0 0x41d esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x000401fd 0x5f3 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x000407f0 0x609 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x00040df9 0xc1b esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x00041a14 0x28e esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x00041ca2 0x297 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_line 0x00041f39 0x50c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x00042445 0x77d esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x00042bc2 0x70a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x000432cc 0xe89 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x00044155 0x571 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x000446c6 0x2419 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x00046adf 0xdb2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_line 0x00047891 0xaa8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x00048339 0xba4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_line 0x00048edd 0x8ff esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_line 0x000497dc 0xcdf esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x0004a4bb 0x3b7 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_line 0x0004a872 0x2d6 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_line 0x0004ab48 0x543 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x0004b08b 0x334 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_line 0x0004b3bf 0xe69 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_line 0x0004c228 0x2c77 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_line 0x0004ee9f 0x83ed esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_line 0x0005728c 0x5ac esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_line 0x00057838 0x1c63 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_line 0x0005949b 0x1847 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_line 0x0005ace2 0x39d esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_line 0x0005b07f 0x96e esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_line 0x0005b9ed 0x57ec esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x000611d9 0xcc1 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_line 0x00061e9a 0xf52 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_line 0x00062dec 0xf98 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_line 0x00063d84 0x27e esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_line 0x00064002 0x3f5 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_line 0x000643f7 0x209 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_line 0x00064600 0x129 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_line 0x00064729 0x5072 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_line 0x0006979b 0xe2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0006987d 0x17a2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x0006b01f 0xc56 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_line 0x0006bc75 0x10d2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x0006cd47 0x2fdf esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_line 0x0006fd26 0x297 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_line 0x0006ffbd 0x436 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_line 0x000703f3 0x123d esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_line 0x00071630 0x287 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_line 0x000718b7 0x772 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x00072029 0x10ab esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x000730d4 0x5c0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x00073694 0x38a7 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x00076f3b 0x13db esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x00078316 0xef7 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x0007920d 0x40c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x00079619 0x39a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x000799b3 0x22b7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x0007bc6a 0x45d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x0007c0c7 0x4c5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_line 0x0007c58c 0x5c3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x0007cb4f 0xb39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_line 0x0007d688 0x3a6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_line 0x0007da2e 0x3a4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_line 0x0007ddd2 0xe37 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x0007ec09 0x3e0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x0007efe9 0x78e esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x0007f777 0x959 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x000800d0 0x7c0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x00080890 0x28a1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x00083131 0x9ce esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_line 0x00083aff 0x64e esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x0008414d 0xc5f esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x00084dac 0x98b esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x00085737 0x1c7f esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x000873b6 0x4c9 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x0008787f 0x862 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_line 0x000880e1 0xb09 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_line 0x00088bea 0x1240 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x00089e2a 0x1137 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_line 0x0008af61 0xb4 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_line 0x0008b015 0x1ab esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0008b1c0 0x274 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_line 0x0008b434 0x20a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_line 0x0008b63e 0x3bc esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x0008b9fa 0x4ff esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_line 0x0008bef9 0x216 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_line 0x0008c10f 0xb29 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_line 0x0008cc38 0x75f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_line 0x0008d397 0x1c73 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_line 0x0008f00a 0xbfe esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_line 0x0008fc08 0x1c4 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_line 0x0008fdcc 0x19b esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x0008ff67 0x236b esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_line 0x000922d2 0x3a07 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x00095cd9 0x5c2 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_line 0x0009629b 0x2cf0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_line 0x00098f8b 0x3074 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x0009bfff 0x387b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x0009f87a 0x1168 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x000a09e2 0x8dd esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x000a12bf 0x18a1 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x000a2b60 0x50b esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_line 0x000a306b 0x1013 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x000a407e 0x3eff esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x000a7f7d 0x1a3b esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x000a99b8 0x84f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x000aa207 0xcc6 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x000aaecd 0x6d35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_line 0x000b1c02 0x3b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_line 0x000b1fb8 0x1695 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_line 0x000b364d 0x45a esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_line 0x000b3aa7 0x11e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_line 0x000b4c89 0x105a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_line 0x000b5ce3 0x1bbf esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_line 0x000b78a2 0xac7 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_line 0x000b8369 0xacf esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_line 0x000b8e38 0xef9 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_line 0x000b9d31 0x16fc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_line 0x000bb42d 0x1a7f esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_line 0x000bceac 0x7de esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_line 0x000bd68a 0x57f4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x000c2e7e 0x25a9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_line 0x000c5427 0x2c4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_line 0x000c8073 0x959 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_line 0x000c89cc 0x84b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_line 0x000c9217 0x1618 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_line 0x000ca82f 0x178f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_line 0x000cbfbe 0x52f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_line 0x000cc4ed 0x27d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_line 0x000cc76a 0x23a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_line 0x000cc9a4 0x645 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_line 0x000ccfe9 0x769 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_line 0x000cd752 0x1234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_line 0x000ce986 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_line 0x000cec06 0x944 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_line 0x000cf54a 0x3ed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_line 0x000cf937 0x1851 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_line 0x000d1188 0x14b9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_line 0x000d2641 0x75f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_line 0x000d2da0 0x97e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_line 0x000d371e 0x96d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x000d408b 0x1952 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_line 0x000d59dd 0x3fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_line 0x000d5dda 0x208d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_line 0x000d7e67 0x10ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_line 0x000d8f13 0x1073 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_line 0x000d9f86 0x16de esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_line 0x000db664 0x2393 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_line 0x000dd9f7 0x5930 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_line 0x000e3327 0xfe5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_line 0x000e430c 0x1471 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_line 0x000e577d 0xed2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x000e664f 0x165c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_line 0x000e7cab 0xd19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_line 0x000e89c4 0x114a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_line 0x000e9b0e 0x54f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_line 0x000ef000 0x4f4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_line 0x000f3f4d 0x111a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_line 0x000f5067 0x1166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_line 0x000f61cd 0x1863 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_line 0x000f7a30 0x2aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_line 0x000f7cda 0x2d5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_line 0x000f7faf 0xa65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_line 0x000f8a14 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_line 0x000f8b88 0x1a5d esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_line 0x000fa5e5 0xcdb esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_line 0x000fb2c0 0x87d esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_line 0x000fbb3d 0xeee esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_line 0x000fca2b 0x9d8 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_line 0x000fd403 0x921 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_line 0x000fdd24 0x6ff esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_line 0x000fe423 0x8f1 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_line 0x000fed14 0xca esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_line 0x000fedde 0x1a9 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .debug_line 0x000fef87 0xf81 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_line 0x000fff08 0x3ea8 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_line 0x00103db0 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_line 0x00103fcf 0x111b esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_line 0x001050ea 0x5da esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_line 0x001056c4 0x1d2a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x001073ee 0x1883 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_line 0x00108c71 0x206 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_line 0x00108e77 0xec2 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_line 0x00109d39 0x938a esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_line 0x001130c3 0xf1e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_line 0x00113fe1 0x85d esp-idf/lwip/liblwip.a(def.c.obj) + .debug_line 0x0011483e 0x2d54 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_line 0x00117592 0x28d esp-idf/lwip/liblwip.a(init.c.obj) + .debug_line 0x0011781f 0x501 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_line 0x00117d20 0x474 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_line 0x00118194 0x71b esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_line 0x001188af 0x3109 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_line 0x0011b9b8 0x2466 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_line 0x0011de1e 0x1b37 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_line 0x0011f955 0x4cd8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_line 0x0012462d 0x451e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_line 0x00128b4b 0x3419 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_line 0x0012bf64 0xc15 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_line 0x0012cb79 0x2a45 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_line 0x0012f5be 0x3e91 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_line 0x0013344f 0x1c60 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_line 0x001350af 0xa1d esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_line 0x00135acc 0x1624 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_line 0x001370f0 0x14c0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_line 0x001385b0 0xb7f esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_line 0x0013912f 0x6d8 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_line 0x00139807 0x8dd esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_line 0x0013a0e4 0x23fe esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_line 0x0013c4e2 0xe72 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_line 0x0013d354 0x6a1 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_line 0x0013d9f5 0x148b esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_line 0x0013ee80 0x4ebd esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_line 0x00143d3d 0x77e esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_line 0x001444bb 0x4ce esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_line 0x00144989 0x84c esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_line 0x001451d5 0x12b5 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_line 0x0014648a 0x759 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_line 0x00146be3 0x749 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_line 0x0014732c 0x2705 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_line 0x00149a31 0x4713 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_line 0x0014e144 0x252 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_line 0x0014e396 0x894 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_line 0x0014ec2a 0xe52 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_line 0x0014fa7c 0x13ef esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_line 0x00150e6b 0xbbc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_line 0x00151a27 0x5047 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_line 0x00156a6e 0x21f7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_line 0x00158c65 0x56c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_line 0x001591d1 0x174c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_line 0x0015a91d 0x2e43 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_line 0x0015d760 0x138a esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_line 0x0015eaea 0xd96 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_line 0x0015f880 0x54b9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_line 0x00164d39 0x22d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_line 0x0016700d 0x103f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_line 0x0016804c 0xbe3 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_line 0x00168c2f 0x1f95 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_line 0x0016abc4 0x963 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_line 0x0016b527 0x6f17 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_line 0x0017243e 0xb8a esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_line 0x00172fc8 0x27c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_line 0x0017578d 0x565 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_line 0x00175cf2 0x787 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_line 0x00176479 0x5e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_line 0x00176a59 0x4c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_line 0x00176f1e 0x5b7b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_line 0x0017ca99 0x1cc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_line 0x0017e75a 0xb03 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_line 0x0017f25d 0x1f2c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_line 0x00181189 0x2cfe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_line 0x00183e87 0x9d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_line 0x00184857 0xc99 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_line 0x001854f0 0x49b esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_line 0x0018598b 0x475 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_line 0x00185e00 0x4d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_line 0x001862d3 0xb41 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_line 0x00186e14 0x10c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_line 0x00187eda 0x14ad esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_line 0x00189387 0x980 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_line 0x00189d07 0x5eb esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_line 0x0018a2f2 0x2098 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_line 0x0018c38a 0x4f3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_line 0x0018c87d 0xbe3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_line 0x0018d460 0x28bd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_line 0x0018fd1d 0x1276 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_line 0x00190f93 0x1251 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_line 0x001921e4 0x2953 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x00194b37 0x579 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_line 0x001950b0 0xd0c esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_line 0x00195dbc 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x00195e27 0x53e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x00196365 0xa9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x0019640e 0x43a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x00196848 0x1b1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x001969f9 0x493 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x00196e8c 0x81 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x00196f0d 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x00196f78 0x45a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line 0x001973d2 0x1e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line 0x001975b9 0x3e2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x0019799b 0x7cf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x0019816a 0x6b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line 0x001981d5 0x8a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x0019825f 0x145 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line 0x001983a4 0xee /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line 0x00198492 0x797 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x00198c29 0x483 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_line 0x001990ac 0x3a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line 0x001990e6 0x3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line 0x00199124 0x2e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line 0x00199408 0x580 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line 0x00199988 0x856 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line 0x0019a1de 0x295 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line 0x0019a473 0xed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line 0x0019a560 0x8b1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line 0x0019ae11 0x14b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line 0x0019af5c 0x171 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line 0x0019b0cd 0x282 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line 0x0019b34f 0x3fa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_line 0x0019b749 0x247 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line 0x0019b990 0x28d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line 0x0019bc1d 0xf9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line 0x0019bd16 0x21e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line 0x0019bf34 0x2aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line 0x0019c1de 0x8c6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line 0x0019caa4 0x2c4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line 0x0019cd68 0x51 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x0019cdb9 0x8e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line 0x0019ce47 0xb1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line 0x0019cef8 0xdf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line 0x0019cfd7 0xd5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line 0x0019d0ac 0xe8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line 0x0019d194 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line 0x0019d26f 0xdb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line 0x0019d34a 0x4e70 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line 0x001a21ba 0x516a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line 0x001a7324 0x363c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line 0x001aa960 0x189 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line 0x001aaae9 0x391 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line 0x001aae7a 0x1ae /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line 0x001ab028 0x134 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line 0x001ab15c 0x1c7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line 0x001ab323 0x212a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line 0x001ad44d 0x1a7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line 0x001ad5f4 0x2217 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line 0x001af80b 0x13b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line 0x001af946 0x363d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line 0x001b2f83 0x963 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_frame 0x00000000 0x2d454 + *(.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) + .debug_frame 0x00000110 0x26c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000037c 0x338 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x000006b4 0x10c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x000007c0 0x48 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_frame 0x00000808 0xd8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_frame 0x000008e0 0x1f0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_frame 0x00000ad0 0x58 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_frame 0x00000b28 0x8c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_frame 0x00000bb4 0x64 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_frame 0x00000c18 0xc0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_frame 0x00000cd8 0x80 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_frame 0x00000d58 0x4c esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_frame 0x00000da4 0x5c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_frame 0x00000e00 0x6c esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_frame 0x00000e6c 0x1a4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x00001010 0xa8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x000010b8 0x120 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x000011d8 0x1c8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x000013a0 0x8c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_frame 0x0000142c 0x4c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x00001478 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x000014f8 0xc8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x000015c0 0xdc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x0000169c 0x12c esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_frame 0x000017c8 0x6c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x00001834 0x50 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x00001884 0x50 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_frame 0x000018d4 0x78 esp-idf/log/liblog.a(log_write.c.obj) + .debug_frame 0x0000194c 0x20 esp-idf/log/liblog.a(log_level.c.obj) + .debug_frame 0x0000196c 0xb0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_frame 0x00001a1c 0xd4 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_frame 0x00001af0 0xd8 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_frame 0x00001bc8 0x6c esp-idf/log/liblog.a(log_lock.c.obj) + .debug_frame 0x00001c34 0x4f4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x00002128 0x120 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x00002248 0x350 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x00002598 0x390 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_frame 0x00002928 0xc0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_frame 0x000029e8 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_frame 0x00002af8 0x30 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_frame 0x00002b28 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_frame 0x00002bfc 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_frame 0x00002d24 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_frame 0x000030dc 0x26c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_frame 0x00003348 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_frame 0x00003440 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_frame 0x00003558 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x000036f0 0x3b0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x00003aa0 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x00003b88 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_frame 0x00003c70 0x174 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x00003de4 0x150 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_frame 0x00003f34 0x3b4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_frame 0x000042e8 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_frame 0x00004338 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_frame 0x0000438c 0x5cc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_frame 0x00004958 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_frame 0x00004a2c 0x54 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_frame 0x00004a80 0x61c esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x0000509c 0xaa4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x00005b40 0x220 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x00005d60 0xe0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_frame 0x00005e40 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x00005eb0 0xa0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_frame 0x00005f50 0x60 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x00005fb0 0x2c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x00005fdc 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x00006054 0x1c8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000621c 0x314 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x00006530 0x50 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x00006580 0x40 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_frame 0x000065c0 0x54 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x00006614 0xe4 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x000066f8 0x130 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x00006828 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x00006a18 0x100 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x00006b18 0x52c esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x00007044 0x1f8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_frame 0x0000723c 0x138 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x00007374 0x194 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_frame 0x00007508 0x110 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_frame 0x00007618 0x100 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x00007718 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_frame 0x00007748 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_frame 0x000077a0 0x64 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x00007804 0x74 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_frame 0x00007878 0x194 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_frame 0x00007a0c 0x4a4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_frame 0x00007eb0 0xa78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_frame 0x00008928 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_frame 0x00008994 0x414 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_frame 0x00008da8 0x174 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_frame 0x00008f1c 0xd4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_frame 0x00008ff0 0x228 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_frame 0x00009218 0xb68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x00009d80 0x20c esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_frame 0x00009f8c 0x124 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_frame 0x0000a0b0 0x130 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_frame 0x0000a1e0 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_frame 0x0000a210 0xac esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_frame 0x0000a2bc 0x86c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_frame 0x0000ab28 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000ab54 0x280 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x0000add4 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_frame 0x0000af48 0xe0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x0000b028 0x350 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_frame 0x0000b378 0x48 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_frame 0x0000b3c0 0x148 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_frame 0x0000b508 0x40 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_frame 0x0000b548 0x158 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000b6a0 0x1d8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000b878 0xbc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000b934 0x510 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x0000be44 0x16c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000bfb0 0x2ac esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000c25c 0x84 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x0000c2e0 0x474 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x0000c754 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_frame 0x0000c7c0 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_frame 0x0000c800 0x9c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_frame 0x0000c89c 0x158 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_frame 0x0000c9f4 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_frame 0x0000ca24 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_frame 0x0000ca54 0x16c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x0000cbc0 0x7c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_frame 0x0000cc3c 0x110 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_frame 0x0000cd4c 0x180 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_frame 0x0000cecc 0x6c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_frame 0x0000cf38 0x388 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_frame 0x0000d2c0 0x118 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_frame 0x0000d3d8 0x3c esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_frame 0x0000d414 0x1b8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x0000d5cc 0xc4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x0000d690 0x2a8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x0000d938 0x9c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_frame 0x0000d9d4 0xec esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_frame 0x0000dac0 0x168 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_frame 0x0000dc28 0x218 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x0000de40 0x168 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_frame 0x0000dfa8 0xf0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_frame 0x0000e098 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_frame 0x0000e0d8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x0000e0f8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_frame 0x0000e150 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_frame 0x0000e1bc 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_frame 0x0000e290 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_frame 0x0000e2d4 0x39c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_frame 0x0000e670 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_frame 0x0000e798 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_frame 0x0000e7c8 0x1354 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_frame 0x0000fb1c 0x690 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x000101ac 0x110 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_frame 0x000102bc 0x464 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_frame 0x00010720 0xd10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x00011430 0x76c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x00011b9c 0x2a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x00011e44 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_frame 0x00011f74 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x000121ec 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_frame 0x00012260 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x0001237c 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x00012898 0x1cc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x00012a64 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_frame 0x00012ad0 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x00012b68 0xfe0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_frame 0x00013b48 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_frame 0x00013b74 0x57c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_frame 0x000140f0 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_frame 0x0001419c 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_frame 0x00014370 0x27c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_frame 0x000145ec 0x368 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_frame 0x00014954 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_frame 0x00014a74 0x1c4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_frame 0x00014c38 0x170 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_frame 0x00014da8 0x6d4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_frame 0x0001547c 0x1b8 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_frame 0x00015634 0x78 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_frame 0x000156ac 0x8d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x00015f7c 0x544 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_frame 0x000164c0 0x3c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_frame 0x00016888 0x384 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_frame 0x00016c0c 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_frame 0x00016cbc 0x2b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_frame 0x00016f70 0x2c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_frame 0x00017234 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_frame 0x000172a0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_frame 0x00017318 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_frame 0x00017368 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_frame 0x000173dc 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_frame 0x00017498 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_frame 0x00017690 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_frame 0x000176d8 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_frame 0x000177d4 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_frame 0x00017850 0x278 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_frame 0x00017ac8 0x270 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_frame 0x00017d38 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_frame 0x00017e98 0x158 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_frame 0x00017ff0 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x0001812c 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_frame 0x0001838c 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_frame 0x00018454 0x2b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_frame 0x00018704 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_frame 0x000189cc 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_frame 0x00018cac 0x328 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_frame 0x00018fd4 0x308 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_frame 0x000192dc 0xa1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_frame 0x00019cf8 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_frame 0x00019e30 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_frame 0x00019f74 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x0001a0b4 0x2d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_frame 0x0001a38c 0x39c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_frame 0x0001a728 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_frame 0x0001aa20 0xe54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_frame 0x0001b874 0x25c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_frame 0x0001bad0 0x23c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_frame 0x0001bd0c 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_frame 0x0001bf94 0x49c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_frame 0x0001c430 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_frame 0x0001c45c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_frame 0x0001c498 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_frame 0x0001c578 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_frame 0x0001c5ac 0x290 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_frame 0x0001c83c 0x1ac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_frame 0x0001c9e8 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_frame 0x0001ca90 0x178 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_frame 0x0001cc08 0xc8 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_frame 0x0001ccd0 0x170 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_frame 0x0001ce40 0xb0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_frame 0x0001cef0 0x140 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_frame 0x0001d030 0x1c4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_frame 0x0001d1f4 0x4ec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_frame 0x0001d6e0 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_frame 0x0001d71c 0x1c8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_frame 0x0001d8e4 0x110 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_frame 0x0001d9f4 0x404 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x0001ddf8 0x2c0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_frame 0x0001e0b8 0x21c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_frame 0x0001e2d4 0xbf8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_frame 0x0001eecc 0x28c esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_frame 0x0001f158 0xd8 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_frame 0x0001f230 0x370 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_frame 0x0001f5a0 0x2c esp-idf/lwip/liblwip.a(init.c.obj) + .debug_frame 0x0001f5cc 0x8c esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_frame 0x0001f658 0x90 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_frame 0x0001f6e8 0xfc esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_frame 0x0001f7e4 0x578 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_frame 0x0001fd5c 0x578 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_frame 0x000202d4 0x1d0 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_frame 0x000204a4 0x728 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_frame 0x00020bcc 0x1b8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_frame 0x00020d84 0x4e8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_frame 0x0002126c 0x18c esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_frame 0x000213f8 0x264 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_frame 0x0002165c 0x638 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_frame 0x00021c94 0x304 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_frame 0x00021f98 0x9c esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_frame 0x00022034 0x2c4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_frame 0x000222f8 0x198 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_frame 0x00022490 0xbc esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_frame 0x0002254c 0x60 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_frame 0x000225ac 0x188 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_frame 0x00022734 0x198 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_frame 0x000228cc 0xac esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_frame 0x00022978 0x60 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_frame 0x000229d8 0x228 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_frame 0x00022c00 0x424 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_frame 0x00023024 0x74 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_frame 0x00023098 0x68 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_frame 0x00023100 0x84 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_frame 0x00023184 0x3ac esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_frame 0x00023530 0x120 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_frame 0x00023650 0xe8 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_frame 0x00023738 0x488 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_frame 0x00023bc0 0x5b0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_frame 0x00024170 0x20 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_frame 0x00024190 0x118 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_frame 0x000242a8 0x188 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_frame 0x00024430 0x2dc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_frame 0x0002470c 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_frame 0x000248e0 0x90c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_frame 0x000251ec 0x304 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_frame 0x000254f0 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_frame 0x00025554 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_frame 0x000256b8 0x90c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_frame 0x00025fc4 0x22c esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_frame 0x000261f0 0x1e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_frame 0x000263d0 0x900 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_frame 0x00026cd0 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_frame 0x00026e38 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_frame 0x00027050 0x188 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_frame 0x000271d8 0x268 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_frame 0x00027440 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_frame 0x00027504 0xab0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_frame 0x00027fb4 0x15c esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_frame 0x00028110 0x2d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_frame 0x000283e0 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_frame 0x00028428 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_frame 0x000284a4 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_frame 0x00028510 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_frame 0x0002855c 0xad0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_frame 0x0002902c 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_frame 0x00029134 0x1c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_frame 0x000292f4 0x2b4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_frame 0x000295a8 0x594 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_frame 0x00029b3c 0x184 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_frame 0x00029cc0 0x384 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_frame 0x0002a044 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_frame 0x0002a06c 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_frame 0x0002a0c0 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_frame 0x0002a10c 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_frame 0x0002a230 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_frame 0x0002a3d8 0x284 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_frame 0x0002a65c 0x200 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_frame 0x0002a85c 0xfc esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_frame 0x0002a958 0x470 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_frame 0x0002adc8 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_frame 0x0002ae70 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_frame 0x0002b210 0x368 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_frame 0x0002b578 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_frame 0x0002b6ec 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_frame 0x0002b7cc 0x444 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x0002bc10 0x1e0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_frame 0x0002bdf0 0x130 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_frame 0x0002bf20 0x280 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x0002c1a0 0x70 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_frame 0x0002c210 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_frame 0x0002c268 0x84 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_frame 0x0002c2ec 0x17c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_frame 0x0002c468 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_frame 0x0002c4c8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_frame 0x0002c50c 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_frame 0x0002c56c 0x50 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_frame 0x0002c5bc 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_frame 0x0002c608 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_frame 0x0002c65c 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_frame 0x0002c6b4 0x54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_frame 0x0002c708 0xa4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_frame 0x0002c7ac 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_frame 0x0002c7e8 0x64 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_frame 0x0002c84c 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_frame 0x0002c884 0x78 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_frame 0x0002c8fc 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_frame 0x0002c948 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_frame 0x0002c974 0x2c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_frame 0x0002c9a0 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_frame 0x0002c9d0 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_frame 0x0002ca00 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_frame 0x0002ca34 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_frame 0x0002ca68 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_frame 0x0002ca9c 0xb8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_frame 0x0002cb54 0x108 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_frame 0x0002cc5c 0x128 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_frame 0x0002cd84 0x20 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_frame 0x0002cda4 0x6c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_frame 0x0002ce10 0x68 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_frame 0x0002ce78 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_frame 0x0002ceb8 0x40 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_frame 0x0002cef8 0x9c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_frame 0x0002cf94 0x38 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_frame 0x0002cfcc 0x320 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_frame 0x0002d2ec 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_frame 0x0002d31c 0x104 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_frame 0x0002d420 0x34 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_str 0x00000000 0x654b0 + *(.debug_str) + .debug_str 0x00000000 0x654b0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x4bd (size before relaxing) + .debug_str 0x000654b0 0x4c8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_str 0x000654b0 0x97d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x000654b0 0xa93 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x000654b0 0x26ac esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_str 0x000654b0 0x2c31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x000654b0 0x2a7 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_str 0x000654b0 0x33e1 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_str 0x000654b0 0x6e0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_str 0x000654b0 0x1c34 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_str 0x000654b0 0x2f1 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_str 0x000654b0 0x2b3c esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_str 0x000654b0 0x3cc6 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_str 0x000654b0 0x83d esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_str 0x000654b0 0x29c4 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_str 0x000654b0 0xbc1 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_str 0x000654b0 0x310 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_str 0x000654b0 0x4459 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_str 0x000654b0 0x4a8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_str 0x000654b0 0x3305 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_str 0x000654b0 0xfa6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_str 0x000654b0 0x4ecc esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_str 0x000654b0 0x527 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_str 0x000654b0 0x281c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x000654b0 0x29e3 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x000654b0 0x5136 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_str 0x000654b0 0x61e esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_str 0x000654b0 0xa47 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_str 0x000654b0 0x21e3 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_str 0x000654b0 0x362 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_str 0x000654b0 0x363 esp-idf/log/liblog.a(log_write.c.obj) + .debug_str 0x000654b0 0x2a5 esp-idf/log/liblog.a(log_level.c.obj) + .debug_str 0x000654b0 0x452 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_str 0x000654b0 0x3df esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_str 0x000654b0 0x3ed esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_str 0x000654b0 0x30a esp-idf/log/liblog.a(log_lock.c.obj) + .debug_str 0x000654b0 0xb1b esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_str 0x000654b0 0x74e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_str 0x000654b0 0x8e8 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_str 0x000654b0 0x9d4 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_str 0x000654b0 0x884 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_str 0x000654b0 0x43d esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_str 0x000654b0 0x604 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_str 0x000654b0 0x2ce esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_str 0x000654b0 0x50e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_str 0x000654b0 0x4e6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_str 0x000654b0 0x1694 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_str 0x000654b0 0x7c5 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_str 0x000654b0 0x29f5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_str 0x000654b0 0x1eab esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_str 0x000654b0 0x525 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_str 0x000654b0 0x14ea esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x000654b0 0x2f2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_str 0x000654b0 0xa41 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_str 0x000654b0 0x51f1 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_str 0x000654b0 0x3222 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_str 0x000654b0 0x23c1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_str 0x000654b0 0x49c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_str 0x000654b0 0x368 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_str 0x000654b0 0x5d24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_str 0x000654b0 0x664 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_str 0x000654b0 0x4b4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_str 0x000654b0 0xe1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_str 0x000654b0 0x1d5e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_str 0x000654b0 0x15e8 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_str 0x000654b0 0x357 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_str 0x000654b0 0x7f1 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_str 0x000654b0 0x590c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_str 0x000654b0 0x360 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_str 0x000654b0 0x28c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_str 0x000654b0 0x325 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_str 0x000654b0 0x7b1 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_str 0x000654b0 0x8e2 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_str 0x000654b0 0x2db esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_str 0x000654b0 0x25d esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_str 0x000654b0 0x65a esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_str 0x000654b0 0xcb5 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_str 0x000654b0 0x89c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_str 0x000654b0 0xa59 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_str 0x000654b0 0x935 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_str 0x000654b0 0xe1d esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_str 0x000654b0 0x877 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_str 0x000654b0 0x528 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_str 0x000654b0 0x5a8 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_str 0x000654b0 0x423 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_str 0x000654b0 0xb63 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_str 0x000654b0 0x499 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_str 0x000654b0 0x302 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_str 0x000654b0 0x3da esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_str 0x000654b0 0x32e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_str 0x000654b0 0x5aea esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_str 0x000654b0 0x2134 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_str 0x000654b0 0x7204 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_str 0x000654b0 0xe44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_str 0x000654b0 0x2143 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_str 0x000654b0 0x5c98 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_str 0x000654b0 0x3b7 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_str 0x000654b0 0x117a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_str 0x000654b0 0x1be2 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_str 0x000654b0 0x10b9 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_str 0x000654b0 0x97c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_str 0x000654b0 0xeaf esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_str 0x000654b0 0x29b esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_str 0x000654b0 0x32e esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_str 0x000654b0 0xa8 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_str 0x000654b0 0x99 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_str 0x000654b0 0x2dbc esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_str 0x000654b0 0x247 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x000654b0 0x2bda esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x000654b0 0x13bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_str 0x000654b0 0xa4f esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x000654b0 0x1037 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_str 0x000654b0 0x362 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_str 0x000654b0 0x2a5 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_str 0x000654b0 0x60d esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_str 0x000654b0 0x357 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_str 0x000654b0 0xe3d esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_str 0x000654b0 0xb9f esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_str 0x000654b0 0x5de esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_str 0x000654b0 0x22ad esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_str 0x000654b0 0x3a79 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_str 0x000654b0 0xc4f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_str 0x000654b0 0x775 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_str 0x000654b0 0x973 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_str 0x000654b0 0x1b4f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_str 0x000654b0 0xc9c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_str 0x000654b0 0x136c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_str 0x000654b0 0xcd2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_str 0x000654b0 0xd85 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_str 0x000654b0 0xbfb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_str 0x000654b0 0xbf3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_str 0x000654b0 0x2d39 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_str 0x000654b0 0x300 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_str 0x000654b0 0xb85 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_str 0x000654b0 0x4c3 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_str 0x000654b0 0x741a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_str 0x000654b0 0xc68 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_str 0x000654b0 0x7479 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_str 0x000654b0 0x423 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_str 0x000654b0 0x61b esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x000654b0 0x28cd esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_str 0x000654b0 0x26d0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_str 0x000654b0 0x4eb esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_str 0x000654b0 0xbb6 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_str 0x000654b0 0xe55 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_str 0x000654b0 0x13f1 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_str 0x000654b0 0x223d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_str 0x000654b0 0x8ad esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_str 0x000654b0 0x235 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_str 0x000654b0 0x2f2 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_str 0x000654b0 0x268 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_str 0x000654b0 0x247 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x000654b0 0x32f esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_str 0x000654b0 0x2d4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_str 0x000654b0 0x5512 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_str 0x000654b0 0xa4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_str 0x000654b0 0x1221 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_str 0x000654b0 0x6a16 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_str 0x000654b0 0x241 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_str 0x000654b0 0xb9 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_str 0x000654b0 0xe4e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_str 0x000654b0 0xe4f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_str 0x000654b0 0x56c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_str 0x000654b0 0x1132 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_str 0x000654b0 0xb102 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_str 0x000654b0 0xa96d esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_str 0x000654b0 0x92b1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_str 0x000654b0 0x128a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_str 0x000654b0 0xa6df esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_str 0x000654b0 0x508 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_str 0x000654b0 0x46f3 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_str 0x000654b0 0x5d07 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_str 0x000654b0 0x77ca esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_str 0x000654b0 0xf56 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_str 0x000654b0 0x3962 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_str 0x000654b0 0x3647 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_str 0x000654b0 0x479 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_str 0x000654b0 0x1769 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_str 0x000654b0 0x329 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_str 0x000654b0 0x3de esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_str 0x000654b0 0x3ea esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_str 0x000654b0 0x588 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_str 0x000654b0 0x51f esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_str 0x000654b0 0x39b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_str 0x000654b0 0xb4e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_str 0x000654b0 0x281f esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_str 0x000654b0 0x2153 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_str 0x000654b0 0xc0a esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_str 0x000654b0 0x1146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_str 0x000654b0 0xa87 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_str 0x000654b0 0x19f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_str 0x000654b0 0x1b8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_str 0x000654b0 0x428 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_str 0x000654b0 0x12cb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_str 0x000654b0 0xe80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_str 0x000654b0 0x350 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_str 0x000654b0 0x311 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_str 0x000654b0 0x268 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_str 0x000654b0 0x408 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_str 0x000654b0 0x4a9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_str 0x000654b0 0x558 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_str 0x000654b0 0x270 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_str 0x000654b0 0x3e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_str 0x000654b0 0x2da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_str 0x000654b0 0x4e80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_str 0x000654b0 0x1003 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_str 0x000654b0 0x4773 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_str 0x000654b0 0x4ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_str 0x000654b0 0x4b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_str 0x000654b0 0xa1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_str 0x000654b0 0x32a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_str 0x000654b0 0x54e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_str 0x000654b0 0x570 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_str 0x000654b0 0x5f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_str 0x000654b0 0x9b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_str 0x000654b0 0xb0e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_str 0x000654b0 0x1359 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_str 0x000654b0 0x48b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_str 0x000654b0 0x10be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_str 0x000654b0 0x4ed6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_str 0x000654b0 0xb43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_str 0x000654b0 0x9fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_str 0x000654b0 0xbe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_str 0x000654b0 0x1208 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_str 0x000654b0 0xa5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_str 0x000654b0 0xb53 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_str 0x000654b0 0xb95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_str 0x000654b0 0x158c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_str 0x000654b0 0x433 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_str 0x000654b0 0x44b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_str 0x000654b0 0xee1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_str 0x000654b0 0x241 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_str 0x000654b0 0x136c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_str 0x000654b0 0x101f esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_str 0x000654b0 0x756 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_str 0x000654b0 0x199b esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_str 0x000654b0 0x1a1d esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_str 0x000654b0 0x66e esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_str 0x000654b0 0x420 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_str 0x000654b0 0x5b8 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_str 0x000654b0 0x279 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_str 0x000654b0 0x237 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .debug_str 0x000654b0 0x722 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_str 0x000654b0 0x6070 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_str 0x000654b0 0x338 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_str 0x000654b0 0x84f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_str 0x000654b0 0x4b2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_str 0x000654b0 0xdbd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_str 0x000654b0 0x14b8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_str 0x000654b0 0x269 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_str 0x000654b0 0xaf3 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_str 0x000654b0 0x1f72 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_str 0x000654b0 0xcbb esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_str 0x000654b0 0x2fc esp-idf/lwip/liblwip.a(def.c.obj) + .debug_str 0x000654b0 0xc98 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_str 0x000654b0 0x282 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_str 0x000654b0 0x969 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_str 0x000654b0 0x2dc esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_str 0x000654b0 0x686 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_str 0x000654b0 0x1160 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_str 0x000654b0 0xedc esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_str 0x000654b0 0xcdd esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_str 0x000654b0 0x12f2 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_str 0x000654b0 0x111b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_str 0x000654b0 0xf6e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_str 0x000654b0 0xa83 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_str 0x000654b0 0xfb9 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_str 0x000654b0 0x164b esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_str 0x000654b0 0xf20 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_str 0x000654b0 0x910 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_str 0x000654b0 0xabb esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_str 0x000654b0 0xe02 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_str 0x000654b0 0x7d2 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_str 0x000654b0 0x707 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_str 0x000654b0 0xb73 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_str 0x000654b0 0xb9d esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_str 0x000654b0 0x87d esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_str 0x000654b0 0x75b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_str 0x000654b0 0xd4e esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_str 0x000654b0 0x143b esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_str 0x000654b0 0x95d esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_str 0x000654b0 0x601 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_str 0x000654b0 0xa60 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_str 0x000654b0 0xa4e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_str 0x000654b0 0xb21 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_str 0x000654b0 0x95c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_str 0x000654b0 0x12aa esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_str 0x000654b0 0x18c3 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_str 0x000654b0 0x240 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_str 0x000654b0 0x61e esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_str 0x000654b0 0x48d esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_str 0x000654b0 0x3c74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_str 0x000654b0 0x2210 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_str 0x000654b0 0x42a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_str 0x000654b0 0x2a13 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_str 0x000654b0 0xaef esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_str 0x000654b0 0x3212 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_str 0x000654b0 0x184d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_str 0x000654b0 0xf6a esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_str 0x000654b0 0xc76 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_str 0x000654b0 0x2cda esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_str 0x000654b0 0xef9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_str 0x000654b0 0x651 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_str 0x000654b0 0x2063 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_str 0x000654b0 0x1abb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_str 0x000654b0 0x454 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_str 0x000654b0 0x12ca esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_str 0x000654b0 0x59a esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_str 0x000654b0 0x87b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_str 0x000654b0 0x2d2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_str 0x000654b0 0x3eb esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_str 0x000654b0 0x30c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_str 0x000654b0 0x2b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_str 0x000654b0 0x270a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_str 0x000654b0 0xb0e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_str 0x000654b0 0x3d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_str 0x000654b0 0xc0f esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_str 0x000654b0 0x2b6d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_str 0x000654b0 0xba5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_str 0x000654b0 0x6e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_str 0x000654b0 0x262 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_str 0x000654b0 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_str 0x000654b0 0x295 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_str 0x000654b0 0x393 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_str 0x000654b0 0x6db esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_str 0x000654b0 0xbee esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_str 0x000654b0 0x9aa esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_str 0x000654b0 0x344 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_str 0x000654b0 0x11a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_str 0x000654b0 0x651 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_str 0x000654b0 0xbbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_str 0x000654b0 0x1ad3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_str 0x000654b0 0x108a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_str 0x000654b0 0x3a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_str 0x000654b0 0x1969 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_str 0x000654b0 0xdcb esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_str 0x000654b0 0x11fb esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_str 0x000654b0 0x111 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_str 0x000654b0 0xf46 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_str 0x000654b0 0x153 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_str 0x000654b0 0x94d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_str 0x000654b0 0x489 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_str 0x000654b0 0x8c8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_str 0x000654b0 0x291 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_str 0x000654b0 0x106 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_str 0x000654b0 0xb0a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_str 0x000654b0 0x989 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_str 0x000654b0 0xcce /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_str 0x000654b0 0x17b9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_str 0x000654b0 0x110 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_str 0x000654b0 0x775 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_str 0x000654b0 0x41b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_str 0x000654b0 0x20c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_str 0x000654b0 0x101b esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_str 0x000654b0 0x303 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_str 0x000654b0 0x95 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_str 0x000654b0 0x10c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_str 0x000654b0 0x5a4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_str 0x000654b0 0x599 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_str 0x000654b0 0x752 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_str 0x000654b0 0x5cb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_str 0x000654b0 0x500 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_str 0x000654b0 0x585 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_str 0x000654b0 0x4e0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_str 0x000654b0 0x51f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_str 0x000654b0 0x5a0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_str 0x000654b0 0x55b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_str 0x000654b0 0x522 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_str 0x000654b0 0x547 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_str 0x000654b0 0x527 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_str 0x000654b0 0x532 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_str 0x000654b0 0x512 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_str 0x000654b0 0x705 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_str 0x000654b0 0x502 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_str 0x000654b0 0x4e2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x000654b0 0x4dc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_str 0x000654b0 0x4e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_str 0x000654b0 0x62e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_str 0x000654b0 0x54c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_str 0x000654b0 0x515 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_str 0x000654b0 0x4e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_str 0x000654b0 0x4ea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_str 0x000654b0 0xc75 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_str 0x000654b0 0xd54 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_str 0x000654b0 0xc3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_str 0x000654b0 0x4dc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_str 0x000654b0 0x674 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_str 0x000654b0 0x77b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_str 0x000654b0 0x727 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_str 0x000654b0 0x172 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_str 0x000654b0 0x89c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_str 0x000654b0 0x709 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_str 0x000654b0 0x7f7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_str 0x000654b0 0x710 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_str 0x000654b0 0xb84 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_str 0x000654b0 0x350 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_loc 0x00000000 0x117301 + *(.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) + .debug_loc 0x00000191 0xb7b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x00000d0c 0x12a0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00001fac 0x39d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00002349 0x118 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_loc 0x00002461 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_loc 0x0000249d 0x726 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_loc 0x00002bc3 0x187 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x00002d4a 0x27 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_loc 0x00002d71 0x80 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_loc 0x00002df1 0x20f esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x00003000 0x33f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_loc 0x0000333f 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_loc 0x0000338f 0x22c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_loc 0x000035bb 0x3c7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x00003982 0x81 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x00003a03 0x221 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x00003c24 0x71b esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x0000433f 0x1bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_loc 0x000044fa 0x178 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x00004672 0x39 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x000046ab 0x1c2 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x0000486d 0xebb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x00005728 0xb96 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_loc 0x000062be 0x2a9 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x00006567 0x111 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x00006678 0x13 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_loc 0x0000668b 0x195 esp-idf/log/liblog.a(log_write.c.obj) + .debug_loc 0x00006820 0x1d0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_loc 0x000069f0 0x282 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_loc 0x00006c72 0x370 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_loc 0x00006fe2 0x159c esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x0000857e 0x835 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x00008db3 0xe50 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x00009c03 0x85eb esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_loc 0x000121ee 0x3dd esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_loc 0x000125cb 0xbac esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_loc 0x00013177 0x7b4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_loc 0x0001392b 0x12a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_loc 0x00013a55 0x19f3 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_loc 0x00015448 0xc91 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_loc 0x000160d9 0x314 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_loc 0x000163ed 0x339 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_loc 0x00016726 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x00016b24 0xcf5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x00017819 0x5c9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x00017de2 0x2a0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_loc 0x00018082 0x5c7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x00018649 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_loc 0x000186d5 0x41c4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_loc 0x0001c899 0x2ca esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_loc 0x0001cb63 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_loc 0x0001cca0 0x129f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_loc 0x0001df3f 0x35f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_loc 0x0001e29e 0x72 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_loc 0x0001e310 0x2d8a esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x0002109a 0x3e6e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x00024f08 0x61a esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x00025522 0x1d8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_loc 0x000256fa 0x1e6 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x000258e0 0x2bd esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_loc 0x00025b9d 0x63 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x00025c00 0x74 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x00025c74 0x31a esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x00025f8e 0x505 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x00026493 0x5f2 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x00026a85 0x75 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x00026afa 0xdd esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_loc 0x00026bd7 0x132 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x00026d09 0xaa esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_loc 0x00026db3 0x46a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x0002721d 0x73d esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x0002795a 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x00027a2a 0x15ba esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x00028fe4 0x6a7 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_loc 0x0002968b 0x4f3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x00029b7e 0x53a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_loc 0x0002a0b8 0x491 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_loc 0x0002a549 0x3dd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x0002a926 0x1e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_loc 0x0002a944 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_loc 0x0002a96c 0x367 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_loc 0x0002acd3 0x1541 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_loc 0x0002c214 0x488d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_loc 0x00030aa1 0x3d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_loc 0x00030ade 0xfa7 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_loc 0x00031a85 0x69b esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_loc 0x00032120 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_loc 0x000321f2 0x5aa esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_loc 0x0003279c 0x4de4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x00037580 0x8ab esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_loc 0x00037e2b 0x58d esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_loc 0x000383b8 0x539 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_loc 0x000388f1 0x8c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_loc 0x0003897d 0x1fb esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_loc 0x00038b78 0x2724 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_loc 0x0003b29c 0x1150 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x0003c3ec 0x4a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_loc 0x0003c88c 0x29f esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x0003cb2b 0x24b8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_loc 0x0003efe3 0x15e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_loc 0x0003f141 0x1124 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_loc 0x00040265 0x109 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x0004036e 0xda7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x00041115 0x144 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x00041259 0x1d4c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x00042fa5 0x7da esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x0004377f 0x8ae esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x0004402d 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x00044117 0x17e0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x000458f7 0x19a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_loc 0x00045a91 0x149 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_loc 0x00045bda 0x2c7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_loc 0x00045ea1 0x845 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_loc 0x000466e6 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_loc 0x00046800 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_loc 0x0004691a 0x8b7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x000471d1 0x394 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_loc 0x00047565 0x237 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_loc 0x0004779c 0x45e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_loc 0x00047bfa 0xb5 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_loc 0x00047caf 0xeb3 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_loc 0x00048b62 0x55e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_loc 0x000490c0 0x45 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_loc 0x00049105 0x1043 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x0004a148 0x3cb esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x0004a513 0x1676 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x0004bb89 0x20a esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_loc 0x0004bd93 0x305 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_loc 0x0004c098 0xb4b esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_loc 0x0004cbe3 0xdb8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x0004d99b 0xc0e esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_loc 0x0004e5a9 0x107 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_loc 0x0004e6b0 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_loc 0x0004e758 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_loc 0x0004e7e8 0x146 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_loc 0x0004e92e 0x466 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_loc 0x0004ed94 0x1707 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_loc 0x0005049b 0x24a esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_loc 0x000506e5 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_loc 0x00050735 0x52f7 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_loc 0x00055a2c 0x42ac esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x00059cd8 0x608 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_loc 0x0005a2e0 0x2963 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_loc 0x0005cc43 0x379d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x000603e0 0x2e85 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x00063265 0xd61 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x00063fc6 0x4fe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_loc 0x000644c4 0xe3d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x00065301 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_loc 0x0006534f 0x5ac esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x000658fb 0x391a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x00069215 0xd41 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x00069f56 0x1fb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_loc 0x0006a151 0x30d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x0006a45e 0x46aa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_loc 0x0006eb08 0x111 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_loc 0x0006ec19 0x26a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_loc 0x000712bf 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_loc 0x0007141d 0x12e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_loc 0x00072700 0x105f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_loc 0x0007375f 0x1481 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_loc 0x00074be0 0x929 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_loc 0x00075509 0xf7b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_loc 0x00076484 0x113 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_loc 0x00076597 0x124e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_loc 0x000777e5 0xa88 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_loc 0x0007826d 0x394 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_loc 0x00078601 0x4147 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x0007c748 0x35b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_loc 0x0007fcf9 0x3174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_loc 0x00082e6d 0x10ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_loc 0x00083f59 0x701 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_loc 0x0008465a 0x152e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_loc 0x00085b88 0x1821 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_loc 0x000873a9 0x189 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_loc 0x00087532 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_loc 0x000875f0 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_loc 0x000876ad 0x222 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_loc 0x000878cf 0x3ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_loc 0x00087c7b 0xc2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_loc 0x000888a7 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_loc 0x0008891c 0x5b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_loc 0x00088ecc 0x167 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_loc 0x00089033 0x124e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_loc 0x0008a281 0xf30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_loc 0x0008b1b1 0x489 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_loc 0x0008b63a 0x61a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_loc 0x0008bc54 0x5cd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x0008c221 0x1a22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_loc 0x0008dc43 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_loc 0x0008de3b 0x15d1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_loc 0x0008f40c 0xf78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_loc 0x00090384 0x1599 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_loc 0x0009191d 0x18f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_loc 0x00093214 0x1feb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_loc 0x000951ff 0x6af0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_loc 0x0009bcef 0xa6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_loc 0x0009c75e 0xe49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_loc 0x0009d5a7 0x9a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x0009df49 0x11d5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_loc 0x0009f11e 0x172d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_loc 0x000a084b 0x1b7b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_loc 0x000a23c6 0x5c3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_loc 0x000a8004 0x5263 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_loc 0x000ad267 0xc1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_loc 0x000ade81 0xddb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_loc 0x000aec5c 0x148a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_loc 0x000b00e6 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_loc 0x000b010d 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_loc 0x000b0182 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_loc 0x000b0415 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_loc 0x000b04dd 0x119d esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_loc 0x000b167a 0xeb8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_loc 0x000b2532 0x4e6 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_loc 0x000b2a18 0xbf5 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_loc 0x000b360d 0x4e1 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_loc 0x000b3aee 0x372 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_loc 0x000b3e60 0x5d7 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_loc 0x000b4437 0x2ba esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_loc 0x000b46f1 0x7e7 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_loc 0x000b4ed8 0x2267 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_loc 0x000b713f 0xe22 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_loc 0x000b7f61 0x337 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_loc 0x000b8298 0x1007 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x000b929f 0x4e0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_loc 0x000b977f 0x471 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_loc 0x000b9bf0 0x5d7f esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_loc 0x000bf96f 0x8b6 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_loc 0x000c0225 0x60e esp-idf/lwip/liblwip.a(def.c.obj) + .debug_loc 0x000c0833 0x1fe4 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_loc 0x000c2817 0x278 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_loc 0x000c2a8f 0x116 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_loc 0x000c2ba5 0x2e9 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_loc 0x000c2e8e 0x1e78 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_loc 0x000c4d06 0x2150 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_loc 0x000c6e56 0xbe6 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_loc 0x000c7a3c 0x209c esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_loc 0x000c9ad8 0xe7a esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_loc 0x000ca952 0x29ef esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_loc 0x000cd341 0x469 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_loc 0x000cd7aa 0x117d esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_loc 0x000ce927 0x1fc2 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_loc 0x000d08e9 0x1821 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_loc 0x000d210a 0x2fa esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_loc 0x000d2404 0xb22 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_loc 0x000d2f26 0xf78 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_loc 0x000d3e9e 0x62b esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_loc 0x000d44c9 0x2b7 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_loc 0x000d4780 0x8f9 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_loc 0x000d5079 0x146f esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_loc 0x000d64e8 0x708 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_loc 0x000d6bf0 0x278 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_loc 0x000d6e68 0x7ee esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_loc 0x000d7656 0x2505 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_loc 0x000d9b5b 0x20d esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_loc 0x000d9d68 0x1f9 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_loc 0x000d9f61 0x44d esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_loc 0x000da3ae 0xba7 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_loc 0x000daf55 0x434 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_loc 0x000db389 0x20d esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_loc 0x000db596 0x1a7f esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_loc 0x000dd015 0x25bb esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_loc 0x000df5d0 0x54 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_loc 0x000df624 0x33e esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_loc 0x000df962 0xf01 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_loc 0x000e0863 0xafa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_loc 0x000e135d 0x6c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_loc 0x000e1a1f 0x2aec esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_loc 0x000e450b 0x10e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_loc 0x000e55f1 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_loc 0x000e5660 0x9f5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_loc 0x000e6055 0x34dd esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_loc 0x000e9532 0xd56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_loc 0x000ea288 0x61a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_loc 0x000ea8a2 0x330b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_loc 0x000edbad 0x13b9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_loc 0x000eef66 0xd64 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_loc 0x000efcca 0x501 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_loc 0x000f01cb 0x1b2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_loc 0x000f1cf8 0x609 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_loc 0x000f2301 0x6e56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_loc 0x000f9157 0xa57 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_loc 0x000f9bae 0x2a1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_loc 0x000fc5cb 0x24b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_loc 0x000fc816 0x21e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_loc 0x000fca34 0x422 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_loc 0x000fce56 0x208 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_loc 0x000fd05e 0x4f26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_loc 0x00101f84 0x113a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_loc 0x001030be 0x765 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_loc 0x00103823 0x1b1f esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_loc 0x00105342 0x19a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_loc 0x00106ce6 0x66e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_loc 0x00107354 0xfb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_loc 0x00108309 0x1f3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_loc 0x001084fc 0x21b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_loc 0x00108717 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_loc 0x0010894a 0x9b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_loc 0x00109300 0xcf5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_loc 0x00109ff5 0xde8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_loc 0x0010addd 0x3ca esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_loc 0x0010b1a7 0x246 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_loc 0x0010b3ed 0x2761 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_loc 0x0010db4e 0x390 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_loc 0x0010dede 0x13bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_loc 0x0010f29a 0x24a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_loc 0x0011173c 0x1054 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_loc 0x00112790 0x10ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_loc 0x0011384a 0x14da esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x00114d24 0x9c0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_loc 0x001156e4 0x146b esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_loc 0x00116b4f 0x666 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_loc 0x001171b5 0x14c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + +.debug_macinfo + *(.debug_macinfo) + +.debug_pubtypes + *(.debug_pubtypes) + +.debug_ranges 0x00000000 0x11848 + *(.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) + .debug_ranges 0x000000e8 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x00000190 0x188 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000318 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x000003f8 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_ranges 0x00000430 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_ranges 0x00000470 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_ranges 0x00000518 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x00000548 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_ranges 0x00000578 0x58 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_ranges 0x000005d0 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x00000600 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_ranges 0x00000630 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_ranges 0x00000660 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_ranges 0x000006a0 0x20 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_ranges 0x000006c0 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x00000750 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x00000780 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x000007c8 0xb0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x00000878 0x58 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_ranges 0x000008d0 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x000008e8 0x38 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000920 0x78 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000998 0x78 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x00000a10 0x100 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_ranges 0x00000b10 0x60 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x00000b70 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x00000b88 0x18 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_ranges 0x00000ba0 0x20 esp-idf/log/liblog.a(log_write.c.obj) + .debug_ranges 0x00000bc0 0x10 esp-idf/log/liblog.a(log_level.c.obj) + .debug_ranges 0x00000bd0 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_ranges 0x00000c00 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_ranges 0x00000c30 0x58 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_ranges 0x00000c88 0x20 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_ranges 0x00000ca8 0x268 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x00000f10 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x00001018 0xf0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x00001108 0x1008 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_ranges 0x00002110 0x70 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_ranges 0x00002180 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_ranges 0x00002290 0x18 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_ranges 0x000022a8 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_ranges 0x00002388 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_ranges 0x000023f8 0x210 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_ranges 0x00002608 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_ranges 0x000026b0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_ranges 0x000026f8 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_ranges 0x000027a8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x00002800 0x270 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x00002a70 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x00002ad8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_ranges 0x00002b18 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00002b70 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_ranges 0x00002bd0 0x498 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_ranges 0x00003068 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_ranges 0x00003090 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_ranges 0x000030a8 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_ranges 0x00003460 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_ranges 0x000034b0 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_ranges 0x000034e0 0x2d8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x000037b8 0x6f0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x00003ea8 0xe8 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x00003f90 0x40 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_ranges 0x00003fd0 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x00003fe8 0x90 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_ranges 0x00004078 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x000040a8 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x000040d0 0x60 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x00004130 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x000041c0 0x110 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x000042d0 0x28 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x000042f8 0x18 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_ranges 0x00004310 0x78 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x00004388 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x000043c8 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x00004430 0xa0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x000044d0 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x00004510 0x1c8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x000046d8 0x90 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_ranges 0x00004768 0x90 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x000047f8 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_ranges 0x00004850 0x60 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_ranges 0x000048b0 0x88 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x00004938 0x18 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_ranges 0x00004950 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_ranges 0x00004970 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x00004990 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_ranges 0x000049b8 0x90 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_ranges 0x00004a48 0x298 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_ranges 0x00004ce0 0x458 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_ranges 0x00005138 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_ranges 0x00005160 0x1a8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_ranges 0x00005308 0xa0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_ranges 0x000053a8 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_ranges 0x000053e8 0x98 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_ranges 0x00005480 0x598 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x00005a18 0x90 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_ranges 0x00005aa8 0x60 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_ranges 0x00005b08 0x150 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .debug_ranges 0x00005c58 0x10 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_ranges 0x00005c68 0x48 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_ranges 0x00005cb0 0x2e8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_ranges 0x00005f98 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x00005fa8 0x198 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00006140 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_ranges 0x000061a8 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00006220 0x278 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_ranges 0x00006498 0x10 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_ranges 0x000064a8 0x78 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_ranges 0x00006520 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_ranges 0x00006540 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x000065a8 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x000066a8 0x60 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x00006708 0x1f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00006900 0xd8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x000069d8 0xb8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x00006a90 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x00006ac0 0x180 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x00006c40 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_ranges 0x00006c68 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_ranges 0x00006c88 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_ranges 0x00006cc0 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_ranges 0x00006d28 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_ranges 0x00006d40 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_ranges 0x00006d58 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x00006dc0 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_ranges 0x00006de0 0x60 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_ranges 0x00006e40 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_ranges 0x00006ee0 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_ranges 0x00006f00 0x190 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_ranges 0x00007090 0xa0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_ranges 0x00007130 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_ranges 0x00007140 0xf8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x00007238 0x40 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x00007278 0x288 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x00007500 0x40 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_ranges 0x00007540 0xc8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_ranges 0x00007608 0xb0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_ranges 0x000076b8 0x1a0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x00007858 0xf0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_ranges 0x00007948 0x48 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_ranges 0x00007990 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_ranges 0x000079b0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x000079c0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_ranges 0x000079f0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_ranges 0x00007a10 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_ranges 0x00007a48 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_ranges 0x00007a60 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_ranges 0x00007ba0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_ranges 0x00007bf0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_ranges 0x00007c08 0x420 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_ranges 0x00008028 0x1b8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x000081e0 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_ranges 0x00008228 0x2e8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_ranges 0x00008510 0x338 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x00008848 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x00008c10 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x00008cc8 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_ranges 0x00008d30 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x00008e10 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_ranges 0x00008e38 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x00008f18 0x480 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x00009398 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x000094e0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_ranges 0x000094f8 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x00009558 0x500 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_ranges 0x00009a58 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_ranges 0x00009a68 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_ranges 0x00009ba8 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_ranges 0x00009bd8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_ranges 0x00009c20 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_ranges 0x00009ca0 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_ranges 0x00009de0 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_ranges 0x00009e50 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_ranges 0x00009ea0 0x78 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_ranges 0x00009f18 0x250 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_ranges 0x0000a168 0xc0 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .debug_ranges 0x0000a228 0x68 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .debug_ranges 0x0000a290 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x0000a510 0x230 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_ranges 0x0000a740 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_ranges 0x0000a908 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_ranges 0x0000aa00 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_ranges 0x0000aa68 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_ranges 0x0000ab20 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_ranges 0x0000abd8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_ranges 0x0000abf0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_ranges 0x0000ac20 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_ranges 0x0000ac38 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_ranges 0x0000ac50 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_ranges 0x0000ac78 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_ranges 0x0000ad10 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_ranges 0x0000ad28 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_ranges 0x0000ad88 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_ranges 0x0000adb0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_ranges 0x0000ae20 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_ranges 0x0000ae90 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .debug_ranges 0x0000aee0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_ranges 0x0000af38 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x0000af88 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_ranges 0x0000b028 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_ranges 0x0000b068 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_ranges 0x0000b110 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_ranges 0x0000b1e0 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_ranges 0x0000b2a8 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_ranges 0x0000b378 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_ranges 0x0000b510 0x218 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_ranges 0x0000b728 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_ranges 0x0000b758 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_ranges 0x0000b7e8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x0000b888 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_ranges 0x0000b948 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_ranges 0x0000ba18 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_ranges 0x0000baa8 0x2c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_ranges 0x0000bd68 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_ranges 0x0000bdf0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_ranges 0x0000be70 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_ranges 0x0000bf30 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_ranges 0x0000c0a0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_ranges 0x0000c0b0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_ranges 0x0000c0c8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_ranges 0x0000c0f8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_ranges 0x0000c108 0x110 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_ranges 0x0000c218 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_ranges 0x0000c298 0x58 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_ranges 0x0000c2f0 0x198 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_ranges 0x0000c488 0x80 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .debug_ranges 0x0000c508 0x98 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .debug_ranges 0x0000c5a0 0x90 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_ranges 0x0000c630 0x88 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_ranges 0x0000c6b8 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_ranges 0x0000c758 0x1b0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_ranges 0x0000c908 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .debug_ranges 0x0000c920 0xd0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_ranges 0x0000c9f0 0x78 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_ranges 0x0000ca68 0x1e8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x0000cc50 0x130 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_ranges 0x0000cd80 0x110 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_ranges 0x0000ce90 0x508 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_ranges 0x0000d398 0x98 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_ranges 0x0000d430 0x70 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_ranges 0x0000d4a0 0x188 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_ranges 0x0000d628 0x10 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_ranges 0x0000d638 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_ranges 0x0000d660 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_ranges 0x0000d690 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_ranges 0x0000d6d8 0x1a8 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_ranges 0x0000d880 0x200 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_ranges 0x0000da80 0x98 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_ranges 0x0000db18 0x328 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_ranges 0x0000de40 0x1d0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_ranges 0x0000e010 0x148 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_ranges 0x0000e158 0x78 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_ranges 0x0000e1d0 0xa8 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_ranges 0x0000e278 0x1b0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_ranges 0x0000e428 0x148 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_ranges 0x0000e570 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_ranges 0x0000e5c8 0xd0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_ranges 0x0000e698 0xe0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_ranges 0x0000e778 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_ranges 0x0000e7b0 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_ranges 0x0000e7c0 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_ranges 0x0000e810 0xf8 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_ranges 0x0000e908 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_ranges 0x0000e928 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_ranges 0x0000e938 0xc8 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_ranges 0x0000ea00 0x200 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_ranges 0x0000ec00 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_ranges 0x0000ec18 0x18 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_ranges 0x0000ec30 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_ranges 0x0000ec60 0x130 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_ranges 0x0000ed90 0x50 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .debug_ranges 0x0000ede0 0x58 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_ranges 0x0000ee38 0x188 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_ranges 0x0000efc0 0x200 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_ranges 0x0000f1c0 0x10 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_ranges 0x0000f1d0 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_ranges 0x0000f220 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_ranges 0x0000f280 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_ranges 0x0000f350 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_ranges 0x0000f3e0 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_ranges 0x0000f658 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_ranges 0x0000f730 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_ranges 0x0000f750 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_ranges 0x0000f7a0 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_ranges 0x0000fad8 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_ranges 0x0000fb80 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_ranges 0x0000fbf0 0x230 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_ranges 0x0000fe20 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_ranges 0x0000fe70 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_ranges 0x0000fee0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_ranges 0x0000ff40 0x110 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_ranges 0x00010050 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_ranges 0x00010078 0x2d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_ranges 0x00010350 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_ranges 0x000103d0 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_ranges 0x000104f8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_ranges 0x00010508 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_ranges 0x00010528 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_ranges 0x00010540 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_ranges 0x00010550 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_ranges 0x000107d0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_ranges 0x00010810 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_ranges 0x00010898 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_ranges 0x00010940 0x188 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_ranges 0x00010ac8 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_ranges 0x00010b30 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_ranges 0x00010c00 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_ranges 0x00010c10 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_ranges 0x00010c20 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_ranges 0x00010c30 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_ranges 0x00010c70 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_ranges 0x00010d20 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_ranges 0x00010da8 0x98 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_ranges 0x00010e40 0x48 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_ranges 0x00010e88 0x2f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_ranges 0x00011178 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_ranges 0x00011200 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_ranges 0x000112e0 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_ranges 0x00011420 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_ranges 0x00011480 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_ranges 0x000114b0 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x00011618 0x90 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_ranges 0x000116a8 0xa8 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_ranges 0x00011750 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_ranges 0x00011828 0x20 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + +.debug_weaknames + *(.debug_weaknames) + +.debug_funcnames + *(.debug_funcnames) + +.debug_typenames + *(.debug_typenames) + +.debug_varnames + *(.debug_varnames) + +.debug_gnu_pubnames + *(.debug_gnu_pubnames) + +.debug_gnu_pubtypes + *(.debug_gnu_pubtypes) + +.debug_types + *(.debug_types) + +.debug_addr + *(.debug_addr) + +.debug_line_str + 0x00000000 0x208e + *(.debug_line_str) + .debug_line_str + 0x00000000 0x208e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x2a1 (size before relaxing) + .debug_line_str + 0x0000208e 0x5c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line_str + 0x0000208e 0x2a7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line_str + 0x0000208e 0x3d1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line_str + 0x0000208e 0x3aa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line_str + 0x0000208e 0x3c8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line_str + 0x0000208e 0x3e4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line_str + 0x0000208e 0x2a1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line_str + 0x0000208e 0x4d8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line_str + 0x0000208e 0x42f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line_str + 0x0000208e 0x5c3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_line_str + 0x0000208e 0x66f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line_str + 0x0000208e 0x2a1 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line_str + 0x0000208e 0x4ed /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line_str + 0x0000208e 0x48c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line_str + 0x0000208e 0x34b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line_str + 0x0000208e 0x1b4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line_str + 0x0000208e 0x1fa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line_str + 0x0000208e 0x2e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line_str + 0x0000208e 0x2e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line_str + 0x0000208e 0x2f0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line_str + 0x0000208e 0x2e3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line_str + 0x0000208e 0x2d3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line_str + 0x0000208e 0x2f5 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line_str + 0x0000208e 0x2d3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line_str + 0x0000208e 0x2df /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line_str + 0x0000208e 0x2eb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line_str + 0x0000208e 0x2e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_line_str + 0x0000208e 0x2ea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line_str + 0x0000208e 0x2db /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line_str + 0x0000208e 0x2e2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line_str + 0x0000208e 0x2f0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line_str + 0x0000208e 0x2e7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line_str + 0x0000208e 0x383 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line_str + 0x0000208e 0x2d4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line_str + 0x0000208e 0x279 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line_str + 0x0000208e 0x287 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line_str + 0x0000208e 0x2eb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line_str + 0x0000208e 0x36d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line_str + 0x0000208e 0x35c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line_str + 0x0000208e 0x2f9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line_str + 0x0000208e 0x2e8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line_str + 0x0000208e 0x2eb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line_str + 0x0000208e 0x412 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line_str + 0x0000208e 0x410 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line_str + 0x0000208e 0x400 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line_str + 0x0000208e 0x27f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line_str + 0x0000208e 0x375 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line_str + 0x0000208e 0x367 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line_str + 0x0000208e 0x2f9 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line_str + 0x0000208e 0x2bf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line_str + 0x0000208e 0x3c7 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line_str + 0x0000208e 0x354 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line_str + 0x0000208e 0x3ca /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line_str + 0x0000208e 0x354 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line_str + 0x0000208e 0x402 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line_str + 0x0000208e 0x1cf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_loclists + 0x00000000 0xc9dc + *(.debug_loclists) + .debug_loclists + 0x00000000 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_loclists + 0x00000025 0x1cc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_loclists + 0x000001f1 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_loclists + 0x00000216 0x42e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_loclists + 0x00000644 0xea /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_loclists + 0x0000072e 0x33a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_loclists + 0x00000a68 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_loclists + 0x00000a8d 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_loclists + 0x00000ab2 0x13f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_loclists + 0x00000bf1 0xa2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_loclists + 0x00000c93 0x12c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_loclists + 0x00000dbf 0x274 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_loclists + 0x00001033 0x25 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_loclists + 0x00001058 0x43 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_loclists + 0x0000109b 0x61 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_loclists + 0x000010fc 0x7f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_loclists + 0x0000117b 0x16a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_loclists + 0x000012e5 0x280 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_loclists + 0x00001565 0xd2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_loclists + 0x00001637 0xf4 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_loclists + 0x0000172b 0x2e6 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_loclists + 0x00001a11 0x8c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_loclists + 0x00001a9d 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_loclists + 0x00001af5 0x95 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_loclists + 0x00001b8a 0xdd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_loclists + 0x00001c67 0x7f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_loclists + 0x00001ce6 0x211 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_loclists + 0x00001ef7 0x7c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_loclists + 0x00001f73 0x153 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_loclists + 0x000020c6 0x58 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_loclists + 0x0000211e 0x200 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_loclists + 0x0000231e 0x69 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_loclists + 0x00002387 0x1e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_loclists + 0x000023a5 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_loclists + 0x000023e1 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_loclists + 0x0000241d 0x3e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_loclists + 0x0000245b 0x5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_loclists + 0x000024b5 0x5a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_loclists + 0x0000250f 0x2388 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_loclists + 0x00004897 0x2431 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_loclists + 0x00006cc8 0x15cc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_loclists + 0x00008294 0x85 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_loclists + 0x00008319 0x106 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_loclists + 0x0000841f 0x88 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_loclists + 0x000084a7 0x3c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_loclists + 0x000084e3 0x8f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_loclists + 0x00008572 0x1100 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_loclists + 0x00009672 0xa2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_loclists + 0x00009714 0x1348 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_loclists + 0x0000aa5c 0x96 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_loclists + 0x0000aaf2 0x1a64 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_loclists + 0x0000c556 0x486 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_macro + *(.debug_macro) + +.debug_names + *(.debug_names) + +.debug_rnglists + 0x00000000 0x9a4 + *(.debug_rnglists) + .debug_rnglists + 0x00000000 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_rnglists + 0x00000013 0xdc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_rnglists + 0x000000ef 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_rnglists + 0x00000102 0x50 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_rnglists + 0x00000152 0x4c /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_rnglists + 0x0000019e 0x67 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_rnglists + 0x00000205 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_rnglists + 0x00000218 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_rnglists + 0x0000022b 0x43 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_rnglists + 0x0000026e 0x55 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_rnglists + 0x000002c3 0x9d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_rnglists + 0x00000360 0x115 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_rnglists + 0x00000475 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_rnglists + 0x00000488 0x1f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_rnglists + 0x000004a7 0x1f /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_rnglists + 0x000004c6 0x21 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_rnglists + 0x000004e7 0x57 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_rnglists + 0x0000053e 0x19 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_rnglists + 0x00000557 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_rnglists + 0x00000587 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_rnglists + 0x0000059a 0x1a /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_rnglists + 0x000005b4 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_rnglists + 0x000005c7 0x1e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_rnglists + 0x000005e5 0x1e /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_rnglists + 0x00000603 0xa0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_rnglists + 0x000006a3 0xab /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_rnglists + 0x0000074e 0x60 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_rnglists + 0x000007ae 0x28 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_rnglists + 0x000007d6 0x13 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_rnglists + 0x000007e9 0x36 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_rnglists + 0x0000081f 0x77 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_rnglists + 0x00000896 0x56 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_rnglists + 0x000008ec 0xb8 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.debug_str_offsets + *(.debug_str_offsets) + +.comment 0x00000000 0x60 + *(.comment) + .comment 0x00000000 0x60 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x30 (size before relaxing) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_write.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_level.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_lock.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(multi_heap.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(tlsf.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(abort.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(locks.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(time.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .comment 0x00000060 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .comment 0x00000060 0x30 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(interrupts.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(def.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(init.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(memp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(netif.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(raw.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(udp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(mld6.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(nd6.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(err.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + .comment 0x00000060 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + .comment 0x00000060 0x32 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .comment 0x00000060 0x30 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.note.GNU-stack + 0x00000000 0x0 + *(.note.GNU-stack) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .note.GNU-stack + 0x00000000 0x0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +.riscv.attributes + 0x00000000 0x6a + *(.riscv.attributes) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .riscv.attributes + 0x00000044 0x44 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .riscv.attributes + 0x00000088 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .riscv.attributes + 0x000000cc 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000110 0x44 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .riscv.attributes + 0x00000154 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000198 0x44 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .riscv.attributes + 0x000001dc 0x44 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .riscv.attributes + 0x00000220 0x44 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .riscv.attributes + 0x00000264 0x48 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .riscv.attributes + 0x000002ac 0x44 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .riscv.attributes + 0x000002f0 0x44 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .riscv.attributes + 0x00000334 0x48 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .riscv.attributes + 0x0000037c 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .riscv.attributes + 0x000003c0 0x48 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .riscv.attributes + 0x00000408 0x44 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .riscv.attributes + 0x0000044c 0x44 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .riscv.attributes + 0x00000490 0x44 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .riscv.attributes + 0x000004d4 0x44 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .riscv.attributes + 0x00000518 0x44 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .riscv.attributes + 0x0000055c 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .riscv.attributes + 0x000005a4 0x44 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .riscv.attributes + 0x000005e8 0x44 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .riscv.attributes + 0x0000062c 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x00000670 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x000006b4 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .riscv.attributes + 0x000006f8 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) + .riscv.attributes + 0x0000073c 0x44 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .riscv.attributes + 0x00000780 0x44 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .riscv.attributes + 0x000007c4 0x48 esp-idf/log/liblog.a(log_timestamp.c.obj) + .riscv.attributes + 0x0000080c 0x44 esp-idf/log/liblog.a(log_write.c.obj) + .riscv.attributes + 0x00000850 0x44 esp-idf/log/liblog.a(log_level.c.obj) + .riscv.attributes + 0x00000894 0x44 esp-idf/log/liblog.a(tag_log_level.c.obj) + .riscv.attributes + 0x000008d8 0x44 esp-idf/log/liblog.a(log_linked_list.c.obj) + .riscv.attributes + 0x0000091c 0x44 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .riscv.attributes + 0x00000960 0x44 esp-idf/log/liblog.a(log_lock.c.obj) + .riscv.attributes + 0x000009a4 0x44 esp-idf/heap/libheap.a(heap_caps.c.obj) + .riscv.attributes + 0x000009e8 0x44 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .riscv.attributes + 0x00000a2c 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) + .riscv.attributes + 0x00000a70 0x44 esp-idf/heap/libheap.a(tlsf.c.obj) + .riscv.attributes + 0x00000ab4 0x44 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .riscv.attributes + 0x00000af8 0x44 esp-idf/heap/libheap.a(memory_layout.c.obj) + .riscv.attributes + 0x00000b3c 0x44 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .riscv.attributes + 0x00000b80 0x44 esp-idf/esp_security/libesp_security.a(init.c.obj) + .riscv.attributes + 0x00000bc4 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .riscv.attributes + 0x00000c0c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .riscv.attributes + 0x00000c50 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .riscv.attributes + 0x00000c98 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .riscv.attributes + 0x00000cdc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .riscv.attributes + 0x00000d20 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .riscv.attributes + 0x00000d64 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .riscv.attributes + 0x00000da8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .riscv.attributes + 0x00000dec 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .riscv.attributes + 0x00000e30 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .riscv.attributes + 0x00000e74 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .riscv.attributes + 0x00000eb8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .riscv.attributes + 0x00000efc 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .riscv.attributes + 0x00000f40 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .riscv.attributes + 0x00000f84 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .riscv.attributes + 0x00000fc8 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .riscv.attributes + 0x00001010 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .riscv.attributes + 0x00001054 0x44 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .riscv.attributes + 0x00001098 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) + .riscv.attributes + 0x000010dc 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .riscv.attributes + 0x00001120 0x48 esp-idf/freertos/libfreertos.a(port.c.obj) + .riscv.attributes + 0x00001168 0x44 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .riscv.attributes + 0x000011ac 0x44 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .riscv.attributes + 0x000011f0 0x44 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .riscv.attributes + 0x00001234 0x44 esp-idf/freertos/libfreertos.a(list.c.obj) + .riscv.attributes + 0x00001278 0x44 esp-idf/newlib/libnewlib.a(abort.c.obj) + .riscv.attributes + 0x000012bc 0x44 esp-idf/newlib/libnewlib.a(assert.c.obj) + .riscv.attributes + 0x00001300 0x44 esp-idf/newlib/libnewlib.a(heap.c.obj) + .riscv.attributes + 0x00001344 0x44 esp-idf/newlib/libnewlib.a(locks.c.obj) + .riscv.attributes + 0x00001388 0x44 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .riscv.attributes + 0x000013cc 0x44 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .riscv.attributes + 0x00001410 0x44 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .riscv.attributes + 0x00001454 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .riscv.attributes + 0x00001498 0x44 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .riscv.attributes + 0x000014dc 0x44 esp-idf/newlib/libnewlib.a(time.c.obj) + .riscv.attributes + 0x00001520 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .riscv.attributes + 0x00001564 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) + .riscv.attributes + 0x000015a8 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .riscv.attributes + 0x000015ec 0x44 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .riscv.attributes + 0x00001630 0x44 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .riscv.attributes + 0x00001674 0x44 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .riscv.attributes + 0x000016b8 0x44 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .riscv.attributes + 0x000016fc 0x44 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .riscv.attributes + 0x00001740 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .riscv.attributes + 0x00001784 0x44 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .riscv.attributes + 0x000017c8 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .riscv.attributes + 0x0000180c 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .riscv.attributes + 0x00001850 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .riscv.attributes + 0x00001894 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .riscv.attributes + 0x000018d8 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .riscv.attributes + 0x0000191c 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .riscv.attributes + 0x00001960 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .riscv.attributes + 0x000019a4 0x44 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .riscv.attributes + 0x000019e8 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .riscv.attributes + 0x00001a2c 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + .riscv.attributes + 0x00001a70 0x44 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .riscv.attributes + 0x00001ab4 0x44 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .riscv.attributes + 0x00001af8 0x44 esp-idf/main/libmain.a(espnow_transmitter.c.obj) + .riscv.attributes + 0x00001b3c 0x44 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .riscv.attributes + 0x00001b80 0x44 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .riscv.attributes + 0x00001bc4 0x68 esp-idf/riscv/libriscv.a(vectors.S.obj) + .riscv.attributes + 0x00001c2c 0x64 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .riscv.attributes + 0x00001c90 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .riscv.attributes + 0x00001cd4 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .riscv.attributes + 0x00001d18 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .riscv.attributes + 0x00001d5c 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .riscv.attributes + 0x00001da0 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .riscv.attributes + 0x00001de4 0x44 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .riscv.attributes + 0x00001e28 0x44 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .riscv.attributes + 0x00001e6c 0x44 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .riscv.attributes + 0x00001eb0 0x44 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .riscv.attributes + 0x00001ef4 0x44 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .riscv.attributes + 0x00001f38 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .riscv.attributes + 0x00001f7c 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .riscv.attributes + 0x00001fc0 0x44 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .riscv.attributes + 0x00002004 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .riscv.attributes + 0x00002048 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .riscv.attributes + 0x0000208c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .riscv.attributes + 0x000020d0 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .riscv.attributes + 0x00002114 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .riscv.attributes + 0x00002158 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .riscv.attributes + 0x0000219c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .riscv.attributes + 0x000021e0 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .riscv.attributes + 0x00002224 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .riscv.attributes + 0x00002268 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .riscv.attributes + 0x000022ac 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .riscv.attributes + 0x000022f0 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .riscv.attributes + 0x00002334 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .riscv.attributes + 0x00002378 0x44 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .riscv.attributes + 0x000023bc 0x44 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .riscv.attributes + 0x00002400 0x44 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .riscv.attributes + 0x00002444 0x44 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .riscv.attributes + 0x00002488 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .riscv.attributes + 0x000024cc 0x44 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .riscv.attributes + 0x00002510 0x44 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .riscv.attributes + 0x00002554 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .riscv.attributes + 0x00002598 0x44 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .riscv.attributes + 0x000025dc 0x44 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .riscv.attributes + 0x00002620 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .riscv.attributes + 0x00002664 0x44 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .riscv.attributes + 0x000026a8 0x44 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .riscv.attributes + 0x000026ec 0x44 esp-idf/hal/libhal.a(uart_hal.c.obj) + .riscv.attributes + 0x00002730 0x44 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .riscv.attributes + 0x00002774 0x44 esp-idf/soc/libsoc.a(interrupts.c.obj) + .riscv.attributes + 0x000027b8 0x44 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .riscv.attributes + 0x000027fc 0x44 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .riscv.attributes + 0x00002840 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .riscv.attributes + 0x00002884 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .riscv.attributes + 0x000028cc 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .riscv.attributes + 0x00002914 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .riscv.attributes + 0x00002958 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .riscv.attributes + 0x0000299c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .riscv.attributes + 0x000029e0 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .riscv.attributes + 0x00002a24 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .riscv.attributes + 0x00002a68 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .riscv.attributes + 0x00002aac 0x64 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .riscv.attributes + 0x00002b10 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .riscv.attributes + 0x00002b54 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .riscv.attributes + 0x00002b98 0x44 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .riscv.attributes + 0x00002bdc 0x44 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .riscv.attributes + 0x00002c20 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .riscv.attributes + 0x00002c64 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .riscv.attributes + 0x00002ca8 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .riscv.attributes + 0x00002cec 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .riscv.attributes + 0x00002d30 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .riscv.attributes + 0x00002d74 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .riscv.attributes + 0x00002db8 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .riscv.attributes + 0x00002dfc 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .riscv.attributes + 0x00002e40 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .riscv.attributes + 0x00002e84 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .riscv.attributes + 0x00002ec8 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .riscv.attributes + 0x00002f0c 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .riscv.attributes + 0x00002f50 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .riscv.attributes + 0x00002f94 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .riscv.attributes + 0x00002fd8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .riscv.attributes + 0x0000301c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .riscv.attributes + 0x00003060 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .riscv.attributes + 0x000030a4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .riscv.attributes + 0x000030e8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .riscv.attributes + 0x0000312c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .riscv.attributes + 0x00003170 0x44 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .riscv.attributes + 0x000031b4 0x44 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .riscv.attributes + 0x000031f8 0x44 esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + .riscv.attributes + 0x0000323c 0x44 esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + .riscv.attributes + 0x00003280 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .riscv.attributes + 0x000032c4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .riscv.attributes + 0x00003308 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .riscv.attributes + 0x0000334c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .riscv.attributes + 0x00003390 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .riscv.attributes + 0x000033d4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .riscv.attributes + 0x00003418 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .riscv.attributes + 0x0000345c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .riscv.attributes + 0x000034a0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .riscv.attributes + 0x000034e4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .riscv.attributes + 0x00003528 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .riscv.attributes + 0x0000356c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .riscv.attributes + 0x000035b0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .riscv.attributes + 0x000035f4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .riscv.attributes + 0x00003638 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .riscv.attributes + 0x0000367c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .riscv.attributes + 0x000036c0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .riscv.attributes + 0x00003704 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .riscv.attributes + 0x00003748 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + .riscv.attributes + 0x0000378c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .riscv.attributes + 0x000037d0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .riscv.attributes + 0x00003814 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .riscv.attributes + 0x00003858 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .riscv.attributes + 0x0000389c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .riscv.attributes + 0x000038e0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .riscv.attributes + 0x00003924 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .riscv.attributes + 0x00003968 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .riscv.attributes + 0x000039ac 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .riscv.attributes + 0x000039f0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .riscv.attributes + 0x00003a34 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .riscv.attributes + 0x00003a78 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .riscv.attributes + 0x00003abc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .riscv.attributes + 0x00003b00 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .riscv.attributes + 0x00003b44 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .riscv.attributes + 0x00003b88 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .riscv.attributes + 0x00003bcc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .riscv.attributes + 0x00003c10 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .riscv.attributes + 0x00003c54 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .riscv.attributes + 0x00003c98 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .riscv.attributes + 0x00003cdc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .riscv.attributes + 0x00003d20 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .riscv.attributes + 0x00003d64 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .riscv.attributes + 0x00003da8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .riscv.attributes + 0x00003dec 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .riscv.attributes + 0x00003e30 0x44 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .riscv.attributes + 0x00003e74 0x44 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .riscv.attributes + 0x00003eb8 0x44 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .riscv.attributes + 0x00003efc 0x44 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .riscv.attributes + 0x00003f40 0x44 esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + .riscv.attributes + 0x00003f84 0x44 esp-idf/hal/libhal.a(mpi_hal.c.obj) + .riscv.attributes + 0x00003fc8 0x44 esp-idf/hal/libhal.a(sha_hal.c.obj) + .riscv.attributes + 0x0000400c 0x44 esp-idf/hal/libhal.a(aes_hal.c.obj) + .riscv.attributes + 0x00004050 0x44 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .riscv.attributes + 0x00004094 0x44 esp-idf/soc/libsoc.a(mpi_periph.c.obj) + .riscv.attributes + 0x000040d8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .riscv.attributes + 0x0000411c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .riscv.attributes + 0x00004160 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + .riscv.attributes + 0x000041a4 0x44 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .riscv.attributes + 0x000041e8 0x44 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .riscv.attributes + 0x0000422c 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .riscv.attributes + 0x00004270 0x44 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .riscv.attributes + 0x000042b4 0x44 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .riscv.attributes + 0x000042f8 0x44 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .riscv.attributes + 0x0000433c 0x44 esp-idf/lwip/liblwip.a(sockets.c.obj) + .riscv.attributes + 0x00004380 0x44 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .riscv.attributes + 0x000043c4 0x44 esp-idf/lwip/liblwip.a(def.c.obj) + .riscv.attributes + 0x00004408 0x44 esp-idf/lwip/liblwip.a(dns.c.obj) + .riscv.attributes + 0x0000444c 0x44 esp-idf/lwip/liblwip.a(init.c.obj) + .riscv.attributes + 0x00004490 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) + .riscv.attributes + 0x000044d4 0x44 esp-idf/lwip/liblwip.a(mem.c.obj) + .riscv.attributes + 0x00004518 0x44 esp-idf/lwip/liblwip.a(memp.c.obj) + .riscv.attributes + 0x0000455c 0x44 esp-idf/lwip/liblwip.a(netif.c.obj) + .riscv.attributes + 0x000045a0 0x44 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .riscv.attributes + 0x000045e4 0x44 esp-idf/lwip/liblwip.a(raw.c.obj) + .riscv.attributes + 0x00004628 0x44 esp-idf/lwip/liblwip.a(tcp.c.obj) + .riscv.attributes + 0x0000466c 0x44 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .riscv.attributes + 0x000046b0 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .riscv.attributes + 0x000046f4 0x44 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .riscv.attributes + 0x00004738 0x44 esp-idf/lwip/liblwip.a(udp.c.obj) + .riscv.attributes + 0x0000477c 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .riscv.attributes + 0x000047c0 0x44 esp-idf/lwip/liblwip.a(etharp.c.obj) + .riscv.attributes + 0x00004804 0x44 esp-idf/lwip/liblwip.a(icmp.c.obj) + .riscv.attributes + 0x00004848 0x44 esp-idf/lwip/liblwip.a(igmp.c.obj) + .riscv.attributes + 0x0000488c 0x44 esp-idf/lwip/liblwip.a(ip4.c.obj) + .riscv.attributes + 0x000048d0 0x44 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .riscv.attributes + 0x00004914 0x44 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .riscv.attributes + 0x00004958 0x44 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .riscv.attributes + 0x0000499c 0x44 esp-idf/lwip/liblwip.a(ip6.c.obj) + .riscv.attributes + 0x000049e0 0x44 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .riscv.attributes + 0x00004a24 0x44 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .riscv.attributes + 0x00004a68 0x44 esp-idf/lwip/liblwip.a(mld6.c.obj) + .riscv.attributes + 0x00004aac 0x44 esp-idf/lwip/liblwip.a(nd6.c.obj) + .riscv.attributes + 0x00004af0 0x44 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .riscv.attributes + 0x00004b34 0x44 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .riscv.attributes + 0x00004b78 0x44 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .riscv.attributes + 0x00004bbc 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .riscv.attributes + 0x00004c00 0x44 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + .riscv.attributes + 0x00004c44 0x44 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .riscv.attributes + 0x00004c88 0x44 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .riscv.attributes + 0x00004ccc 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .riscv.attributes + 0x00004d10 0x44 esp-idf/lwip/liblwip.a(err.c.obj) + .riscv.attributes + 0x00004d54 0x44 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .riscv.attributes + 0x00004d98 0x44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .riscv.attributes + 0x00004ddc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .riscv.attributes + 0x00004e20 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .riscv.attributes + 0x00004e64 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .riscv.attributes + 0x00004ea8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .riscv.attributes + 0x00004eec 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .riscv.attributes + 0x00004f30 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .riscv.attributes + 0x00004f74 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .riscv.attributes + 0x00004fb8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .riscv.attributes + 0x00004ffc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .riscv.attributes + 0x00005040 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .riscv.attributes + 0x00005084 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .riscv.attributes + 0x000050c8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .riscv.attributes + 0x0000510c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .riscv.attributes + 0x00005150 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .riscv.attributes + 0x00005194 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .riscv.attributes + 0x000051d8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .riscv.attributes + 0x0000521c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .riscv.attributes + 0x00005260 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .riscv.attributes + 0x000052a4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .riscv.attributes + 0x000052e8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .riscv.attributes + 0x0000532c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .riscv.attributes + 0x00005370 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .riscv.attributes + 0x000053b4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .riscv.attributes + 0x000053f8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .riscv.attributes + 0x0000543c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .riscv.attributes + 0x00005480 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .riscv.attributes + 0x000054c4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .riscv.attributes + 0x00005508 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .riscv.attributes + 0x0000554c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .riscv.attributes + 0x00005590 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .riscv.attributes + 0x000055d4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .riscv.attributes + 0x00005618 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .riscv.attributes + 0x0000565c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .riscv.attributes + 0x000056a0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .riscv.attributes + 0x000056e4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .riscv.attributes + 0x00005728 0x44 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .riscv.attributes + 0x0000576c 0x44 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .riscv.attributes + 0x000057b0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .riscv.attributes + 0x000057f4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .riscv.attributes + 0x00005838 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .riscv.attributes + 0x0000587c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .riscv.attributes + 0x000058c0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .riscv.attributes + 0x00005904 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .riscv.attributes + 0x00005948 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .riscv.attributes + 0x0000598c 0x44 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .riscv.attributes + 0x000059d0 0x44 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .riscv.attributes + 0x00005a14 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .riscv.attributes + 0x00005a58 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .riscv.attributes + 0x00005a9c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .riscv.attributes + 0x00005ae0 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .riscv.attributes + 0x00005b24 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .riscv.attributes + 0x00005b68 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .riscv.attributes + 0x00005bac 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .riscv.attributes + 0x00005bf0 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .riscv.attributes + 0x00005c34 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .riscv.attributes + 0x00005c78 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .riscv.attributes + 0x00005cbc 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .riscv.attributes + 0x00005d00 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .riscv.attributes + 0x00005d44 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .riscv.attributes + 0x00005d88 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .riscv.attributes + 0x00005dcc 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .riscv.attributes + 0x00005e10 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .riscv.attributes + 0x00005e54 0x44 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .riscv.attributes + 0x00005e98 0x44 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .riscv.attributes + 0x00005edc 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .riscv.attributes + 0x00005f20 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .riscv.attributes + 0x00005f64 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .riscv.attributes + 0x00005fa8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .riscv.attributes + 0x00005fec 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .riscv.attributes + 0x00006030 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .riscv.attributes + 0x00006074 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .riscv.attributes + 0x000060b8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .riscv.attributes + 0x000060fc 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .riscv.attributes + 0x00006140 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .riscv.attributes + 0x00006184 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .riscv.attributes + 0x000061c8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .riscv.attributes + 0x0000620c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .riscv.attributes + 0x00006250 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .riscv.attributes + 0x00006294 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .riscv.attributes + 0x000062d8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .riscv.attributes + 0x0000631c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .riscv.attributes + 0x00006360 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .riscv.attributes + 0x000063a4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .riscv.attributes + 0x000063e8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .riscv.attributes + 0x0000642c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .riscv.attributes + 0x00006470 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .riscv.attributes + 0x000064b4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .riscv.attributes + 0x000064f8 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .riscv.attributes + 0x0000653c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .riscv.attributes + 0x00006580 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .riscv.attributes + 0x000065c4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .riscv.attributes + 0x00006608 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .riscv.attributes + 0x0000664c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .riscv.attributes + 0x00006690 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .riscv.attributes + 0x000066d4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .riscv.attributes + 0x00006718 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .riscv.attributes + 0x0000675c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .riscv.attributes + 0x000067a0 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .riscv.attributes + 0x000067e4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .riscv.attributes + 0x00006828 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .riscv.attributes + 0x0000686c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .riscv.attributes + 0x000068b0 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .riscv.attributes + 0x000068f4 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .riscv.attributes + 0x00006938 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .riscv.attributes + 0x0000697c 0x44 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +/DISCARD/ + *(.rela.*) + *(.got .got.plt) + *(.eh_frame_hdr) + *(.eh_frame) + 0x00000001 ASSERT (((_iram_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) + 0x00000001 ASSERT (((_heap_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) +OUTPUT(espnow_transmitter.elf elf32-littleriscv) + +Cross Reference Table + +Symbol File +APB_SARADC esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.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(sar_periph_ctrl.c.obj) +APRecvBcnStartTick /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ApFreqCalTimer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +BAROFDMSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +BasicOFDMSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +BasicOFDMSched_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +BcnInterval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +BcnSendTick /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Set_IDROM_MMU_Size esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +CanDoFreqCal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +CompressedEnumTable::set(unsigned int, bool) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +CurFreeSigIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +CurSigIdxToBeUse /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +DW.ref.__gxx_personality_v0 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +DefFreqCalTimer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +DefFreqCalTimerCB /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +EFUSE esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_K_RTC_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_USR_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_K_RTC_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SYS_DATA_PART1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +FreeRTOS_openocd_params esp-idf/freertos/libfreertos.a(tasks.c.obj) +GDMA esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/hal/libhal.a(gpio_hal.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_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +GPSPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +GetAccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +HighestFreqOffsetInOneChk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +IP_EVENT esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +LowestFreqOffsetInOneChk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +MESH_EVENT esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) +MPI_BLOCK_BASES esp-idf/soc/libsoc.a(mpi_periph.c.obj) + esp-idf/hal/libhal.a(mpi_hal.c.obj) +MPI_OPERATIONS_REG esp-idf/soc/libsoc.a(mpi_periph.c.obj) + esp-idf/hal/libhal.a(mpi_hal.c.obj) +NVSHandleEntry::s_nvs_next_handle esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NoiseTimerInterval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +RC_GetAckRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) +RC_GetAckTime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +RC_GetBlockAckTime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +RC_GetCtsTime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +RC_GetRtsRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) +RC_SetBasicRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +RFChannelSel /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) +RTCCNTL esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +RxNodeNum /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +SPIMEM0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPIMEM1 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SYSTEM 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(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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_security/libesp_security.a(esp_hmac.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(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) +SYSTIMER esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +SigInMacISR /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +SigSpaceFree /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +SigSpaceMalloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +SysTickIsrHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +TIMERG0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +TIMERG1 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +TRC_AMPDU_PER_DOWN_THRESHOLD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +TRC_AMPDU_PER_UP_THRESHOLD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +TRC_PER_IS_GOOD /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +TmpSTAAPCloseAP /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +TxNodeNum /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +TxRxCxt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +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) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +WIFI_EVENT esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +WIFI_MESH_EVENT /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +_Balloc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +_Bfree /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +_PathLocale /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__action_table /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__adddf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__addsf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__any_on /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__ascii_mbtowc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__ascii_wctomb /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__ashldi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) +__assert esp-idf/newlib/libnewlib.a(assert.c.obj) +__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.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(spi_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/hal/libhal.a(adc_oneshot_hal.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) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.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_event/libesp_event.a(esp_event.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(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(hw_random.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/hal/libhal.a(rtc_cntl_hal.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(clk_tree_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.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/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.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/riscv/libriscv.a(interrupt_intc.c.obj) + esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.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.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) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.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(sleep_modes.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_sleep.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) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +__atomic_add_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_add_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_add_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_add_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +__atomic_compare_exchange_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange_4 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_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_and_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_and_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_and_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +__atomic_fetch_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_fetch_nand_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_nand_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_nand_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_or_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_or_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_or_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +__atomic_fetch_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_fetch_sub_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_sub_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_sub_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_xor_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_xor_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_xor_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_nand_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_nand_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_nand_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_nand_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_sub_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_sub_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_sub_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_sub_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__b2d /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__bswapdi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +__bswapsi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +__chclass /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__clz_tab /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) +__clzsi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(addsf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) +__copybits /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__ctzdi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +__ctzsi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzsi2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +__cxa_begin_catch /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +__cxa_end_catch /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +__cxa_get_exception_ptr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals_fast /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_guard_abort esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_acquire esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_dummy esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_release esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_pure_virtual /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.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/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +__cxx_eh_arena_size_get esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) +__cxx_init_dummy esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) +__cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__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 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__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 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__terminate(void (*)()) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__terminate_handler /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected(void (*)()) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected_handler /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__d2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__default_global_locale /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__divdf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +__divdi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__divsf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +__dso_handle esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__eh_globals_init::_S_init /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) +__env_lock /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) +__env_unlock /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) +__eqdf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__eqsf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +__errno /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/vfs/libvfs.a(nullfs.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(random.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) +__extendsfdf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extendsfdf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +__ffsdi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +__ffssi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) +__fixdfsi /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__floatsidf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__floatsisf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsisf.o) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__floatundisf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +__floatunsidf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__floatunsisf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsisf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__fp_lock_all /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__fp_unlock_all /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__frame_state_for(void*, frame_state*) esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__gedf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) +__gesf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +__gettzinfo /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gettzinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +__global_locale_ptr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +__global_pointer$ esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +__gnu_cxx::__concurrence_lock_error::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_unlock_error::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__mutex::lock() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gnu_cxx::__mutex::unlock() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__gtdf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__gtsf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__hi0bits /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__hide_aliasing_typecast esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +__i2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__init_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_priority_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_priority_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__itoa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) +__ledf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__lesf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +__lo0bits /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__locale_mb_cur_max /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +__localeconv_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) +__lock___arc4random_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___at_quick_exit_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___atexit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___dd_hash_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___env_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) +__lock___malloc_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___sfp_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) +__lshift /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__lshrdi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatundisf.o) +__ltdf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__ltsf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(lesf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__mcmp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mdiff /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__moddi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__month_lengths /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-month_lengths.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) +__mprec_bigtens /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mprec_tens /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mprec_tinytens /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__muldf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__mulsf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(mulsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__multadd /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__multiply /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__nedf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__nesf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqsf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__popcountsi2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__pow5mult /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__ratio /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__s2b /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__sccl /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +__sclose /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__seofread /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) +__sf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) +__sflags /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +__sflush_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +__sfp_lock_acquire /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfp_lock_release /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfvwrite_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) +__sglue /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) +__sinit /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__smakebuf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) +__sprint_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) +__sread /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__srefill_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) +__sseek /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__ssprint_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__ssrefill_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +__ssvfiscanf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) +__state_table /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__stdio_exit_handler /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__subdf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__submore /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +__subsf3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subsf3.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__swbuf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) +__swbuf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) +__swhatbuf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) +__swrite /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__swsetup_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__sync_add_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_add_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_add_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_add_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__truncdfsf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(truncdfsf2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +__trunctfdf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__tz_lock /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +__tz_unlock /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzlock.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +__tzcalc_limits /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzcalc_limits.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +__ubsan_handle_add_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_builtin_unreachable esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_divrem_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_invalid_builtin esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_load_invalid_value esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_missing_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_mul_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_negate_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_arg esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_pointer_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_shift_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_sub_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch_v1 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_vla_bound_not_positive esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_include esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__udivdi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.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(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 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/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__umoddi3 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +__unorddf2 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__utoa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) +__wpa_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +__wrap__Unwind_Backtrace esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_DeleteException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__wrap__Unwind_FindEnclosingFunction esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Find_FDE esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_ForcedUnwind esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetCFA esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetDataRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIPInfo esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetLanguageSpecificData esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetRegionStart esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetTextRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_RaiseException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Resume esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Resume_or_Rethrow esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_allocate_exception esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +__wrap___cxa_call_unexpected esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_throw esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +__wrap___deregister_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___gxx_personality_v0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +__wrap___register_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +_atoi_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) +_binary_x509_crt_bundle_end esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +_binary_x509_crt_bundle_start esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_calloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cnx_start_connect_without_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +_ctype_ /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +_data_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_daylight /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +_do_wifi_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +_do_wifi_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +_dtoa_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +_esp_error_check_failed esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 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(espnow_transmitter.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-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_esp_error_check_failed_without_abort esp-idf/esp_system/libesp_system.a(esp_err.c.obj) +_esp_system_init_fn_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +_esp_system_init_fn_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +_exit esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fclose_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fflush_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) +_fgets_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) +_findenv_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) +_fopen_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +_fprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) +_fputc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) +_fputs_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) +_fread_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) +_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_fseek_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +_fseeko_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) +_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ftell_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) +_ftello_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) +_fwalk_sglue /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) +_fwrite_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) +_getenv_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +_getpid_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_impure_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_interrupt_handler esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +_heap_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_impure_data /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_impure_ptr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) +_instruction_reserved_end esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_instruction_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_interrupt_handler esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) +_iram_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_text_end esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) +_kill_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_link_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_localeconv_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_security/libesp_security.a(esp_crypto_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/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.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) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) +_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_security/libesp_security.a(esp_crypto_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/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.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) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) +_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_mbrtowc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_mbtowc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) +_mesh_check_roots_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_check_window_close_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_check_window_open_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_find_root_competitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +_mesh_remove_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_reset_window_open_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_num_reach_max /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_conflict_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_roots_process_yield /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_set_flag_roots_found /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_timer_process_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_timer_process_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_timer_process_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_timer_process_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mesh_timer_process_yield /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_mprec_log10 /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_panic_handler esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/riscv/libriscv.a(vectors_intc.S.obj) +_print_roots_count /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_printf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) +_putc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) +_putchar_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) +_puts_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) +_raise_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_realloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_reclaim_reent /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_remove_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) +_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_rodata_reserved_end esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +_rodata_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_force_slow_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_reserved_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_reserved_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_text_end esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +_sbrk_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_setlocale_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +_sfread_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_siscanf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) +_snprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) +_sprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) +_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_strdup_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) +_strerror_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) +_strtol_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) +_strtoll_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_strtoul_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_strtoull_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_sungetc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +_svfiprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) +_svfprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) +_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_thread_local_bss_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_bss_start esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_data_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_data_start esp-idf/freertos/libfreertos.a(port.c.obj) +_times_r esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_timezone /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +_tzname /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzvars.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +_tzset_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +_tzset_unlocked /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) +_tzset_unlocked_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) +_ungetc_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) +_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_user_strerror /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +_vector_table esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_vfiprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) +_vfprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) +_vprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) +_vsnprintf_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) +_wctomb_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) +_wifi_vnd_ext_mesh_roots_free /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_wifi_vnd_ext_mesh_roots_malloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +_write_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/hal/libhal.a(sha_hal.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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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_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) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.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/riscv/libriscv.a(instruction_decode.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) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 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) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +acd_add esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +acd_arp_reply esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +acd_netif_ip_addr_changed esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +acd_network_changed_link_down esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +acd_remove esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +acd_start esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +adc2_cal_include esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +adc2_wifi_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc2_wifi_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_apb_periph_claim esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +adc_apb_periph_free esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +adc_calc_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) +adc_cali_check_scheme esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) +adc_cali_raw_to_voltage esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_channel_io_map esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_channel_to_io esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_hal_arbiter_config esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) +adc_hal_calibration_init esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_hal_self_calibration 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(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_hal_set_controller esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) +adc_io_to_channel esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_lock_try_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_channel_to_io esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_config_channel esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_del_unit esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_get_calibrated_result esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_hal_channel_config esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_hal_convert esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_hal_init esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_hal_setup esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_io_to_channel esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_new_unit esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_oneshot_read esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +adc_oneshot_read_isr esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +adc_set_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +add_mic_ie_bip /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +addba_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +adjtime esp-idf/newlib/libnewlib.a(time.c.obj) +aes_128_cbc_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_cbc_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +aes_ccm_ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_ccm_ae esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +aes_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) +aes_decrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) +aes_decrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) +aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_encrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_encrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_gcm_ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_gcm_ae esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_gmac esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_hal_mode_init esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_read_iv esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_set_iv 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(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_transform_block esp-idf/hal/libhal.a(aes_hal.c.obj) +aes_hal_transform_dma_finish esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +aes_hal_transform_dma_start esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +aes_hal_wait_done esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +aes_siv_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +aes_siv_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +aes_unwrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +aes_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +aligned_alloc esp-idf/newlib/libnewlib.a(heap.c.obj) +ampdu_alloc_rx_ba_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ampdu_dispatch_all /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ampdu_dispatch_as_many_as_possible /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ampdu_dispatch_movement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ampdu_dispatch_upto /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ampdu_free_rx_ba_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ampdu_process_multicast_address_qos_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ant_btrx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +ant_bttx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +ant_dft_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ant_rx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +ant_tx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +ant_wifirx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ant_wifitx_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ap_for_each_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_free_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_get_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_no_lr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ap_no_lr_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ap_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ap_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ap_sa_query_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ap_sta_add esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_sta_delayed_1x_auth_fail_disconnect esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_sta_hash_add esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_sta_pending_delayed_1x_auth_fail_disconnect esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_try_sa_query_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +app_elf_sha256_str esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +app_main esp-idf/main/libmain.a(espnow_transmitter.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +app_scan_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +assoc_ie_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +atoi /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +auth_build_token_req esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +auth_sae_queue esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +bars /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +bb_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +bb_intr_handl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +bias_dreg_i2c_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +bias_reg_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +bin_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +block_absorb_post_hook esp-idf/heap/libheap.a(tlsf.c.obj) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_efuse_blk_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_check_long_hold_gpio_level esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bootloader_flash_set_dummy_out esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.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) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.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) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.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) +bootloader_spi_flash_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +brownout_hal_config esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bt_bb_corr_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_detect_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_dpo_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_filter_sel /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_gain_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_restart_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_target_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_tx_cca_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_init_cmplx /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_recorrect /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_rx_rssi_thresh /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_rx_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_tx_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_bb_v2_version /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_chan_pwr_interp /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +bt_get_channel_pwr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_get_channel_pwr_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_get_channel_pwr_unset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_set_chn /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +bt_track_pll_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +bt_tx_gain_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +bt_tx_pwctrl_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +bt_txdc_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +bt_txiq_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +bt_txpwr_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +btbb_wifi_bb_cfg2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +buf_shift_right esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +bzero /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) +cache_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +cache_ilg_bits esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +calloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.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) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +candidate_monitor_timer_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +candidate_monitor_timer_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +cannel_scan_connect_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ccmp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ccmp_256_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_256_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_decap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +ccmp_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +ccmp_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encrypt_pv1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_get_pn esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +cfree esp-idf/newlib/libnewlib.a(heap.c.obj) +challenge_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +chan14_mic_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +chan14_mic_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) +chap_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +check_bss_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +check_comeback_token esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +chip726_phyrom_version_num /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +chip7_phy_init_ctrl /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +chip_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chip_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chip_post_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chip_v7_set_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +chip_v7_set_chan_ana /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +chip_v7_set_chan_misc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +chip_v7_set_chan_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +chm_acquire_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_bitmap_idx_to_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +chm_cancel_op /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_check_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +chm_check_channel_is_valid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +chm_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_end_op /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +chm_end_op_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +chm_get_band_from_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +chm_get_chan_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +chm_get_channel_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +chm_get_current_band /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_get_current_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +chm_get_home_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_is_at_home_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +chm_mhz2num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +chm_release_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +chm_return_home_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_set_current_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_set_home_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +chm_start_op /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cipher_map_net80211_to_public_cipher /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cipher_type_map_public_to_supp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +cipher_type_map_supp_to_public esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +clear_bss_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +clk_hal_apb_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_clock_output_setup esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_clock_output_teardown esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_cpu_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_lp_slow_get_freq_hz 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_soc_root_get_freq_mhz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_xtal_get_freq_mhz 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/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +clock_getres esp-idf/newlib/libnewlib.a(time.c.obj) +clock_gettime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +clock_settime esp-idf/newlib/libnewlib.a(time.c.obj) +close /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +closedir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +cnx_add_rc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_add_to_blacklist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_assoc_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_assoc_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_auth_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +cnx_auth_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_auth_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_beacon_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_bss_alloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_bss_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_can_do_obss_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_check_bssid_in_blacklist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_clear_blacklist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_connect_next_ap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_connect_next_ap_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_connect_next_ap_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_connect_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_connect_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_csa_fn /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_csa_fn_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_do_handoff_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +cnx_get_authtype_strength /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_handshake_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_handshake_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +cnx_is_any_node_connecting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +cnx_node_alloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +cnx_node_is_existing /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +cnx_node_join /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +cnx_node_leave /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_node_remove /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_node_search /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +cnx_obss_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_obss_scan_done_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_obss_scan_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_rc_search /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +cnx_rc_update_age /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_rc_update_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +cnx_rc_update_state_metric /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_remove_all_rc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_remove_from_blacklist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_remove_rc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_remove_rc_except /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_sta_associated /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_sta_connect_cmd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_sta_connect_led_timer_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_sta_leave /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +cnx_sta_pm /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +cnx_sta_scan_cmd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_start_handoff_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +cnx_start_obss_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_stop_obss_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +cnx_update_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_update_bss_more /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +cnx_validate_owe_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +coex_pti_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +coex_pti_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +comeback_token_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +config_get_wifi_task_stack_size /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +config_is_cache_tx_buf_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +connect_scan_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +console_access esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_close esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_end_select esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fcntl esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fstat esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fsync esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_open esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_read esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcdrain esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcflush esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcgetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcsetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_write esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +core0_acs_bits esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +core_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +correct_rfpll_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +country_info_24ghz /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) +cpu_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +crc32_le /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +create_new_bss_for_sa_query_failed_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +crypto_bignum_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_addmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_bignum_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_div esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init_set esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_init_uint esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_inverse esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_odd esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_is_one esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_zero esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_legendre esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_mod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_mulmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_rand esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_rshift esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_sqrmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_sub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_to_string esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_debug_print_point esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_ec_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_affine_coordinates esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_curve_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_byname esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_from_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_mbedtls_to_nist_group_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_prime esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_priv_key_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_publickey_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_key_compare esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_debug_print esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_gen esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_get_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_get_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_get_subject_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_group esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_parse_priv esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_parse_pub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_set_pub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_key_verify_signature esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_verify_signature_r_s esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_order_len esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_parse_subpub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_point_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_compute_y_sqr esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_from_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_invert esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_at_infinity esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_on_curve esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_mul esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_solve_y_coord esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_point_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_write_pub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdh esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdh_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +crypto_ecdh_get_pubkey esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdh_set_peerkey esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdsa_get_sign esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_free_buffer esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_global_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_global_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_update esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_is_ec_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_mbedtls_get_grp_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_mod_exp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) +crypto_pk_write_formatted_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_write_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +ctx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) +current_task_is_wifi_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +dbg_cnt_lmac_drop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +dbg_ebuf_loc_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_his_lmac_eb_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_his_lmac_event_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_his_lmac_int_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_his_lmac_rx_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_his_lmac_tx_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_hmac_rxtx_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) +dbg_hmac_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +dbg_lmac_diag_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_lmac_get_acs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +dbg_lmac_hw_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_lmac_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +dbg_lmac_ps_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_lmac_ps_statis_reset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +dbg_lmac_rxtx_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_lmac_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +dbg_perf_path_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_perf_path_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +dbg_perf_throughput_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +default_router_list esp-idf/lwip/liblwip.a(nd6.c.obj) +deletePeer esp-idf/main/libmain.a(espnow_transmitter.c.obj) +des3_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +des_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +dh5_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +dh5_free esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +dh5_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +dh5_init_fixed esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_groups_get esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dhcp_append_extra_opts esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_cleanup esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_coarse_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dhcp_fine_timeout_cb esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_fine_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_inform esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_network_changed_link_up esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +dhcp_parse_extra_opts esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_release esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_release_and_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_renew esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_search_ip_on_mac esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_set_struct esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_start esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_supplied_address esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcps_delete esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_dns_getserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_dns_setserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_new esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_pbuf_alloc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +dhcps_set_new_lease_cb esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_set_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_start esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_stop esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +discnx_reason_id2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +div /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +dns_clear_cache esp-idf/lwip/liblwip.a(dns.c.obj) +dns_gethostbyname esp-idf/lwip/liblwip.a(dns.c.obj) +dns_gethostbyname_addrtype esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +dns_getserver esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_init esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +dns_mquery_v4group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_mquery_v6group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_setserver esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_tmr esp-idf/lwip/liblwip.a(dns.c.obj) +dragonfly_generate_scalar esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_get_random_qr_qnr esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_is_quadratic_residue_blind esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_min_pwe_loop_iter esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_sqrt esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_suitable_group esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +dup_binstr esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +dutytype2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +eap_allowed_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_client_get_eap_state esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eap_deinit_prev_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_get_config esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_config_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_phase2_types esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_hdr_len_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) +eap_hdr_validate esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_mbedtls_x509_crt_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +eap_msg_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eap_peer_blob_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_blob_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_config_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_config_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_get_eap_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_get_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_method_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_free esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_mschapv2_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_peap_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_register_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_select_phase2_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_build_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_session_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_phase2_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_helper esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reauth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_tls_reset_input esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reset_output esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) +eap_peer_tls_ssl_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_ssl_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_status esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_ttls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_unregister_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_set_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_abort esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_allowMethod esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_buildIdentity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +eap_sm_build_identity_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_build_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_get_method_name esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_process_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_request_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_update_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_wsc_build_frag_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eapol_sm_notify_eap_success esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eapol_txcb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eb_space /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) +eb_txdesc_space /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) +efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +eloop_cancel_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eloop_cancel_timeout_one esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_deplete_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_destroy esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eloop_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eloop_is_timeout_registered esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +eloop_register_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eloop_replenish_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_run esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +emul_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +encrypt_pw_block_with_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +environ /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +err_to_errno esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +errno /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) +esf_buf_alloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esf_buf_alloc_default_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +esf_buf_alloc_dynamic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +esf_buf_alloc_dynamic_default_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +esf_buf_free_static /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) +esf_buf_recycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esf_buf_recycle_default_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +esf_buf_setdown /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +esf_buf_setup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +esf_buf_setup_for_mesh /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +esf_buf_setup_static /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) +esf_buf_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +esp_aes_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_crypt_cfb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ofb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_dma_done esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +esp_aes_dma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +esp_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_gcm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_crypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_intr_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) +esp_aes_process_dma 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_aes_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_apb_backup_dma_lock_init esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_app_desc esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_app_get_description esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_app_get_elf_sha256 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_backtrace_print esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_base_mac_addr_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_base_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_brownout_disable esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_brownout_init esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_cache_aligned_calloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_calloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_malloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_malloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_err_get_cpuid esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_err_has_active_err esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_err_int_init esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_cache_err_panic_string esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_get_alignment esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) +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/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_private_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_private_unlock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_rtc_time esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_clk_slowclk_cal_get esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_clk_slowclk_cal_set esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.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(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_clk_tree_enable_src esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_clk_tree_lp_fast_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_lp_slow_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-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_tree_rc_fast_d256_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_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-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +esp_clk_tree_src_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +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_utils_mspi_speed_mode_sync_after_cpu_freq_switching esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_utils_mspi_speed_mode_sync_before_cpu_freq_switching esp-idf/esp_hw_support/libesp_hw_support.a(clk_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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_coex_common_clk_slowclk_cal_get_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_env_is_chip_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_int_disable_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_int_restore_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_malloc_internal_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_delete_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_give_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_take_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_spin_lock_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_task_yield_from_isr_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_arm_us_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_disarm_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_done_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_setfn_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_cpu_clear_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_clear_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_compare_and_set esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_cpu_configure_region_protection 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_intr_get_desc esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_cpu_reset esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_set_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_cpu_set_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_cpu_stall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_wait_for_intr esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_crosscore_int_init esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_crosscore_int_send_freq_switch esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_gdb_call esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_print_backtrace esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_twdt_abort esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_yield esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_crt_bundle_attach esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_crt_bundle_attach_fn esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_crt_bundle_detach esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_bundle_in_use esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_bundle_set esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_verify_callback esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crypto_ds_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_ds_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_hmac_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_crypto_hmac_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_crypto_mpi_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +esp_crypto_mpi_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +esp_crypto_sha_aes_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_crypto_sha_aes_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_crypto_shared_gdma_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +esp_crypto_shared_gdma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +esp_crypto_shared_gdma_start_axi_ahb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) +esp_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_disable_rom_logging esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_enable_gpio_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_register_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_register_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try_to_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_wakeup_io_reset esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_default_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deregister_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_deregister_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_derive_local_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_eap_client_clear_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_certificate_and_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_get_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_certificate_and_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_fast_params esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_suiteb_192bit_certification esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_ttls_phase2_method esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_use_default_cert_bundle esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_enable_rom_secure_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_unused_key_block esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_mac_get_custom esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_efuse_mac_get_default esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_rtc_calib_get_cal_voltage esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +esp_efuse_rtc_calib_get_init_code esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +esp_efuse_rtc_calib_get_tsens_val esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +esp_efuse_rtc_calib_get_ver esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_startup_include_func esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_pending esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_single_block esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_enable_cache_wrap esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_err_to_name esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +esp_event_dump esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_instance_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_event_handler_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_register_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_event_handler_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_unregister_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_isr_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_isr_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_create esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_create_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_event_loop_delete esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_delete_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_run esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_event_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_fill_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) +esp_flash_app_disable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_disable_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_enable_os_functions 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/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_init esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_flash_chip_boya esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_driver_initialized esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_chip_gd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_generic esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_issi esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_mxic esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_th esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_winbond esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_deinit_os_functions 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_flash_encryption_cfg_verify_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_enabled esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_encryption_init_checks esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_set_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_erase_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_erase_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_get_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_physical_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protectable_regions esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_flash_init_main esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_init_main_bus_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_init_os_functions 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_flash_noos_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_unique_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_registered_chips esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_dangerous_write_protection esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_set_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_suspend_cmd_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_write esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_get_free_internal_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_tx_power esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_gpio_is_reserved esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +esp_gpio_reserve 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-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_gpio_revoke esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +esp_heap_adjust_alignment_to_hw esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +esp_hmac_calculate esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_hmac_jtag_disable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_hmac_jtag_enable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_hw_stack_guard_get_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_get_fired_cpu esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_get_pc esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_monitor_start esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_hw_stack_guard_monitor_stop esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_hw_stack_guard_set_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_iface_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_int_wdt_cpu_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_int_wdt_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_internal_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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) +esp_intr_alloc_intrstatus 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_intr_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_disable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_dump esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_enable 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_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_enable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 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_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) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +esp_intr_get_intno esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_mark_shared esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_noniram_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_noniram_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_ptr_in_isr_region esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_reserve esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_set_in_iram esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_ip4addr_aton esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_ip4addr_ntoa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_isr_names esp-idf/soc/libsoc.a(interrupts.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_light_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_log_cache_add esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_clean esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_get_level esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_set_level esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_default_level esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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_adc/libesp_adc.a(adc_oneshot.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.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(sleep_modes.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) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 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_early_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_level_get esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_level_get_timeout esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_level_set esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_log_linked_list_clean esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_linked_list_get_level esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_linked_list_set_level esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_set_default_level esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_set_vprintf esp-idf/log/liblog.a(log_write.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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/esp_hw_support/libesp_hw_support.a(mac_addr.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) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.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/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.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/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/main/libmain.a(espnow_transmitter.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/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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.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) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 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_write.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.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) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_cali.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.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/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.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/main/libmain.a(espnow_transmitter.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/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) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_log_writev esp-idf/log/liblog.a(log_write.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_mac_addr_len_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_mbedtls_mem_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_mem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_md5_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_md5_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_mesh_add_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_allow_root_conflicts /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_ap_enqueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_invalid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) +esp_mesh_ap_list_find /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_invalid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_update_invalid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_appie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_available_txupQ_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_best_effort_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_channel_enable_jp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_check_multi_redundant_ack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_check_nonassociated_children /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_check_vnd_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_clear_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +esp_mesh_clear_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_combine_multi_redundant_ack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_compute_my_votes /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_compute_votes /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_conn_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_conn_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_copy_mgmt_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_create_context /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_create_mbox /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_decrypt_vnd_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_delete_group_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_delete_group_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_delete_sub_children /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_delivery_toDS /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_delivery_toSelf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_disable_ps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_discard_context /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_enable_ps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_encrypt_vnd_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_find_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_fix_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_flush_scan_result /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +esp_mesh_flush_tcpip_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_flush_upstream_packets /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_force_txupQ_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_forward_check_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_forward_packet /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_free_context /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_free_mbox /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_active_duty_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_announce_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_ap_assoc_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_get_ap_authmode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_ap_connections /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_attempts /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_capacity_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_child_idx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_get_child_idx_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_get_child_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_get_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_conflict_root_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_get_group_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_group_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_ie_crypto_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_max_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_network_duty_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_non_mesh_connections /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_optlen /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_get_parent_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_get_parent_monitor_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_get_passive_scan_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_root_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_root_healing_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_router_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_routing_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_get_routing_table_size /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_get_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_rssi_threshold_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_running_active_duty_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +esp_mesh_get_rx_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_self_organized /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_storage /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_sub_capacity /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_get_subnet_nodes_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_subnet_nodes_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_switch_parent_paras /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_topology /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_total_children_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_get_total_node_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_tsf_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +esp_mesh_get_tx_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_get_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_vnd_ext_assoc_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_roots_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_ssid_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_get_vote_percentage /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_get_xon_qsize /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_ie_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_ie_monitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_capacity /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_insert_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_insert_group_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_io_sem_signal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_io_sem_wait /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +esp_mesh_is_device_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_is_my_group /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_is_my_ie_encrypted /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_is_nwk_inited /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +esp_mesh_is_nwk_running /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +esp_mesh_is_ps_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_is_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_is_root_conflicts_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_is_root_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_is_roots_found /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_is_rt_change_debug /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_is_same_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_is_scan_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_is_start_pm_now /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_is_switch_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_look_for_network /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_lookup_route /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_lookup_sub_route /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_map_change_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_map_deauth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_mesh_map_probe_response /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_map_reject_connection /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_map_stop_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_match_self /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_mcast_cover_node /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_monitor_nonassociated_children /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_monitor_parent_candidate_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_monitor_parent_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_monitor_vote_candidate_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_nvs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_nvs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_nvs_operate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) +esp_mesh_nvs_set_assoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_nvs_set_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_nwk_redundant_route /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_nwk_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_nwk_task_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_operation_rxseqno /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_pack_multi_routing_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_pack_rmv_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_parent_reselect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_parent_select /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_parse_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_parse_ext_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_parse_ps_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_wake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_rx_beacon_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_tbtt_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_data_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_null_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_post_toDS_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_print_route_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_print_rxQ_waiting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_print_scan_result /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_print_txQ_waiting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_process_bcast /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_process_mcast /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_process_options /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_process_ps_awake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_process_ps_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_process_redundant_subchildren /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_process_txupQ_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_process_ucast /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_ps_control_check_awake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_ps_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_duty_cycle_get_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_cycle_set_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_ext_get_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_signaling /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_get_duties /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_ps_get_ext_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_push_to_ack_state_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_myself_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_push_to_nwk_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_ps_tx_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_push_to_rx_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_push_to_tcpip_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_tx_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_push_to_wnd_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_xmit_state_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_quick_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +esp_mesh_quick_funcs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_quick_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_recv /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_recv_release /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_recv_toDS /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_recv_xon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_refresh_routing_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_remove_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_remove_children /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_remove_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_remove_nonassociated_children /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_revote_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_root_process_duty_duration_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_route_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_route_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_rt_change_debug /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_rx_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_rx_task_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_scan_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_get_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_vote /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_scan_get_ap_ie_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_scan_get_ap_record /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_send /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_send_add_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_send_block_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_send_block_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_send_block_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_send_block_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_send_block_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_send_event_internal esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_send_mgmt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_send_rmv_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_send_root_switch /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +esp_mesh_send_rtable_ack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_send_rtable_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_send_sem_signal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_send_sem_wait /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_send_stop_vote /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_send_xon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_set_6m_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esp_mesh_set_active_duty_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_announce_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ap_assoc_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_set_ap_authmode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ap_connections /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ap_password /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_attempts /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_mesh_set_capacity_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_group_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_ie_crypto_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_funcs_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_max_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_network_duty_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_network_duty_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_mesh_set_non_mesh_connections /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_candidate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_monitor_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_passive_scan_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_root_healing_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_router_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_rssi_threshold_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_set_self_organized /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_switch_parent_paras /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_topology /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_vote_percentage /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_set_xon_qsize /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_sta_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_sta_disassoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_sta_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_sta_monitor_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_stop_parent_reconnection /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +esp_mesh_switch_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_switch_channel_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +esp_mesh_sync_interface_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +esp_mesh_tx_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_tx_task_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_tx_tid_flush /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mesh_txupQ_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_txupQ_pending_clear_xonseq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_mesh_txupQ_pending_delete_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_cidx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_xonseq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_insert_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_mesh_update_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_mesh_waive_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_mesh_wifi_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_mmu_map esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks_private esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_map_get_max_consecutive_free_block_size esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_init esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mmu_map_reserve_block_with_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_paddr_find_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_paddr_to_vaddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_unmap esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_vaddr_to_paddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mpi_disable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_enable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_exp_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_hardware_words esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +esp_mpi_interrupt_clear esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +esp_mpi_interrupt_enable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +esp_mpi_mul_mpi_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mult_mpi_failover_mod_mult_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mprot_dump_configuration esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_active_intr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_get_default_main_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_monitor_en esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_monitor_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_pms_area esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_pms_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_split_addr_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_get_violate_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_get_violate_byte_enables esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_get_violate_operation esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_get_violate_world esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_has_byte_enables esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_is_conf_locked_any esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mprot_is_intr_ena_any esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_ll_err_to_esp_err esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_ll_world_to_hl_world esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_monitor_clear_intr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_oper_type_to_str esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_pms_world_to_str esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_mprot_set_monitor_en esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_set_monitor_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_set_pms_area esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_set_pms_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_set_prot esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mprot_set_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mprot_set_split_addr_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +esp_mspi_32bit_address_flash_feature_check esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_mspi_get_io esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_mspi_pin_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mspi_pin_reserve esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_net80211_rom_version_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_netif_add_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_add_to_list_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_attach esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_create_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_deinit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_destroy esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_option_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_get_clients_by_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_option_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_down esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_find_if esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_free_rx_buffer esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_all_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_all_preferred_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_desc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_event_id esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_flags esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_handle_from_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_handle_from_ifkey_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_handle_from_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_get_io_driver esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ip6_global esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_index esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_name esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_name_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_nr_of_ifs esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_route_prio esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_init esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_netif_ip6_get_addr_type esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_listed esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_valid_static_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_join_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_leave_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_napt_disable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_napt_enable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_netstack_buf_free esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_netstack_buf_ref esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_new esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_next esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_next_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_ppp_set_auth esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_ppp_set_auth_internal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_receive esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_remove_from_list_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_remove_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_driver_config esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_ip4_addr esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_link_speed esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_mac_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_str_to_ip4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_str_to_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_tcpip_exec esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_transmit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_transmit_wrap esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_tx_rx_event_disable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_tx_rx_event_enable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_update_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_init_global_stdio esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_locks_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_time_init esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_now_add_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_now_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_del_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_now_fetch_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_get_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_get_peer_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_get_version /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_now_is_peer_exist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_now_mod_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_register_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_register_send_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_send /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_now_set_peer_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_set_pmk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_set_wake_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_unregister_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_now_unregister_send_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +esp_ota_abort esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_begin esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_check_rollback_is_possible esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_end esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_erase_last_boot_app_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_app_partition_count esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_bootloader_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_last_invalid_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_next_update_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_partition_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_running_partition 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_state_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_invalid_rollback_and_reboot esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_valid_cancel_rollback esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_set_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write_with_offset esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_panic_handler esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_panic_handler_reconfigure_wdts esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_partition_check_identity esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_copy esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_deregister_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_erase_range esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_find esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_find_first esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_get esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_get_main_flash_sector_size esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_get_sha256 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_is_flash_region_writable esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_partition_iterator_release esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_main_flash_region_safe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_partition_mmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_munmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_next esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_read esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_read_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_register_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_partition_unload_all esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_verify esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_write_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_perip_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_phy_apply_phy_init_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_phy_common_clock_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_common_clock_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_erase_cal_data_in_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_get_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_get_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_get_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_and_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_data_from_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_modem_deinit esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_phy_modem_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_phy_release_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_set_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_set_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_store_cal_data_to_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_update_country_info esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_pm_register_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_register_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pp_rom_version_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +esp_pthread_get_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_get_default_config esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_init esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_set_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_ptr_byte_accessible 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_dma_ext_capable esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_ptr_external_ram esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +esp_read_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_reent_cleanup esp-idf/newlib/libnewlib.a(reent_init.c.obj) +esp_reent_init esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_register_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_register_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_register_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +esp_register_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +esp_register_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_reset_reason esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) +esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_restart esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_restart_noos esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_rom_crc16_le esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_types.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_rom_delay_us esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/hal/libhal.a(adc_oneshot_hal.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.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(sleep_modes.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) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_efuse_get_flash_wp_gpio esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_get_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +esp_rom_get_reset_reason esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.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_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_rom_gpio_connect_out_signal esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 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_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) +esp_rom_md5_final esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_rom_md5_init esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_rom_md5_update esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_rom_newlib_init_common_mutexes esp-idf/newlib/libnewlib.a(locks.c.obj) +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_hw_support/libesp_hw_support.a(sleep_modes.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(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_printf esp-idf/esp_timer/libesp_timer.a(esp_timer.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_adc/libesp_adc.a(adc_oneshot.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) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.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(sleep_modes.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) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 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_rom_regi2c_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_read_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_route_intr_matrix esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_software_reset_cpu esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_rom_software_reset_system esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_spiflash_wait_idle 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_rrm_is_rrm_supported_connection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_rrm_send_neighbor_rep_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_rrm_send_neighbor_report_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_rtc_get_time_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rtc_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_security_init_include_impl esp-idf/esp_security/libesp_security.a(init.c.obj) +esp_send_assoc_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_send_sae_auth_reply esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +esp_set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_set_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_set_scan_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_setup_newlib_syscalls esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_sha_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_dma_start 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_read_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_write_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sleep_config_gpio_isolate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_cpu_pd_low_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_cpu_pd_low_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_cpu_retention_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_cpu_retention_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_disable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wakeup_source esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_adc_tsens_monitor esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_gpio_switch esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_enable_gpio_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_timer_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_uart_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ulp_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_execute_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_gpio_wakeup_status esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_wakeup_cause esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_gpio_include esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_is_valid_wakeup_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_isolate_digital_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_pd_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_periph_use_8m esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_sub_mode_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_sleep_sub_mode_dump_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_sub_mode_force_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_startup_start_app esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_supplicant_common_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_common_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_supplicant_disable_pmk_caching esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_supplicant_str_to_mac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_supplicant_unset_all_appie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_sync_timekeeping_timers esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +esp_system_get_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_system_get_time_resolution esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_system_include_startup_funcs esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_system_reset_modules_on_exit esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_task_wdt_add esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_add_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_deinit esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timeout_triggered esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_allocate esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_feed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_free esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_restart esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_stop esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_init esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_task_wdt_isr_user_handler esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_print_triggered_tasks esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reset esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reset_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_restart esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_status esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_stop esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_test_dump_htc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +esp_time_impl_get_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time_since_boot esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_init esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_set_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_timer_create esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_delete esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_dump esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_get_expiry_time esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm_for_wake_up esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_period esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_impl_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_impl_get_alarm_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_get_counter_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_get_min_period_us esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_timer_impl_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init_system_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_impl_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_set_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set_alarm_id esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_init_include_func esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_is_active esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_private_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_private_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_restart esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_start_once esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_start_periodic esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_stop esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_tx_state_out /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +esp_unregister_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_vApplicationIdleHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_vApplicationTickHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +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) +esp_vfs_dump_fds esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_dump_registered_paths esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fstat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_include_console_register esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_include_nullfs_register esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_link esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lseek esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lwip_sockets_register esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) +esp_vfs_mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_null_get_vfs esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_null_register esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_open esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pread esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_read esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register esp-idf/vfs/libvfs.a(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) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +esp_vfs_register_fd_with_local_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fs esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(nullfs.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_fs_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rename esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +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_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_select_triggered_isr 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_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) +esp_vfs_unregister_fs esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_fs_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_usb_serial_jtag_get_vfs esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_usb_serial_jtag_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_usb_serial_jtag_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_utime esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_write esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_wifi_80211_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +esp_wifi_action_tx_req /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_ap_deauth_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_ap_get_max_sta_conn /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_ap_ssid_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_authmode_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pairwise_cipher_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_password_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pmk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +esp_wifi_ap_get_sta_aid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_ap_get_sta_aid_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ap_get_sta_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_ap_get_transition_disable_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_is_sta_sae_reauth_node /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_ap_notify_node_sae_auth_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_auth_done_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_band_get_config_channel_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_monitor_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_sample_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_set_rx_beacon_standard /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_bt_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_bt_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_build_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_clear_ap_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_clear_fast_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_coex_pwr_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_config_11b_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_config_80211_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_config_80211_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_config_espnow_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_connect esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_connect_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_connectionless_module_set_wake_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_deauth_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +esp_wifi_deauthenticate_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_deinit esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_deinit_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_del_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_disable_pmf_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_disarm_sta_connection_timer_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_disconnect esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_disconnect_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_eb_tx_status_success_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_enable_sae_pk_only_mode_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_enable_sta_privacy_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_force_wakeup_acquire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_force_wakeup_release /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_end_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_end_session_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_get_report /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_get_report_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_initiate_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant_gpio /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_appie_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_assoc_bssid_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_auto_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_band /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_band_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_bandwidth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_bandwidths /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +esp_wifi_get_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_get_config_channel_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_config_sae_pwe_h2e_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_get_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_country_code /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_event_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +esp_wifi_get_hostap_private_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_inactive_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_inactive_time_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_get_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_wifi_get_macaddr_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_max_tx_power /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_get_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_get_negotiated_bw_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_negotiated_channel_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_pmf_config_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_get_promiscuous /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_protocol /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_protocols /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_wifi_get_scan_parameters /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_spp_attrubute_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_get_sta_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_tsf_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_get_user_init_flag_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_get_wps_status_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_wps_type_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_improve_contention_ability /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_wifi_init_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_band_get_config_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_configure_wake_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +esp_wifi_internal_crypto_funcs_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_esp_wifi_he_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_esp_wifi_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_free_rx_buffer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esp_wifi_internal_get_config_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_log /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_mib /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +esp_wifi_internal_get_negotiated_bandwidth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_negotiated_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_rts /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +esp_wifi_internal_ioctl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_is_tsf_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_issue_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_internal_on_coex_schm_phase /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esp_wifi_internal_on_coex_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +esp_wifi_internal_osi_funcs_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_netstack_buf_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_netstack_buf_cb_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_baw /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_internal_set_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_log_level /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_log_mod /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_mac_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_msdu_lifetime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_retry_counter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_rts /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +esp_wifi_internal_set_spp_amsdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_sta_ip /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_supplicant_header_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_internal_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_internal_tx_by_ref /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_tx_is_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_update_light_sleep_default_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_update_light_sleep_wake_ahead_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_wifi_he_type_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_wifi_type_md5_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_ipc_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_btm_enabled_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_ft_enabled_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_mbo_enabled_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_rm_enabled_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_mesh_reg_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +esp_wifi_mesh_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +esp_wifi_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_promiscuous_scan_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_register_eapol_txdonecb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_mgmt_frame_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_register_owe_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_tx_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_register_wpa2_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_register_wpa3_ap_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa3_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_remain_on_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_restart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_ap_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_get_ap_record /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_ap_records /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_cur_ap_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_get_cur_ap_record /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_ap_records /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_record /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_scan_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_send_deauth_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_send_mgmt_frm_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_set_11b_tx_plcp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +esp_wifi_set_ant /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ant_gpio /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ap_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_set_appie_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_auto_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_band /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_band_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_bandwidth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_bandwidths /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_set_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_wifi_set_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_set_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +esp_wifi_set_country_code /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_dynamic_cs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_event_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_home_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_igtk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_set_inactive_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_inactive_time_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_keep_alive_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_max_tx_power /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_wifi_set_non_mesh_connections /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +esp_wifi_set_promiscuous /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_protocol /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_protocols /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_set_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_scan_parameters /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_sigma_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_sleep_min_active_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_sleep_wait_broadcast_data_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_sta_key_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_sta_rx_probe_req /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_storage /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_wifi_set_tx_done_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_set_wpa2_ent_state_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_set_wps_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_start_flag_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_status_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_type_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_skip_supp_pmkcaching /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_softap_set_obss_overlap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_connect_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_disable_owe_trans_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_sta_disable_sae_pk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_disable_wpa2_authmode_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_sta_enterprise_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_enterprise_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_get_aid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_aid_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_ap_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_ap_info_prof_pmk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_config_sae_pk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_get_group_cipher_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_mgmt_group_cipher /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_negotiated_phymode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_negotiated_phymode_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_pairwise_cipher_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_authmode_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_password_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_pmk_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_get_prof_ssid_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_reset_param_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_rsnxe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_get_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_sae_identifier_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_is_ap_notify_completed_rsne_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_is_running_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_pmf_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +esp_wifi_sta_prof_is_rsn_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wapi_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wpa2_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_prof_is_wpa_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_set_reset_param_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_update_ap_info_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_wpa2_ent_disable_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_wpa2_ent_enable_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +esp_wifi_statis_dump /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_tbtt_quick_wake_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_unregister_wpa2_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_unregister_wpa3_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_unregister_wpa_cb_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_unset_appie_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_update_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_update_tsf_tick_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_vnd_lora_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_lora_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_mesh_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_vnd_mesh_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_vnd_roots_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +esp_wifi_vnd_roots_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +esp_wifi_wpa_ptk_init_done_internal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_wps_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_wps_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wnm_is_btm_supported_connection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wnm_send_bss_transition_mgmt_query esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wpa3_free_sae_data esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esprv_get_interrupt_unmask esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) +esprv_int_disable esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_enable esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_get_priority esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_get_type esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_is_vectored esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) +esprv_int_set_priority esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esprv_int_set_threshold esp-idf/freertos/libfreertos.a(port.c.obj) +esprv_int_set_type esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +etharp_acd_announce esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_acd_probe esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_add_static_entry esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +etharp_cleanup_netif esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +etharp_find_addr esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_get_entry esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_input esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) +etharp_output esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_query esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) +etharp_remove_static_entry esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +etharp_request esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +etharp_tmr esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +ethbroadcast esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethernet_input esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ethernet_output esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethzero esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ets_apb_backup_init_lock_func esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) +ets_backup_dma_copy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ets_delay_us /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_isr_mask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_isr_unmask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_jtag_enable_temporarily esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +ets_rom_layout_p esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +ets_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_deinit esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_init esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +example_espnow_data_parse esp-idf/main/libmain.a(espnow_transmitter.c.obj) +example_espnow_data_prepare esp-idf/main/libmain.a(espnow_transmitter.c.obj) +fastpbkdf2_hmac_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +fclose /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +fcntl esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +ferror /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +fflush /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) +fgets /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +fopen /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +force_coex_timer0_wifi_pti_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_coex_timer0_wifi_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_coex_timer11_bt_pti_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_coex_timer11_bt_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_coex_timer1_bt_pti_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_coex_timer1_bt_v2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +force_txrx_off /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +forced_memzero esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +forward_abort_uw_ctx esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +fprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +fputc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +fputs /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +fread /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +free esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.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/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_event/libesp_event.a(esp_event.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) + 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/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.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_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.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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.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) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) +free_bss_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +freq_get_i2c_data /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +freq_i2c_data_write /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +freq_i2c_write_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +frexp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +fseek /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) +fseeko /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) +fstat /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + 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/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +ftell /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +ftello /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ftello.o) +ftm_add_resp_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_create_responder_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_free_resp_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_get_estimated_dist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_get_resp_session_by_cookie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_get_resp_session_for_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_cleanup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ftm_initiator_end_session_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ftm_initiator_get_report_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ftm_initiator_negotiate_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_post_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_process_resp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_session_abort /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_session_end /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_initiator_start_session /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_is_initiator_supported /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ftm_is_responder_supported /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ftm_is_supported /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_map_bw_param_to_phybw /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_offchan_end /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_offchan_tx_req /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_parse_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_record_t1t4_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_record_t2t3_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_request_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_resp_allocate_para /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_resp_ctx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_resp_get_burst_inst_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_resp_get_burst_slot /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_responder_cleanup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ftm_responder_set_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ftm_send_initial_resp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_send_msmt_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_send_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_session_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_set_t1t4_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ftm_start_initiator_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ftm_validate_initiator_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +fwrite /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +gChmCxt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +gScanStruct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +gWpaSm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +gWpsSm esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +g_allowed_groups esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +g_authmode_incompatible /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +g_authmode_threshold_failure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +g_beacon_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) +g_beacon_idx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) +g_chm /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +g_cnxMgr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +g_cnx_probe_rc_list_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +g_coex_adapter_funcs esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +g_config_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +g_deauth_mac_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +g_dynamic_cs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +g_eb_list_desc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_eb_list_desc_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_esp_mesh_quick_funcs_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_esp_wifi_he_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_esp_wifi_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_espnow_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +g_exc_frames esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_flash_guard_default_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +g_flash_guard_no_os_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +g_hmac_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_hmac_cnt_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_ic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +g_ic_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_in_blacklist_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +g_intr_lock_mux /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_is_mesh_started /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_is_root_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_is_standalone_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_is_wifi_connected /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +g_is_wifi_connecting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +g_is_wifi_disconnecting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +g_lmac_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +g_lmac_cnt_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_log_level /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) +g_log_mod /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +g_mac_deinit_count /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +g_mac_deinit_rxing /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +g_mac_deinit_txing /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +g_mac_sleep_en /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mac_sleep_en_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_ann_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_cfg_attemps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_cfg_switch_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_cfg_vote_percent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_chain /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_conn /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +g_mesh_current_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +g_mesh_dfs_compensation_ms /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +g_mesh_ext_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_ext_vote_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +g_mesh_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_init_ps_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_init_ps_type_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_is_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +g_mesh_is_root_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_is_started /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_is_started_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_manual_nwk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_max_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_monitor_parent_beacon_count /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +g_mesh_nvs_settings /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_packet_lifetime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +g_mesh_passive_scan_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_rmv_opt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +g_mesh_root_conflicts_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_root_healing_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_rt_capacity /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +g_mesh_self_map_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_self_organized /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +g_mesh_self_sta_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_stop_event_group /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_stop_reconnection /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +g_mesh_topology /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_topology_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_mesh_xon_cfg_qsize /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +g_misc_nvs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +g_mmu_mem_regions esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +g_mt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +g_mt_version /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +g_net80211_tx_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +g_osi_funcs_p /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +g_panic_abort_details esp-idf/esp_system/libesp_system.a(panic.c.obj) +g_per_conn_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +g_phyFuns /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +g_phy_cap_rx_stbc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +g_pm /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +g_pm_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +g_pm_cfg_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_pm_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +g_pm_cnt_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_pm_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_pp_timer_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +g_pp_tx_pkt_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +g_rssi_threshold_failure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +g_sa_query_mac_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +g_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_spi_lock_main_flash_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_sta_connected_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +g_startup_fn esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_startup_time esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_t1_offset_psec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +g_timer_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +g_timer_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +g_twdt_isr esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +g_tx_cacheq_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_tx_done_cb_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +g_txop_queue_status /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_txop_queue_status_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wdev_csi_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wdev_csi_rx_ctx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wdev_last_desc_reset_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +g_wdev_record_t1t4_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wdev_record_t2t3_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wdev_set_t1t4_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wifi_coex_basic_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_crypto_funcs_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_default_mesh_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +g_wifi_default_wpa_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +g_wifi_event_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +g_wifi_global_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +g_wifi_he_type_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_improve_contention_ability /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_menuconfig /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +g_wifi_menuconfig_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +g_wifi_nvs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +g_wifi_osi_funcs esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +g_wifi_osi_funcs_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_supplicant_funcs_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +g_wifi_type_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_types_generic_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wifi_types_native_md5 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +g_wpa3_hostap_auth_api_lock esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +g_wpa_anonymous_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_anonymous_identity_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_ca_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_client_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_client_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_default_cert_bundle esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_new_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pac_file_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_phase1_options esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pmk_caching_disabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +g_wpa_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_passwd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_passwd_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_suiteb_certification esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +g_wpa_supp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +g_wpa_ttls_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_username esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_username_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +gcmp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +gdma_ahb_hal_append esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_connect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_init esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_ahb_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_reset esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_stop esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_append esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_apply_strategy esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_config_transfer esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_connect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_default_rx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_default_tx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_del_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_disconnect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_get_alignment_constraints esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_get_free_m2m_trig_id_mask esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_get_group_channel_id esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_hal_append esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_connect_peri 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_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_access_encrypt_mem esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_reset esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_burst_size esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_stop esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_new_ahb_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_new_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_periph_signals esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_register_rx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_register_tx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_reset esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_set_priority esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_start esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_stop esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gen_rx_gain_table /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) +generate_authenticator_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_authenticator_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +generate_nt_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_nt_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +get_asymetric_start_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_bias_ref_code /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +get_chip_version /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +get_dc_value /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +get_fm_sar_dout /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) +get_iav_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +get_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_iq_value /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +get_master_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_max_power /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +get_operating_class esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_param esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +get_phy_version_str /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +get_pll_ref_code /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +get_power_atten /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +get_power_db /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +get_rc_dout /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +get_rf_freq_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +get_rf_freq_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +get_rfcal_rxiq_data /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +get_rfrx_sat /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +get_rtc_dbias_by_efuse esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +get_sar_sig_ref /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +get_temp_buffer_not_supported esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +get_temp_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +get_tone_sar_dout /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +get_total_scan_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +get_txcap_data /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +get_vendor_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_vfs_for_index esp-idf/vfs/libvfs.a(vfs.c.obj) +get_vfs_for_path esp-idf/vfs/libvfs.a(vfs.c.obj) +get_wifi_internal_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +get_wpa_sm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +getentropy esp-idf/newlib/libnewlib.a(getentropy.c.obj) +getle32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +getrandom esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) +gettimeofday /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +global_hapd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +gmtime /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +gmtime_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) +gpio_config esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) +gpio_deep_sleep_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_deep_sleep_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_deep_sleep_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_deep_sleep_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_dump_io_configuration esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_force_hold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_force_unhold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_func_sel esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 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) +gpio_get_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_get_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hal_intr_disable 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(gpio_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hal_isolate_in_sleep esp-idf/hal/libhal.a(gpio_hal.c.obj) +gpio_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_input_enable 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_install_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_intr_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_intr_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_iomux_in esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 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) +gpio_iomux_out esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 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) +gpio_isr_handler_add esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_isr_handler_remove esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_isr_register esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_od_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_od_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_output_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_output_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_pulldown_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pulldown_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pullup_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pullup_en 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-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_reset_pin esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gpio_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gpio_set_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_intr_type esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_sleep_sel_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_sel_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 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(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_uninstall_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +hal_agreement_add_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_agreement_clr_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_agreement_del_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_attenna_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_ba_session_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_ba_session_restore_by_hw_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +hal_ba_session_store /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_beacon_ie_crc_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_beacon_ie_crc_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_clear_rx_beacon_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_coex_pti_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_crypto_clr_key_entry /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_crypto_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_crypto_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +hal_crypto_get_key_entry /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_crypto_get_using_key_idx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) +hal_crypto_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_crypto_is_key_valid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_crypto_mgmt_rx_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_crypto_set_key_entry /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_disable_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_disable_softap_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hal_disable_sta_beacon_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_disable_sta_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_disable_sta_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +hal_disable_tsf_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_disable_tsf_timer_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_enable_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_enable_sta_beacon_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_enable_sta_dump_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_enable_sta_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_enable_sta_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +hal_enable_tsf_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_enable_tsf_timer_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_get_sta_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_get_sta_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_get_time_to_sta_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_get_tsf_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +hal_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_is_sta_tsf_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_clr_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_clr_txq_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_disable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_enable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_fill_hwtxop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) +hal_mac_ftm_get_t3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_get_txq_pmd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_get_txq_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_interrupt_clr_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_interrupt_clr_watchdog /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_interrupt_get_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_is_dma_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_is_low_rate_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +hal_mac_is_txq_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_is_txq_valid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_rate_autoack_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_rx_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_rx_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_rx_get_end_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) +hal_mac_rx_get_end_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) +hal_mac_rx_get_last_dscr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_rx_is_dscr_reload /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_rx_read_rxdscrlast /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_rx_read_rxdscrnext /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_rx_set_base /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_rx_set_dscr_reload /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_rx_set_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_set_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_set_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_set_csi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_set_rxq_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_mac_set_txq_invalid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tsf_get_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_mac_tsf_reset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_tsf_set_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_mac_tx_config_edca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tx_config_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tx_get_blockack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tx_is_cbw40 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tx_set_cca /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_tx_set_ppdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_txq_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_mac_txq_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +hal_now /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_pwr_interrupt_clr_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_pwr_interrupt_get_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_random /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_rx_disable_bssid_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_rx_enable_bssid_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_set_rx_ack_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_set_rx_active_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_set_rx_beacon_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_rx_beacon_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_beacon_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_light_sleep_wake_ahead_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_tbtt_ahead_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_tbtt_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_sta_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +hal_set_sta_tsf_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_set_tx_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_set_wifi_default_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +hal_sniffer_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_sniffer_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_sniffer_rx_clr_statistics /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) +hal_sniffer_rx_set_promis /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_sniffer_set_promis_misc_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +hal_timer_update_by_rtc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_tsf_clear_soc_wakeup_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_tsf_get_tbttstart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +hal_tsf_timer_get_target /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +hal_tsf_timer_set_target /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +handle_auth_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +has_ctrl_char esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) +hash_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +he_dcm_max_constellation_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_add_region_with_caps esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +heap_caps_aligned_alloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_aligned_alloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + 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/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +heap_caps_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.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) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.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) +heap_caps_check_add_region_allowed esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_addr esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump_all esp-idf/heap/libheap.a(heap_caps.c.obj) +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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_allocated_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_largest_free_block esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +heap_caps_get_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_total_size esp-idf/heap/libheap.a(heap_caps.c.obj) +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/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.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/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.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) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_malloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_malloc_extmem_enable esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_match esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_monitor_local_minimum_free_size_start esp-idf/heap/libheap.a(heap_caps.c.obj) +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_wifi/libesp_wifi.a(esp_adapter.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) +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) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_register_failed_alloc_callback esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_walk esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_walk_all esp-idf/heap/libheap.a(heap_caps.c.obj) +hex2byte esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +hexstr2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +hmac_hal_clean esp-idf/hal/libhal.a(hmac_hal.c.obj) +hmac_hal_configure esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_next_block_normal esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_next_block_padding esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_read_result_256 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_start esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_write_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_write_one_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +hmac_md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +hmac_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +hmac_sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +hmac_sha256 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +hmac_sha256_kdf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha384 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +hostap_add_in_mac_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +hostap_auth_open /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostap_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_del_mac_info_from_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +hostap_delete_ptk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostap_deliver_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostap_eapol_resend_process esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostap_handle_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostap_handle_timer_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +hostap_ht_operation_update /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +hostap_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_input /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +hostap_new_assoc_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_query_mac_in_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +hostap_recv_ctl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostap_recv_mgmt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +hostapd_cleanup esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_config_clear_wpa_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_defaults esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_defaults_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_free_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_free_stas esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +hostapd_get_hapd_data esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostapd_get_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostapd_mac_comp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_mac_comp_empty esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_maclist_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_rate_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostapd_setup_sae_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_setup_wpa_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_wep_key_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +ht_action_output /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +hwaddr_aton2 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +i2c_bbpll_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +ic_add_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ic_ampdu_op /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ic_bb_check_noise_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_beacon_monitor_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_beacon_offset_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_beacon_offset_set_rx_beacon_standard /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_clear_interrupt_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_connectionless_module_set_wake_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_create_wifi_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_csi_set_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_del_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ic_del_key_all /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_del_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ic_delete_wifi_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_disable_crypto /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ic_disable_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_disable_sniffer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_ebuf_alloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_ebuf_recycle_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_ebuf_recycle_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_enable_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_enable_sniffer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_get_80211_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_get_80211_tx_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_get_G6M_sched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_get_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_get_default_sched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_get_espnow_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ic_get_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_get_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_get_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ic_get_pp_hdl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_get_promis_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_get_promis_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_get_ptk_alg /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ic_get_random /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_get_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_get_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_interface_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ic_is_mgmt_hwdecr_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ic_is_pure_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_is_sta_tsf_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_mac_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +ic_mac_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +ic_obtain_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ic_pp_post /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_register_config_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_register_csi_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_register_ftm_callbacks /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_register_michael_mic_failure_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ic_register_net80211_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_register_pm_tx_null_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_register_pp_tx_done_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_register_promis_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_register_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ic_register_timer_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_register_timer_post_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_register_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_reset_rx_ba /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_reset_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ic_rx_disable_bssid_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_rx_enable_bssid_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ic_set_80211_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_80211_tx_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_ac_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) +ic_set_bar_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_beacon_int /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_set_csi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_current_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +ic_set_espnow_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_interface /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ic_set_interrupt_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_keep_alive_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ic_set_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_set_promis_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_promis_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_set_rx_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_set_rx_policy_ubssid_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_set_sleep_min_active_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_sleep_wait_broadcast_data_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_set_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ic_set_sta_auth_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ic_set_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ic_set_vif /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_stop_hw_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_stop_sw_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_trc_set_per_pkt_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_trc_update_def_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_trc_update_ifx_phy_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +ic_tx_is_idle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ic_tx_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ic_txq_empty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_update_light_sleep_default_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_update_light_sleep_wake_ahead_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ic_update_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ic_update_sta_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ic_update_tsf_tick_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +icmp6_dest_unreach esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp6_input esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_packet_too_big esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_param_problem esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_time_exceeded esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_time_exceeded_with_addrs esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp_dest_unreach esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp_input esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ieee80211_action_vendor_spec_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_add_action_vendor_spec_esp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_assoc_req_ies /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_assoc_resp_ies /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_beacon_app_ies /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_countryie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_csa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_dh_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_dsparams /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_extcap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_htcap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_htcap_vendor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo_body /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_add_htinfo_vendor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_esp_mesh_head /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_ie_vendor_esp_freq_annon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_head /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_add_ie_vendor_esp_manufacturer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_vendor_esp_mesh_group /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_now /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_ie_vendor_esp_now_head /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_simple_pair /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_mesh_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_duty_signaling /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ext_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ps_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ssid_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_add_probe_req_ies /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_probe_resp_app_ies /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_rates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_tie_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_wme_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_add_xrates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_adjust_2nd_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_align_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_alloc_action_vendor_spec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_alloc_challenge /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_alloc_deauth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_proberesp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_tx_buf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_ampdu_age_all /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_ampdu_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_ampdu_reorder /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_ampdu_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_ampdu_start_age_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_ampdu_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_amsdu_adjust_head /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_adjust_last_length /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_encap_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_length_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_negotiate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_amsdu_send_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_ap_sa_query_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_ap_try_sa_query /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_assoc_req_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_assoc_resp_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_auth_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_beacon_alloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_beacon_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_better_rsn_pairwise_cipher /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +ieee80211_cal_tx_pps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_ccmp_decrypt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_ccmp_encrypt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +ieee80211_classify /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_cnx_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_copy_eb_header /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_crypto_aes_128_cmac_decrypt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_crypto_aes_128_cmac_encrypt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_crypto_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_crypto_available /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) +ieee80211_crypto_decap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_crypto_encap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_crypto_gmac_decrypt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_crypto_setkey /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) +ieee80211_deauth_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_decap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_decap1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_decap_amsdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_decrypt_espnow_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_deliver_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +ieee80211_disassoc_construct /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_empty_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_encap_amsdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_encap_esfbuf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_encap_null_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_espnow_get_init_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +ieee80211_espnow_set_init_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +ieee80211_ethbroadcast /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_find_elem /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_find_elem_match /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_find_ext_elem /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_find_ext_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_find_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_find_ie_match /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_free_beacon_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_freedom_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_freedom_inside_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_ftm_attach esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_ftm_detach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_ftm_measurement_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_ftm_req_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_ftm_request_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_ftm_sess_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_get_chan_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_get_cipher_mic_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_get_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_get_mac_addr_from_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_get_nvs_he_dcm_max_constellation_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_get_ptk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_robustmgtframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_get_spp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_sta_gtk_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_getbcnframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_getcapinfo /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_getmgtframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_gettid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +ieee80211_gpsq_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_has_ht40_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_hostap_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_hostap_send_beacon_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_hostapd_beacon_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +ieee80211_hostapd_data_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_hostapd_ps_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_ht_deattach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_ht_node_cleanup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_node_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_ht_updatehtcap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_updateparams /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_ifattach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_ifdetach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_init_mesh_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_ioctl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_ioctl_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_11b_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +ieee80211_is_40mhz_valid_bw /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_bufferable_mmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_is_ht_cipher /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_is_lr_only /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_is_mesh_roots_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_announce_used /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_valid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield_used /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_is_robust_mgmt_frm /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_support_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +ieee80211_is_tx_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_iserp_rateset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) +ieee80211_mesh_quick_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_mesh_quick_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_mgmt_output /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mlme_connect_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_mt_key_clear_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_mt_key_is_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_mt_key_is_mask_zero /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_mt_key_set_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_node_pwrsave /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_nvs_set_default_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +ieee80211_opcap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_output /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_output_do /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_output_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_output_pending_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_output_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_output_raw_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_parse_action /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_parse_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_parse_htcap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_parse_obss_scan_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_parse_rsn /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wapi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wmeparams /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_parse_wpa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_phy_2nd_chan_is_valid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_phy_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_phy_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_phy_mode_show /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_phy_type_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_pm_tx_null_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_post_hmac_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_process_bar_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_proto_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_protocol_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_psq_cleanup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_drop_one_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_find_max_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_psq_is_buff_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_send_one_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_head /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_tail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) +ieee80211_public_action_recv_mesh_awake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_public_action_send_mesh_awake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_pwrsave /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_pwrsave_node_cleanup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_pwrsave_txcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_rate_ref_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_raw_frame_sanity_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_recv_action /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_recv_action_register /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_recv_action_unregister /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) +ieee80211_recv_action_vendor_esp_now /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_recv_action_vendor_spec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_recv_bar /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_recv_mesh_duty_signaling /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_recycle_cache_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_reg_encap_amsdu_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_reg_netstack_buf_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_ap_max_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +ieee80211_regdomain_ap_min_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +ieee80211_regdomain_chan_in_range /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +ieee80211_regdomain_chan_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_get_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_regdomain_is_active_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_regdomain_max_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +ieee80211_regdomain_max_tx_power /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_min_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +ieee80211_regdomain_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_update /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_update_in_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_regdomain_update_in_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_register_ftm_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_register_hostap_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_register_wapi_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_rfid_locp_recv /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_rfid_locp_recv_close /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_open /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_reset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_rsn_cipher_priority /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +ieee80211_scan_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_scan_deattach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_search_node /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_send_action /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_send_action_register /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_send_action_unregister /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) +ieee80211_send_action_vendor_spec /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +ieee80211_send_deauth_no_bss /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_ftmr_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_send_mgmt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_send_nulldata /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_probereq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ieee80211_send_proberesp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_setup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_set_appie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_gtk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_hmac_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_max_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_set_phy_2nd_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_phy_bw /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) +ieee80211_set_phy_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_shortslottime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_set_sta_gtk_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_tim /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_set_tx_desc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_tx_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +ieee80211_set_user_sup_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_basic_htrates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_htrates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_lr_rates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_phy_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_pmf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_setup_rates /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_rateset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ieee80211_setup_ratetable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_robust_mgmtframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_sta_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_is_connected /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +ieee80211_sta_new_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_sta_scan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_do_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +ieee80211_tx_ftm_msmt_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +ieee80211_tx_mgt_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) +ieee80211_unregister_wapi_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ieee80211_update_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +ieee80211_update_phy_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_user_ie_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +ieee80211_vnd_ie_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_ie_size /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_size /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_mesh_fully_associated /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_vnd_mesh_quick_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_quick_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_update_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +ieee80211_wapi_alloc_tx_buf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ieee80211_wme_initparams /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) +ieee80211_wme_standard_ac_to_esp_ac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211_wme_updateparams /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +ieee80211w_get_active_igtk_key_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) +ieee80211w_get_igtk_from_keyidx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) +ieee802_11_ext_capab esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_ie_count esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_parse_candidate_list esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_parse_elems esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +ieee802_11_vendor_ie_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +if_ctrl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +if_ctrl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +igmp_init esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +igmp_input esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_joingroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_joingroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_leavegroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_leavegroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_lookfor_group esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_report_groups esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_start esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_stop esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_tmr esp-idf/lwip/liblwip.a(igmp.c.obj) +in_rssi_adjust /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +inc_byte_array esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +include_esp_phy_override esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +inet_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pbuf esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +inet_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +int nvs::NVSHandle::get_item(char const*, long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, signed char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, signed char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int_array_len esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +intr_handler_get esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +intr_handler_get_arg esp-idf/riscv/libriscv.a(interrupt.c.obj) +intr_handler_set esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +intr_matrix_route esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::push_back(NVSHandleEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::push_back(nvs::HashList::HashListBlock*) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSPartition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::insert(intrusive_list::iterator, nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_back(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_front(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::BlobIndexNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::NamespaceEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::UsedPageNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::Storage*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +io_cfg2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +ip4_addr_isbroadcast_u32 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_addr_netmask_valid esp-idf/lwip/liblwip.a(ip4_addr.c.obj) +ip4_frag esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_input esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4_netif_exist esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) +ip4_output esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_output_if_opt esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) +ip4_output_if_opt_src esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip4_route esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ip4_route_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_route_src_hook esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_set_default_multicast_netif esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4addr_aton esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip4addr_ntoa esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4addr_ntoa_r esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip6_addr_any esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip6_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip6_frag esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_input esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6_options_add_hbh_ra esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) +ip6_output esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_output_if esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_output_if_src esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip6_route esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_select_source_address esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6addr_aton esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip6addr_ntoa esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6addr_ntoa_r esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip_addr_any esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip_addr_any_type esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +ip_addr_broadcast esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +ip_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip_data esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip_input esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ipaddr_addr esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ipaddr_aton esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +ipaddr_ntoa esp-idf/lwip/liblwip.a(ip.c.obj) +ipaddr_ntoa_r esp-idf/lwip/liblwip.a(ip.c.obj) +is_esp_mesh_assoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +is_esp_mesh_duty_signaling /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +is_esp_mesh_ext_assoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +is_esp_mesh_ps /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +is_fragmented_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +is_lmac_idle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +is_mesh_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +is_mesh_last_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +is_my_ie_encrypted /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +is_off_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +is_self_mac_greater /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +is_wapi_alloc_tx_buf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +is_wps_enabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +iswspace /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) +iswspace_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) +itoa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) +len_dh_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +libcore_reversion_git /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) +libespnow_reversion_git /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +libmesh_reversion_git /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +libnet80211_reversion_git /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +libnet80211_reversion_remote /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +libpp_reversion_git /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacAdjustTimestamp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacConfMib /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacConfMib_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacDisableTransmit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacDiscardAgedMSDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacDiscardFrameExchangeSequence /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacDiscardMSDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacEndFrameExchangeSequence /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacEndRetryAMPDUFail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacGetTxFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacInit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +lmacInitAc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacIsIdle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +lmacIsLongFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacMSDUAged /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacPostTxComplete /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacProcessAckTimeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessAllTxTimeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacProcessCollision /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessCollisions /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacProcessCollisions_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacProcessCtsTimeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessLongFrameSuccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessLongRetryFail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessRxSucData /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacProcessShortFrameSuccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessShortRetryFail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTBSuccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxComplete /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacProcessTxError /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxRtsError /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxSuccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxTimeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacProcessTxopQComplete /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxopSuccess /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacProcessTxseckiderr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacReachLongLimit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacReachShortLimit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacRecycleMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacReleaseTxopQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacRequestTxopQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmacRetryTxFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacRxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacSetAcParam /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +lmacSetTxFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacStopTransmit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +lmacTxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmacTxFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +lmac_record_txtime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +lmac_stop_hw_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +lmac_update_tx_statistic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +localeconv /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) +lwip_accept esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_bind esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_close esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_connect esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_fcntl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_getpeername esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_getsockname esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_getsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_getsockopt_impl_ext esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_hook_ip6_input esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +lwip_hook_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +lwip_htonl esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +lwip_htons esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_ntop esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_pton esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_init esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +lwip_init_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_ioctl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_itoa esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +lwip_listen esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_netconn_do_accepted esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind_if esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_close esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_connect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_delconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_disconnect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_getaddr esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_gethostbyname esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group_netif esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_listen esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_newconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_recv esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_send esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_write esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_deallocated_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_err_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_num_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_poll esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_read esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_readv esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_recv esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_recvfrom esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_recvmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_select esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_send esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_sendmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_sendto esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_setsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_setsockopt_impl_ext esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_shutdown esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_dbg_get_socket esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_cleanup esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_init esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_standard_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +lwip_stricmp esp-idf/lwip/liblwip.a(def.c.obj) +lwip_strnicmp esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +lwip_strnistr esp-idf/lwip/liblwip.a(def.c.obj) +lwip_strnstr esp-idf/lwip/liblwip.a(def.c.obj) +lwip_write esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_writev esp-idf/lwip/liblwip.a(sockets.c.obj) +mac_debug /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +mac_last_rxbuf_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_list_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +mac_rxbuf_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_rxbuf_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_htsig /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_plcp0 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_plcp1 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_plcp2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_pti /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_tx_set_txop_q /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mac_txrx_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gmtime.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.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_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) +malloc_stats esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_trim esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_usable_size esp-idf/newlib/libnewlib.a(heap.c.obj) +mallopt esp-idf/newlib/libnewlib.a(heap.c.obj) +map_assoc_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +mbedtls_aes_cmac_prf_128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_aria_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) +mbedtls_aria_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_asn1_find_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_free_named_data_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_free_named_data_list_shallow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_asn1_get_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_asn1_get_bitstring_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_get_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_asn1_get_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_get_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_asn1_sequence_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_store_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_traverse_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_write_algorithm_identifier esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_algorithm_identifier_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_ia5_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_write_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_asn1_write_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_write_named_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_octet_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_oid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_printable_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_raw_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_asn1_write_tagged_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_utf8_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_base64_decode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_encode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) +mbedtls_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_ccm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_ccm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_star_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_star_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_cipher_auth_decrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_auth_encrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_base_lookup_table esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_check_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_cmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_cmac_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_cmac_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_cmac_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_cmac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_crypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_definitions esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +mbedtls_cipher_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_values esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_cipher_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_set_padding_mode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_supported esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_values_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_cipher_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cmac_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_ct_memcmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ct_memcpy_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_ct_memcpy_offset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memmove_left esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_ct_zeroize_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_ctr_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ctr_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ctr_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ctr_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ctr_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_nonce_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ecc_group_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ecc_group_to_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdh_calc_secret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdh_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_compute_shared esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdh_gen_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_get_grp_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_get_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdh_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdh_make_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdh_make_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_read_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_read_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdh_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdsa_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_der_to_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_ecdsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_from_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_genkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecdsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_raw_to_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_ecdsa_read_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_read_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_sign_det_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_sign_det_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_write_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecdsa_write_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_eckey_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_eckeydh_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecp_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecp_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_curve_info_from_grp_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_curve_info_from_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_curve_info_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_curve_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_export esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_gen_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_gen_keypair_base esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_group_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ecp_group_load esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_ecp_grp_id_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_ecp_is_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_keypair_calc_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_keypair_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_keypair_get_group_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_keypair_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_mul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_mul_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_muladd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_muladd_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_point_cmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_point_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_point_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_point_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_point_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_point_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_read_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_set_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_set_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_read_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_write_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_write_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_entropy_add_source esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_entropy_func esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_entropy_gather esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_entropy_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_source_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_manual esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_gcm_auth_decrypt_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_crypt_and_tag_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_finish_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_free_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_init_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) +mbedtls_gcm_setkey_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_starts_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_update_ad_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_gcm_update_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) +mbedtls_hardware_poll esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_hmac_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed_buf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_internal_sha1_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_internal_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_internal_sha512_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_md5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) +mbedtls_md_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_md_error_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_get_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_md_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_hmac_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_md_hmac_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_info_from_ctx esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_add_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_add_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_mpi_add_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_cmp_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_cmp_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_cmp_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_core_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_add_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_bigendian_to_host esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_check_zero_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_clz esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_cond_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_exp_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_exp_mod_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_exp_mod_working_limbs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_fill_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_from_mont_rep esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_get_mont_r2_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_lt_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_mla esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_core_montmul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_core_montmul_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_mul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_read_be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_read_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_shift_l esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_shift_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_sub esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_sub_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_to_mont_rep esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_uint_le_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_write_be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_write_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_div_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_div_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_exp_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_exp_mod_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_exp_mod_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_fill_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_gcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_gen_prime esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_get_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_grow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_inv_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_is_prime_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) +mbedtls_mpi_lsb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) +mbedtls_mpi_lset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_lt_mpi_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_mpi_mod_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mod_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_mul_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mul_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_read_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_read_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_safe_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_safe_cond_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_set_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mbedtls_mpi_shift_l esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_shift_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) +mbedtls_mpi_shrink esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_mpi_sub_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_sub_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_mpi_sub_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_write_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_mpi_write_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_write_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_ms_time esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_oid_from_numeric_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) +mbedtls_oid_get_attr_short_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_certificate_policies esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_cipher_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_ec_grp_algid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_md_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_numeric_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_oid_by_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_ec_grp_algid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_oid_get_oid_by_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_oid_get_oid_by_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) +mbedtls_oid_get_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_pkcs12_pbe_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_sig_alg_desc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_x509_ext_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_read_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_write_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_check_pair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_copy_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_copy_public_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_debug esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_ecc_set_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_pubkey_from_prv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_get_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_get_psa_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_import_into_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_load_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_parse_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_parse_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_parse_public_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_subpubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_setup_rsa_alt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_sign_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_sign_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_write_key_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_key_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_write_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_formatted esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pkcs12_derivation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) +mbedtls_pkcs12_pbe_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbes2_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbkdf2_hmac_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_pkcs5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_platform_set_calloc_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_teardown esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_zeroize esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +mbedtls_psa_aead_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_set_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_asymmetric_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_asymmetric_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_crypto_configure_entropy_sources esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_crypto_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecdsa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecdsa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_ecp_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_load_public_part esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_ecp_load_representation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_get_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_get_stats esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +mbedtls_psa_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_interruptible_set_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_key_agreement_ecdh esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_sign_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_sign_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_verify_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_verify_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_psa_rsa_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_load_representation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_psa_rsa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_rsa_alt_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_primes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_private_exponent esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_export esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_export_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_export_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_get_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_get_md_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_get_padding_mode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_import esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_import_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_parse_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_parse_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_pkcs1_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_pkcs1_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_pkcs1_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_pkcs1_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_private esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_oaep_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsaes_oaep_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign_no_mode_check esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_rsassa_pss_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_set_padding esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_validate_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_validate_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_write_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_write_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_sha1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) +mbedtls_sha1_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha224_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha384_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_ssl_add_hs_hdr_to_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_add_hs_msg_to_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_check_cert_usage esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_check_curve esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_check_curve_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_check_pending esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_ciphersuite_from_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_ciphersuite_from_string esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_ciphersuite_get_cipher_key_bitlen esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_ciphersuite_uses_ec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_close_notify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_conf_alpn_protocols esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_profile esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_req_ca_list esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_dbg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dtls_badmac_limit esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_encrypt_then_mac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_endpoint esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_extended_master_secret esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_groups esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_legacy_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_preference_order esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_conf_read_timeout esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation_enforced esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation_period esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_rng esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_session_cache esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_sig_algs esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_sni esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_transport esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +mbedtls_ssl_config_defaults esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_config_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_config_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_decrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_derive_keys esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_encrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_fetch_input esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_finish_handshake_msg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_flush_output esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_get_alpn_protocol esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_bytes_avail esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_get_ciphersuite_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_get_ciphersuite_id_from_ssl esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_ciphersuite_name esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_ciphersuite_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_ciphersuite_sig_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_ecp_group_id_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_extension_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_extension_mask esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_handshake_transcript esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_hs_sni esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_input_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_key_exchange_md_tls1_2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_get_max_in_record_payload esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_max_out_record_payload esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_mode_from_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_mode_from_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_output_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_peer_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_psa_curve_info_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_record_expansion esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_tls_id_from_ecp_group_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_get_verify_result esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handle_message_type esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_handle_pending_alert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_handshake_client_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_server_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handshake_wrapup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_handshake_wrapup_free_hs_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_hash_from_md_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_list_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_md_alg_from_hash esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_optimize_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_alpn_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_parse_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_server_name_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_parse_sig_alg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_pend_fatal_alert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_pk_alg_from_sig esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_prepare_handshake_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_read esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_read_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_read_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_renegotiate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_reset_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_reset_in_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_alert_message esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_fatal_handshake_failure esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_session_copy esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_session_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_session_load esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_reset esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_session_reset_int esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_reset_msg_layer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_save esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_bio esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_set_calc_verify_md esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_set_export_keys_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_set_hostname esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_dn_hints esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_inbound_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_set_outbound_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_set_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_setup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_sig_from_pk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_sig_from_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_start_handshake_msg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_start_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_tls12_write_client_hello_exts esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_tls_prf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_transform_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_transform_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_update_handshake_status esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_update_in_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_update_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_validate_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_verify_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_write_alpn_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_write_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_client_hello esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_handshake_msg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_write_sig_alg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_write_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_to_psa_error esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_x509_crt_check_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_check_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_free esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_get_ca_istrue esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_init esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_is_revoked esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_parse_cn_inet_pton esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_parse_der_nocopy esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_der_with_ext_cb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_file esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_path esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_default esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_profile_next esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_none esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_suiteb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_verify_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify_with_profile esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_dn_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_free_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_ext esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_ns_cert_type esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_rsassa_pss_params esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_serial esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_subject_alt_name_ext esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_time esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_cert_type esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_key_size_helper esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_parse_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_serial_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_sig_alg_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_time_cmp esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_time_is_future esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_time_is_past esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_zeroize_and_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbo_add_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +mbrtowc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) +md4_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) +meas_tone_pwr_db /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) +mem_calloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +mem_free esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_init esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +mem_malloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) +mem_trim esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +memchr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) +memcmp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.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) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.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/efuse/libefuse.a(esp_efuse_utility.c.obj) +memcpy /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fread.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.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) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 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_event/libesp_event.a(esp_event.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(hw_random.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +memmove /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +memp_ARP_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_FRAG_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_IGMP_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_MLD6_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_ND6_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETCONN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETDB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF_POOL esp-idf/lwip/liblwip.a(memp.c.obj) +memp_RAW_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_SYS_TIMEOUT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_API esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_INPKT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB_LISTEN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_SEG esp-idf/lwip/liblwip.a(memp.c.obj) +memp_UDP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_free esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_free_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_init esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +memp_init_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_malloc esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_malloc_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_pools esp-idf/lwip/liblwip.a(memp.c.obj) +memset /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.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) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_security/libesp_security.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/vfs/libvfs.a(nullfs.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) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +memspi_host_erase_block esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_chip esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_sector esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_flush_cache esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_init_pointers esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +memspi_host_program_page esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_id_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_status_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_set_write_protect esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_write_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +mesh_add_invalid_rc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_add_option /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_adjust_passive_scan_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_bcn_change_timer_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_chain_header_add_ttl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_check_conflict_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_check_last_rcandidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_check_rc_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_check_tid_mbox_full /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_child_clr_ps_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_child_set_ps_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_clear_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_coding_ie_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_conn_leave /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_conn_mutex /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_connect_to_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_connect_to_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_construct_rmv_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_create_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) +mesh_csa_set_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_deinit_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_disable_parent_switch_monitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_encrypt_ie_plain_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_fill_rmv_sub_child /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_find_root_competitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_flush_txQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_flush_upstream_packets /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_free /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_get_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_get_parent_monitor_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_get_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_get_sub_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_get_subnet_nodes_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_get_subnet_nodes_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_get_tx_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_get_vnd_roots_len /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_ie_monitor_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ie_monitor_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_ie_type2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_init_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_init_rcandidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ioctl_sem /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_is_better_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_is_ie_ignored /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_is_last_rc_existing /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_is_new_found_conflict_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_is_new_root_found /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_is_new_root_invalid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_is_yield_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_look_for_network /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_malloc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_malloc_rmv_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_multi_recv_ack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_multi_send_ack /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_mutex_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_mutex_unlock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_myself_mbox /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_node_process_cycle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_node_process_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_node_process_healing /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_add_conflict_roots /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_change_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_check_conflict_roots /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_check_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_check_no_parent_found /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +mesh_nwk_delete_timers /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_duty_check_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_check_duration_expire /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_master_identity /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_remaining /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_master_is_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_post_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_process_remaining /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_master_identity /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_remaining /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_nwk_find_conflict_roots /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_io_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_manual_networking /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_nwk_process_allow_switch /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_child_event /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_conflict_discnx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_disconnected /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_ie_change /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_leaf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_look_for_network /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_no_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_nvs_settings /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_reselect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_rootless /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_vote_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_monitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_remove_conflict_roots /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_nwk_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_pack_rmv_announcement /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_parent_check_root_conflict /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_parent_insert_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_parent_select_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_parse_conflict_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_parse_option /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_parse_ps_entire_rule /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_parse_ps_uplink_rule /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_pm_set_null /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +mesh_pm_tbtt_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +mesh_post_parent_assoc_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_post_parent_switch_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_post_parent_weak_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_print_txQ_waiting /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_process_child_macconnected /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_process_mcast_cover_node /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_process_mgmt_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_switch /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_waive /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_process_mgmt_routing_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_process_parent_organized /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) +mesh_process_root_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_process_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_process_roots_ie_ttl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_process_same_root_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ps_control_get_min_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ps_control_set_awake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ps_control_set_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_ps_get_duties /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_ps_keep_cnx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +mesh_ps_set_new_duty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_ps_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_recv /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_recv_add_option /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_recv_process_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_register_timer_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_remove_myself_from_forwarding /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +mesh_root_connect_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_root_connect_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_root_connect_timer_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_root_process_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_root_process_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_root_process_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +mesh_route_announce_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_rt_change_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_rt_change_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_rt_change_timer_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_rx_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +mesh_rx_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) +mesh_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +mesh_scan_done_process_weak /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_is_better_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_parent_compute_rank /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_parent_limit_layer2_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_parent_try_layer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_parent_try_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_select_set_ignore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_self_xonseq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_send_block_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_send_block_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_send_process_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_send_process_topo /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_send_roots_fixed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_send_roots_gone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_send_roots_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_send_stop_vote /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_set_default_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_set_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_set_ie_crypto_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_set_io_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_set_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +mesh_set_parent_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_set_parent_monitor_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_set_root_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_set_root_candidate_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_set_router /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_set_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mesh_set_self_organized /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_set_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_sta_auth_expire_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) +mesh_stop_recv /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_switch_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_tcpip_mbox /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_timer_bcn_change /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_candidate_monitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_do_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_timer_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_mie_monitor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_ps_control /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_root_connect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_route_announce /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_timer_rt_change /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +mesh_topo_get_ttl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_tx_task_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_tx_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_tx_tid_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_update_current_parent /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_update_ie_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_update_rcandidate_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_update_route_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +mesh_vote_root_candidate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_waive_root /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +mesh_wifi_event_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_wifi_event_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_wifi_event_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_xmit_state_mbox /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +mesh_xon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_deliver_packet /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_flush_packets /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_process_disconnected /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_process_expired /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_process_no_wnd /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mesh_xon_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +mgd_probe_send_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +misc_nvs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +misc_nvs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +misc_nvs_load /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) +misc_nvs_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +mktime /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mktime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +mld6_input esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +mld6_joingroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_joingroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +mld6_leavegroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_leavegroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +mld6_lookfor_group esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +mld6_report_groups esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +mld6_stop esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +mld6_tmr esp-idf/lwip/liblwip.a(mld6.c.obj) +mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.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) +mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +modem_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +mpi_hal_calc_hardware_words esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mpi_hal_clear_interrupt esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mpi_hal_disable_hardware_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_enable_constant_time esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_enable_hardware_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_enable_search esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_interrupt_enable esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mpi_hal_read_result_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +mpi_hal_set_mode esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_set_search_position esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_start_op esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_wait_op_complete esp-idf/hal/libhal.a(mpi_hal.c.obj) +mpi_hal_write_at_offset esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_write_m_prime esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_write_rinv esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mpi_hal_write_to_mem_block esp-idf/hal/libhal.a(mpi_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) +mschapv2_derive_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_remove_domain esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_verify_auth_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mt_add_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_del_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_fetch_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_get_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_get_peer_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_get_version /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_is_peer_exist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_mod_peer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_register_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_register_send_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_send /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_set_peer_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_set_pmk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_set_wake_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_unregister_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +mt_unregister_send_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(espnow.o) +multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_impl_offs esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_offs esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_aligned_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_check esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_dump esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_free_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_allocated_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_allocated_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_first_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_info esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_info_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_next_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_lock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_unlock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_is_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_malloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_malloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_minimum_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_minimum_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_realloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_realloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_register esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_register_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_reset_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_restore_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_set_lock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_walk esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +nan_input esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +nan_sm_handle_event esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +nan_start esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +nan_stop esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +nd6_adjust_mld_membership esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_cleanup_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_clear_destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +nd6_find_route esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +nd6_get_destination_mtu esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +nd6_get_next_hop_addr_or_queue esp-idf/lwip/liblwip.a(nd6.c.obj) +nd6_input esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +nd6_reachability_hint esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +nd6_restart_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_tmr esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +neighbor_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +net80211_data_ptr_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +net80211_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +net80211_funcs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +net80211_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +net80211_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +net80211_softap_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +netbuf_alloc esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_chain esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_data esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_delete esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_first esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_free esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_new esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_next esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_ref esp-idf/lwip/liblwip.a(netbuf.c.obj) +netconn_accept esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_alloc esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_bind esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_bind_if esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_close esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_connect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_disconnect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_err esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_free esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_getaddr esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_gethostbyname_addrtype esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_join_leave_group esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_join_leave_group_netif esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_listen_with_backlog esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_new_with_proto_and_callback esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_prepare_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv_udp_raw_netbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_udp_raw_netbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_send esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_sendto esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_shutdown esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_tcp_recvd esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_cleanup esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_init esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_vectors_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_add esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_ip6_address esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_noaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_create_ip6_linklocal_address esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_find esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_by_index esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_ip6_addr_match esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_index_to_name esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_init esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +netif_input esp-idf/lwip/liblwip.a(netif.c.obj) +netif_invoke_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_ip6_addr_set_parts esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set_state esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_list esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +netif_loop_output esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_name_to_index esp-idf/lwip/liblwip.a(netif.c.obj) +netif_poll esp-idf/lwip/liblwip.a(netif.c.obj) +netif_remove esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_remove_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_addr esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_down esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_gw esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_ipaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_link_down esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_link_up esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_netmask esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_up esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +new_password_encrypted_with_old_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +newlib_include_assert_impl esp-idf/newlib/libnewlib.a(assert.c.obj) +newlib_include_getentropy_impl esp-idf/newlib/libnewlib.a(getentropy.c.obj) +newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.c.obj) +newlib_include_init_funcs esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +newlib_include_pthread_impl esp-idf/newlib/libnewlib.a(pthread.c.obj) +newlib_include_syscalls_impl esp-idf/newlib/libnewlib.a(syscalls.c.obj) +node_remove_from_list esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +noise_check_loop /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +nt_challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nt_password_hash_encrypted_with_block esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::erase(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::find(unsigned int, nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::insert(nvs::Item const&, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32WithoutValue() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::Item::checkHeaderConsistency(unsigned char) const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::getKey(char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::init() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::mSemaphore esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::uninit() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) +nvs::NVSEncryptedPartition::init(nvs_sec_cfg_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) +nvs::NVSEncryptedPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSHandleSimple::calcEntriesInNamespace(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::commit() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_all() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_item(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::findEntryNs(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::find_key(char const*, nvs_type_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_partition_name() const esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::get_storage() const esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_string(char const*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartition::erase_range(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_address() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_partition_name() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_readonly() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartitionManager::deinit_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::get_instance() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::instance esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::lookup_storage_from_name(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handles_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::secure_init_partition(char const*, nvs_sec_cfg_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Page::Header::calculateCrc32() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::SEC_SIZE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterPageState(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::calcEntries(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::copyItems(nvs::Page&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::debugDump() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::erase() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::eraseEntryAndSpan(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::getSeqNumber(unsigned long&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::getVarDataTailroom() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::initialize() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::load(nvs::Partition*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::mLoadEntryTable() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::markFreeing() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::markFull() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::pageStateToName(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readEntry(unsigned int, nvs::Item&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::setSeqNumber(unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::setVersion(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntry(nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntryData(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::activatePage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::PageManager::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::requestNewPage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::clearNamespaces() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseNamespace(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillEntryInfo(nvs::Item&, nvs_entry_info_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findEntryNs(nvs_opaque_iterator_t*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::findKey(unsigned char, char const*, nvs::ItemType*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::init(unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::isValid() const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::populateBlobIndices(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::partition_lookup::lookup_nvs_encrypted_partition(char const*, nvs_sec_cfg_t*, nvs::NVSPartition**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs_close esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_commit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_dump esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find_in_handle esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_info esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_next esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_erase_all esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_erase_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_find_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +nvs_flash_erase_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_generate_keys esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_generate_keys_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_get_default_security_scheme esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) +nvs_flash_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_read_security_cfg esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_read_security_cfg_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_register_security_scheme esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_flash_secure_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_secure_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_stats esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_get_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_used_entry_count esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_op2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) +nvs_open esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_release_iterator esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_sec_provider_deregister esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_sec_provider_include_impl esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_sec_provider_register_hmac esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_set_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_set_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nwk_event_id2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +offchan_in_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +offchan_recv_action /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +offchan_send_action_tx_status /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +offchan_txop_end /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +offchan_txop_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +old_nt_password_hash_encrypted_with_new_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +omac1_aes_128 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +omac1_aes_128_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +omac1_aes_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +open /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +opendir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +operator delete(void*) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) +operator delete(void*, unsigned int) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +operator delete[](void*) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +operator new(unsigned int) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) +operator new[](unsigned int) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +operator new[](unsigned int, std::nothrow_t const&) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +opt_type2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +optype2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) +os_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +os_get_time esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_gmtime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_memdup esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +os_mktime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +os_reltime_expired esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +os_reltime_initialized esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +os_sleep esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +os_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +our_controls_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) +our_instances_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +our_tx_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +our_wait_eb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +owe_build_assoc_req esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +owe_build_dhie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +owe_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +owe_process_assoc_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +pTxRx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pa_i2c_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +panic_arch_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_get_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_prepare_frame_from_ctx esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) +panic_print_backtrace esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_char esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_print_dec esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_hex esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_registers esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_restart esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_set_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_soc_check_pseudo_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_soc_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +pbkdf2_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +pbuf_add_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_add_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +pbuf_alloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_alloc_reference esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_alloced_custom esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_cat esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_chain esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_clen esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_clone esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_coalesce esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_copy esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_copy_partial esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_copy_partial_pbuf esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +pbuf_dechain esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_free esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +pbuf_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +pbuf_free_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_free_ooseq_pending esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) +pbuf_get_contiguous esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_memcmp esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_memfind esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_put_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_realloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_ref esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +pbuf_remove_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_skip esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_strstr esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_take esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_take_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_try_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbus_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +pbus_rx_dco_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) +pbus_rx_dco_cal_1step_new /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +peap_prfplus esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +pend_flag_periodic_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +periph_inform_out_light_sleep_overhead esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +periph_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +periph_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +periph_module_reset esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +periph_rcc_acquire_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) + esp-idf/esp_system/libesp_system.a(int_wdt.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) +periph_rcc_acquire_exit 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) + esp-idf/esp_system/libesp_system.a(int_wdt.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) +periph_rcc_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.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(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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_security/libesp_security.a(esp_hmac.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/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(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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_security/libesp_security.a(esp_hmac.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) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +periph_rtc_dig_clk8m_disable 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(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +periph_rtc_dig_clk8m_get_freq esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +phy_11p_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +phy_analog_delay_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +phy_ant_clr_update_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_ant_need_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_ant_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_bbpll_en_usb /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_bt_power_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_cal_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_chan_dump_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +phy_chan_filt_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +phy_chan_pwr_backoff /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_change_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +phy_close_pa /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +phy_close_rf /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_clr_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_current_level_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_dig_ldo_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_dig_reg_backup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_disable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +phy_eco_version_sel /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_enable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +phy_enabled_modem_contains esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_fft_scale_force /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +phy_force_rx_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_freq_correct /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +phy_freq_mem_backup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_ftm_comp /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_get_adc_rand /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_get_cca /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_get_cca_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_get_fetx_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +phy_get_i2c_data /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_get_lock esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_get_mac_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_get_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_most_tpw /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +phy_get_noise_floor /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_get_rf_cal_version /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_rfdata_num /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_get_romfunc_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_get_romfuncs /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_get_rssi /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_get_rx_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_get_tsens_value esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_get_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_get_txpwr_param /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +phy_get_vdd33 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_i2c_bbtop_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_i2c_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_i2c_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_i2c_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_i2c_init2 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_init_data esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_init_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_init_magic_post esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) +phy_init_magic_pre esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) +phy_init_param_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_internal_delay /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_param /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_param_rom /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) +phy_param_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_param_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_param_track_tot /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +phy_reg_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_rfcal_data_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_rfcal_data_check_value /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_rfcal_data_sub /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_rx11blr_cfg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_rx_band_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_rx_rifs_en /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_rx_sense_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +phy_set_11b_param /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_set_cca_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_set_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +phy_set_mac_data /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_set_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_set_most_tpw /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +phy_set_pwdet_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +phy_set_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_set_rate_xiaomi /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_set_tsens_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +phy_set_wifi_mode_only /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_track_pll esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_track_pll_deinit esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_track_pll_init esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_tsens_attribute /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) +phy_tx_gain_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_txpwr_backoff /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_txtone_start /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_txtone_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +phy_version_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_version_str /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +phy_wakeup_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_wifi_enable_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +phy_xpd_tsens /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phymode2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +pll_cap_print /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) +pm_active_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_allow_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_beacon_misc_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_beacon_monitor_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_beacon_monitor_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_beacon_monitor_tbtt_allowed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_beacon_monitor_tbtt_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_beacon_monitor_tbtt_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_beacon_monitor_tbtt_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_beacon_monitor_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_beacon_offset_add_loss_counter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_add_total_counter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_funcs_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +pm_beacon_offset_get_average /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_expect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_rx_beacon_success_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_is_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_is_sampling /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_resample_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_reset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_sample /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_sample_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_set_rx_beacon_standard /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +pm_beacon_timestamp_statistic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_check_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_clear_wakeup_signal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_coex_pwr_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_coex_pwr_update /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_coex_reconnect_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_coex_restart_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_coex_schm_overall_period_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_coex_schm_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_coex_schm_process_restart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_coex_separate_connectionless_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_coex_set_reconnect_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_coex_slice_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_coex_tbtt_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_connectionless_module_set_wake_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_connectionless_wake_interval_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_connectionless_wake_window_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_deattach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_disable_beacon_monitor_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_disable_disconnected_sleep_delay_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_disable_dream_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_disable_sleep_delay_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_disconnected_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_disconnected_sleep_delay_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_disconnected_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_disconnected_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_disconnected_wake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_dream /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_dream_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_enable_active_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_enable_beacon_monitor_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_enable_disconnected_sleep_delay_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_enable_dream_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_enable_sleep_delay_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_enable_sta_disconnected_power_management /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_force_scan_unlock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_funcs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +pm_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +pm_get_beacon_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_get_connectionless_status /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_get_idle_wait_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_get_null_max_tx_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_get_sleep_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +pm_get_tbtt_count /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_go_to_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +pm_go_to_wake /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_handle_tbtt_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_hmac_rx_data_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_is_dream /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +pm_is_hw_beacon_filter_active /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_is_in_wifi_slice_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_is_open /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +pm_is_sleeping /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +pm_is_waked /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_keep_alive /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_local_tsf_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_mac_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_mac_sleep_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +pm_mac_sleep_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +pm_mac_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_mesh_set_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_noise_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_noise_check_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_off_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_on_beacon_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_on_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) +pm_on_coex_schm_process_restart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_on_coex_schm_status_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_on_coex_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_on_data_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_on_data_tx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_on_data_tx_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_on_probe_resp_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_on_sample_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_on_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_on_tsf_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_parse_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_parse_beacon_trace /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_pend_noise_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_process_tim /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_register_connectionless_wake_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_register_pm_tx_null_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_rx_beacon_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_rx_data_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_save_tbtt_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_scale_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_scan_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_scan_unlock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_send_nullfunc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_send_probe_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +pm_send_probe_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +pm_send_sleep_null_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_send_wake_null_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_set_beacon_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_set_beacon_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_set_keep_alive_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_set_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_set_sleep_min_active_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_set_sleep_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_set_sleep_wait_broadcast_data_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_sleep_delay_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) +pm_sleep_for /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pm_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +pm_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +pm_tbtt_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_tbtt_quick_wake_configure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_try_scan_unlock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_tx_data_done_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_tx_data_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_tx_null_data_done_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) +pm_tx_null_data_done_quick_wake_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_unregister_connectionless_wake_window /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pm_update_at_next_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pm_update_by_connectionless_status /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_update_light_sleep_default_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_update_next_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_update_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pm_update_tsf_tick_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pm_wake_done /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +pm_wake_up /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +pmksa_cache_add esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_add_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_auth_add esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_add_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_create_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_list esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_clear_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_free_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_opportunistic esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_init esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_list esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_set_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pocket_sar_power /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +port_start_app_hook esp-idf/freertos/libfreertos.a(app_startup.c.obj) +port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) +port_uxInterruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_uxOldInterruptState esp-idf/freertos/libfreertos.a(port.c.obj) +port_xSchedulerRunning esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +posix_memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +ppAMPDU2Normal /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppAdd2AMPDUTail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppAddTimCount /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppAssembleAMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppAssembleMicHdr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppCalFrameTimes /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppCalSubFrameLength /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppCalTkipMic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppCalTxAMPDULength /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppCalTxopDur /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppCheckIsConnTraffic /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppCheckTxAMPDUlength /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppCheckTxConnTrafficIdle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +ppCheckTxIdle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +ppCheckTxQIdle /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +ppClearRxFragment /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +ppClearTxq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppDequeueRxq_Locked /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppDequeueTxDone_Locked /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppDequeueTxQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppDirectRecycleAmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppDisableQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppDiscardMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppEmptyDelimiterLength /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppEnableQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppEnqueueRxq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppEnqueueTxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppFetchTxQFirstAvail /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppFillAMPDUBar /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppGetTaskHdl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppGetTxQFirstAvail_Locked /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppGetTxframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppInitTxq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppInstallKey /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +ppMapTxQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppMapWaitTxq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppMessageInQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppPauseTxAMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppPrepareBarFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppProcTxCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppProcTxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppProcTxSecFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppProcessLifeTime /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppProcessRxPktHdr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppProcessTxQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppProcessWaitQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppProcessWaitingQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +ppReSendBar /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppRecordBarRRC /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppRecycleAmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppRecycleRxPkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppRecycleTxBuf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppRegisterPromisRxCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppRegisterRxCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppRegisterTxCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +ppRegisterTxDoneUserActionCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppRegressAmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppResortTxAMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppResumeTxAMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppRollBackTxQ /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +ppRxFragmentProc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppRxPkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppRxProtoProc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppSearchTxQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppSearchTxframe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppSelectNextQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppSetBarRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppSetInterface /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppSubFromAMPDU /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppTask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppTxFragmentProc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppTxPkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +ppTxProtoProc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +ppTxqEmpty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +ppTxqUpdateBitmap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +ppUnregisterTxCallback /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_allow_cut_sevt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_attach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_can_cut_evt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_can_cut_sevt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_coex_tx_release /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_coex_tx_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_create_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_deattach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_default_event_handler /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_delete_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_gettid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_hdrsize /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_need_cut_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_post /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +pp_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_process_hmac_waiting_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_register_config_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_register_michael_mic_failure_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_register_net80211_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_register_timer_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_register_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +pp_set_cut_evt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_set_cut_rx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_sig_cnt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_sig_cnt_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pp_stop_sw_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_task_hdl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_timer_do_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +pp_timer_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +pp_timer_register_post_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +pp_unregister_tx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +pp_wdev_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +pread esp-idf/vfs/libvfs.a(vfs.c.obj) +prefix_list esp-idf/lwip/liblwip.a(nd6.c.obj) +print_rc_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +print_roots_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +print_sta_pmk /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +print_txupQ_pending /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +printf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +printf_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +printf_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +prvTaskPriorityRaise esp-idf/freertos/libfreertos.a(tasks.c.obj) +prvTaskPriorityRestore esp-idf/freertos/libfreertos.a(tasks.c.obj) +psa_aead_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_generate_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_set_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_allocate_buffer_to_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_asymmetric_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_asymmetric_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_can_do_cipher esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_can_do_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_generate_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_close_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_copy_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_copy_key_material_into_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_crypto_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_input_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_input_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_output_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_output_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_custom_key_parameters_are_default esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_destroy_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_destroy_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_driver_wrapper_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_driver_wrapper_get_builtin_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) +psa_driver_wrapper_get_key_buffer_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_export_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_export_public_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) +psa_format_key_data_for_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_free_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_free_persistent_key_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_custom esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_generic_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_get_and_lock_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_get_key_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_hash_compare esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_hash_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_import_key_into_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_initialize_key_slots esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_interruptible_get_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_interruptible_set_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_is_key_present_in_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_is_valid_key_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_its_get esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_get_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_remove esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_set esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_key_agreement_raw_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_get_capacity esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_bytes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_integer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_key_agreement esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_bytes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key_custom esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_set_capacity esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_load_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_mac_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_sign_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_sign_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_open_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_parse_key_data_from_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_pk_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_purge_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_raw_key_agreement esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_remove_key_data_from_memory esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_reserve_free_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_reset_key_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_save_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_message esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_message_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_to_lms_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_to_md_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_to_pk_rsa_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_unregister_read esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_unregister_read_under_mutex esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_key_location esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_key_persistence esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_unstructured_key_bit_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_message esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_message_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_wipe_all_key_slots esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_wipe_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +pthread_attr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cancel esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cond_broadcast esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_signal esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_timedwait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_wait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_condattr_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_getclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_getpshared esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setpshared esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_detach esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_equal esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_exit esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_getspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_cond_var_impl esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_include_pthread_impl esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_local_storage_impl esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pthread_include_pthread_rwlock_impl esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_include_pthread_semaphore_impl esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +pthread_internal_local_storage_destructor_callback esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_delete esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) +pthread_lazy_init_lock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutex_timedlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_trylock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutexattr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_gettype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_settype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_once esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_rwlock_destroy esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_init esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_rdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_tryrdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_trywrlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_unlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_wrlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_self esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_setcancelstate esp-idf/newlib/libnewlib.a(pthread.c.obj) +pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_sigmask esp-idf/newlib/libnewlib.a(pthread.c.obj) +ptr_beacon_offset_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +putc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) +putchar /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +putle32 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +puts /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +pvPortMalloc esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvTaskGetCurrentTCBForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) +pvTaskGetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pvTaskIncrementMutexHeldCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvalloc esp-idf/newlib/libnewlib.a(heap.c.obj) +pwdet_code_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +pwdet_ref_code /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +pwdet_tone_start /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) +pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +pwrsave_flushq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) +pxCurrentTCBs esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +pxPortInitialiseStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) +qsort /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +raise esp-idf/newlib/libnewlib.a(syscalls.c.obj) +ram1_bt_track_pll_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +ram1_fe_i2c_reg_renew /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +ram1_phy_close_rf /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +ram1_phy_dis_hw_set_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +ram1_phy_wakeup_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +ram1_set_pbus_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +ram1_wifi_set_tx_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +ram2_rfpll_cap_correct /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +ram2_rfpll_cap_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +ram_check_noise_floor /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +ram_pbus_force_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +ram_pll_vol_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +ram_tx_pwctrl_background /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +rand /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +raw_bind esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_bind_netif esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +raw_connect esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_disconnect esp-idf/lwip/liblwip.a(raw.c.obj) +raw_input esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +raw_netif_ip_addr_changed esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +raw_new esp-idf/lwip/liblwip.a(raw.c.obj) +raw_new_ip_type esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_recv esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_remove esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_send esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto_if_src esp-idf/lwip/liblwip.a(raw.c.obj) +rc11BSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rc11BSchedTbl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rc11GSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rc11NSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rc11NSchedTbl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rc4_skip esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +rcAmpduLowerRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcAttach /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +rcClearCurAMPDUSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcClearCurSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcClearCurStat /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcGet11BHighestRateIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcGet11GHighestRateIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcGet11NHighestRateIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcGetAmpduSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rcGetDefaultHigestRateIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcGetHighestRateIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcGetRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rcGetSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rcLoRaRate2SchedIdx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcLoRaSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcLoRaSchedTbl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcLowerSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcP2P11GSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcP2P11NSchedTbl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rcReachRetryLimit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +rcSetBarRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rcSetTxAmpduLimit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcTxUpdatePer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcUpSched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcUpdateAMPDUParam /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rcUpdateAckSnr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcUpdatePhyMode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rcUpdateRate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rcUpdateRxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rcUpdateTxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +rcUpdateTxDoneAmpdu2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rc_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rc_disable_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_disable_trc_by_interface /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_enable_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_G6M_sched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_default_sched /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rc_get_sta_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rc_get_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_trc_by_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_get_trc_default /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rc_only_sta_trc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +rc_set_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +rc_set_per_conn_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +reachable_time esp-idf/lwip/liblwip.a(nd6.c.obj) +read /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +read_hw_noisefloor /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +readdir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +realloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +reconnect_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +reconnect_type2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) +regi2c_analog_cali_reg_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +regi2c_analog_cali_reg_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_ctrl_read_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +regi2c_ctrl_write_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.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) + esp-idf/hal/libhal.a(brownout_hal.c.obj) +regi2c_enter_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_exit_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_saradc_disable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +regi2c_saradc_enable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +register_chipv7_phy /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +register_chipv7_phy_init_param /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +register_ieee80211_action_vendor_get_key_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +register_ieee80211_action_vendor_spec_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +register_ieee80211_rfid_locp_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) +registered_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +remove /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-remove.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) +rename /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rename.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) +resend_eapol_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +reset_cs_thres /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +restart_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +retrans_timer esp-idf/lwip/liblwip.a(nd6.c.obj) +rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +rf_cal_data_backup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rf_cal_data_recovery /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rf_cal_level_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rf_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rfcal_pwrctrl /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +rfcal_rxiq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rfcal_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rfcal_txcap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +rfcal_txiq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +rfpll_cap_init_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +rfpll_set_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +rfrx_sat_cal_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +rfrx_sat_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rfrx_sat_rst /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +riscv_decode_offset_from_jal_instruction esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) +riscv_excp_names esp-idf/riscv/libriscv.a(interrupt.c.obj) +rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +roc_op_end /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +roc_op_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +rom1_bt_get_tx_gain_new /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_bt_set_tx_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom1_chip_i2c_readReg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_chip_i2c_writeReg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_disable_wifi_agc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_enable_wifi_agc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_get_chan_target_power /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +rom1_get_i2c_hostid /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_get_rate_fcc_index /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_i2c_master_reset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_phy_en_hw_set_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_phy_i2c_init1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_read_sar2_code /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_set_noise_floor /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_tsens_temp_read /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom1_tx_paon_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_txpwr_cal_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_wifi_get_tx_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom1_wifi_tx_dig_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom2_get_tx_gain_value1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +rom2_pll_cap_mem_update /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +rom2_read_pll_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +rom2_temp_to_power1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom2_tsens_read_init1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom2_ulp_code_track /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom2_ulp_ext_code_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom2_wait_hw_freq_busy /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom2_write_pll_cap /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +rom_agc_reg_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_bb_reg_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_bt_filter_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_bt_track_tx_power /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom_bt_tx_dig_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_flash_chip_dummy esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_flash_chip_dummy_hpm esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_i2c_sar2_init_code /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) +rom_index_to_txbbgain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_noise_check_loop /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rom_open_i2c_xpd /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_pbus_xpd_tx_on /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_phy_ant_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_phy_bbpll_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom_phy_dig_reg_backup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +rom_phy_freq_mem_backup /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +rom_phy_param_addr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rom.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_phy_reg_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_phy_xpd_rf /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_phy_xpd_tsens /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +rom_read_hw_noisefloor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +rom_set_chan_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_set_tx_dig_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_set_tx_gain_mem /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) +rom_set_txcap_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_i2c.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_spiflash_api_funcs esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +rom_spiflash_legacy_data esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.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) +rom_tsens_code_read /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_txbbgain_to_index /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_wifi_agc_sat_gain /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rom_wifi_track_tx_power /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +rom_write_txrate_power_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +roots_type2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +rotl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +rotr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +roundup2 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) +route_announce_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) +route_announce_timer_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +route_announce_timer_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +routetype2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) +rsn_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +rsn_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +rssi_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +rssi_margin /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rssi_saved /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +rssi_to_rcpi esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_divider_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8md256_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.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(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cal_internal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_cal_ratio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +rtc_clk_divider_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +rtc_clk_select_rtc_slow_clk esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 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) +rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.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_init.c.obj) +rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_wait_for_slow_cycle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_cntl_hal_disable_cpu_retention esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rtc_cntl_hal_dma_link_init esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rtc_cntl_hal_enable_cpu_retention esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rtc_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_gpio_is_valid_gpio 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_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_isr_deregister esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +rtc_isr_noniram_disable 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) +rtc_isr_noniram_enable 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) +rtc_isr_register esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +rtc_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +rtc_sleep_enable_ultra_low esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_get_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_low_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_pu esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +rtc_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +rtos_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +rtos_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +rtos_save_fpu_coproc esp-idf/riscv/libriscv.a(vectors.S.obj) +rx11NRate2AMPDULimit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +rx_11b_opt /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +rx_agc_reg_opt /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +rx_blocking_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) +rx_chan_dc_sort /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rxdc_est_min_new /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rxiq_cover_mg_mp /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rxiq_get_mis /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +rxiq_set_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) +s_eapol_txdone_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +s_encap_amsdu_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +s_fix_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +s_fix_rate_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +s_fragment /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +s_fragment_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +s_head esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +s_ioctl_table /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +s_is_6m /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +s_map /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) +s_mesh_beacon_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +s_mesh_running_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +s_mesh_send_mutex /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +s_mesh_stop_mutex /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +s_michael_mic_failure_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +s_netstack_free /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +s_netstack_ref /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +s_pm_beacon_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +s_pm_beacon_offset_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) +s_pp_task_create_sem /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +s_pp_task_del_sem /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +s_record_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_tbttstart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +s_tx_cacheq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +s_wifi_api_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +s_wifi_nvs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +s_wifi_queue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +s_wifi_stop_in_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +s_wifi_task_hdl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +s_wps_api_lock esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +s_wps_api_sem esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +s_wps_enabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +sae_accept_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_check_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_check_confirm_pk esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_clear_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_clear_temp_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_deinit_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_derive_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_derive_pwe_from_pt_ecc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_derive_pwe_from_pt_ffc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_ecc_prime_len_2_hash_len esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_ffc_prime_len_2_hash_len esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_group_allowed esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_parse_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_pk_base32_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_base32_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_buf_shift_left_19 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_get_be19 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_set_password esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_pk_valid_password esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_prepare_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_prepare_commit_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_process_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_set_group esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_state_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_write_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_write_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sar_periph_ctrl_adc_continuous_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_continuous_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +sar_periph_ctrl_init esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +sar_periph_ctrl_power_disable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_power_enable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_pwdet_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +sar_periph_ctrl_pwdet_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +save_pbus_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) +sc_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +scan_add_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_add_probe_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_bitmap_to_channel_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_build_chan_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_cancel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +scan_check_hidden /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_connect_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_enter_oper_channel_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +scan_fill_wps_scan_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_flush_all_tx_buf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +scan_get_apnum /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +scan_get_owe_channel_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_get_scan_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +scan_get_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_hidden_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_inter_channel_timeout_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +scan_parse_beacon /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +scan_parse_ht2040_coex /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_pm_channel_op_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_prefer_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_profile_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_remove_bssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_remove_probe_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_reset_cipher_and_akm /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_reset_default_app_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +scan_result_print /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +scan_set_act_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_set_current_scan_times /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_set_default_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_set_desChan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_set_home_chan_dwell_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_set_pas_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_set_scan_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +scan_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +scan_status2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +scan_update_scan_history /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scan_validate_owe_scenarios /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) +scannum /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +sched_yield esp-idf/pthread/libpthread.a(pthread.c.obj) +seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +select esp-idf/vfs/libvfs.a(vfs.c.obj) +sem_destroy esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_getvalue esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_init esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_post esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_timedwait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_trywait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_wait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sendData esp-idf/main/libmain.a(espnow_transmitter.c.obj) +send_ap_probe /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +send_deauth /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +set_adc_rand /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_basic.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +set_ble_rx_sense /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) +set_chan_freq_hw_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +set_chan_freq_sw_start /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libbtbb.a(bt_bb_v2.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +set_chanfreq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +set_channel_rfpll_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +set_pbus_mem /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +set_rf_freq_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +set_rfpll_freq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +set_rx_gain_cal_dc /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) +set_rx_gain_cal_iq /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) +set_rx_gain_param /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) +set_rx_gain_table /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +set_rx_sense /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +set_xpd_sar esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +setbuf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +setlocale /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +setvbuf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setbuf.o) +sha1_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +sha256_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +sha256_prf_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +sha512_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +sha_hal_hash_block esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_hash_dma esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_read_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_wait_idle esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_write_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sigfillset esp-idf/newlib/libnewlib.a(pthread.c.obj) +siscanf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +sleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +sleep_console_usj_pad_backup_and_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_console_usj_pad_restore esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_cpu_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +sleep_disable_cpu_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_enable_cpu_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_modem_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_reject_triggers esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_modem_wifi_modem_state_skip_light_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sms4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +snprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +soc_get_available_memory_region_max_count esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_get_available_memory_regions esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_region_count esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_regions esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_type_count esp-idf/heap/libheap.a(memory_layout.c.obj) +soc_memory_types esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_reserved_memory_region_end esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +soc_reserved_memory_region_start esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +spi_bus_add_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_deinit_lock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_dma_memory_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_get_attr esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_get_dma_ctx esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_init_lock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_lock_acquire_end esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_acquire_start esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_bg_check_dev_acq esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_check_dev_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_clear_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_entry esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_exit esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_req_exist esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_request esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_get_acquiring_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_get_by_id 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) +spi_bus_lock_get_dev_id 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(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_set_bg_control esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_touch esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_unregister_dev 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_wait_bg_done esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_main_set_lock esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_register_destroy_func esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_brownout_need_reset esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +spi_flash_cache2phys esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +spi_flash_cache_enabled esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_check_and_flush_cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_chip_boya_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) +spi_flash_chip_boya_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) +spi_flash_chip_gd_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_suspend_cmd_conf esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_generic_config_host_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_generic_get_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_reg esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_unique_id esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_unique_id_none esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_generic_reset esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_generic_set_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_suspend_cmd_conf esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_timeout esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_wait_idle esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_write esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_write_encrypted esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_yield esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_issi_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_th_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) +spi_flash_chip_th_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) +spi_flash_chip_winbond_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_winbond_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_winbond_read esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_read_status_16b_rdsr_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_read_status_8b_rdsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_read_status_8b_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_write_status_16b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_write_status_8b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_write_status_8b_wrsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_disable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_enable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_enable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_enable_interrupts_caches_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_encryption_hal_check 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_destroy 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_disable 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_done 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(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_prepare 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_guard_get esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_guard_set esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_hal_check_status esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_common_command esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_device_config esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_disable_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_disable_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_erase_block esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_chip esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_sector esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_check_status esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_common_command esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_device_config esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_init esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_program_page esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_read esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_resume esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_set_write_protect esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_setup_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_setup_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_setup_read_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_init_chip_state esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +spi_flash_init_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_mmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_dump esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_mmap_get_free_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_munmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_needs_reset_check esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +spi_flash_op_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_op_unlock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_phys2cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_restore_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +spi_flash_set_erasing_flag esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_flash_set_rom_required_regs esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) + 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) +spicommon_bus_free_io_cfg esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_bus_initialize_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_bus_using_iomux esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_cs_free_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_cs_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_chan_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_chan_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_desc_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_desc_setup_link esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_irqdma_source_for_host esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_irqsource_for_host 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(spi_share_hw_ctrl.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_periph_free 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_in_use esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) +sprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) +srand /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rand.o) +sta_auth_ft /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_auth_open /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_auth_sae /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_auth_shared /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_bip_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +sta_con_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +sta_csa_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +sta_eapol_txdone_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_get_beacon_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +sta_get_owe_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +sta_input /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +sta_is_11r_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +sta_is_wifi_ent_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) +sta_is_wpa3_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +sta_michael_mic_failure /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +sta_recv_assoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_recv_ctl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +sta_recv_mgmt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +sta_reset_beacon_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +sta_retry_assoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +sta_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +sta_rx_csa /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +sta_rx_eapol /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +sta_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +sta_sa_query_process_timeout /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +sta_try_sa_query_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) +sta_update_power_off_reset_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) +start_tx_tone /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) +start_tx_tone_step /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +stat /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysstat.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +std::bad_alloc::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +std::bad_alloc::~bad_alloc() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_exception::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +std::exception::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::exception::~exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +std::exception::~exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::exception::~exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::get_new_handler() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +std::get_terminate() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::get_unexpected() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::nothrow /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +std::set_new_handler(void (*)()) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +std::set_terminate(void (*)()) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::set_unexpected(void (*)()) /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::terminate() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::type_info::__do_catch(std::type_info const*, void**, unsigned int) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::__is_function_p() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +std::type_info::__is_pointer_p() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +std::type_info::~type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::~type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::~type_info() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +std::uncaught_exception() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::uncaught_exceptions() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::unexpected() /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +stop_tx_tone /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) +str_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strcat /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +strchr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strchr.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strcmp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/vfs/libvfs.a(nullfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +strcpy /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strcspn /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strdup /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +strerror /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +strerror_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +strerror_r /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlcat /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +strlcpy /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlen /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-siscanf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strdup_r.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +strncmp /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.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/vfs/libvfs.a(vfs.c.obj) +strncpy /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +strnlen /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strnlen.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +strrchr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strstr /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strtol /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +strtol_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) +strtoll /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) +strtoll_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) +strtoul /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset_r.o) +strtoul_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) +strtoull /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) +strtoull_l /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) +supplicant_sta_conn_handler esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +supplicant_sta_disconn_handler esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +sys_arch_mbox_fetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_arch_mbox_tryfetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_arch_protect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_arch_sem_wait esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_arch_unprotect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_check_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_delay_ms esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_jiffies esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mbox_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_mbox_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_post esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_trypost esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_trypost_fromisr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mutex_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_lock esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_unlock esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_now esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_restart_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_sem_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_signal esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_signal_isr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +sys_thread_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_thread_sem_deinit esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_thread_sem_get esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_thread_sem_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_thread_tcpip esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_timeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_timeouts_deinit esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_timeouts_init esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_timeouts_sleeptime esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_untimeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +syscall_table_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +system esp-idf/newlib/libnewlib.a(syscalls.c.obj) +systimer_hal_connect_alarm_counter esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_counter_value_advance esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_deinit esp-idf/hal/libhal.a(systimer_hal.c.obj) +systimer_hal_enable_alarm_int esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_enable_counter esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_get_alarm_value esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_get_clock_source esp-idf/hal/libhal.a(systimer_hal.c.obj) +systimer_hal_get_counter_value esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_get_time esp-idf/hal/libhal.a(systimer_hal.c.obj) +systimer_hal_init esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_select_alarm_mode esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_set_alarm_period esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_set_alarm_target esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_set_tick_rate_ops esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_ticks_to_us esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_us_to_ticks esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +target_power_backoff /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +target_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +task_wdt_timeout_abort esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +tcdrain esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcgetattr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcgetsid esp-idf/vfs/libvfs.a(vfs.c.obj) +tcp_abandon esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_abort esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_accept esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_active_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_active_pcbs_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_alloc esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_arg esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_backlog_accepted esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_backlog_delayed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +tcp_bound_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_close esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_close_ext esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_connect esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_debug_state_str esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_eff_send_mss_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_enqueue_flags esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_fasttmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_free_ooseq esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_init esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +tcp_input esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +tcp_input_pcb esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_keepalive esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_listen_with_backlog esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_with_backlog_and_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcp_new esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_new_ip_type esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_next_iss esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_output esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_lists esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_purge esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_pcb_remove esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_poll esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_process_refused_data esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recv esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_recv_null esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recved esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_rexmit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_fast esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto_commit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rexmit_rto_prepare esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rst esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rst_netif esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_seg_copy esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_seg_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_segs_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_empty_ack esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_fin esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_sent esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_setprio esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_shutdown esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_slowtmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_split_unsent_seg esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tcp_get_tcp_addrinfo esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_ticks esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_timer_needed esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tmr esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +tcp_trigger_input_pcb_close esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tw_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_txnow esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_update_rcv_ann_wnd esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_write esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_zero_window_probe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcpip_api_call esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcpip_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +tcpip_callback_wait esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_delete esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_new esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback_fromisr esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_init esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_inpkt esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_input esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_send_msg_wait_sem esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_try_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcsendbreak esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsetattr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +temp_sensor_get_raw_value 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) +temp_sensor_sync_tsens_idx esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +temperature_sensor_attributes 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_power_acquire 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_release 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) +time /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-time.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +timestamp_id 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) +tkip /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +tkip_decap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) +tkip_encap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) +tls_connection_client_hello_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_enable_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_established esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_export_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_eap_fast_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_failed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_read_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_write_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_resumed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_server_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_cipher_list esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_set_session_ticket_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_shutdown esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +tls_get_cipher esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_errors esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_version esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_global_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_global_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +tls_instance_count esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tlsf_add_pool esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_alloc_overhead esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check_hook esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_check_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_create esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_create_with_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_destroy esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_fit_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_free esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_get_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_malloc esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_malloc_addr esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_memalign esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_memalign_offs esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_pool_overhead esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_realloc esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_remove_pool esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_walk_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +transaction clone for std::bad_exception::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::bad_exception::~bad_exception() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::exception::what() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::exception::~exception() const /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +trcAmpduSetState /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +trc_NeedRTS /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +trc_SetTxAmpduState /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +trc_calc_duration /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +trc_ctl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +trc_ctl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +trc_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_get_80211_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_get_80211_tx_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_get_espnow_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_isAmpduOn /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +trc_isTxAmpduOperational /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +trc_onAmpduOp /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_onDisconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +trc_onPPTxDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +trc_onScanDone /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +trc_onScanStart /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +trc_set_80211_tx_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_set_80211_tx_rate_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_set_espnow_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_set_per_pkt_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_tid_isTxAmpduOperational /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +trc_update_def_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +trc_update_ifx_phy_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +tsens_dac_cal1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) +tsens_dac_to_index /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) +tsens_temp_read1 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tsens.o) +tsf_hal_clear_mac_modem_rf_power_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_clear_soc_wakeup_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_get_counter_value /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_get_mac_modem_rf_power_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_get_tbtt_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +tsf_hal_get_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +tsf_hal_get_timer_target /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_is_tsf_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_map_tbtt_target_to_rx_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_select_rx_start_default_tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_counter_value /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_modem_wakeup_early_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_control_timestamp_use_tsf_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_rx_control_timestamp_use_tsf_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_early_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_intr_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_intr_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_modem_wakeup_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_modem_wakeup_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_rf_ctrl_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_rf_ctrl_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_rf_ctrl_wait_cycles /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_soc_wakeup_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_soc_wakeup_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tbtt_start_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_time /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_intr_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_intr_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_modem_wakeup_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_modem_wakeup_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_rf_ctrl_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_rf_ctrl_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_rf_ctrl_wait_cycles /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_soc_wakeup_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_soc_wakeup_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_timer_target /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tsf_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tsf_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tsf_time_deviation /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tsf_time_deviation_sync_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_set_tsf_time_deviation_sync_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tsf_hal_unmap_tbtt_target_to_rx_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) +tx_cap_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +tx_ict_stg0_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +tx_msg_id2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +tx_pwctrl_background /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +tx_pwctrl_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +tx_pwctrl_init_cal /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +tx_state_id2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) +tx_state_set /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_feature.o) +tx_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +tx_wifi_err2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) +txcal_debuge_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +txcal_gain_check /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +txcal_work_mode /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pbus.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +txdc_cal_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) +txdc_cal_v70 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +txiq_cal_init /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +txiq_cover /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +txiq_get_mis_pwr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +txiq_set_reg /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_cal.o) +txopstart_index /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +txpwr_offset /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_track.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +txq_opr2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +txtone_linear_pwr /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_pwdet.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_tx_cal.o) +typeinfo for __gnu_cxx::__concurrence_lock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +typeinfo for __gnu_cxx::__concurrence_unlock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +typeinfo for std::bad_alloc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +typeinfo for std::exception /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +typeinfo name for __gnu_cxx::__concurrence_lock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +typeinfo name for __gnu_cxx::__concurrence_unlock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +typeinfo name for std::bad_alloc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +typeinfo name for std::exception /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +tzset /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-tzset.o) +uart_clear_intr_status esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_pattern_det_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +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) +uart_driver_install esp-idf/esp_driver_uart/libesp_driver_uart.a(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) +uart_enable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +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/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) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_parity 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.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_symb_len esp-idf/hal/libhal.a(uart_hal.c.obj) +uart_hal_get_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_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_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_tx_break 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(uart_hal_iram.c.obj) + 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) +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) +uart_pattern_queue_reset esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) + 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/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) +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) +uart_vfs_dev_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.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) +uart_vfs_dev_use_nonblocking 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_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/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) +udp_bind esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_bind_netif esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +udp_connect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_disconnect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +udp_init esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +udp_input esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +udp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +udp_new esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_new_ip_type esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_pcbs esp-idf/lwip/liblwip.a(udp.c.obj) +udp_recv esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_remove esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_send esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +udp_sendto esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_sendto_if esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_sendto_if_src esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +ulTaskGenericNotifyValueClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +ungetc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) +unregister_ieee80211_action_vendor_get_key_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +unregister_ieee80211_action_vendor_spec_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +unregister_ieee80211_rfid_locp_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) +update_cs_thres /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +usb_serial_jtag_connection_monitor_include esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +usb_serial_jtag_driver_install esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +usb_serial_jtag_driver_uninstall esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +usb_serial_jtag_is_connected esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +usb_serial_jtag_is_driver_installed 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) +usb_serial_jtag_read_bytes 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) +usb_serial_jtag_read_ready 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) +usb_serial_jtag_set_select_notif_callback 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) +usb_serial_jtag_vfs_include_dev_init esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_wait_tx_done 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) +usb_serial_jtag_write_bytes 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) +usb_serial_jtag_write_ready 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) +usleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +utime esp-idf/vfs/libvfs.a(vfs.c.obj) +utoa /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) +uuid_gen_mac_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +uxListRemove esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxQueueMessagesWaiting esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +uxQueueMessagesWaitingFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +uxQueueSpacesAvailable esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +uxTaskGetSnapshotAll esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark2 esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +uxTopUsedPriority esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationGetIdleTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationGetTimerTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) +vApplicationStackOverflowHook esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vEventGroupClearBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vEventGroupDelete esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +vEventGroupSetBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vListInitialise esp-idf/freertos/libfreertos.a(list.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) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsert esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsertEnd esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +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/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.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_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.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/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.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/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 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_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.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/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.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/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) +vPortFree esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vPortSetStackWatchpoint esp-idf/freertos/libfreertos.a(port.c.obj) +vPortSetupTimer esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +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/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.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_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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) +vQueueDelete esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.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/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/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +vQueueDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) +vRingbufferDelete 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) +vRingbufferDeleteWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vRingbufferGetInfo 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) +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) +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) +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) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vStreamBufferGenericDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vSystimerSetup esp-idf/freertos/libfreertos.a(port_systick.c.obj) +vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +vTaskDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vTaskEndScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskGenericNotifyGiveFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +vTaskGetSnapshot esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +vTaskInternalSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskMissedYield esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventListRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskPriorityDisinheritAfterTimeout esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPrioritySet esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskRemoveFromUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskResume esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointerAndDelCallback esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +vTaskSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +vTaskStartScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +vTaskSuspend esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +vTaskSwitchContext esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +valid_key_length esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +valloc esp-idf/newlib/libnewlib.a(heap.c.obj) +vfiprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) +vfprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) +vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) +vote_done2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +vote_start2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +vprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + esp-idf/log/liblog.a(log_write.c.obj) +vsnprintf /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +vtable for __cxxabiv1::__class_type_info /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +vtable for __cxxabiv1::__forced_unwind /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__foreign_exception /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__si_class_type_info /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +vtable for __gnu_cxx::__concurrence_lock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +vtable for __gnu_cxx::__concurrence_unlock_error /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +vtable for nvs::NVSEncryptedPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for nvs::NVSHandle esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSHandleSimple esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for nvs::NVSPartitionManager esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::Partition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for std::bad_alloc /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +vtable for std::bad_exception /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for std::exception /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for std::type_info /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +wDevCheckBlockError /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +wDevCtrl /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wDevCtrl_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDevMacSleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDevMacSleep_ptr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_AppendRxBlocks /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +wDev_Crypto_Disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_DiscardFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_FetchFirstDesc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_GetNoiseFloor /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_Get_Next_TBTT /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_IndicateAmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_IndicateCtrlFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_IndicateFrame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_Insert_KeyEntry /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_Mesh_Disable_Tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Enable_Tsf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Set_TBTT /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) +wDev_ProcessFiq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_ProcessRxSucData /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_Reset_TBTT /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_RxSecError /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_Rxbuf_Deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_Rxbuf_Init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_SetAuthed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_SetCurChannel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_Set_Beacon_Int /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wDev_SnifferRxAmpdu /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_SnifferRxData /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_disable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +wDev_enable_low_rate /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) +wDev_ftm_record_t1t4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +wDev_ftm_record_t2t3 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_ftm_set_t1t4 /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) +wDev_is_low_rate_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_record_ftm_data /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_record_ftm_data_local /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wDev_remove_KeyEntry /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_remove_KeyEntry_all_cnx /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wDev_reset_bcnSendTick /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) +wait_freq_set_busy /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_init.o) +wait_rfpll_cal_end /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +wapi_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +wdevProcessRxSucDataAll /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +wdev_bank_load /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_bank_store /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_csi_hw_bug_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_csi_len_align /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_csi_rx_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_data_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_dump_rx_linked_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_ftm_set_callbacks /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_funcs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wdev_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wdev_get_promis_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_get_promis_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_is_data_in_rxlist /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_is_mgmt_hwdecr_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_mac_reg_load /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_mac_reg_store /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_mac_sleep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wdev_mac_sleep_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wdev_mac_sleep_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wdev_mac_special_reg_load /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_mac_special_reg_store /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_mac_wakeup /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wdev_process_beacon_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_process_tbtt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_process_tsf_timer /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_record_rx_linked_list /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_set_csi_rx_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_set_promis /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_set_promis_filter /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wdev_set_promis_misc_buf /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdev_set_promis_misc_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) +wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 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) +wdt_hal_deinit esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +wdt_hal_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 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(startup_funcs.c.obj) +wdt_hal_enable esp-idf/hal/libhal.a(wdt_hal_iram.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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_feed esp-idf/hal/libhal.a(wdt_hal_iram.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_system/libesp_system.a(clk.c.obj) +wdt_hal_handle_intr esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +wdt_hal_init esp-idf/hal/libhal.a(wdt_hal_iram.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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +wdt_hal_is_enabled esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_set_flashboot_en esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +wdt_hal_write_protect_disable esp-idf/hal/libhal.a(wdt_hal_iram.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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 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(startup_funcs.c.obj) +wdt_hal_write_protect_enable esp-idf/hal/libhal.a(wdt_hal_iram.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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 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(startup_funcs.c.obj) +wep /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wep_decap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) +wep_encap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) +wifi_action_tx_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_ant_config_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_to_ant_type /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_update /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_update_empty_func /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_ap_pmf_enabled /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +wifi_ap_reg_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ap_remove_sta_node_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_ap_sta_sae_auth_done_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_apb80m_release /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wifi_apb80m_request /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wifi_api_lock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_api_unlock /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_bt_common_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_bt_common_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_calloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_check_chan_param /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_clear_ap_list_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_coex_pwr_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_configure_wake_window_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_connect_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_copy_ap_record /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_create_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_create_softap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_create_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +wifi_crypto_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_crypto_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_csi_set_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_deauth_sta_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_deinit_in_caller_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_deinit_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_delete_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_destroy_softap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_destroy_sta /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_disable_pmf_config_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_disconnect_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_event_id2str /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) +wifi_event_post /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) +wifi_force_wakeup_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_ftm_start_initiator_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_get_ap_info_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_ap_list_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_ap_record_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_bw_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_channel_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_init_state /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_get_macaddr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_get_protocol_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_rand_macaddr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +wifi_get_rand_macaddr_keep_oui /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +wifi_get_scan_params_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_sta_list_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_tsf_time_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_get_user_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_gpio_debug /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) +wifi_gpio_debug_max_event_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +wifi_hmac_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_hmac_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ht20 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +wifi_ht40 /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_analog_cal.o) +wifi_hw_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_hw_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_init_completed /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_init_in_caller_task /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_init_key /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_init_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_internal_ioctl_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_ioctl_ht2040_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ioctl_ht2040_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_ipc_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_is_started /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_is_stop_in_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_log /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) +wifi_malloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_menuconfig_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_act_duty_signaling_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_assoc_expire_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_event_post /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +wifi_mesh_ie_crypto_funcs_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_crypto_key_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_deinit_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_init_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_is_roots_found_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_map_deauth_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_mesh_parent_candidate_clear_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_get_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_set_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_ext_get_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_root_conflicts_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_get_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_set_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_set_beacon_interval_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_sta_disassoc /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_mesh_sta_disassoc_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mesh_switch_channel_progress /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_mode_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_nvs_ap_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_item_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_commit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_nvs_compare_cfg_diff /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_deinit /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_get /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_get_sta_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) +wifi_nvs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_reset_current_ap_info /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +wifi_nvs_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_set /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_nvs_set_sta_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) +wifi_nvs_sta_restore /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_chan /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_password /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_listen_interval /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_password /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) +wifi_on_coex_schm_phase_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_on_coex_start_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_osi_funcs_register /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_osi_ready /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_realloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_recycle_rx_pkt /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) +wifi_register_mgmt_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_register_user_ie_manufacturer_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_reset_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_restart_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_restore_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_rf_phy_disable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_rf_phy_enable /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_rifs_mode_en /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_reg.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_api.o) +wifi_roc_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_sample_beacon_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_scan_start_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_scan_stop_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_send_mgmt_frame /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_ant /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_ant_gpio /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_appie_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_auto_connect_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_band_mode_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_band_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_bw_nvs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_set_bw_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_chan_range /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_set_channel_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_config_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_country /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_csi /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_default_ssid /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_set_dynamic_cs_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_event_mask /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_fix_rate_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_gpio_debug_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) +wifi_set_home_channel_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_log_mod_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_mac_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_max_tpw /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_mode_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_phy_2nd_chan_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_set_promis_ctrl_filter_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_promis_filter_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_promis_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_protocol_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_ps_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_rssi_threshold /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_rx_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_set_rxcb_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_scan_params_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_user_ie /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_cb_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_set_wps_cb_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_start_flag /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_status_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_type_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_softap_cacl_mac /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_cur_max_ap_bss_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_get_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_get_station_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_max_support_num /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_set_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_set_obss_overlap_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_staconnected_event_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +wifi_softap_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_softap_toomany_deny /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +wifi_sta_connect_internal_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_sta_disconnect /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_get_enterprise_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +wifi_sta_get_prof_password /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +wifi_sta_reg_eapol_txdone_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_sta_reg_rxcb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_rx_probe_req /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_sta_set_ap_num_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_set_scan_default_params /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_start_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_station_ap_check /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_station_get_config /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_station_get_config_default /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_station_get_current_ap_id /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_station_get_reconnect_policy /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +wifi_station_save_ap_channel /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +wifi_station_start /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_station_stop /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_station_wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_eapol_start_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wifi_station_wps_eapol_start_handle_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_stop_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_stop_sw_txq /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_tbtt_quick_wake_configure_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_txq_empty /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wifi_unregister_user_ie_manufacturer_recv_cb /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_update_listen_interval_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_update_tsf_tick_interval_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) +wifi_wpa2_ent_disable_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_ent_enable_process /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_is_started /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +wifi_wps_disable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_enable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_is_started /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) +wifi_wps_scan esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wl_clear_ap_no_lr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) +wl_is_ap_no_lr /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) +wpa2_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +wpa2_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +wpa3_hostap_auth_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa3_hostap_auth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa3_hostap_post_evt esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +wpa_add_kde esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_akm_to_suite esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +wpa_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_ap_get_peer_spp_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_get_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_remove esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_attach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_auth_add_sae_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_for_each_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_pmksa_add_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +wpa_auth_pmksa_remove esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sm_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_associated esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_no_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_uses_mfp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_uses_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_cipher_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_cipher_rsc_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_cipher_to_alg esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_to_suite esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_cipher_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_cipher_valid_mgmt_group esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_cipher_valid_pairwise esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_compare_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_config_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_config_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_parse_string esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_crypto_funcs /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a(manatick.o) +wpa_crypto_funcs_init /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) +wpa_deattach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +wpa_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_drv_send_action esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +wpa_eapol_key_mic esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_eapol_key_send esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_ether_send esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_gen_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_get_ntp_timestamp esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_insert_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_install_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_is_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_merge_byte_arrays esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_mic_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_michael_mic_failure esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_parse_kde_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_parse_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_parse_wpa_ie_rsn esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_parse_wpa_ie_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) +wpa_parse_wpa_ie_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_parse_wpa_ie_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_pmk_to_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_receive esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_remove_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_report_ie_mismatch esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_res_to_status_code esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_sendto_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_passphrase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_set_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_disassociate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_drop_sa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_get_auth_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_get_beacon_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +wpa_sm_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_mlme_setprotection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_notify_assoc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +wpa_sm_notify_disassoc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_set_ap_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_assoc_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk_from_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_snprintf_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +wpa_snprintf_hex_uppercase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) +wpa_ssid_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_sta_clear_curr_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_connect esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_cur_pmksa_matches_akm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_sta_in_4way_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_is_cur_pmksa_set esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_status_to_reason_code esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_supplicant_clr_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_connect esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +wpa_supplicant_gtk_tx_bit_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_key_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_pairwise_gtk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_parse_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_2_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_stop_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_transition_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_use_aes_key_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_use_akm_defined esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_validate_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_write_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_write_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpabuf_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_alloc_copy esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_alloc_ext_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +wpabuf_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpabuf_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_dup esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +wpabuf_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_printf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_put esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_resize esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_zeropad esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wps_add_discard_ap esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_ap_priority_compar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_attr_text esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_ap_channel esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +wps_build_application_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_assoc_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_assoc_resp_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_assoc_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_auth_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_config_error esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_config_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_conn_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_dev_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_dev_password_id esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_enrollee_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_mac_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_manufacturer esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_number esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_msg_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_primary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_probe_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_registrar_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_req_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_req_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_resp_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_rf_bands_attr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_secondary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_serial_number esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_vendor_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_vendor_ext_m1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wfa_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wsc_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_wsc_nack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_check_wifi_mode esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_config_methods_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_decrypt_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_delete_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_derive_keys esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_derive_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_dev_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_type_bin2str esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_dev_type_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_device_data_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg_frag esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_generate_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_get_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_wps_sm_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wps_ie_encapsulate esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_init_cfg_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_is_addr_authorized esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pbc_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pin_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_kdf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_model_number esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_parse_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_pbc_active_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_disable_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_overlap_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_timeout_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_checksum esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_str_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_pin_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_post_block esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_process_ap_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_cred esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_process_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_vendor_ext_m1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_wps_mX_req esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_pwd_auth_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_registrar_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_registrar_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_selected_registrar_timeout_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_send_eap_identity_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_frag_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_wps_mX_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_default_factory esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_factory_info esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_get esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_start_msg_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_start_pending esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_stop_process esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_success_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_tx_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wr_rf_freq_mem /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +wr_rx_gain_mem /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rx_gain.o) + /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +write /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +write_freq_mem_all /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o) +write_rfpll_sdm /home/alex/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o) +x509_crt_bundle esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) +x509_crt_bundle_length esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) +xEventGroupClearBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupCreate esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupCreateStatic esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupGetBitsFromISR esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupGetStaticBuffer esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupSetBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupSync esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupWaitBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xIsrStack esp-idf/freertos/libfreertos.a(port.c.obj) +xIsrStackBottom esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xIsrStackTop esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xPortCheckValidListMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortCheckValidTCBMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortGetFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetMinimumEverFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetTickRateHz esp-idf/freertos/libfreertos.a(port.c.obj) +xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_adc/libesp_adc.a(adc_oneshot.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) +xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) +xPortSetInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.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) +xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortSwitchFlag esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xPortSysTickHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xPortcheckValidStackMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xQueueAddToSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateCountingSemaphore esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +xQueueCreateCountingSemaphoreStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.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_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.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_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.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_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/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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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_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) +xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueIsQueueEmptyFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueIsQueueFullFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeek esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeekFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueReceive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +xQueueReceiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueRemoveFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSemaphoreTake esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.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_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/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) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreate 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) +xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferGetCurFreeSize 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) +xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferGetStaticBuffer esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferPrintInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceive esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +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) +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) +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) +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) +xStreamBufferGenericCreate esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferGenericCreateStatic esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferGenericCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferGetStaticBuffers esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferIsEmpty esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferIsFull esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferNextMessageLengthBytes esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceive esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceiveCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceiveFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReset esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSend esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSendCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSendFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSetTriggerLevel esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSpacesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +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_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/main/libmain.a(espnow_transmitter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +xTaskCreatePinnedToCoreWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xTaskGenericNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xTaskGenericNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetCoreID esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskGetCurrentTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +xTaskGetHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetNext esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskGetStaticBuffers esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xTaskPriorityDisinherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskPriorityInherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskRemoveFromEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskResumeFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerCreateTimerTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +xon_task_main /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) +xphyQueue /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +xswap /home/alex/esp/v5.4.1/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj)