diff --git a/tools/idf_size.py b/tools/idf_size.py index 1729232d39..98a46a4ce9 100755 --- a/tools/idf_size.py +++ b/tools/idf_size.py @@ -567,13 +567,17 @@ class StructureForSummary(object): r = StructureForSummary() diram_filter = filter(in_diram, segments) - r.diram_total = int(get_size(diram_filter) / 2) + r.diram_total = get_size(diram_filter) dram_filter = filter(in_dram, segments) r.dram_total = get_size(dram_filter) iram_filter = filter(in_iram, segments) r.iram_total = get_size(iram_filter) + # This fixes counting the diram twice if the cache fills the iram entirely + if r.iram_total == 0: + r.diram_total //= 2 + def filter_in_section(sections: Iterable[MemRegions.Region], section_to_check: str) -> List[MemRegions.Region]: return list(filter(lambda x: LinkingSections.in_section(x.section, section_to_check), sections)) # type: ignore diff --git a/tools/test_idf_size/app_esp32s3_32k_icache.map b/tools/test_idf_size/app_esp32s3_32k_icache.map new file mode 100644 index 0000000000..217d3a468b --- /dev/null +++ b/tools/test_idf_size/app_esp32s3_32k_icache.map @@ -0,0 +1,25482 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + (esp_app_desc) +esp-idf/pthread/libpthread.a(pthread.c.obj) + (pthread_include_pthread_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_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) (pthread_cond_init) +esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + (include_esp_phy_override) +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(highint_hdl.S.obj) + (ld_include_highint_hdl) +esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_clk_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_int_init) +esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (int_wdt_app_cpu_ticked) +esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_restart) +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(highint_hdl.S.obj) (panicHandler) +esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_brownout_init) +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(apb_backup_dma.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_apb_backup_dma_lock_init) +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(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_backtrace_print_from_frame) +esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) (esp_backtrace_get_start) +esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) (esp_register_freertos_tick_hook_for_cpu) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_str) +esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rom_install_uart_printf) +esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rom_uart_set_clock_baudrate) +esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) (wdt_hal_init) +esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (cpu_hal_set_breakpoint) +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(soc_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (soc_hal_stall_core) +esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (brownout_hal_config) +esp-idf/vfs/libvfs.a(vfs.c.obj) + (vfs_include_syscalls_impl) +esp-idf/vfs/libvfs.a(vfs_console.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_vfs_console_register) +esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) (esp_vfs_usb_serial_jtag_get_vfs) +esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) (esp_vfs_uart_get_vfs) +esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_log_default_level) +esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) (esp_log_impl_lock) +esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.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(heap_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/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) (esp_cpu_stall) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_sleep_config_gpio_isolate) +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_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (g_dig_dbias_pvt_240m) +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(chip_info.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_chip_info) +esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (xt_int_has_handler) +esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) (_xt_interrupt_table) +esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_timer_early_init) +esp-idf/esp_timer/libesp_timer.a(system_time.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(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_get_time) +esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) (xPortInIsrContext) +esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_frxt_setup_switch) +esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (_xt_context_save) +esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_xt_user_exit) +esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (esp_startup_start_app_common) +esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (vPortSetupTimer) +esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) (xQueueGenericCreate) +esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (pxCurrentTCB) +esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + (uxTopUsedPriority) +esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (xt_debugexception) +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/pthread/libpthread.a(pthread.c.obj) (abort) +esp-idf/newlib/libnewlib.a(assert.c.obj) + (__assert_func) +esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (malloc) +esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) (_lock_init_recursive) +esp-idf/newlib/libnewlib.a(pthread.c.obj) + (newlib_include_pthread_impl) +esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_reent_init) +esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_newlib_init) +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/cxx/libcxx.a(cxx_guards.cpp.obj) + (__cxa_guard_dummy) +esp-idf/main/libmain.a(hello_world_main.c.obj) + (app_main) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (ESP_EFUSE_DIG_DBIAS_HVT) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (esp_efuse_read_field_blob) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_fill_buff) +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/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_get_coding_scheme) +esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_ipc_call_blocking) +esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) (esp_ipc_isr_init) +esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (esp_ipc_isr_handler) +esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) (esp_ipc_isr_waiting_for_finish_cmd) +esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (gpio_sleep_set_direction) +esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (periph_module_enable) +esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (rtc_gpio_deinit) +esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtc_spinlock) +esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (uart_set_word_length) +esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) (adc_power_acquire) +esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (adc_get_calibration_offset) +esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) (gdma_new_channel) +esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) (usb_serial_jtag_read_bytes) +esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) (esp_pm_impl_waiti) +esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) (esp_pm_lock_create) +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_flash_config_esp32s3.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) (bootloader_read_flash_id) +esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (spi_timing_flash_tuning) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (spi_flash_cache_enabled) +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) (spi_flash_erase_range) +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_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_spi_init.c.obj) (esp_flash_noos_functions) +esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_partition_main_flash_region_safe) +esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) (spi_timing_config_get_core_clock) +esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (spi_flash_enable_high_performance_mode) +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_mxic_opi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_mxic_opi) +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/vfs/libvfs.a(vfs_uart.c.obj) (_esp_error_check_failed) +esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (esp_crosscore_int_init) +esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) (esp_task_wdt_init) +esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (_xt_panic) +esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_rom_efuse_get_opiconfig) +esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) (mpu_hal_set_region_access) +esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtcio_hal_set_direction) +esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) +esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_hal_set_sclk) +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(interrupt_controller_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (interrupt_controller_hal_desc_type) +esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) (adc_hal_init) +esp-idf/hal/libhal.a(gdma_hal.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) (gdma_hal_init) +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(systimer_hal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) (systimer_hal_init) +esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) (interrupt_controller_hal_desc_table) +esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (adc_channel_io_map) +esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) (gdma_periph_signals) +esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (GPIO_HOLD_MASK) +esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtc_io_desc) +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/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_periph_signal) +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_err_to_name) +esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (xRingbufferCreate) +esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) (esp_efuse_rtc_calib_get_ver) +esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spicommon_bus_using_iomux) +esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) (spi_bus_init_lock) +esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (esp_ota_get_running_partition) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (bootloader_common_get_sha256_of_partition) +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_ota_select_crc) +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(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) (esp_image_verify) +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(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) (bootloader_read_status_8b_rdsr3) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) (bootloader_common_get_chip_revision) +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_random_esp32s3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) (mbedtls_sha256_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) (esp_sha_write_digest_state) +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_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) (esp_crypto_shared_gdma_start) +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/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) (esp_dport_access_read_buffer) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (esp_crypto_sha_aes_lock_acquire) +/home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (xthal_window_spill_nw) +/home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (xthal_set_intclear) +/home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) (Xthal_intlevel) +/home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_restore_extra_nw) +/home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_save_extra_nw) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) (__bswapsi2) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (__bswapdi2) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (__udivdi3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (__errno) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + esp-idf/main/libmain.a(hello_world_main.c.obj) (fflush) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) (_cleanup_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (fopen) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fprintf) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fputs) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) (_fseek_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) (_fseeko_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) (_ftello_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) (__sfvwrite_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) (_fwalk) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fwrite) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (_global_impure_ptr) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (localtime_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) (__smakebuf_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) (memchr) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (memcmp) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memcpy) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) (memmove) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memset) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (__month_lengths) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (printf) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) (qsort) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) (__srefill_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (snprintf) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) (__sread) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (strcmp) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (strlcat) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (strlcpy) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strlen) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (strncpy) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strstr) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) (_svfprintf_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) (gettimeofday) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (__tzcalc_limits) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (__tz_lock) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (_tzset_unlocked) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) (_tzset_unlocked_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) (_timezone) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) (__utoa) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) (_vfprintf_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) (vprintf) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (__swsetup_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (_dtoa_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) (_fclose_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) (__sflags) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) (_getenv_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (__gettzinfo) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) (gmtime_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (_localeconv_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) (_Balloc) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (frexp) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) (siscanf) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) (_strerror_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) (strtoul) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (__chclass) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) (__ssvfiscanf_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) (_user_strerror) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (__submore) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) (__sprint_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) (_ctype_) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) (__env_lock) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (iswspace) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) (iswspace_l) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) (__global_locale_ptr) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (_mbrtowc_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) (__ascii_mbtowc) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (__sccl) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (_strtol_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (_strtoll_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) (_strtoull_r) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) (__ascii_wctomb) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) (__adddf3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (__muldf3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) (__divdf3) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (__eqdf2) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) (__fixdfsi) +/home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) (__floatunsidf) + +Allocating common symbols +Common symbol size file + +registered_heaps 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) +esp_ipc_func_arg 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_start_fl + 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_func 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + +Discarded input sections + + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .debug_line 0x0000000000000000 0x8b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .debug_str 0x0000000000000000 0xd2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + .literal 0x0000000000000000 0x44 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .fini.literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .init.literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0xa6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .data 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .bss 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .ctors 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .tm_clone_table + 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .fini 0x0000000000000000 0x6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .init 0x0000000000000000 0x6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0x0 CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj + .data 0x0000000000000000 0x0 CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj + .bss 0x0000000000000000 0x0 CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj + .comment 0x0000000000000000 0x2d CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj + .text 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .literal.pthread_list_find_item + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_find + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.get_default_pthread_core + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_delete + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.29.literal + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_set_cfg + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_cfg + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_default_config + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_create + 0x0000000000000000 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_join + 0x0000000000000000 0x50 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_detach + 0x0000000000000000 0x2c esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_exit + 0x0000000000000000 0x48 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_task_func + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_cancel + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.sched_yield + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_self + 0x0000000000000000 0x2c esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_once + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_init + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_destroy + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.30.literal + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.31.literal + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.32.literal + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.33.literal + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutexattr_settype + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_init + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_destroy + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_list_find_item + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_handle_by_desc + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_desc_by_handle + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_find + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.get_default_pthread_core + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.mutexattr_check + 0x0000000000000000 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_delete + 0x0000000000000000 0x27 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.29 0x0000000000000000 0x60 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_set_cfg + 0x0000000000000000 0x51 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_cfg + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_default_config + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_create.str1.4 + 0x0000000000000000 0xf2 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create + 0x0000000000000000 0x1ad esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_join + 0x0000000000000000 0x119 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_detach + 0x0000000000000000 0x82 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_exit.str1.4 + 0x0000000000000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_exit + 0x0000000000000000 0xb6 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_task_func + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cancel.str1.4 + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_cancel + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.sched_yield + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_self.str1.4 + 0x0000000000000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_self + 0x0000000000000000 0x5b esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_equal + 0x0000000000000000 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_once.str1.4 + 0x0000000000000000 0x29 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_once + 0x0000000000000000 0x5d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init + 0x0000000000000000 0x70 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init_if_static + 0x0000000000000000 0x3c esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_destroy.str1.4 + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_destroy + 0x0000000000000000 0x7a esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.30 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.31 0x0000000000000000 0x6e esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.32 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.33 0x0000000000000000 0x6d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_init + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_destroy + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_gettype + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_settype + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_init + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_destroy + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getstacksize + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setstacksize + 0x0000000000000000 0x26 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getdetachstate + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setdetachstate + 0x0000000000000000 0x25 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6697 + 0x0000000000000000 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6668 + 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$6650 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6639 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$6632 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6627 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6620 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6612 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6602 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_list + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data.pthread_lazy_init_lock + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_local_storage_thread_deleted_callback + 0x0000000000000000 0x1c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_getspecific + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_setspecific + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.find_value + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .rodata.pthread_local_storage_thread_deleted_callback.str1.4 + 0x0000000000000000 0x3c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_local_storage_thread_deleted_callback + 0x0000000000000000 0x4a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_getspecific + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_setspecific + 0x0000000000000000 0xc3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .rodata.__func__$6377 + 0x0000000000000000 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_rwlock_init + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.checkrw_lock + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_destroy + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_rdlock + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_wrlock + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_unlock + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init + 0x0000000000000000 0x78 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init_if_static + 0x0000000000000000 0x3c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.checkrw_lock + 0x0000000000000000 0x21 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_destroy + 0x0000000000000000 0x64 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_rdlock + 0x0000000000000000 0x56 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_wrlock + 0x0000000000000000 0x5e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.pthread_rwlock_unlock.str1.4 + 0x0000000000000000 0x6d esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_unlock + 0x0000000000000000 0x84 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.__func__$6597 + 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_cond_init + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.s_check_and_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_signal + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_broadcast + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_timedwait + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_wait + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_destroy + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_init + 0x0000000000000000 0x7 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_init + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.s_check_and_init_if_static + 0x0000000000000000 0x4a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_signal + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_broadcast + 0x0000000000000000 0x3f esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_timedwait + 0x0000000000000000 0x133 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_wait + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_destroy + 0x0000000000000000 0x4c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_include_pthread_cond_var_impl + 0x0000000000000000 0x5 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_frame 0x0000000000000000 0xe8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_info 0x0000000000000000 0x1b3e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_abbrev 0x0000000000000000 0x339 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_loc 0x0000000000000000 0x452 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_aranges + 0x0000000000000000 0x60 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_ranges 0x0000000000000000 0x50 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_line 0x0000000000000000 0xdd0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_str 0x0000000000000000 0x15ef esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.set_xpd_sar + 0x0000000000000000 0xc esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.1.literal + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.set_xpd_sar + 0x0000000000000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.0 0x0000000000000000 0xb esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.1 0x0000000000000000 0xb esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss.s_wifi_adc_xpd_flag + 0x0000000000000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.__ubsan_maybe_debugbreak + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_default_handler + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_type_mismatch + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_type_mismatch_v1 + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_add_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_sub_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_mul_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_negate_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_divrem_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_shift_out_of_bounds + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_out_of_bounds + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_missing_return + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_vla_bound_not_positive + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_load_invalid_value + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_nonnull_arg + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_nonnull_return + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_builtin_unreachable + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_pointer_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_invalid_builtin + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_maybe_debugbreak + 0x0000000000000000 0x11 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__ubsan_default_handler.str1.4 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_default_handler + 0x0000000000000000 0x32 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch_v1 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_add_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_sub_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_mul_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_negate_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_divrem_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_shift_out_of_bounds + 0x0000000000000000 0x1a esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_out_of_bounds + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_missing_return + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_vla_bound_not_positive + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_load_invalid_value + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_arg + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_return + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_builtin_unreachable + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_pointer_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_invalid_builtin + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4398 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4394 + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4388 + 0x0000000000000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4384 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4380 + 0x0000000000000000 0x1b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4376 + 0x0000000000000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4371 + 0x0000000000000000 0x26 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4366 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4362 + 0x0000000000000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4357 + 0x0000000000000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4351 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4345 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4340 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4334 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4328 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4322 + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4317 + 0x0000000000000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data.g_spiram_ok + 0x0000000000000000 0x1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .data 0x0000000000000000 0x18 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .literal.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0xe esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .iram1.28.literal + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_unregister_shutdown_handler + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_get_free_heap_size + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_get_free_internal_heap_size + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_get_idf_version + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .iram1.28 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_unregister_shutdown_handler + 0x0000000000000000 0x2b esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_get_free_heap_size + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_get_free_internal_heap_size + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .rodata.esp_get_idf_version.str1.4 + 0x0000000000000000 0x17 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_get_idf_version + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_startup_start_app_other_cores_default + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.__cxx_eh_arena_size_get + 0x0000000000000000 0x7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.esp_startup_start_app_other_cores_default + 0x0000000000000000 0xf esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .literal.esp_brownout_disable + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text.esp_brownout_disable + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .literal.esp_register_freertos_idle_hook + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_register_freertos_tick_hook + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_idle_hook + 0x0000000000000000 0x15 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_tick_hook + 0x0000000000000000 0x15 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x2e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x48 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x2e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.0.literal + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.0 0x0000000000000000 0x22 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .literal.wdt_hal_deinit + 0x0000000000000000 0xc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_deinit + 0x0000000000000000 0xcd esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.cpu_hal_set_watchpoint + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_clear_breakpoint + 0x0000000000000000 0x2a esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_set_watchpoint + 0x0000000000000000 0x5c esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_clear_watchpoint + 0x0000000000000000 0x1a esp-idf/hal/libhal.a(cpu_hal.c.obj) + .literal.uart_hal_txfifo_rst + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_txfifo_rst + 0x0000000000000000 0x27 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_tx_break + 0x0000000000000000 0x5a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_read_rxfifo + 0x0000000000000000 0x2e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .literal.brownout_hal_intr_enable + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .literal.brownout_hal_intr_clear + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text.brownout_hal_intr_enable + 0x0000000000000000 0x23 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text.brownout_hal_intr_clear + 0x0000000000000000 0x1a esp-idf/hal/libhal.a(brownout_hal.c.obj) + .literal.set_global_fd_sets + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd_range + 0x0000000000000000 0x24 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_with_id + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister_with_id + 0x0000000000000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd_with_local_fd + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister_fd + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.call_end_selects + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pread + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pwrite + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_fcntl_r + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_ioctl + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_fsync + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_utime + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_opendir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_readdir + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_readdir_r + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_telldir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_seekdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rewinddir + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_closedir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_mkdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rmdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_access + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_truncate + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_ftruncate + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_select + 0x0000000000000000 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcgetattr + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcsetattr + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcdrain + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcflush + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcflow + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcgetsid + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcsendbreak + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.set_global_fd_sets + 0x0000000000000000 0x178 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_register_fd_range.str1.4 + 0x0000000000000000 0x1 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_range + 0x0000000000000000 0x112 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_with_id + 0x0000000000000000 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_with_id + 0x0000000000000000 0x7d esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister + 0x0000000000000000 0x53 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_with_local_fd + 0x0000000000000000 0x9f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd + 0x0000000000000000 0x15 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_fd + 0x0000000000000000 0x81 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.call_end_selects + 0x0000000000000000 0x38 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pread + 0x0000000000000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pwrite + 0x0000000000000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_fcntl_r + 0x0000000000000000 0x7a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ioctl + 0x0000000000000000 0x9d esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_fsync + 0x0000000000000000 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_utime + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_opendir + 0x0000000000000000 0x5c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir + 0x0000000000000000 0x49 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir_r + 0x0000000000000000 0x56 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_telldir + 0x0000000000000000 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_seekdir + 0x0000000000000000 0x4e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rewinddir + 0x0000000000000000 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_closedir + 0x0000000000000000 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_mkdir + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rmdir + 0x0000000000000000 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_access + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_truncate + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ftruncate + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_select + 0x0000000000000000 0x55e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetattr + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsetattr + 0x0000000000000000 0x80 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcdrain 0x0000000000000000 0x77 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflow 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetsid + 0x0000000000000000 0x77 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsendbreak + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .literal.usbjtag_rx_char_via_driver + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.usbjtag_tx_char_via_driver + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.esp_vfs_dev_usb_serial_jtag_set_tx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.esp_vfs_dev_usb_serial_jtag_set_rx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.esp_vfs_dev_usb_serial_jtag_register + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.esp_vfs_usb_serial_jtag_use_nonblocking + 0x0000000000000000 0x24 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.esp_vfs_usb_serial_jtag_use_driver + 0x0000000000000000 0x24 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usbjtag_rx_char_via_driver + 0x0000000000000000 0x29 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usbjtag_tx_char_via_driver + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.esp_vfs_dev_usb_serial_jtag_set_tx_line_endings + 0x0000000000000000 0xa esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.esp_vfs_dev_usb_serial_jtag_set_rx_line_endings + 0x0000000000000000 0xa esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .rodata.esp_vfs_dev_usb_serial_jtag_register.str1.4 + 0x0000000000000000 0x10 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.esp_vfs_dev_usb_serial_jtag_register + 0x0000000000000000 0x15 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.esp_vfs_usb_serial_jtag_use_nonblocking + 0x0000000000000000 0x38 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.esp_vfs_usb_serial_jtag_use_driver + 0x0000000000000000 0x38 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.uart_rx_char_via_driver + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_tx_char_via_driver + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_register + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_rx_char_via_driver + 0x0000000000000000 0x32 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_tx_char_via_driver + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.esp_vfs_dev_uart_register.str1.4 + 0x0000000000000000 0x56 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_register + 0x0000000000000000 0x27 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x40 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x40 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.__func__$8518 + 0x0000000000000000 0x1a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_log_set_vprintf + 0x0000000000000000 0xc esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_level_set + 0x0000000000000000 0x58 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_level_get + 0x0000000000000000 0x8 esp-idf/log/liblog.a(log.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_set_vprintf + 0x0000000000000000 0x1b esp-idf/log/liblog.a(log.c.obj) + .rodata.esp_log_level_set.str1.4 + 0x0000000000000000 0x2 esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_level_set + 0x0000000000000000 0x138 esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_level_get + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log.c.obj) + .rodata.__func__$3577 + 0x0000000000000000 0x12 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_impl_lock + 0x0000000000000000 0x10 esp-idf/log/liblog.a(log_freertos.c.obj) + .literal.esp_log_system_timestamp + 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .text.esp_log_impl_lock + 0x0000000000000000 0x32 esp-idf/log/liblog.a(log_freertos.c.obj) + .rodata.esp_log_system_timestamp.str1.4 + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log_freertos.c.obj) + .text.esp_log_system_timestamp + 0x0000000000000000 0xe9 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.bufferLock$5640 + 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.buffer$5639 + 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_freertos.c.obj) + .iram1.39.literal + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_malloc_extmem_enable + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.32.literal + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.34.literal + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.33.literal + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.40.literal + 0x0000000000000000 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_total_size + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_free_size + 0x0000000000000000 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_print_heap_info + 0x0000000000000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_addr + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_allocated_size + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.41.literal + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.42.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_aligned_calloc + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.39 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_malloc_extmem_enable + 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.32 0x0000000000000000 0x96 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.34 0x0000000000000000 0x96 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.33 0x0000000000000000 0x96 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.40 0x0000000000000000 0x36 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_total_size + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_free_size + 0x0000000000000000 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_print_heap_info.str1.4 + 0x0000000000000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_print_heap_info + 0x0000000000000000 0x7f esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity + 0x0000000000000000 0x57 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_all + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_addr + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump + 0x0000000000000000 0x3e esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump_all + 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_allocated_size + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.41 0x0000000000000000 0x9e esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.42 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_aligned_calloc + 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5315 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5229 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5181 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5169 + 0x0000000000000000 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5157 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_add_region_with_caps + 0x0000000000000000 0x3c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .literal.heap_caps_add_region + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region_with_caps + 0x0000000000000000 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region + 0x0000000000000000 0x62 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data.registered_heaps_write_lock$5163 + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .literal.multi_heap_dump_tlsf + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_internal_lock + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_internal_unlock + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_first_block + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_next_block + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_check + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_dump + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump_tlsf.str1.4 + 0x0000000000000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump_tlsf + 0x0000000000000000 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_owner + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_address_impl + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_internal_lock + 0x0000000000000000 0x12 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_internal_unlock + 0x0000000000000000 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_first_block + 0x0000000000000000 0x25 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_next_block + 0x0000000000000000 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_is_free + 0x0000000000000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x7a esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_check + 0x0000000000000000 0x58 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump.str1.4 + 0x0000000000000000 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump + 0x0000000000000000 0x50 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_free_size_impl + 0x0000000000000000 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5323 + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5313 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5274 + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5267 + 0x0000000000000000 0x1b esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.tlsf_check_pool + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_remove_pool + 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_memalign_offs + 0x0000000000000000 0xb8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_memalign + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.integrity_walker + 0x0000000000000000 0x3a esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_check + 0x0000000000000000 0xed esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_check_pool + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_align_size + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_block_size_min + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_remove_pool + 0x0000000000000000 0x124 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.tlsf_memalign_offs.str1.4 + 0x0000000000000000 0x6b esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_memalign_offs + 0x0000000000000000 0x604 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_memalign + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3868 + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3576 + 0x0000000000000000 0x9 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3833 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3587 + 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .rodata.soc_memory_type_count + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + .iram1.6.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.7.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.6 0x0000000000000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.7 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.29.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.30.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.31.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_rtc_time + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_private_lock + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_private_unlock + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.29 0x0000000000000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.30 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.31 0x0000000000000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_rtc_time + 0x0000000000000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_lock + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_unlock + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_intr_mark_shared + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.esp_intr_reserve + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.29.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.34.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.35.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_mark_shared + 0x0000000000000000 0x61 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_reserve + 0x0000000000000000 0x51 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.29 0x0000000000000000 0x8d esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_intno + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_cpu + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.34 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.35 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.19.literal + 0x0000000000000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .iram1.19 0x0000000000000000 0x1cc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.__func__$6958 + 0x0000000000000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .iram1.28.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.32.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.33.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.35.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.36.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.28 0x0000000000000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.32 0x0000000000000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.33 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.35 0x0000000000000000 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.36 0x0000000000000000 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.34 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_fast_freq_get + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_xtal_freq_update + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_divider_set + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_8m_divider_set + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_enable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_disable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_8m_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_fast_freq_get + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x0000000000000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_divider_set + 0x0000000000000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_divider_set + 0x0000000000000000 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_vddsdio_get_config + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_vddsdio_set_config + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_vddsdio_get_config + 0x0000000000000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_vddsdio_set_config + 0x0000000000000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_sleep_finish + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_get_default_config + 0x0000000000000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_init + 0x0000000000000000 0xe4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_low_init + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_start + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_finish + 0x0000000000000000 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.rtc_sleep_get_default_config.str1.4 + 0x0000000000000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_get_default_config + 0x0000000000000000 0x18e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.rtc_sleep_init.str1.4 + 0x0000000000000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_init + 0x0000000000000000 0x441 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_low_init + 0x0000000000000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_start + 0x0000000000000000 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.__func__$2521 + 0x0000000000000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .rodata.__func__$2516 + 0x0000000000000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_clk_cal_ratio + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_light_slp_time_get + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_deep_slp_time_get + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_clk_freq_cal + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_ratio + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_slowclk_to_us + 0x0000000000000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_light_slp_time_get + 0x0000000000000000 0x35 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_deep_slp_time_get + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_wait_for_slow_cycle + 0x0000000000000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_freq_cal + 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .literal.xt_set_exception_handler + 0x0000000000000000 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text.xt_set_exception_handler + 0x0000000000000000 0x4b esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .iram1.32.literal + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.print_timer_info + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_create + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.28.literal + 0x0000000000000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.29.literal + 0x0000000000000000 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.30.literal + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_delete + 0x0000000000000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_deinit + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_dump + 0x0000000000000000 0x40 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.38.literal + 0x0000000000000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.39.literal + 0x0000000000000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_is_active + 0x0000000000000000 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.33 0x0000000000000000 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.32 0x0000000000000000 0x72 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.print_timer_info.str1.4 + 0x0000000000000000 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.print_timer_info + 0x0000000000000000 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_create + 0x0000000000000000 0x81 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.28 0x0000000000000000 0x79 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.29 0x0000000000000000 0xa1 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.30 0x0000000000000000 0x39 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_delete + 0x0000000000000000 0x69 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_deinit + 0x0000000000000000 0x49 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_dump.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_dump + 0x0000000000000000 0xd9 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.38 0x0000000000000000 0x47 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.39 0x0000000000000000 0x54 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_is_active + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .iram1.4 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .literal.esp_timer_impl_lock + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.esp_timer_impl_unlock + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.26.literal + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.esp_timer_impl_advance + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.esp_timer_impl_deinit + 0x0000000000000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.32.literal + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_lock + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_unlock + 0x0000000000000000 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.26 0x0000000000000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.29 0x0000000000000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.31 0x0000000000000000 0x5 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_advance + 0x0000000000000000 0x53 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_deinit + 0x0000000000000000 0x49 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.32 0x0000000000000000 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x57 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.vPortEndScheduler + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortAssertIfInISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.xPortEnterCriticalTimeoutCompliance + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortExitCriticalCompliance + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortSetStackWatchpoint + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortEndScheduler + 0x0000000000000000 0x9 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortAssertIfInISR.str1.4 + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortAssertIfInISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.xPortEnterCriticalTimeoutCompliance.str1.4 + 0x0000000000000000 0x33 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortEnterCriticalTimeoutCompliance + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortExitCriticalCompliance + 0x0000000000000000 0x27 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortGetTickRateHz + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortSetStackWatchpoint + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__$5574 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .UserEnter.text + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .literal.vApplicationGetTimerTaskMemory + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text.vApplicationGetTimerTaskMemory + 0x0000000000000000 0x51 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.__func__$5531 + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .literal.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateCountingSemaphore + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueGenericSendFromISR + 0x0000000000000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueReceive + 0x0000000000000000 0x7c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeek + 0x0000000000000000 0x7c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeekFromISR + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueMessagesWaiting + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueSpacesAvailable + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueFullFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.vQueueWaitForMessageRestricted + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateSet + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueAddToSet + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueRemoveFromSet + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueSelectFromSet + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueSelectFromSetFromISR + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolderFromISR.str1.4 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x25 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x0000000000000000 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x4f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateCountingSemaphore + 0x0000000000000000 0x4b esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericSendFromISR + 0x0000000000000000 0x122 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueReceive + 0x0000000000000000 0x1b9 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeek + 0x0000000000000000 0x1b5 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueuePeekFromISR.str1.4 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeekFromISR + 0x0000000000000000 0xa8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.uxQueueMessagesWaiting.str1.4 + 0x0000000000000000 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaiting + 0x0000000000000000 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueSpacesAvailable + 0x0000000000000000 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueFullFromISR + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.vQueueWaitForMessageRestricted + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateSet + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueAddToSet + 0x0000000000000000 0x36 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueRemoveFromSet + 0x0000000000000000 0x39 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSet + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSetFromISR + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5738 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5728 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5687 + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5681 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5675 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5669 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5647 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5623 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5603 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5580 + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5574 + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5554 + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.prvTaskIsTaskSuspended + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCreateRestrictedStatic + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCreateRestricted + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.eTaskGetState + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskResume + 0x0000000000000000 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskResumeFromISR + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskEndScheduler + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetNumberOfTasks + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetHandle + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetIdleTaskHandle + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskAbortDelay + 0x0000000000000000 0x50 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskPlaceOnUnorderedEventList + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskPlaceOnEventListRestricted + 0x0000000000000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskTakeEventListLock + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskReleaseEventListLock + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskRemoveFromUnorderedEventList + 0x0000000000000000 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetTimeOutState + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskPriorityGetFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSuspend + 0x0000000000000000 0x70 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pvTaskGetThreadLocalStoragePointer + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskAllocateMPURegions + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxTaskGetStackStart + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskDelayUntil + 0x0000000000000000 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskDelayUntil + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCatchUpTicks + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskResetEventItemValue + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.ulTaskNotifyTake + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyWait + 0x0000000000000000 0x34 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskNotifyWait + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotify + 0x0000000000000000 0x64 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyFromISR + 0x0000000000000000 0x6c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyStateClear + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.ulTaskGenericNotifyValueClear + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxListGetReadyTask + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxListGetReadyPendingTask + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxGetDelayedTaskList + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxGetOverflowDelayedTaskList + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxGetTasksWaitingTermination + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxGetSuspendedTaskList + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvSearchForNameWithinSingleList + 0x0000000000000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskCheckFreeStackSpace + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskIsTaskSuspended.str1.4 + 0x0000000000000000 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskIsTaskSuspended + 0x0000000000000000 0x74 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateRestrictedStatic.str1.4 + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCreateRestrictedStatic + 0x0000000000000000 0x7f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateRestricted.str1.4 + 0x0000000000000000 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCreateRestricted + 0x0000000000000000 0x7b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskGetState + 0x0000000000000000 0xef esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskResume.str1.4 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskResume + 0x0000000000000000 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskResumeFromISR + 0x0000000000000000 0xfd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskEndScheduler + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetNumberOfTasks + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetHandle.str1.4 + 0x0000000000000000 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetHandle + 0x0000000000000000 0xab esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetIdleTaskHandle.str1.4 + 0x0000000000000000 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetIdleTaskHandle + 0x0000000000000000 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskAbortDelay + 0x0000000000000000 0xfd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnUnorderedEventList + 0x0000000000000000 0x74 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnEventListRestricted + 0x0000000000000000 0x5f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskTakeEventListLock + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskReleaseEventListLock + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskRemoveFromUnorderedEventList + 0x0000000000000000 0xc9 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetTimeOutState + 0x0000000000000000 0x43 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGetFromISR + 0x0000000000000000 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSuspend.str1.4 + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSuspend + 0x0000000000000000 0x178 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000000000000 0x33 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pvTaskGetThreadLocalStoragePointer + 0x0000000000000000 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskAllocateMPURegions + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetStackStart + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskDelayUntil.str1.4 + 0x0000000000000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskDelayUntil + 0x0000000000000000 0xc1 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskDelayUntil + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCatchUpTicks + 0x0000000000000000 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskResetEventItemValue + 0x0000000000000000 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskNotifyTake + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyWait + 0x0000000000000000 0x17c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskNotifyWait + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotify + 0x0000000000000000 0x1ae esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyFromISR + 0x0000000000000000 0x1ee esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotifyStateClear.str1.4 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyStateClear + 0x0000000000000000 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskGenericNotifyValueClear + 0x0000000000000000 0x46 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTCBGetSize + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTCBGetStateListItem + 0x0000000000000000 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTCBGetStartOfStack + 0x0000000000000000 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTCBGetTopOfStack + 0x0000000000000000 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTCBGetEndOfStack + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxListGetReadyTask + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxListGetReadyPendingTask + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetDelayedTaskList + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetOverflowDelayedTaskList + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetTasksWaitingTermination + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetSuspendedTaskList + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$6052 + 0x0000000000000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$6030 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$6011 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$6000 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5823 + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5819 + 0x0000000000000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5795 + 0x0000000000000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5789 + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5739 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5733 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5724 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5718 + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5638 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5627 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5632 + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5621 + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5587 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5573 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5513 + 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5506 + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .literal.__assert + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert + 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(assert.c.obj) + .literal.memalign + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.posix_memalign + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.memalign + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.posix_memalign + 0x0000000000000000 0x29 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_trim + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_usable_size + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_stats + 0x0000000000000000 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallopt 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallinfo + 0x0000000000000000 0x1b esp-idf/newlib/libnewlib.a(heap.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.30.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.29 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.30 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + .literal.pthread_condattr_setclock + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .rodata.pthread_condattr_setclock.str1.4 + 0x0000000000000000 0x42 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_condattr_setclock + 0x0000000000000000 0x22 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_sigmask + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.sigfillset + 0x0000000000000000 0xd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .rodata.__func__$3472 + 0x0000000000000000 0x1a esp-idf/newlib/libnewlib.a(pthread.c.obj) + .literal.esp_reent_cleanup + 0x0000000000000000 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text.esp_reent_cleanup + 0x0000000000000000 0xdd esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .literal._write_r_console + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._read_r_console + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._fstat_r_console + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.system + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.fcntl + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._write_r_console + 0x0000000000000000 0x2f esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._read_r_console + 0x0000000000000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fstat_r_console + 0x0000000000000000 0x26 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.system 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.fcntl 0x0000000000000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.adjtime + 0x0000000000000000 0x40 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.usleep + 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.sleep + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_settime + 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_gettime + 0x0000000000000000 0x20 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_getres + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.adjtime 0x0000000000000000 0xe6 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.usleep 0x0000000000000000 0x2c esp-idf/newlib/libnewlib.a(time.c.obj) + .text.sleep 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_settime + 0x0000000000000000 0x4e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_gettime + 0x0000000000000000 0x94 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_getres + 0x0000000000000000 0x24 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.esp_time_impl_get_time + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text.esp_time_impl_get_time + 0x0000000000000000 0xf esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal._ZL20signal_waiting_tasksv + 0x0000000000000000 0xc esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0x34 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL19static_init_preparev + 0x0000000000000000 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_acquire + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_release + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_abort + 0x0000000000000000 0x38 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL20signal_waiting_tasksv + 0x0000000000000000 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 + 0x0000000000000000 0x2b esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0xbd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL19static_init_preparev + 0x0000000000000000 0x4a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_acquire + 0x0000000000000000 0xa6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_release.str1.4 + 0x0000000000000000 0x3f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_release + 0x0000000000000000 0xa2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_abort.str1.4 + 0x0000000000000000 0x77 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_abort + 0x0000000000000000 0xbe esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ17__cxa_guard_abortE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ19__cxa_guard_releaseE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZL18wait_for_guard_objP7guard_tE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x22 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ19__cxa_guard_acquireE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL31s_static_init_max_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL27s_static_init_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data._ZL15s_init_spinlock + 0x0000000000000000 0x8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL22s_static_init_wait_sem + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL19s_static_init_mutex + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(hello_world_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(hello_world_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(hello_world_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SYS_DATA_PART2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY5 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY4 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_USER_DATA_MAC_CUSTOM + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_USER_DATA + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_CAL_VOL_ATTEN2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_CAL_VOL_ATTEN1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_CAL_VOL_ATTEN0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_INIT_CODE_ATTEN3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_INIT_CODE_ATTEN2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_INIT_CODE_ATTEN1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_INIT_CODE_ATTEN0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_TEMP_CALIB + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_OPTIONAL_UNIQUE_ID + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_CAL_VOL_ATTEN3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_PKG_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WAFER_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D7 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D6 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D5 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D4 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_DQS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_WP_D2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_HD_D3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D_D0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_Q_D1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_FACTORY + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB_OTG_DOWNLOAD_MODE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FORCE_SEND_RESUME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_ECC_EN + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_PAGE_SIZE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_TYPE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_PIN_POWER_SELECTION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_UART_PRINT_CONTROL + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_ECC_MODE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DIRECT_BOOT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DOWNLOAD_MODE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_TPUW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_USB_PHY_SEL + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_STRAP_JTAG_SEL + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB_SERIAL_JTAG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB_JTAG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_EN + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_5 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_4 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_PURPOSE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_BOOT_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WDT_DELAY_SEL + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_VDD_SPI_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_VDD_SPI_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_VDD_SPI_XPD + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BTLC_GPIO_ENABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_USB_EXT_PHY_ENABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_USB_EXCHG_PINS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_HARD_DIS_JTAG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SOFT_DIS_JTAG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_CAN + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_USB + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_FORCE_DOWNLOAD + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DOWNLOAD_DCACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DOWNLOAD_ICACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_DCACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_ICACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_SYS_DATA_PART2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY5 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY4 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SYS_DATA_PART2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY5 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY4 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_USER_DATA + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_GROUP_3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY5_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY4_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY3_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY2_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY1_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY0_PURPOSE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_GROUP_2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_GROUP_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SYS_DATA_PART2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY5 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY4 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY3 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY2 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY1 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY0 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.USER_DATA_MAC_CUSTOM + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.USER_DATA + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_CAL_VOL_ATTEN2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_CAL_VOL_ATTEN1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_CAL_VOL_ATTEN0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_CAL_VOL_ATTEN3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_CAL_VOL_ATTEN2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_CAL_VOL_ATTEN1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_CAL_VOL_ATTEN0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_INIT_CODE_ATTEN3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_INIT_CODE_ATTEN2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_INIT_CODE_ATTEN1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_INIT_CODE_ATTEN0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_INIT_CODE_ATTEN3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_INIT_CODE_ATTEN2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_INIT_CODE_ATTEN1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_INIT_CODE_ATTEN0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.TEMP_CALIB + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.OPTIONAL_UNIQUE_ID + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_CAL_VOL_ATTEN3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.PKG_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WAFER_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D7 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D6 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D5 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D4 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_DQS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_WP_D2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_HD_D3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D_D0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_Q_D1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_FACTORY + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB_OTG_DOWNLOAD_MODE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FORCE_SEND_RESUME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_ECC_EN + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_PAGE_SIZE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_TYPE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.PIN_POWER_SELECTION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.UART_PRINT_CONTROL + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ENABLE_SECURITY_DOWNLOAD + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_ECC_MODE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DIRECT_BOOT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DOWNLOAD_MODE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_TPUW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.USB_PHY_SEL + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.STRAP_JTAG_SEL + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB_SERIAL_JTAG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB_JTAG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_AGGRESSIVE_REVOKE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_EN + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_5 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_4 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_PURPOSE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_KEY_REVOKE2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_KEY_REVOKE1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_KEY_REVOKE0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_BOOT_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WDT_DELAY_SEL + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.VDD_SPI_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.VDD_SPI_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.VDD_SPI_XPD + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BTLC_GPIO_ENABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.USB_EXT_PHY_ENABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.USB_EXCHG_PINS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.HARD_DIS_JTAG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SOFT_DIS_JTAG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_CAN + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_USB + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_FORCE_DOWNLOAD + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DOWNLOAD_DCACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DOWNLOAD_ICACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_DCACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_ICACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_SYS_DATA_PART2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY5 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY4 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_USB_EXCHG_PINS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SYS_DATA_PART2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY5 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY4 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_USER_DATA + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SYS_DATA_PART1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_GROUP_3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_BOOT_EN + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY5_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY4_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY3_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY2_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY1_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY0_PURPOSE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_BOOT_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_GROUP_2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_GROUP_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .literal.esp_efuse_read_field_bit + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_field_cnt + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_blob + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_cnt + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_bit + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_reg + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_reg + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_begin + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_cancel + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_commit + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x0000000000000000 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x0000000000000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x0000000000000000 0x83 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x0000000000000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x0000000000000000 0xa7 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x0000000000000000 0x4c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x0000000000000000 0x57 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x0000000000000000 0x4f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x0000000000000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x0000000000000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x0000000000000000 0x5b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x0000000000000000 0x75 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x0000000000000000 0x61 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x0000000000000000 0x41 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x0000000000000000 0x79 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$5897 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$5869 + 0x0000000000000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$5830 + 0x0000000000000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_batch_writing_mode + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_efuse_lock + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.fill_reg + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.set_cnt_in_reg + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.write_reg + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_reset + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_cnt + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_reg + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_blob + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.fill_reg + 0x0000000000000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.set_cnt_in_reg + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x0000000000000000 0x6b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x0000000000000000 0x55 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x0000000000000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x0000000000000000 0xd8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0xa6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$4067 + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$4003 + 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$4052 + 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_set_timing + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.efuse_read + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.efuse_program + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_chip + 0x0000000000000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_set_timing + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.efuse_read + 0x0000000000000000 0x39 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x60 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.efuse_program + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x11 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip.str1.4 + 0x0000000000000000 0x23a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x0000000000000000 0x25e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x0000000000000000 0x49 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x97 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x0000000000000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x0000000000000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_block_is_empty + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_write_protect + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_read_protect + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_purpose_field + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_key + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_key_dis_read + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_key_dis_read + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_key_dis_write + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_key_dis_write + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_key_purpose + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_key_purpose + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_keypurpose_dis_write + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_keypurpose_dis_write + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_find_purpose + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_key_block_unused + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_find_unused_key_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_count_unused_key_blocks + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_digest_revoke + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_digest_revoke + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_get_write_protect_of_digest_revoke + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_set_write_protect_of_digest_revoke + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_write_key + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_efuse_write_keys + 0x0000000000000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .literal.esp_secure_boot_read_key_digests + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_block_is_empty + 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_write_protect + 0x0000000000000000 0x7d esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_read_protect + 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_coding_scheme + 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_purpose_field + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_key + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x0000000000000000 0x6e esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_key_dis_read + 0x0000000000000000 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_key_dis_read + 0x0000000000000000 0x29 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_key_dis_write + 0x0000000000000000 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_key_dis_write + 0x0000000000000000 0x29 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_key_purpose + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_key_purpose + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x0000000000000000 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_keypurpose_dis_write + 0x0000000000000000 0x29 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_find_purpose + 0x0000000000000000 0x2b esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_key_block_unused + 0x0000000000000000 0x49 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_find_unused_key_block + 0x0000000000000000 0x1e esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_count_unused_key_blocks + 0x0000000000000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.esp_efuse_get_digest_revoke.str1.4 + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_digest_revoke + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_digest_revoke + 0x0000000000000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_get_write_protect_of_digest_revoke + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_set_write_protect_of_digest_revoke + 0x0000000000000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_write_key + 0x0000000000000000 0xf3 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x0000000000000000 0xf4 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_efuse_write_keys + 0x0000000000000000 0x121 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.esp_secure_boot_read_key_digests.str1.4 + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text.esp_secure_boot_read_key_digests + 0x0000000000000000 0x96 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4130 + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4096 + 0x0000000000000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4089 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4053 + 0x0000000000000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4033 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.__func__$4024 + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.s_revoke_table + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .rodata.s_table + 0x0000000000000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_frame 0x0000000000000000 0x268 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_info 0x0000000000000000 0x2262 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_abbrev 0x0000000000000000 0x39c esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_loc 0x0000000000000000 0xc2f esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_aranges + 0x0000000000000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_ranges 0x0000000000000000 0x138 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_line 0x0000000000000000 0x16ee esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .debug_str 0x0000000000000000 0x1e10 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .iram1.35.literal + 0x0000000000000000 0x18 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.28.literal + 0x0000000000000000 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.29.literal + 0x0000000000000000 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.30.literal + 0x0000000000000000 0x2c esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.31.literal + 0x0000000000000000 0x34 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.32.literal + 0x0000000000000000 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.34.literal + 0x0000000000000000 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.35 0x0000000000000000 0x71 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.28 0x0000000000000000 0x53 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.29 0x0000000000000000 0x53 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.30 0x0000000000000000 0x76 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x3a esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.31 0x0000000000000000 0x84 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.32 0x0000000000000000 0x53 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.34 0x0000000000000000 0x52 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .rodata.__func__$5615 + 0x0000000000000000 0x1e esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .bss.esp_ipc_isr_finish_cmd + 0x0000000000000000 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .bss.s_stored_interrupt_level + 0x0000000000000000 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .bss.s_count_of_nested_calls + 0x0000000000000000 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .data.s_ipc_isr_mux + 0x0000000000000000 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .iram1 0x0000000000000000 0x7 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .debug_line 0x0000000000000000 0xa0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .debug_info 0x0000000000000000 0x26 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .debug_abbrev 0x0000000000000000 0x14 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .debug_str 0x0000000000000000 0x9a esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .literal.gpio_input_enable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_input_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_output_disable + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_od_enable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_od_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_intr_enable_on_core + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_output_enable + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_register_on_core_static + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.27.literal + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_pullup_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_pullup_dis + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_pulldown_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_pulldown_dis + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_intr_type + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_intr_enable + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_intr_disable + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_level + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_get_level + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_pull_mode + 0x0000000000000000 0x58 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_direction + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_config + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_reset_pin + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_handler_add + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_handler_remove + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_uninstall_isr_service + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_register + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_install_isr_service + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_wakeup_enable + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_wakeup_disable + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_drive_capability + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_get_drive_capability + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_en + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_dis + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_en + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_force_hold_all + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_force_unhold_all + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_in + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_out + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_input_enable + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_input_disable + 0x0000000000000000 0x7c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_output_disable + 0x0000000000000000 0xb1 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_od_enable + 0x0000000000000000 0x82 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_od_disable + 0x0000000000000000 0x82 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_intr_enable_on_core + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_output_enable + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_register_on_core_static + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.27 0x0000000000000000 0xe2 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_pullup_en + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_pullup_dis + 0x0000000000000000 0xb6 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_pulldown_en + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_pulldown_dis + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_intr_type.str1.4 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_intr_type + 0x0000000000000000 0xd5 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_intr_enable + 0x0000000000000000 0x96 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_intr_disable + 0x0000000000000000 0x70 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_level + 0x0000000000000000 0xe7 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_get_level + 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_pull_mode + 0x0000000000000000 0x115 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_direction + 0x0000000000000000 0xad esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_config.str1.4 + 0x0000000000000000 0xd6 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_config + 0x0000000000000000 0x1f8 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_reset_pin.str1.4 + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_reset_pin + 0x0000000000000000 0x75 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_isr_handler_add.str1.4 + 0x0000000000000000 0x49 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_handler_add + 0x0000000000000000 0xe1 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_handler_remove + 0x0000000000000000 0xcd esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_uninstall_isr_service + 0x0000000000000000 0x4e esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_isr_register.str1.4 + 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_register + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_install_isr_service.str1.4 + 0x0000000000000000 0x23 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_install_isr_service + 0x0000000000000000 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_wakeup_enable.str1.4 + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_wakeup_enable + 0x0000000000000000 0x127 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_wakeup_disable + 0x0000000000000000 0xe0 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_drive_capability + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_get_drive_capability + 0x0000000000000000 0xb9 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_hold_en.str1.4 + 0x0000000000000000 0x2f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_en + 0x0000000000000000 0xc9 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_dis + 0x0000000000000000 0xcd esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_en + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_force_hold_all + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_force_unhold_all + 0x0000000000000000 0x58 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_in + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_out + 0x0000000000000000 0x9e esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7991 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7986 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7981 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7975 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7969 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7964 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7957 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7940 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7936 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7929 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$7910 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$7904 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7862 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7866 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7854 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7858 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7846 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7850 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7891 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7879 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7871 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7842 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7834 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7838 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7829 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7824 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7820 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7816 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7812 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.periph_module_disable + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .literal.periph_module_reset + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .iram1.29.literal + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .iram1.30.literal + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .literal.wifi_module_enable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .literal.wifi_module_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .text.periph_module_disable + 0x0000000000000000 0x4af esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .text.periph_module_reset + 0x0000000000000000 0x253 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .iram1.29 0x0000000000000000 0x7b esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .iram1.30 0x0000000000000000 0x73 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .text.wifi_module_enable + 0x0000000000000000 0x63 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .text.wifi_module_disable + 0x0000000000000000 0x63 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.__func__$5059 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.__func__$5055 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .literal.rtc_gpio_init + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_deinit + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_level + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_level + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_drive_capability + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_drive_capability + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_pullup_en + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_pullup_dis + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_pulldown_en + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_pulldown_dis + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_en + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_dis + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_isolate + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_wakeup_enable + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_wakeup_disable + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_init.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_init + 0x0000000000000000 0xe9 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_deinit + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_level + 0x0000000000000000 0xc0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_level + 0x0000000000000000 0x6c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x6c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_drive_capability + 0x0000000000000000 0x13a esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_drive_capability + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x7c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_pullup_en + 0x0000000000000000 0xa1 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_pullup_dis + 0x0000000000000000 0xcd esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_pulldown_en + 0x0000000000000000 0xa1 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_pulldown_dis + 0x0000000000000000 0xa5 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_en + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_dis + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_isolate + 0x0000000000000000 0x79 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_enable + 0x0000000000000000 0xc5 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_disable + 0x0000000000000000 0x9d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8630 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8626 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8615 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8611 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8607 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8603 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8599 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8595 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8591 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8587 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8582 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8577 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8572 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8567 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8563 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8558 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$8554 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_info 0x0000000000000000 0xafe2 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_abbrev 0x0000000000000000 0x3d9 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_loc 0x0000000000000000 0xb8d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_ranges 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_line 0x0000000000000000 0x2332 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_str 0x0000000000000000 0x6047 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_isr + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .literal.rtc_isr_ensure_installed + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .literal.rtc_isr_register + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .literal.rtc_isr_deregister + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text.rtc_isr 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text.rtc_isr_ensure_installed + 0x0000000000000000 0x4b esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text.rtc_isr_register + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text.rtc_isr_deregister + 0x0000000000000000 0x61 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.s_rtc_isr_handle + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .data.s_rtc_isr_handler_list_lock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.s_rtc_isr_handler_list + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .data.rtc_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_info 0x0000000000000000 0x9db9 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_abbrev 0x0000000000000000 0x3ae esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_loc 0x0000000000000000 0x3b8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_line 0x0000000000000000 0xb5b esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_str 0x0000000000000000 0x633d esp-idf/driver/libdriver.a(rtc_module.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_module.c.obj) + .literal.uart_pattern_dequeue + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.rtc_clk_enable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_link_free + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.rtc_clk_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_try_set_iomux_pin + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_module_enable + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_tx_write_fifo + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_check_buf_full + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_enqueue + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_rx_intr_handler_default + 0x0000000000000000 0x10c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_free_driver_obj + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_alloc_driver_obj + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_module_disable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_line_inverse + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_sw_flow_ctrl + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_hw_flow_ctrl + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_hw_flow_ctrl + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_clear_intr_status + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_intr_mask + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_intr_mask + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_pop_pos + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_get_pos + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_queue_reset + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_pattern_det_baud_intr + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_pattern_det_intr + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_rx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_rx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_tx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_tx_intr + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_tx_all + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_isr_register + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_isr_free + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_pin + 0x0000000000000000 0xac esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rts + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_dtr + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_idle_num + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_param_config + 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_intr_config + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_tx_chars + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_write_bytes + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_write_bytes_with_break + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_read_bytes + 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_tx_buffer_free_size + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_driver_delete + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_driver_install + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_mode + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_full_threshold + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_empty_threshold + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_timeout + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_collision_flag + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_wakeup_threshold + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_wakeup_threshold + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_wait_tx_idle_polling + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_loop_back + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_always_rx_timeout + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_dequeue + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_find_pattern_from_last + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .text.rtc_clk_enable + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_link_free + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.rtc_clk_disable.str1.4 + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(uart.c.obj) + .text.rtc_clk_disable + 0x0000000000000000 0x67 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_try_set_iomux_pin + 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_module_enable + 0x0000000000000000 0x87 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_tx_write_fifo + 0x0000000000000000 0xa4 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_check_buf_full + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_enqueue + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_rx_intr_handler_default + 0x0000000000000000 0x77b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_free_driver_obj + 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_alloc_driver_obj + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_module_disable + 0x0000000000000000 0x4b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_line_inverse + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_sw_flow_ctrl.str1.4 + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_sw_flow_ctrl + 0x0000000000000000 0xca esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_hw_flow_ctrl + 0x0000000000000000 0xb1 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_hw_flow_ctrl + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_clear_intr_status + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_intr_mask + 0x0000000000000000 0x75 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_intr_mask + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_pop_pos + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_get_pos + 0x0000000000000000 0x82 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_queue_reset + 0x0000000000000000 0xbd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_enable_pattern_det_baud_intr.str1.4 + 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_pattern_det_baud_intr + 0x0000000000000000 0x10c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_pattern_det_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_rx_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_rx_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_tx_intr + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_tx_intr + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_tx_all + 0x0000000000000000 0x18c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_isr_register + 0x0000000000000000 0x64 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_isr_free + 0x0000000000000000 0xc8 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x0000000000000000 0xc0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_pin + 0x0000000000000000 0x41a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x0000000000000000 0x4b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rts + 0x0000000000000000 0x9c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_dtr + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_idle_num.str1.4 + 0x0000000000000000 0x33 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_idle_num + 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_param_config.str1.4 + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_param_config + 0x0000000000000000 0x175 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_intr_config + 0x0000000000000000 0xed esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x0000000000000000 0x2b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_tx_chars + 0x0000000000000000 0xc6 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_write_bytes + 0x0000000000000000 0x9c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x0000000000000000 0x8f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_write_bytes_with_break + 0x0000000000000000 0xf4 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_read_bytes + 0x0000000000000000 0x1bd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_tx_buffer_free_size.str1.4 + 0x0000000000000000 0x33 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_tx_buffer_free_size + 0x0000000000000000 0x9f esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_driver_delete.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_driver_delete + 0x0000000000000000 0xb9 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x0000000000000000 0x181 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_driver_install + 0x0000000000000000 0x228 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x0000000000000000 0x4b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_mode + 0x0000000000000000 0x120 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_full_threshold + 0x0000000000000000 0xca esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_empty_threshold.str1.4 + 0x0000000000000000 0x43 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_empty_threshold + 0x0000000000000000 0xca esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_timeout.str1.4 + 0x0000000000000000 0x3d esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_timeout + 0x0000000000000000 0x96 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_collision_flag.str1.4 + 0x0000000000000000 0x62 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_collision_flag + 0x0000000000000000 0xda esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_wakeup_threshold.str1.4 + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_wakeup_threshold + 0x0000000000000000 0x8e esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_wakeup_threshold + 0x0000000000000000 0x6c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_wait_tx_idle_polling + 0x0000000000000000 0x62 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_loop_back + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_always_rx_timeout + 0x0000000000000000 0x45 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8294 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8286 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8282 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8277 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8272 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8266 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8261 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8256 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8251 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__func__$7861 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8235 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + .bss.pat_flg$8108 + 0x0000000000000000 0x1 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8229 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8196 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8179 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8168 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8161 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8135 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8081 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8076 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8071 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8066 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8061 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8056 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8041 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8036 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8025 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8006 + 0x0000000000000000 0x22 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7995 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7988 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7982 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7952 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7941 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7936 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7931 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7926 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7919 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7912 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .data.rtc_num_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .bss.rtc_enabled + 0x0000000000000000 0x1 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.adc_power_on_internal + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_off_internal + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_rtc_chan_init + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_acquire + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_on + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_release + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_off + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_pad_get_io_num + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_pad_get_io_num + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.get_calibration_offset + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_clk_div + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_common_gpio_init + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_data_inv + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_data_width + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_rtc_reset + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_config_channel_atten + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_config_width + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_dma_mode_acquire + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_rtc_mode_acquire + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_lock_release + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_get_raw + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_get_voltage + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_ulp_enable + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_config_channel_atten + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_get_raw + 0x0000000000000000 0x64 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_vref_to_gpio + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_vref_to_gpio + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_on_internal + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_off_internal + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_rtc_chan_init + 0x0000000000000000 0x9b esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_acquire + 0x0000000000000000 0x2b esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_on + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc_power_release.str1.4 + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_release + 0x0000000000000000 0x59 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_off + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc1_pad_get_io_num.str1.4 + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_pad_get_io_num + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_pad_get_io_num.str1.4 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_pad_get_io_num + 0x0000000000000000 0x4e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.get_calibration_offset + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_clk_div + 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc_common_gpio_init.str1.4 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_common_gpio_init + 0x0000000000000000 0x214 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_data_inv + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc_set_data_width.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_data_width + 0x0000000000000000 0x6d esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_rtc_reset + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc1_config_channel_atten.str1.4 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_config_channel_atten + 0x0000000000000000 0xc1 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_config_width + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_dma_mode_acquire + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_rtc_mode_acquire + 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc1_lock_release.str1.4 + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_lock_release + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_get_raw + 0x0000000000000000 0xd3 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_get_voltage + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_ulp_enable + 0x0000000000000000 0x52 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_wifi_acquire + 0x0000000000000000 0x7 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_wifi_release + 0x0000000000000000 0x7 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_config_channel_atten.str1.4 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_config_channel_atten + 0x0000000000000000 0xc1 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_get_raw.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_get_raw + 0x0000000000000000 0x11e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_vref_to_gpio + 0x0000000000000000 0x6d esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_vref_to_gpio + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10846 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10832 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10813 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10808 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10798 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10794 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10786 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10777 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10754 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$10748 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__func__$10740 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss.s_adc_power_on_cnt + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss.adc1_dma_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_frame 0x0000000000000000 0x2c8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_info 0x0000000000000000 0xf2ef esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_abbrev 0x0000000000000000 0x5a9 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_loc 0x0000000000000000 0xb66 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_aranges + 0x0000000000000000 0x100 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_ranges 0x0000000000000000 0x120 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_line 0x0000000000000000 0x24ff esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_str 0x0000000000000000 0x74c6 esp-idf/driver/libdriver.a(adc_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_digi_get_io_num + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc.c.obj) + .iram1.31.literal + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(adc.c.obj) + .iram1.30.literal + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_gpio_init + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_stop + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_read_bytes + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_deinitialize + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_initialize + 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_controller_configure + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_get_calibration_offset + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_start + 0x0000000000000000 0x58 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_cal_offset + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(adc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_get_io_num + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(adc.c.obj) + .iram1.31 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x29 esp-idf/driver/libdriver.a(adc.c.obj) + .iram1.30 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_gpio_init + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_digi_stop.str1.4 + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_stop + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_digi_read_bytes.str1.4 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_read_bytes + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_digi_deinitialize.str1.4 + 0x0000000000000000 0x31 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_deinitialize + 0x0000000000000000 0x95 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_initialize + 0x0000000000000000 0x17e esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_digi_controller_configure.str1.4 + 0x0000000000000000 0xe8 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_controller_configure + 0x0000000000000000 0x189 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_get_calibration_offset + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_digi_start.str1.4 + 0x0000000000000000 0x35 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_start + 0x0000000000000000 0x10c esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_cal_offset + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.__FUNCTION__$11317 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.__func__$11310 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.__func__$11281 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc.c.obj) + .bss.s_adc_cali_param + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc.c.obj) + .bss.s_adc_digi_ctx + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc.c.obj) + .data.adc_reg_lock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc.c.obj) + .bss.sar_adc2_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc.c.obj) + .bss.sar_adc1_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_info 0x0000000000000000 0xeab1 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_abbrev 0x0000000000000000 0x4c4 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_loc 0x0000000000000000 0x6f9 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_ranges 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_line 0x0000000000000000 0x1ddd esp-idf/driver/libdriver.a(adc.c.obj) + .debug_str 0x0000000000000000 0x7cfc esp-idf/driver/libdriver.a(adc.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(adc.c.obj) + .literal.gdma_acquire_pair_handle + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_acquire_group_handle + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_release_group_handle + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_release_pair_handle + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_del_rx_channel + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_del_tx_channel + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_install_tx_interrupt + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_install_rx_interrupt + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(gdma.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gdma.c.obj) + .iram1.28.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_new_channel + 0x0000000000000000 0xc0 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_del_channel + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_get_channel_id + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_connect + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_disconnect + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_set_transfer_ability + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_apply_strategy + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_register_tx_event_callbacks + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_register_rx_event_callbacks + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_start + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_stop + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_append + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.gdma_reset + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gdma.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_acquire_pair_handle + 0x0000000000000000 0x9a esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_acquire_group_handle + 0x0000000000000000 0xaa esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_release_group_handle.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_release_group_handle + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_release_pair_handle.str1.4 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_release_pair_handle + 0x0000000000000000 0x6e esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_del_rx_channel + 0x0000000000000000 0x81 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_del_tx_channel + 0x0000000000000000 0x84 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_install_tx_interrupt.str1.4 + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_install_tx_interrupt + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_install_rx_interrupt + 0x0000000000000000 0xc8 esp-idf/driver/libdriver.a(gdma.c.obj) + .iram1.29 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(gdma.c.obj) + .iram1.28 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_new_channel.str1.4 + 0x0000000000000000 0x1f2 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_new_channel + 0x0000000000000000 0x34a esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_del_channel + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_get_channel_id + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_connect.str1.4 + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_connect + 0x0000000000000000 0x19e esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_disconnect.str1.4 + 0x0000000000000000 0x49 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_disconnect + 0x0000000000000000 0xb3 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_set_transfer_ability.str1.4 + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_set_transfer_ability + 0x0000000000000000 0x19d esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_apply_strategy + 0x0000000000000000 0xc5 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.gdma_register_tx_event_callbacks.str1.4 + 0x0000000000000000 0x77 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_register_tx_event_callbacks + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_register_rx_event_callbacks + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_start + 0x0000000000000000 0x114 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_stop + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_append + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(gdma.c.obj) + .text.gdma_reset + 0x0000000000000000 0xe2 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6365 + 0x0000000000000000 0xb esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6357 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6349 + 0x0000000000000000 0xa esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6341 + 0x0000000000000000 0xb esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6446 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6327 + 0x0000000000000000 0x21 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6457 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6312 + 0x0000000000000000 0x21 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6302 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6284 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6274 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6266 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6257 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6249 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__func__$6372 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__func__$6387 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__func__$6243 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gdma.c.obj) + .rodata.__FUNCTION__$6232 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gdma.c.obj) + .data.s_platform + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_frame 0x0000000000000000 0x238 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_info 0x0000000000000000 0x6719 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_abbrev 0x0000000000000000 0x58c esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_loc 0x0000000000000000 0x2a14 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_aranges + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_ranges 0x0000000000000000 0x198 esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_line 0x0000000000000000 0x452c esp-idf/driver/libdriver.a(gdma.c.obj) + .debug_str 0x0000000000000000 0x29d4 esp-idf/driver/libdriver.a(gdma.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(gdma.c.obj) + .literal.usb_serial_jtag_write_and_flush + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_isr_handler_default + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_read_bytes + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_write_bytes + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_driver_uninstall + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_driver_install + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_write_and_flush + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_isr_handler_default + 0x0000000000000000 0xda esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_read_bytes + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_write_bytes.str1.4 + 0x0000000000000000 0xc6 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_write_bytes + 0x0000000000000000 0xab esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_uninstall.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_uninstall + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_install.str1.4 + 0x0000000000000000 0x167 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_install + 0x0000000000000000 0x1fe esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__$7579 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__$7565 + 0x0000000000000000 0x1f esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .bss.p_usb_serial_jtag_obj + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_info 0x0000000000000000 0x7914 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_abbrev 0x0000000000000000 0x46a esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_loc 0x0000000000000000 0x505 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_line 0x0000000000000000 0x1558 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .debug_str 0x0000000000000000 0x5c27 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .iram1.28.literal + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.30.literal + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.31.literal + 0x0000000000000000 0x3c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.32.literal + 0x0000000000000000 0xc esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_impl_get_mode + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_get_configuration + 0x0000000000000000 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.29.literal + 0x0000000000000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_impl_get_cpu_freq + 0x0000000000000000 0x14 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_impl_init + 0x0000000000000000 0x84 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_impl_idle_hook + 0x0000000000000000 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.33.literal + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.periph_inform_out_light_sleep_overhead + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.28 0x0000000000000000 0x1d esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.30 0x0000000000000000 0x16 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.31 0x0000000000000000 0xfb esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.32 0x0000000000000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_get_mode + 0x0000000000000000 0x1f esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_configure + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_get_configuration + 0x0000000000000000 0x35 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.29 0x0000000000000000 0xb6 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_get_cpu_freq + 0x0000000000000000 0x2e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .rodata.esp_pm_impl_init.str1.4 + 0x0000000000000000 0x165 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_init + 0x0000000000000000 0x1b4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_idle_hook + 0x0000000000000000 0x3c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.33 0x0000000000000000 0x1c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x32 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x2b esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.periph_inform_out_light_sleep_overhead + 0x0000000000000000 0x20 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x12 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x13 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .rodata.__func__$7410 + 0x0000000000000000 0x11 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_light_sleep_default_params_config_cb + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_periph_inform_out_light_sleep_overhead_cb + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_config_changed + 0x0000000000000000 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_cpu_freq_by_mode + 0x0000000000000000 0x40 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_rtos_lock_handle + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_core_idle + 0x0000000000000000 0x2 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_mode_mask + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_mode_lock_counts + 0x0000000000000000 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_is_switching + 0x0000000000000000 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data.s_mode 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data.s_switch_lock + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_lock_create + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_lock_delete + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .iram1.26 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .iram1.27 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_dump_locks + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_info 0x0000000000000000 0x1548 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_abbrev 0x0000000000000000 0x238 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_loc 0x0000000000000000 0xb9 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_ranges 0x0000000000000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_line 0x0000000000000000 0x706 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_str 0x0000000000000000 0x1358 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .iram1.0.literal + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.1.literal + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.2.literal + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.3.literal + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.0 0x0000000000000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.1 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.2 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .iram1.3 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .literal.bootloader_mmap_get_free_pages + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_mmap + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_munmap + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_read + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_write + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_sector + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_range + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3.literal + 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_enable_wp + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_spi_flash_reset + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_wrap_set + 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.10.literal + 0x0000000000000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.9 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap_get_free_pages + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x0000000000000000 0x7b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap + 0x0000000000000000 0x6b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_munmap + 0x0000000000000000 0x1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_read + 0x0000000000000000 0x47 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_write + 0x0000000000000000 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_sector + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x0000000000000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3 0x0000000000000000 0x154 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_enable_wp + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x0000000000000000 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_wrap_set + 0x0000000000000000 0x154 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.10 0x0000000000000000 0xc9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.14 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.13 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.8 0x0000000000000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss.map 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.spi_timing_set_pin_drive_strength + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .rodata 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .text.spi_timing_set_pin_drive_strength + 0x0000000000000000 0x65 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .text.spi_timing_psram_tuning + 0x0000000000000000 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .iram1.33.literal + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.34.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.38.literal + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.39.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .literal.esp_enable_cache_wrap + 0x0000000000000000 0x48 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.33 0x0000000000000000 0x36 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.34 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.38 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.39 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.esp_enable_cache_wrap.str1.4 + 0x0000000000000000 0x18a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text.esp_enable_cache_wrap + 0x0000000000000000 0x13a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.34.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_mmap_dump + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.36.literal + 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.37.literal + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.34 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_mmap_dump.str1.4 + 0x0000000000000000 0x39 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_dump + 0x0000000000000000 0x5b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.36 0x0000000000000000 0x5a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.37 0x0000000000000000 0x88 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.36.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.43.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.44.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.45.literal + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.36 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.43 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.44 0x0000000000000000 0x22 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.45 0x0000000000000000 0x50 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.46 0x0000000000000000 0x5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.32 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.34.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.50.literal + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.find_region + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_read_id + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_read_unique_chip_id + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.31.literal + 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.37.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.38.literal + 0x0000000000000000 0x2c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.39.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.40.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_get_protectable_regions + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.41.literal + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.42.literal + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.43.literal + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.44.literal + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.45.literal + 0x0000000000000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.47.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.48.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.49.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_suspend_cmd_init + 0x0000000000000000 0x2c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_app_disable_protect + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.51.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.52.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.53.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.54.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.34 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.50 0x0000000000000000 0x87 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.find_region + 0x0000000000000000 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_id + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_unique_chip_id + 0x0000000000000000 0x84 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.31 0x0000000000000000 0x166 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.37 0x0000000000000000 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.38 0x0000000000000000 0x246 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.39 0x0000000000000000 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.40 0x0000000000000000 0x50 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_get_protectable_regions + 0x0000000000000000 0x59 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.41 0x0000000000000000 0xa8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.42 0x0000000000000000 0xdc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.43 0x0000000000000000 0x122 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.44 0x0000000000000000 0x14f esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.45 0x0000000000000000 0x15c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.47 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.48 0x0000000000000000 0x61 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.49 0x0000000000000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_suspend_cmd_init.str1.4 + 0x0000000000000000 0x8e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_suspend_cmd_init + 0x0000000000000000 0x7a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_app_disable_protect + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.51 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.52 0x0000000000000000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.53 0x0000000000000000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.54 0x0000000000000000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__$8270 + 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__$8252 + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__$8180 + 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26.literal + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_remove_flash_device + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_add_flash_device + 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.26 0x0000000000000000 0x16e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_remove_flash_device + 0x0000000000000000 0x29 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.spi_bus_add_flash_device.str1.4 + 0x0000000000000000 0x123 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_add_flash_device + 0x0000000000000000 0x175 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__$8883 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.35.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.34.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.register_dev + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_init_os_functions + 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_deinit_os_functions + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.35 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.34 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.register_dev + 0x0000000000000000 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_os_functions + 0x0000000000000000 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_deinit_os_functions + 0x0000000000000000 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_main_bus_lock + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.esp_flash_spi23_default_os_functions + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.6.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.4 0x0000000000000000 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.6 0x0000000000000000 0x11 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .dram1.0 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .literal.esp_partition_find_first + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_register_external + 0x0000000000000000 0x3c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_deregister_external + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_verify + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_write + 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_read_raw + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_write_raw + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_erase_range + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_mmap + 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_read + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_get_sha256 + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_check_identity + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_find_first + 0x0000000000000000 0x2c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.esp_partition_register_external.str1.4 + 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_register_external + 0x0000000000000000 0x128 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_deregister_external + 0x0000000000000000 0x5e esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.esp_partition_verify.str1.4 + 0x0000000000000000 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_verify + 0x0000000000000000 0x84 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_write + 0x0000000000000000 0x69 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_read_raw + 0x0000000000000000 0x45 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_write_raw + 0x0000000000000000 0x45 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_erase_range + 0x0000000000000000 0x59 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_mmap + 0x0000000000000000 0x6a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_read + 0x0000000000000000 0x87 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_get_sha256 + 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_check_identity + 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4604 + 0x0000000000000000 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4595 + 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4589 + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4582 + 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4575 + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4565 + 0x0000000000000000 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4552 + 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4382 + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.s_get_cs_setup_enable + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .literal.s_get_cs_hold_enable + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .literal.spi_timing_config_get_cs_timing + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .literal.spi_timing_config_get_flash_clock_reg + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .text.s_get_cs_setup_enable + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .text.s_get_cs_hold_enable + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .text.spi_timing_config_get_cs_timing + 0x0000000000000000 0x4a esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .text.spi_timing_config_get_flash_clock_reg + 0x0000000000000000 0xd esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .literal.spi_flash_hpm_get_dummy + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .literal.spi_flash_hpm_dummy_adjust + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .text.spi_flash_hpm_get_dummy + 0x0000000000000000 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .text.spi_flash_hpm_dummy_adjust + 0x0000000000000000 0xb esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .bss.dummy_conf + 0x0000000000000000 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read + 0x0000000000000000 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal._esp_error_check_failed_without_abort + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x0000000000000000 0x18 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .iram1.31.literal + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.31 0x0000000000000000 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .literal.esp_task_wdt_deinit + 0x0000000000000000 0x38 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_delete + 0x0000000000000000 0x38 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_status + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_deinit.str1.4 + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_deinit + 0x0000000000000000 0x83 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete + 0x0000000000000000 0xb6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_status + 0x0000000000000000 0x5d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__func__$7603 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .literal.rtcio_hal_set_direction + 0x0000000000000000 0xc esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_isolate + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction + 0x0000000000000000 0x293 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_isolate + 0x0000000000000000 0xf8 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x18c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_info 0x0000000000000000 0x9415 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x312 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_loc 0x0000000000000000 0x69c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_line 0x0000000000000000 0xc64 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_str 0x0000000000000000 0x509f esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.gpio_hal_intr_enable_on_core + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .literal.gpio_hal_intr_disable + 0x0000000000000000 0xc esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_enable_on_core + 0x0000000000000000 0x64 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_disable + 0x0000000000000000 0x5e esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_info 0x0000000000000000 0x18c6 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x2b8 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_loc 0x0000000000000000 0x231 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_line 0x0000000000000000 0x668 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_str 0x0000000000000000 0xdfa esp-idf/hal/libhal.a(gpio_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(gpio_hal.c.obj) + .literal.uart_hal_set_sclk + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_hw_flow_ctrl + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_at_cmd_char + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_tx_idle_num + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_txfifo_empty_thr + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_mode + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_inverse_signal + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_loop_back + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_init + 0x0000000000000000 0x38 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_rx_timeout + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sclk + 0x0000000000000000 0x58 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_sclk + 0x0000000000000000 0x2a esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_hw_flow_ctrl + 0x0000000000000000 0x74 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_hw_flow_ctrl + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0xd2 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_at_cmd_char + 0x0000000000000000 0xe0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_tx_idle_num + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_dtr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_rxfifo_full_thr + 0x0000000000000000 0x1d esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_txfifo_empty_thr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_wakeup_thrd + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_wakeup_thrd + 0x0000000000000000 0x13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_mode + 0x0000000000000000 0x1be esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_is_hw_rts_en + 0x0000000000000000 0xf esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_inverse_signal + 0x0000000000000000 0x89 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_loop_back + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_init + 0x0000000000000000 0x178 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_symb_len + 0x0000000000000000 0x4e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_rx_timeout + 0x0000000000000000 0x5c esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x17 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$11 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$10 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$9 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$8 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$7 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$6 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$5 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$4 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$3 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$2 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$1 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$0 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .literal.adc_hal_digi_sample_freq_config + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.read_cal_channel + 0x0000000000000000 0xc esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.get_controller + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.get_convert_mode + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_dma_link_descriptors + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_init + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_arbiter_config + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_deinit + 0x0000000000000000 0x24 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_set_controller + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.cal_setup + 0x0000000000000000 0xc esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_controller_config + 0x0000000000000000 0x38 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_init + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_get_reading_result + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_stop + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_start + 0x0000000000000000 0x2c esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_convert + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_calibration_init + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_set_calibration_param + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_self_calibration + 0x0000000000000000 0x80 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_sample_freq_config + 0x0000000000000000 0xa3 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.read_cal_channel + 0x0000000000000000 0xb7 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.get_controller + 0x0000000000000000 0x2c esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.get_convert_mode + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(adc_hal.c.obj) + .rodata.adc_hal_digi_dma_link_descriptors.str1.4 + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_dma_link_descriptors + 0x0000000000000000 0x77 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_init + 0x0000000000000000 0x135 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_arbiter_config + 0x0000000000000000 0x1b4 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_deinit + 0x0000000000000000 0xad esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_set_controller + 0x0000000000000000 0x10e esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.cal_setup + 0x0000000000000000 0x11f esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_controller_config + 0x0000000000000000 0x383 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_context_config + 0x0000000000000000 0x19 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_init + 0x0000000000000000 0x68 esp-idf/hal/libhal.a(adc_hal.c.obj) + .rodata.adc_hal_get_reading_result.str1.4 + 0x0000000000000000 0x12 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_get_reading_result + 0x0000000000000000 0x32 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_clr_intr + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_dis_intr + 0x0000000000000000 0x2c esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_stop + 0x0000000000000000 0x48 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_start + 0x0000000000000000 0xf9 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_convert + 0x0000000000000000 0x122 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_calibration_init + 0x0000000000000000 0x32 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_set_calibration_param + 0x0000000000000000 0x74 esp-idf/hal/libhal.a(adc_hal.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_self_calibration + 0x0000000000000000 0x2b8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .rodata.__func__$7531 + 0x0000000000000000 0x1b esp-idf/hal/libhal.a(adc_hal.c.obj) + .rodata.__func__$7516 + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(adc_hal.c.obj) + .data.s_previous_init_code + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_frame 0x0000000000000000 0x220 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_info 0x0000000000000000 0xe489 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x63b esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_loc 0x0000000000000000 0x1b03 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_aranges + 0x0000000000000000 0xc8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_ranges 0x0000000000000000 0x120 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_line 0x0000000000000000 0x2aa7 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_str 0x0000000000000000 0x660d esp-idf/hal/libhal.a(adc_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.gdma_hal_init + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .text.gdma_hal_init + 0x0000000000000000 0x12 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_info 0x0000000000000000 0x200f esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x26c esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_line 0x0000000000000000 0x413 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .debug_str 0x0000000000000000 0xe0c esp-idf/hal/libhal.a(gdma_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(gdma_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .literal.systimer_hal_get_time + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .literal.systimer_hal_get_alarm_value + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_get_time + 0x0000000000000000 0x1b esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text.systimer_hal_get_alarm_value + 0x0000000000000000 0x1e esp-idf/hal/libhal.a(systimer_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .rodata.adc_channel_io_map + 0x0000000000000000 0x50 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_info 0x0000000000000000 0x8cde esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x239 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_line 0x0000000000000000 0x417 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_str 0x0000000000000000 0x4b98 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(adc_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_periph_signals + 0x0000000000000000 0x2c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_info 0x0000000000000000 0x440 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_abbrev 0x0000000000000000 0xac esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_line 0x0000000000000000 0x123 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_str 0x0000000000000000 0xe5a esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_HOLD_MASK + 0x0000000000000000 0xc4 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .rodata.rtc_io_desc + 0x0000000000000000 0x4d0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .rodata.rtc_io_num_map + 0x0000000000000000 0xc4 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_info 0x0000000000000000 0x72b7 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x239 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_line 0x0000000000000000 0x40a esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_str 0x0000000000000000 0x3eb8 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi_periph_signal + 0x0000000000000000 0x90 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_info 0x0000000000000000 0x5000 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x255 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_line 0x0000000000000000 0x400 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_str 0x0000000000000000 0x36de esp-idf/soc/libsoc.a(spi_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(spi_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .rodata.uart_periph_signal + 0x0000000000000000 0x48 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x0000000000000000 0x258a esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x22d esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x0000000000000000 0x3ef esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x0000000000000000 0x21f7 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(uart_periph.c.obj) + .literal.esp_err_to_name_r + 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_err_to_name_r.str1.4 + 0x0000000000000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text.esp_err_to_name_r + 0x0000000000000000 0x5a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal.prvReturnItemByteBuf + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvGetItemByteBuf + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCheckItemFitsByteBuffer + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvReturnItemDefault + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvGetItemDefault + 0x0000000000000000 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvAcquireItemNoSplit + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvSendItemDoneNoSplit + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCheckItemFitsDefault + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvInitializeNewRingbuffer + 0x0000000000000000 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemByteBuf + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemAllowSplit + 0x0000000000000000 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemNoSplit + 0x0000000000000000 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvReceiveGenericFromISR + 0x0000000000000000 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreate + 0x0000000000000000 0x34 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreateNoSplit + 0x0000000000000000 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreateStatic + 0x0000000000000000 0x34 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendAcquire + 0x0000000000000000 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendComplete + 0x0000000000000000 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendFromISR + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveFromISR + 0x0000000000000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplit + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpTo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferReturnItemFromISR + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferDelete + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferGetMaxItemSize + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferGetCurFreeSize + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCanRead + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferGetInfo + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferPrintInfo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeAllowSplit + 0x0000000000000000 0x50 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemByteBuf + 0x0000000000000000 0x4f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemByteBuf.str1.4 + 0x0000000000000000 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemByteBuf + 0x0000000000000000 0xfd esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x0000000000000000 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsByteBuffer + 0x0000000000000000 0x72 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReturnItemDefault.str1.4 + 0x0000000000000000 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemDefault + 0x0000000000000000 0x140 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemDefault.str1.4 + 0x0000000000000000 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemDefault + 0x0000000000000000 0x190 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvAcquireItemNoSplit.str1.4 + 0x0000000000000000 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvAcquireItemNoSplit + 0x0000000000000000 0xb1 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x0000000000000000 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendItemDoneNoSplit + 0x0000000000000000 0x126 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsDefault + 0x0000000000000000 0xaa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x0000000000000000 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvInitializeNewRingbuffer + 0x0000000000000000 0xc4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemByteBuf + 0x0000000000000000 0x8d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemAllowSplit + 0x0000000000000000 0xfc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemNoSplit + 0x0000000000000000 0x26 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGenericFromISR + 0x0000000000000000 0xe5 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreate.str1.4 + 0x0000000000000000 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreate + 0x0000000000000000 0xbc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateNoSplit + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x0000000000000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateStatic + 0x0000000000000000 0xb7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendAcquire + 0x0000000000000000 0x12e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendComplete + 0x0000000000000000 0x7c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendFromISR + 0x0000000000000000 0xc6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveFromISR + 0x0000000000000000 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveSplit.str1.4 + 0x0000000000000000 0x71 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplit + 0x0000000000000000 0x9c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x9c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpTo + 0x0000000000000000 0x60 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x5c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferReturnItemFromISR + 0x0000000000000000 0x5a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferDelete + 0x0000000000000000 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetMaxItemSize + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetCurFreeSize + 0x0000000000000000 0x3c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferAddToQueueSetRead.str1.4 + 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x77 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCanRead + 0x0000000000000000 0x2b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x77 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferGetInfo + 0x0000000000000000 0x72 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferPrintInfo.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferPrintInfo + 0x0000000000000000 0x47 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5996 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5991 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5979 + 0x0000000000000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5973 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5965 + 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5958 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5953 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5948 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5943 + 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5928 + 0x0000000000000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5919 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5907 + 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5894 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5801 + 0x0000000000000000 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5882 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5865 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5842 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5829 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5820 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$4344 + 0x0000000000000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5673 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5694 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5686 + 0x0000000000000000 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5733 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5747 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5713 + 0x0000000000000000 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5679 + 0x0000000000000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5721 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5741 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5757 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5806 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.esp_efuse_rtc_calib_get_ver + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .literal.esp_efuse_rtc_calib_get_init_code + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .literal.esp_efuse_rtc_calib_get_cal_voltage + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .literal.esp_efuse_rtc_calib_get_cal_temp + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_ver.str1.4 + 0x0000000000000000 0x101 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_ver + 0x0000000000000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_init_code.str1.4 + 0x0000000000000000 0xc3 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_init_code + 0x0000000000000000 0x101 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_cal_voltage.str1.4 + 0x0000000000000000 0x45 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_cal_voltage + 0x0000000000000000 0x129 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_cal_temp.str1.4 + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_cal_temp + 0x0000000000000000 0x7b esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__$3713 + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__$3699 + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__$3681 + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__$3674 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_info 0x0000000000000000 0x1866 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_abbrev 0x0000000000000000 0x2a5 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_loc 0x0000000000000000 0x316 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_line 0x0000000000000000 0xcd6 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_str 0x0000000000000000 0x1827 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .literal.check_iomux_pins_oct + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.check_iomux_pins_quad + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_uses_iomux_pins + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.alloc_dma_chan + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.dma_chan_free + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_iomux_pins_set_oct + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_iomux_pins_set_quad + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_iomux_pins_set + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_claim + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_in_use + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_free + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqsource_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqdma_source_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_alloc + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_free + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_initialize_io + 0x0000000000000000 0x18c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_free_io_cfg + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_initialize + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_free_io + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_using_iomux + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_main_set_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_lock_get_by_id + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_initialize + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_get_attr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_free + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_register_destroy_func + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.check_iomux_pins_oct + 0x0000000000000000 0x66 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.check_iomux_pins_quad + 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_uses_iomux_pins + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.alloc_dma_chan.str1.4 + 0x0000000000000000 0x58 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.alloc_dma_chan + 0x0000000000000000 0x102 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.dma_chan_free + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.bus_iomux_pins_set_oct.str1.4 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_iomux_pins_set_oct + 0x0000000000000000 0xb3 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_iomux_pins_set_quad + 0x0000000000000000 0xe0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_iomux_pins_set + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_periph_claim.str1.4 + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_claim + 0x0000000000000000 0xba esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_in_use + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_free + 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqsource_for_host + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqdma_source_for_host + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_alloc + 0x0000000000000000 0x76 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_free + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_bus_initialize_io.str1.4 + 0x0000000000000000 0x2b9 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_initialize_io + 0x0000000000000000 0xbbd esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_free_io_cfg + 0x0000000000000000 0x65 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_initialize + 0x0000000000000000 0x140 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_cs_free_io.str1.4 + 0x0000000000000000 0x32 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_free_io + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_using_iomux + 0x0000000000000000 0xa4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_main_set_lock + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_lock_get_by_id + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spi_bus_initialize.str1.4 + 0x0000000000000000 0xaf esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_initialize + 0x0000000000000000 0x282 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_get_attr + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_free + 0x0000000000000000 0x7f esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_register_destroy_func + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.26 0x0000000000000000 0x7 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.27 0x0000000000000000 0x7 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.28 0x0000000000000000 0x5 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.29 0x0000000000000000 0x5 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8663 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8643 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8583 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8606 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8554 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8559 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8530 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8545 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.bus_ctx 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.s_mainbus + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.spi_claiming_func + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.spi_periph_claimed + 0x0000000000000000 0x3 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_frame 0x0000000000000000 0x2e0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_info 0x0000000000000000 0x8a6b esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_abbrev 0x0000000000000000 0x53a esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_loc 0x0000000000000000 0x1208 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_aranges + 0x0000000000000000 0x108 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_ranges 0x0000000000000000 0x130 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_line 0x0000000000000000 0x384c esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_str 0x0000000000000000 0x4aa7 esp-idf/driver/libdriver.a(spi_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_init_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_deinit_lock + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_register_dev + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_unregister_dev + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.52.literal + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.54.literal + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.57.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_bg_request + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.58.literal + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.59.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.60.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.61.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.62.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.try_acquire_free_dev + 0x0000000000000000 0x55 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_init_lock + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.spi_bus_deinit_lock.str1.4 + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_deinit_lock + 0x0000000000000000 0x3b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_register_dev + 0x0000000000000000 0x9d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_unregister_dev + 0x0000000000000000 0x47 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_set_bg_control + 0x0000000000000000 0xb esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.49 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.50 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xed esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.52 0x0000000000000000 0xe1 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.54 0x0000000000000000 0x172 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.55 0x0000000000000000 0xa esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.56 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.57 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_bg_request + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.58 0x0000000000000000 0xbd esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.59 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.60 0x0000000000000000 0xad esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.61 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.62 0x0000000000000000 0x1f esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7613 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7593 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7583 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__func__$7515 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .dram1.28 0x0000000000000000 0x9 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .data.s_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.get_ota_ops_entry + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.image_validate + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.find_default_boot_partition + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.read_otadata + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.rewrite_ota_seq + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.check_invalid_otadata + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.get_last_invalid_otadata + 0x0000000000000000 0xc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_begin + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_write + 0x0000000000000000 0x50 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_write_with_offset + 0x0000000000000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_abort + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_end + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_app_partition_count + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_rewrite_ota_data + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_set_boot_partition + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_boot_partition + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_next_update_partition + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_partition_description + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_check_rollback_is_possible + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_current_ota_is_workable + 0x0000000000000000 0x48 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_state_partition + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.is_ota_partition + 0x0000000000000000 0x2e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.set_new_state_otadata + 0x0000000000000000 0x7 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_ota_ops_entry + 0x0000000000000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.image_validate + 0x0000000000000000 0x25 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.find_default_boot_partition.str1.4 + 0x0000000000000000 0x4e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.find_default_boot_partition + 0x0000000000000000 0x5c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.read_otadata.str1.4 + 0x0000000000000000 0x61 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.read_otadata + 0x0000000000000000 0x92 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.rewrite_ota_seq + 0x0000000000000000 0x5a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.check_invalid_otadata + 0x0000000000000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_last_invalid_otadata + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_begin + 0x0000000000000000 0xe2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write.str1.4 + 0x0000000000000000 0xb0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write + 0x0000000000000000 0x192 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write_with_offset.str1.4 + 0x0000000000000000 0xc4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write_with_offset + 0x0000000000000000 0xe1 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_abort + 0x0000000000000000 0x2d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_end + 0x0000000000000000 0x8d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_app_partition_count.str1.4 + 0x0000000000000000 0x46 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_app_partition_count + 0x0000000000000000 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_rewrite_ota_data + 0x0000000000000000 0x99 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_set_boot_partition + 0x0000000000000000 0x61 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_boot_partition.str1.4 + 0x0000000000000000 0x4a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_boot_partition + 0x0000000000000000 0x82 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_next_update_partition.str1.4 + 0x0000000000000000 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_next_update_partition + 0x0000000000000000 0x64 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_partition_description + 0x0000000000000000 0x53 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_check_rollback_is_possible + 0x0000000000000000 0xbe esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_current_ota_is_workable.str1.4 + 0x0000000000000000 0xd7 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_current_ota_is_workable + 0x0000000000000000 0xe6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x6a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_state_partition + 0x0000000000000000 0x9b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0xe2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$5052 + 0x0000000000000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$4998 + 0x0000000000000000 0x20 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$4964 + 0x0000000000000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_last_handle + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_entries_head + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_label_search + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_erase_part_type_data + 0x0000000000000000 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_vddsdio_configure + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_reset_reason + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_flash_get_cs_io + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.4 + 0x0000000000000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x0000000000000000 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.4 + 0x0000000000000000 0x10e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x0000000000000000 0x142 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_vddsdio_configure + 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_reset_reason + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_flash_get_cs_io + 0x0000000000000000 0x15 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x0000000000000000 0x26ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x0000000000000000 0x3bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x0000000000000000 0x473 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x0000000000000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x0000000000000000 0x1250 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x0000000000000000 0x1b8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_ota_select_crc + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_ota_select_valid + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_check_chip_validity + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_get_active_otadata + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_get_partition_description + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_crc + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_invalid + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_valid + 0x0000000000000000 0x29 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x0000000000000000 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_chip_validity + 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_select_otadata + 0x0000000000000000 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_active_otadata + 0x0000000000000000 0x31 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_get_partition_description.str1.4 + 0x0000000000000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_partition_description + 0x0000000000000000 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x0000000000000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x0000000000000000 0x208d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x0000000000000000 0x31e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x0000000000000000 0x45e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x0000000000000000 0xd14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x0000000000000000 0x16d9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.log_invalid_app_partition + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.read_otadata + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.write_otadata + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_actual_ota_seq + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_partition_table + 0x0000000000000000 0x8c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_reset + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_atexit + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_cache_and_start_app + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.unpack_load_app + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.load_image + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_boot_image + 0x0000000000000000 0x7c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_sha256_flash_contents + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x0000000000000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.check_anti_rollback + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x0000000000000000 0xb3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.log_invalid_app_partition + 0x0000000000000000 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.read_otadata.str1.4 + 0x0000000000000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.read_otadata + 0x0000000000000000 0x95 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.write_otadata.str1.4 + 0x0000000000000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.write_otadata + 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x0000000000000000 0x3b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x0000000000000000 0x196 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_partition_table + 0x0000000000000000 0x1b8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x0000000000000000 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_reset + 0x0000000000000000 0x9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x0000000000000000 0x9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_cache_and_start_app + 0x0000000000000000 0xa3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.unpack_load_app.str1.4 + 0x0000000000000000 0x6d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.unpack_load_app + 0x0000000000000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x0000000000000000 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x0000000000000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x0000000000000000 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_boot_image + 0x0000000000000000 0x14b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x0000000000000000 0x7d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_debug_buffer + 0x0000000000000000 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x0000000000000000 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss.ota_has_initial_contents + 0x0000000000000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x0000000000000000 0x1c0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x0000000000000000 0xb464 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x0000000000000000 0x57f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x0000000000000000 0xdf9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x0000000000000000 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x0000000000000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x0000000000000000 0x25a2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x0000000000000000 0x6bc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.should_map + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_segment_header + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_appended_hash_and_sig + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_checksum + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_image_header + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_image_header + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.should_load + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segment_data + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segment + 0x0000000000000000 0x54 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segments + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_simple_hash + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.image_load + 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_metadata + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader_data + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_flash_size + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_map + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_segment_header.str1.4 + 0x0000000000000000 0x91 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_segment_header + 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_appended_hash_and_sig.str1.4 + 0x0000000000000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_appended_hash_and_sig + 0x0000000000000000 0x69 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_checksum.str1.4 + 0x0000000000000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_checksum + 0x0000000000000000 0xc4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_image_header.str1.4 + 0x0000000000000000 0x99 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_image_header + 0x0000000000000000 0x74 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_image_header + 0x0000000000000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_load + 0x0000000000000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment_data.str1.4 + 0x0000000000000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment_data + 0x0000000000000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment.str1.4 + 0x0000000000000000 0xd5 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment + 0x0000000000000000 0x149 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segments + 0x0000000000000000 0x99 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_simple_hash.str1.4 + 0x0000000000000000 0x5a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_simple_hash + 0x0000000000000000 0x6c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x0000000000000000 0x45 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.image_load + 0x0000000000000000 0x12a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x0000000000000000 0x22 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x0000000000000000 0x5d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x0000000000000000 0x2cbe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x0000000000000000 0x3ed esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x0000000000000000 0xfc3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x0000000000000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x0000000000000000 0x21dd esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x0000000000000000 0x203d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_partition_table_verify + 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x0000000000000000 0x163 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text.esp_partition_table_verify + 0x0000000000000000 0x175 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x0000000000000000 0xf0b esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x0000000000000000 0x283 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x0000000000000000 0x1ef esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x0000000000000000 0x9dd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x0000000000000000 0x87d esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .literal.bootloader_read_status_8b_rdsr + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_read_status_8b_rdsr2 + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_read_status_16b_rdsr_rdsr2 + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_write_status_8b_wrsr + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_write_status_8b_wrsr2 + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_write_status_16b_wrsr + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_read_status_8b_xmc25qu64a + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_write_status_8b_xmc25qu64a + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.enable_qio_mode + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_enable_qio_mode + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_read_status_8b_rdsr + 0x0000000000000000 0x15 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_read_status_8b_rdsr2 + 0x0000000000000000 0x15 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_read_status_16b_rdsr_rdsr2 + 0x0000000000000000 0x29 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_write_status_8b_wrsr + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_write_status_8b_wrsr2 + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_write_status_16b_wrsr + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_read_status_8b_xmc25qu64a + 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_write_status_8b_xmc25qu64a + 0x0000000000000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .rodata.enable_qio_mode.str1.4 + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.enable_qio_mode + 0x0000000000000000 0x8a esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .rodata.bootloader_enable_qio_mode.str1.4 + 0x0000000000000000 0x6f esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text.bootloader_enable_qio_mode + 0x0000000000000000 0x11e esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x2b esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .rodata.bootloader_flash_qe_support_list + 0x0000000000000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .iram1.0 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .iram1.1 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_info 0x0000000000000000 0xba esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_abbrev 0x0000000000000000 0x55 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_line 0x0000000000000000 0x1f2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .debug_str 0x0000000000000000 0x201 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .literal.bootloader_sha256_start + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_sha256_data + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_sha256_finish + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_start + 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x0000000000000000 0x55 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_data + 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_finish + 0x0000000000000000 0x47 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$3750 + 0x0000000000000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$3743 + 0x0000000000000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x0000000000000000 0xfbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x0000000000000000 0x277 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x0000000000000000 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x0000000000000000 0x765 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x0000000000000000 0xa1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_random_enable + 0x0000000000000000 0x9c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .literal.bootloader_random_disable + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .text.bootloader_random_enable + 0x0000000000000000 0x22a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .text.bootloader_random_disable + 0x0000000000000000 0xb1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_info 0x0000000000000000 0xb62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_abbrev 0x0000000000000000 0x1e6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_line 0x0000000000000000 0x578 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .debug_str 0x0000000000000000 0x6ba esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .literal.mbedtls_sha256_init + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_free + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_clone + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_starts_ret + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_starts + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_internal_sha256_process + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_update_ret + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_finish_ret + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_zeroize + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_init + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_free + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_clone + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_starts_ret + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_starts + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_internal_sha256_process + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_process + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_update_ret + 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_finish_ret + 0x0000000000000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_finish + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.sha256_padding + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x0000000000000000 0x112e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x0000000000000000 0x302 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x0000000000000000 0x356 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x0000000000000000 0xb17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_str 0x0000000000000000 0x90e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.esp_sha_block_mode + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_dma_process + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_write_digest_state + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_read_digest_state + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_acquire_hardware + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_release_hardware + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_512_t_init_hash + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_dma + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_block_mode + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma_process.str1.4 + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_dma_process + 0x0000000000000000 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_write_digest_state + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_read_digest_state + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_acquire_hardware + 0x0000000000000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_release_hardware + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_512_t_init_hash.str1.4 + 0x0000000000000000 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_512_t_init_hash + 0x0000000000000000 0x11d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma.str1.4 + 0x0000000000000000 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_dma + 0x0000000000000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.29 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.28 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x0000000000000000 0x1f96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x0000000000000000 0x442 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x0000000000000000 0x989 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x0000000000000000 0x12b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_str 0x0000000000000000 0x1af6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.esp_sha_dma_start + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .text.esp_sha_dma_start + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_info 0x0000000000000000 0xb0c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_abbrev 0x0000000000000000 0x23c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_line 0x0000000000000000 0x4e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_str 0x0000000000000000 0x758 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .literal.crypto_shared_gdma_init + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .literal.esp_crypto_shared_gdma_start + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .literal.esp_crypto_shared_gdma_free + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .rodata.crypto_shared_gdma_init.str1.4 + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .rodata 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.crypto_shared_gdma_init + 0x0000000000000000 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_start + 0x0000000000000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_free + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .bss.tx_channel + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .bss.rx_channel + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_info 0x0000000000000000 0x2ef6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_abbrev 0x0000000000000000 0x413 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_loc 0x0000000000000000 0x1de esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_line 0x0000000000000000 0xbeb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_str 0x0000000000000000 0x1e55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .literal.sha_hal_wait_idle + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_hash_block + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_hash_dma + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_read_digest + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_write_digest + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_sha512_init_hash + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_wait_idle + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_hash_block + 0x0000000000000000 0x54 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_hash_dma + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_read_digest + 0x0000000000000000 0x5b esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_write_digest + 0x0000000000000000 0x4c esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_sha512_init_hash + 0x0000000000000000 0x32 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_info 0x0000000000000000 0x10c1 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x32e esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_loc 0x0000000000000000 0x5ea esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_line 0x0000000000000000 0x9a9 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_str 0x0000000000000000 0x88b esp-idf/hal/libhal.a(sha_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .text.esp_dport_access_read_buffer + 0x0000000000000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_info 0x0000000000000000 0x9b8 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_abbrev 0x0000000000000000 0x1c1 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_loc 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_line 0x0000000000000000 0x3e2 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .debug_str 0x0000000000000000 0x613 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .literal.esp_crypto_ds_lock_acquire + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_ds_lock_release + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_hmac_lock_acquire + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_hmac_lock_release + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_sha_aes_lock_acquire + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_sha_aes_lock_release + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_mpi_lock_acquire + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .literal.esp_crypto_mpi_lock_release + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_acquire + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_release + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_acquire + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_release + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_sha_aes_lock_acquire + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_sha_aes_lock_release + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_mpi_lock_acquire + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .text.esp_crypto_mpi_lock_release + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .bss.s_crypto_mpi_lock + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .bss.s_crypto_sha_aes_hmac_ds_lock + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_info 0x0000000000000000 0x221 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_abbrev 0x0000000000000000 0xcd esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_line 0x0000000000000000 0x281 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .debug_str 0x0000000000000000 0x2b8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .data 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + .bss 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + .text 0x0000000000000000 0x8 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + .data 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + .bss 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + .text 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + .bss 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + .bss 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + .data 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + .bss 0x0000000000000000 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x37 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x0000000000000000 0xb01 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x0000000000000000 0x1b1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loc 0x0000000000000000 0xd1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x0000000000000000 0x340 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x0000000000000000 0x6ec /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .literal 0x0000000000000000 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .text 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_info 0x0000000000000000 0xb01 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_abbrev 0x0000000000000000 0x1b1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_loc 0x0000000000000000 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_line 0x0000000000000000 0x2f2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_str 0x0000000000000000 0x6e8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .text 0x0000000000000000 0x56 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_info 0x0000000000000000 0xb01 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_abbrev 0x0000000000000000 0x1b1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_loc 0x0000000000000000 0x2c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_line 0x0000000000000000 0x342 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .debug_str 0x0000000000000000 0x6e8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .text 0x0000000000000000 0x2aa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .text 0x0000000000000000 0x2ae /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .text 0x0000000000000000 0x26e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .text 0x0000000000000000 0x272 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .text 0x0000000000000000 0x12 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_info 0x0000000000000000 0x976 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_abbrev 0x0000000000000000 0x1cc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_line 0x0000000000000000 0x1f9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .debug_str 0x0000000000000000 0x5be /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .text 0x0000000000000000 0x5c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_info 0x0000000000000000 0xa9b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_abbrev 0x0000000000000000 0x249 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_loc 0x0000000000000000 0x74 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_line 0x0000000000000000 0x2b2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_str 0x0000000000000000 0x612 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .literal 0x0000000000000000 0x2c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .text 0x0000000000000000 0xb0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_info 0x0000000000000000 0xdb4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_abbrev 0x0000000000000000 0x29f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_loc 0x0000000000000000 0xa6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_line 0x0000000000000000 0x410 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_str 0x0000000000000000 0x7f6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .literal 0x0000000000000000 0x30 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .text 0x0000000000000000 0xdc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_info 0x0000000000000000 0xe03 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_abbrev 0x0000000000000000 0x2e1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_loc 0x0000000000000000 0x10d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_line 0x0000000000000000 0x45b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_str 0x0000000000000000 0x7f6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .debug_info 0x0000000000000000 0x915 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .debug_abbrev 0x0000000000000000 0x169 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .debug_aranges + 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .debug_line 0x0000000000000000 0x107 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .debug_str 0x0000000000000000 0x5a2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .text 0x0000000000000000 0x4c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_info 0x0000000000000000 0xa11 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_abbrev 0x0000000000000000 0x23c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_loc 0x0000000000000000 0x104 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_line 0x0000000000000000 0x2d7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_str 0x0000000000000000 0x5d1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .literal 0x0000000000000000 0x2c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .text 0x0000000000000000 0x27d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_info 0x0000000000000000 0xc50 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_abbrev 0x0000000000000000 0x234 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_loc 0x0000000000000000 0x1ba /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_line 0x0000000000000000 0x81c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .debug_str 0x0000000000000000 0x6f4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .text 0x0000000000000000 0x1b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_info 0x0000000000000000 0x9ab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_abbrev 0x0000000000000000 0x1c3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_loc 0x0000000000000000 0xcd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_line 0x0000000000000000 0x24a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .debug_str 0x0000000000000000 0x5c2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .text 0x0000000000000000 0x52 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_info 0x0000000000000000 0x9ca /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_abbrev 0x0000000000000000 0x1af /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_loc 0x0000000000000000 0x17f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_line 0x0000000000000000 0x2f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .debug_str 0x0000000000000000 0x5b2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .literal 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x135 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .debug_line 0x0000000000000000 0x357 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .debug_str 0x0000000000000000 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x3f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_info 0x0000000000000000 0xef6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_abbrev 0x0000000000000000 0x1d1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_loc 0x0000000000000000 0x1d1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_line 0x0000000000000000 0x340 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .debug_str 0x0000000000000000 0x8e2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .literal 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .text 0x0000000000000000 0x74 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .debug_line 0x0000000000000000 0x18e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .debug_str 0x0000000000000000 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .rodata 0x0000000000000000 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .debug_info 0x0000000000000000 0x978 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .debug_abbrev 0x0000000000000000 0x182 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .debug_aranges + 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .debug_line 0x0000000000000000 0x1d0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .debug_str 0x0000000000000000 0x5d3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .literal 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .text 0x0000000000000000 0x364 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_frame 0x0000000000000000 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_info 0x0000000000000000 0x1186 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_abbrev 0x0000000000000000 0x35c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_loc 0x0000000000000000 0x96f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_line 0x0000000000000000 0xab9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .debug_str 0x0000000000000000 0x616 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .text 0x0000000000000000 0x23 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_info 0x0000000000000000 0x96b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_abbrev 0x0000000000000000 0x1af /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_loc 0x0000000000000000 0xbc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_line 0x0000000000000000 0x249 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_str 0x0000000000000000 0x5ab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .literal 0x0000000000000000 0x1c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .text 0x0000000000000000 0x123 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .debug_line 0x0000000000000000 0x2fd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .debug_str 0x0000000000000000 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x90 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .debug_line 0x0000000000000000 0x1ca /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .debug_str 0x0000000000000000 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x2b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_info 0x0000000000000000 0x979 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_abbrev 0x0000000000000000 0x1b9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_loc 0x0000000000000000 0x83 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_line 0x0000000000000000 0x2a4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .debug_str 0x0000000000000000 0x5b4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .literal 0x0000000000000000 0x10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .text 0x0000000000000000 0x2e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_info 0x0000000000000000 0xa2a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_abbrev 0x0000000000000000 0x239 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_loc 0x0000000000000000 0x3a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_line 0x0000000000000000 0x231 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .debug_str 0x0000000000000000 0x60a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .text 0x0000000000000000 0x52 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_info 0x0000000000000000 0x9ce /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_abbrev 0x0000000000000000 0x1ed /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_loc 0x0000000000000000 0x14f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_line 0x0000000000000000 0x33e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .debug_str 0x0000000000000000 0x5c0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .text 0x0000000000000000 0x46 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_info 0x0000000000000000 0x9a1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_abbrev 0x0000000000000000 0x1b9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_loc 0x0000000000000000 0x1b3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_line 0x0000000000000000 0x2d8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .debug_str 0x0000000000000000 0x5b4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .text 0x0000000000000000 0x63 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .debug_line 0x0000000000000000 0x16a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .debug_str 0x0000000000000000 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .text 0x0000000000000000 0x3e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_info 0x0000000000000000 0x96d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_abbrev 0x0000000000000000 0x194 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_loc 0x0000000000000000 0xd6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_line 0x0000000000000000 0x288 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .debug_str 0x0000000000000000 0x5b4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x113 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .debug_line 0x0000000000000000 0x2f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .debug_str 0x0000000000000000 0xeb /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x36 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_info 0x0000000000000000 0x979 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_abbrev 0x0000000000000000 0x1b9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_loc 0x0000000000000000 0x44 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_line 0x0000000000000000 0x2c2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .debug_str 0x0000000000000000 0x5b2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .literal 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .text 0x0000000000000000 0x16a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_info 0x0000000000000000 0xb6d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_abbrev 0x0000000000000000 0x207 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_loc 0x0000000000000000 0x1ac /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_ranges 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_line 0x0000000000000000 0x5bf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .debug_str 0x0000000000000000 0x693 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .literal 0x0000000000000000 0x10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .text 0x0000000000000000 0x1e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_info 0x0000000000000000 0x9e2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_abbrev 0x0000000000000000 0x1c0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_line 0x0000000000000000 0x204 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .debug_str 0x0000000000000000 0x62f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .literal 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .text 0x0000000000000000 0x31 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_info 0x0000000000000000 0xa07 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_abbrev 0x0000000000000000 0x1c4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_line 0x0000000000000000 0x210 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .debug_str 0x0000000000000000 0x614 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .literal 0x0000000000000000 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x3d2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .bss 0x0000000000000000 0x1a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .rodata.str1.1 + 0x0000000000000000 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_info 0x0000000000000000 0xecb /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_abbrev 0x0000000000000000 0x262 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_loc 0x0000000000000000 0x1f6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_line 0x0000000000000000 0xbe8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .debug_str 0x0000000000000000 0x709 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .data 0x0000000000000000 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .bss 0x0000000000000000 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .rodata.str1.1 + 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .debug_info 0x0000000000000000 0x95f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .debug_abbrev 0x0000000000000000 0x17c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .debug_aranges + 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .debug_line 0x0000000000000000 0x163 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .debug_str 0x0000000000000000 0x5bc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .literal 0x0000000000000000 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .text 0x0000000000000000 0x74 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .rodata.str1.1 + 0x0000000000000000 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_info 0x0000000000000000 0xa76 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_abbrev 0x0000000000000000 0x240 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_loc 0x0000000000000000 0x195 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_line 0x0000000000000000 0x3f7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_str 0x0000000000000000 0x5ec /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .literal 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .text 0x0000000000000000 0x94 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_info 0x0000000000000000 0xaaa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_abbrev 0x0000000000000000 0x236 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_loc 0x0000000000000000 0x124 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_line 0x0000000000000000 0x3c9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .debug_str 0x0000000000000000 0x60d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .text 0x0000000000000000 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .data 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_info 0x0000000000000000 0xa69 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_abbrev 0x0000000000000000 0x1a4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_line 0x0000000000000000 0x1fd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .debug_str 0x0000000000000000 0x64f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .literal 0x0000000000000000 0x44 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .text 0x0000000000000000 0x1ae /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_info 0x0000000000000000 0xb34 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_abbrev 0x0000000000000000 0x1fa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_loc 0x0000000000000000 0x198 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_line 0x0000000000000000 0x608 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .debug_str 0x0000000000000000 0x661 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .literal 0x0000000000000000 0x1c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .text 0x0000000000000000 0xc2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_info 0x0000000000000000 0xd0b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_abbrev 0x0000000000000000 0x27c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_loc 0x0000000000000000 0x99 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_line 0x0000000000000000 0x478 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .debug_str 0x0000000000000000 0x773 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .literal 0x0000000000000000 0x154 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .text 0x0000000000000000 0x242 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .rodata.str1.1 + 0x0000000000000000 0x697 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .rodata 0x0000000000000000 0x23c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_frame 0x0000000000000000 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_info 0x0000000000000000 0xac2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_abbrev 0x0000000000000000 0x233 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_loc 0x0000000000000000 0x63c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_line 0x0000000000000000 0xc1a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .debug_str 0x0000000000000000 0x624 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .text 0x0000000000000000 0x136 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_frame 0x0000000000000000 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_info 0x0000000000000000 0x11d7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_abbrev 0x0000000000000000 0x2dd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_loc 0x0000000000000000 0x3a2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_line 0x0000000000000000 0x6e9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .debug_str 0x0000000000000000 0x97d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .literal 0x0000000000000000 0xc8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .text 0x0000000000000000 0x210d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .rodata 0x0000000000000000 0x22 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_frame 0x0000000000000000 0x8c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_info 0x0000000000000000 0x27d3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_abbrev 0x0000000000000000 0x469 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_loc 0x0000000000000000 0x20cc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_ranges 0x0000000000000000 0xb8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_line 0x0000000000000000 0x40ab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_str 0x0000000000000000 0xcf4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .text 0x0000000000000000 0x7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_info 0x0000000000000000 0x8b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_abbrev 0x0000000000000000 0x76 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_loc 0x0000000000000000 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_line 0x0000000000000000 0xbd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .debug_str 0x0000000000000000 0x135 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .literal 0x0000000000000000 0x3c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .text 0x0000000000000000 0x1e0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_frame 0x0000000000000000 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_info 0x0000000000000000 0xe6a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_abbrev 0x0000000000000000 0x32e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_loc 0x0000000000000000 0x2de /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_line 0x0000000000000000 0x82e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .debug_str 0x0000000000000000 0x7d7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .literal 0x0000000000000000 0x10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .text 0x0000000000000000 0x1e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_info 0x0000000000000000 0x99e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_abbrev 0x0000000000000000 0x1d1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_line 0x0000000000000000 0x20f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .debug_str 0x0000000000000000 0x634 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .text 0x0000000000000000 0x11 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_info 0x0000000000000000 0xc7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_abbrev 0x0000000000000000 0x95 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_loc 0x0000000000000000 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_line 0x0000000000000000 0x186 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_str 0x0000000000000000 0x1a7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .text 0x0000000000000000 0x1c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_info 0x0000000000000000 0xecd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_abbrev 0x0000000000000000 0x1bd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_loc 0x0000000000000000 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_line 0x0000000000000000 0x2a7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .debug_str 0x0000000000000000 0x8dc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .literal 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .text 0x0000000000000000 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .bss 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .text 0x0000000000000000 0x50 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .rodata.str1.1 + 0x0000000000000000 0x1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_frame 0x0000000000000000 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_info 0x0000000000000000 0x1034 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_abbrev 0x0000000000000000 0x23e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_loc 0x0000000000000000 0x92 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_line 0x0000000000000000 0x355 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_str 0x0000000000000000 0x954 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .literal 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .text 0x0000000000000000 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_frame 0x0000000000000000 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_info 0x0000000000000000 0xbcf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_abbrev 0x0000000000000000 0x1f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_loc 0x0000000000000000 0x178 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_line 0x0000000000000000 0x402 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .debug_str 0x0000000000000000 0x70e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .literal 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .text 0x0000000000000000 0x15e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_frame 0x0000000000000000 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_info 0x0000000000000000 0x1250 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_abbrev 0x0000000000000000 0x318 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_loc 0x0000000000000000 0x3ed /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_ranges 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_line 0x0000000000000000 0x77a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .debug_str 0x0000000000000000 0x980 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .literal 0x0000000000000000 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .text 0x0000000000000000 0x1c0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_frame 0x0000000000000000 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_info 0x0000000000000000 0x11f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_abbrev 0x0000000000000000 0x2f2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_loc 0x0000000000000000 0x490 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_line 0x0000000000000000 0x787 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_str 0x0000000000000000 0x97d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .literal 0x0000000000000000 0x1c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .text 0x0000000000000000 0x1b4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_frame 0x0000000000000000 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_info 0x0000000000000000 0x11f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_abbrev 0x0000000000000000 0x2f2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_loc 0x0000000000000000 0x462 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_line 0x0000000000000000 0x76c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_str 0x0000000000000000 0x982 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .comment 0x0000000000000000 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + .literal 0x0000000000000000 0x10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .text 0x0000000000000000 0x312 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_line 0x0000000000000000 0x6f4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .literal 0x0000000000000000 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .text 0x0000000000000000 0x1ff /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_line 0x0000000000000000 0x4bb /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .literal 0x0000000000000000 0x10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .text 0x0000000000000000 0x213 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_line 0x0000000000000000 0x4e4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .literal 0x0000000000000000 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .text 0x0000000000000000 0x176 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_line 0x0000000000000000 0x3b2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .text 0x0000000000000000 0x4c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_line 0x0000000000000000 0x12a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .text 0x0000000000000000 0x3d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_line 0x0000000000000000 0x10c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_info 0x0000000000000000 0x26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_abbrev 0x0000000000000000 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_aranges + 0x0000000000000000 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_str 0x0000000000000000 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .init.literal 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .text 0x0000000000000000 0x16 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .ctors 0x0000000000000000 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .tm_clone_table + 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .init 0x0000000000000000 0x6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .text 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + .data 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + .bss 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + .init 0x0000000000000000 0x2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + .fini 0x0000000000000000 0x2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + +Memory Configuration + +Name Origin Length Attributes +iram0_0_seg 0x0000000040378000 0x0000000000054700 xr +iram0_2_seg 0x0000000042000020 0x00000000007fffe0 xr +dram0_0_seg 0x000000003fc88000 0x0000000000054700 rw +drom0_0_seg 0x000000003c000020 0x00000000007fffe0 r +rtc_iram_seg 0x00000000600fe000 0x0000000000002000 xrw +rtc_data_seg 0x00000000600fe000 0x0000000000002000 rw +rtc_slow_seg 0x0000000050000000 0x0000000000002000 rw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +LOAD CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/asio/libasio.a +LOAD esp-idf/cbor/libcbor.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/coap/libcoap.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc_cal/libesp_adc_cal.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_lcd/libesp_lcd.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/mdns/libmdns.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp_websocket_client/libesp_websocket_client.a +LOAD esp-idf/expat/libexpat.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/freemodbus/libfreemodbus.a +LOAD esp-idf/jsmn/libjsmn.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/libsodium/liblibsodium.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/openssl/libopenssl.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/usb/libusb.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/asio/libasio.a +LOAD esp-idf/cbor/libcbor.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/coap/libcoap.a +LOAD esp-idf/esp_adc_cal/libesp_adc_cal.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_websocket_client/libesp_websocket_client.a +LOAD esp-idf/expat/libexpat.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/freemodbus/libfreemodbus.a +LOAD esp-idf/jsmn/libjsmn.a +LOAD esp-idf/libsodium/liblibsodium.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/openssl/libopenssl.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/usb/libusb.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/mdns/libmdns.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.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/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/ulp/libulp.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 /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcoexist.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libcore.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libespnow.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libmesh.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libnet80211.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libpp.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libsmartconfig.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_wifi/lib/esp32s3/libwapi.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libphy.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libphy.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libphy.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/esp_phy/lib/esp32s3/libbtbb.a +LOAD /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a +LOAD esp-idf/newlib/libnewlib.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libstdc++.a +LOAD esp-idf/pthread/libpthread.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcov.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcov.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libstdc++.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libm.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libnosys.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o +LOAD /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + 0x0000000000000010 _esp_flash_mmap_prefetch_pad_size = 0x10 + 0x0000000000000000 _esp_memprot_prefetch_pad_size = 0x0 + 0x0000000000000000 _esp_memprot_align_size = 0x0 + 0x000000003fc98540 _static_data_end = _bss_end + 0x0000000040000000 _heap_end = 0x40000000 + 0x00000000600fe000 _data_seg_org = ORIGIN (rtc_data_seg) + 0x0000000000000001 ASSERT ((_flash_rodata_dummy_start == ORIGIN (default_rodata_seg)), .flash_rodata_dummy section must be placed at the beginning of the rodata segment.) + 0x0000000040378000 _diram_i_start = 0x40378000 + +.rtc.text 0x00000000600fe000 0x0 + 0x00000000600fe000 . = ALIGN (0x4) + 0x00000000600fe000 _rtc_text_start = ABSOLUTE (.) + *(.rtc.entry.text) + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.literal .text .literal.* .text.*) + 0x00000000600fe000 _rtc_text_end = ABSOLUTE (.) + +.rtc.dummy 0x00000000600fe000 0x0 + 0x00000000600fe000 _rtc_dummy_start = ABSOLUTE (.) + 0x00000000600fe000 _rtc_fast_start = ABSOLUTE (.) + 0x0000000000000000 . = SIZEOF (.rtc.text) + 0x00000000600fe000 _rtc_dummy_end = ABSOLUTE (.) + +.rtc.force_fast + 0x00000000600fe000 0x0 + 0x00000000600fe000 . = ALIGN (0x4) + 0x00000000600fe000 _rtc_force_fast_start = ABSOLUTE (.) + 0x00000000600fe000 _coredump_rtc_fast_start = ABSOLUTE (.) + *(.rtc.fast.coredump .rtc.fast.coredump.*) + 0x00000000600fe000 _coredump_rtc_fast_end = ABSOLUTE (.) + *(.rtc.force_fast .rtc.force_fast.*) + 0x00000000600fe000 . = ALIGN (0x4) + 0x00000000600fe000 _rtc_force_fast_end = ABSOLUTE (.) + +.rtc.data 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_data_start = ABSOLUTE (.) + 0x0000000050000000 _coredump_rtc_start = ABSOLUTE (.) + *(.rtc.coredump .rtc.coredump.*) + 0x0000000050000000 _coredump_rtc_end = ABSOLUTE (.) + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .bss .bss.*) + 0x0000000050000000 _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.*(.bss .bss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + 0x0000000050000000 _rtc_bss_end = ABSOLUTE (.) + +.rtc_noinit 0x0000000050000000 0x10 + 0x0000000050000000 . = ALIGN (0x4) + 0x0000000050000000 _rtc_noinit_start = ABSOLUTE (.) + *(.rtc_noinit .rtc_noinit.*) + .rtc_noinit.26 + 0x0000000050000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_noinit_end = ABSOLUTE (.) + +.rtc.force_slow + 0x0000000050000010 0x0 + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_force_slow_start = ABSOLUTE (.) + *(.rtc.force_slow .rtc.force_slow.*) + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_force_slow_end = ABSOLUTE (.) + 0x0000000000000010 _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) + 0x0000000000000000 _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) + 0x0000000000000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) + 0x0000000000000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) + +.iram0.vectors 0x0000000040378000 0x403 + 0x0000000040378000 _iram_start = ABSOLUTE (.) + 0x0000000040378000 _vector_table = ABSOLUTE (.) + 0x0000000000000000 . = 0x0 + *(.WindowVectors.text) + .WindowVectors.text + 0x0000000040378000 0x16a esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040378000 _WindowOverflow4 + 0x0000000040378040 _WindowUnderflow4 + 0x0000000040378050 _xt_alloca_exc + 0x0000000040378080 _WindowOverflow8 + 0x00000000403780c0 _WindowUnderflow8 + 0x0000000040378100 _WindowOverflow12 + 0x0000000040378140 _WindowUnderflow12 + 0x0000000000000180 . = 0x180 + *fill* 0x000000004037816a 0x16 + *(.Level2InterruptVector.text) + .Level2InterruptVector.text + 0x0000000040378180 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378180 _Level2Vector + 0x00000000000001c0 . = 0x1c0 + *fill* 0x0000000040378186 0x3a + *(.Level3InterruptVector.text) + .Level3InterruptVector.text + 0x00000000403781c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x00000000403781c0 _Level3Vector + 0x0000000000000200 . = 0x200 + *fill* 0x00000000403781c6 0x3a + *(.Level4InterruptVector.text) + .Level4InterruptVector.text + 0x0000000040378200 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378200 _Level4Vector + 0x0000000000000240 . = 0x240 + *fill* 0x0000000040378206 0x3a + *(.Level5InterruptVector.text) + .Level5InterruptVector.text + 0x0000000040378240 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378240 _Level5Vector + 0x0000000000000280 . = 0x280 + *fill* 0x0000000040378246 0x3a + *(.DebugExceptionVector.text) + .DebugExceptionVector.text + 0x0000000040378280 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378280 _DebugExceptionVector + 0x00000000000002c0 . = 0x2c0 + *fill* 0x0000000040378286 0x3a + *(.NMIExceptionVector.text) + .NMIExceptionVector.text + 0x00000000403782c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x00000000403782c0 _NMIExceptionVector + 0x0000000000000300 . = 0x300 + *fill* 0x00000000403782c6 0x3a + *(.KernelExceptionVector.text) + .KernelExceptionVector.text + 0x0000000040378300 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378300 _KernelExceptionVector + 0x0000000000000340 . = 0x340 + *fill* 0x0000000040378306 0x3a + *(.UserExceptionVector.text) + .UserExceptionVector.text + 0x0000000040378340 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040378340 _UserExceptionVector + 0x00000000000003c0 . = 0x3c0 + *fill* 0x0000000040378346 0x7a + *(.DoubleExceptionVector.text) + .DoubleExceptionVector.text + 0x00000000403783c0 0xe esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x11 (size before relaxing) + 0x00000000403783c0 _DoubleExceptionVector + 0x0000000000000400 . = 0x400 + *fill* 0x00000000403783ce 0x32 + 0x0000000040378400 _invalid_pc_placeholder = ABSOLUTE (.) + *(.*Vector.literal) + .DebugExceptionVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .DoubleExceptionVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .KernelExceptionVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .UserExceptionVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level2InterruptVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level3InterruptVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level4InterruptVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level5InterruptVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .NMIExceptionVector.literal + 0x0000000040378400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + *(.UserEnter.literal) + *(.UserEnter.text) + 0x0000000040378400 . = ALIGN (0x10) + *fill* 0x0000000040378400 0x0 + *(.entry.text) + *(.init.literal) + *(.init) + .init 0x0000000040378400 0x3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + 0x0000000040378400 _init + 0x0000000040378403 _init_end = ABSOLUTE (.) + +.iram0.text 0x0000000040378404 0xcdd7 + 0x0000000040378404 _iram_text_start = ABSOLUTE (.) + *(.iram1 .iram1.*) + .iram1.1.literal + 0x0000000040378404 0xc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .iram1.25.literal + 0x0000000040378410 0x44 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x50 (size before relaxing) + .iram1.26.literal + 0x0000000040378454 0x80 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0xd4 (size before relaxing) + .iram1.literal + 0x00000000403784d4 0x10 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x1c (size before relaxing) + .iram1.3.literal + 0x00000000403784e4 0x8 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .iram1.28.literal + 0x00000000403784ec 0x4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x1c (size before relaxing) + .iram1.29.literal + 0x00000000403784f0 0x4 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0xc (size before relaxing) + .iram1.30.literal + 0x00000000403784f4 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .iram1.29.literal + 0x0000000040378504 0xc esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x10 (size before relaxing) + .iram1.22.literal + 0x0000000040378510 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xc (size before relaxing) + .iram1.23.literal + 0x0000000040378510 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x8 (size before relaxing) + .iram1.24.literal + 0x0000000040378514 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x8 (size before relaxing) + .iram1.22.literal + 0x0000000040378514 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0xb0 (size before relaxing) + .iram1.27.literal + 0x0000000040378564 0x4 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x10 (size before relaxing) + .iram1.26.literal + 0x0000000040378568 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x10 (size before relaxing) + .iram1.24.literal + 0x0000000040378568 0x14 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x20 (size before relaxing) + .iram1.25.literal + 0x000000004037857c 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x8 (size before relaxing) + .iram1.23.literal + 0x000000004037857c 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x34 (size before relaxing) + .iram1.26.literal + 0x00000000403785ac 0x14 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x64 (size before relaxing) + .iram1.27.literal + 0x00000000403785c0 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x8 (size before relaxing) + .iram1.literal + 0x00000000403785c0 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x4 (size before relaxing) + .iram1.26.literal + 0x00000000403785c0 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .iram1.3.literal + 0x00000000403785c4 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.1.literal + 0x00000000403785cc 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.0.literal + 0x00000000403785d8 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x24 (size before relaxing) + .iram1.35.literal + 0x00000000403785f8 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.27.literal + 0x00000000403785fc 0x28 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x38 (size before relaxing) + .iram1.28.literal + 0x0000000040378624 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x1c (size before relaxing) + .iram1.29.literal + 0x0000000040378628 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .iram1.30.literal + 0x0000000040378630 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x28 (size before relaxing) + .iram1.36.literal + 0x0000000040378644 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.37.literal + 0x0000000040378650 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x50 (size before relaxing) + .iram1.38.literal + 0x000000004037865c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .iram1.31.literal + 0x0000000040378660 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x28 (size before relaxing) + .iram1.3.literal + 0x0000000040378664 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.4.literal + 0x0000000040378664 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.5.literal + 0x0000000040378664 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.8.literal + 0x0000000040378668 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.28.literal + 0x000000004037866c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.28.literal + 0x0000000040378674 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xc (size before relaxing) + .iram1.32.literal + 0x0000000040378678 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .iram1.33.literal + 0x0000000040378684 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x2c (size before relaxing) + .iram1.30.literal + 0x0000000040378684 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .iram1.31.literal + 0x000000004037868c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + .iram1.29.literal + 0x000000004037869c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.30.literal + 0x00000000403786a4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.31.literal + 0x00000000403786a8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.26.literal + 0x00000000403786ac 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x8 (size before relaxing) + .iram1.34.literal + 0x00000000403786b0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.31.literal + 0x00000000403786b4 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x18 (size before relaxing) + .iram1.35.literal + 0x00000000403786c4 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.36.literal + 0x00000000403786c4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.3.literal + 0x00000000403786c8 0x4 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x8 (size before relaxing) + .iram1.30.literal + 0x00000000403786cc 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.27.literal + 0x00000000403786d4 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x8 (size before relaxing) + .iram1.28.literal + 0x00000000403786d4 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x28 (size before relaxing) + .iram1.28.literal + 0x00000000403786dc 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.29.literal + 0x00000000403786e0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .iram1.literal + 0x00000000403786e0 0x44 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9c (size before relaxing) + .iram1.28.literal + 0x0000000040378724 0x8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x14 (size before relaxing) + .iram1.literal + 0x000000004037872c 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x4 (size before relaxing) + .iram1.28.literal + 0x000000004037872c 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + .iram1.44.literal + 0x0000000040378730 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.32.literal + 0x000000004037873c 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x34 (size before relaxing) + .iram1.37.literal + 0x0000000040378744 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x28 (size before relaxing) + .iram1.31.literal + 0x000000004037874c 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + .iram1.33.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.34.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.35.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.36.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.38.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.39.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.40.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.42.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.43.literal + 0x0000000040378754 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.45.literal + 0x0000000040378754 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.46.literal + 0x000000004037875c 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.47.literal + 0x0000000040378760 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.48.literal + 0x0000000040378760 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.49.literal + 0x0000000040378760 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.50.literal + 0x0000000040378760 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x0000000040378760 0x8 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0xc (size before relaxing) + .iram1.29.literal + 0x0000000040378768 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x18 (size before relaxing) + .iram1.28.literal + 0x0000000040378774 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x8 (size before relaxing) + .iram1.28.literal + 0x0000000040378774 0x24 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x38 (size before relaxing) + .iram1.33.literal + 0x0000000040378798 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .iram1.literal + 0x000000004037879c 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + 0x24 (size before relaxing) + .iram1.4.literal + 0x00000000403787bc 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4c (size before relaxing) + .iram1.5.literal + 0x00000000403787f8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x00000000403787f8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x14 (size before relaxing) + .iram1.7.literal + 0x0000000040378800 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xc (size before relaxing) + .iram1.36.literal + 0x0000000040378808 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .iram1.30.literal + 0x000000004037880c 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x20 (size before relaxing) + .iram1.35.literal + 0x0000000040378818 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .iram1.31.literal + 0x000000004037881c 0x34 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x78 (size before relaxing) + .iram1.32.literal + 0x0000000040378850 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x44 (size before relaxing) + .iram1.37.literal + 0x0000000040378860 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.41.literal + 0x0000000040378864 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.35.literal + 0x0000000040378864 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0xc (size before relaxing) + .iram1.29.literal + 0x0000000040378868 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x14 (size before relaxing) + .iram1.30.literal + 0x0000000040378874 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.38.literal + 0x000000004037887c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x14 (size before relaxing) + .iram1.32.literal + 0x000000004037887c 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x60 (size before relaxing) + .iram1.31.literal + 0x00000000403788a4 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.33.literal + 0x00000000403788a8 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x34 (size before relaxing) + .iram1.39.literal + 0x00000000403788b4 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.42.literal + 0x00000000403788b8 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8 (size before relaxing) + .iram1.34.literal + 0x00000000403788b8 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.35.literal + 0x00000000403788b8 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.37.literal + 0x00000000403788bc 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.30.literal + 0x00000000403788bc 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.35.literal + 0x00000000403788c0 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x20 (size before relaxing) + .iram1.33.literal + 0x00000000403788d0 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xc (size before relaxing) + .iram1.36.literal + 0x00000000403788d4 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x8 (size before relaxing) + .iram1.32.literal + 0x00000000403788d8 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x58 (size before relaxing) + .iram1.32.literal + 0x00000000403788f0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.33.literal + 0x00000000403788f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.36.literal + 0x00000000403788f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.42.literal + 0x00000000403788f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x00000000403788f4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x10 (size before relaxing) + .iram1.40.literal + 0x00000000403788f8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.39.literal + 0x00000000403788f8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xc (size before relaxing) + .iram1.37.literal + 0x00000000403788f8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x8 (size before relaxing) + .iram1.38.literal + 0x00000000403788f8 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x1c (size before relaxing) + .iram1.43.literal + 0x000000004037890c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3.literal + 0x0000000040378910 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x0000000040378910 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040378914 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x8 (size before relaxing) + .iram1.28.literal + 0x0000000040378914 0xc esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x1c (size before relaxing) + .iram1.29.literal + 0x0000000040378920 0x10 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x28 (size before relaxing) + .iram1.30.literal + 0x0000000040378930 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.32.literal + 0x0000000040378930 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.literal + 0x0000000040378930 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0xc (size before relaxing) + .literal.esp_cpu_configure_region_protection + 0x0000000040378930 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_bbpll_disable + 0x0000000040378938 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x8 (size before relaxing) + .literal.rtc_clk_bbpll_enable + 0x000000004037893c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_set_bbpll_always_on + 0x000000004037893c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enable_internal + 0x0000000040378940 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_32k_enable + 0x0000000040378954 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c (size before relaxing) + .literal.rtc_clk_32k_enable_external + 0x0000000040378964 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_clk_8m_enable + 0x0000000040378964 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_8m_enabled + 0x0000000040378970 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_8md256_enabled + 0x0000000040378970 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_set + 0x0000000040378970 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_clk_slow_freq_get + 0x0000000040378978 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000040378978 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_fast_freq_set + 0x0000000040378980 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_bbpll_configure + 0x0000000040378984 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2c (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x000000004037898c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_cpu_freq_mhz_to_config + 0x0000000040378998 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cpu_freq_get_config + 0x0000000040378998 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x28 (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x00000000403789a0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_pll_mhz + 0x00000000403789a4 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x6c (size before relaxing) + .literal.rtc_clk_cpu_freq_to_8m + 0x00000000403789d0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x38 (size before relaxing) + .literal.rtc_clk_cpu_freq_to_xtal + 0x00000000403789d8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x34 (size before relaxing) + .literal.rtc_clk_cpu_freq_set_config + 0x00000000403789d8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2c (size before relaxing) + .literal.rtc_clk_cpu_freq_set_xtal + 0x00000000403789d8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_apb_freq_get + 0x00000000403789d8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_sleep_pu + 0x00000000403789d8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x2c (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040378a00 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x58 (size before relaxing) + .literal.rtc_clk_cal + 0x0000000040378a24 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x1c (size before relaxing) + .literal.rtc_time_us_to_slowclk + 0x0000000040378a28 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x4 (size before relaxing) + .literal.rtc_time_get + 0x0000000040378a28 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x10 (size before relaxing) + .literal.prvGetFreeSize + 0x0000000040378a34 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.prvReceiveGeneric + 0x0000000040378a40 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x38 (size before relaxing) + .literal.xRingbufferSend + 0x0000000040378a4c 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c (size before relaxing) + .literal.xRingbufferReceive + 0x0000000040378a58 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.vRingbufferReturnItem + 0x0000000040378a5c 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x24 (size before relaxing) + .literal.esp_error_check_failed_print + 0x0000000040378a64 0x18 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x2c (size before relaxing) + .literal._esp_error_check_failed + 0x0000000040378a7c 0x4 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0xc (size before relaxing) + .literal.esp_system_abort + 0x0000000040378a80 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x4 (size before relaxing) + .literal 0x0000000040378a80 0x10 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x64 (size before relaxing) + .literal 0x0000000040378a90 0x4 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x24 (size before relaxing) + .literal.vPortSetupTimer + 0x0000000040378a94 0x24 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x54 (size before relaxing) + .literal.xPortSysTickHandler + 0x0000000040378ab8 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x8 (size before relaxing) + .literal.prvIsQueueEmpty + 0x0000000040378ab8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.prvCopyDataToQueue + 0x0000000040378ab8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xc (size before relaxing) + .literal.prvNotifyQueueSetContainer + 0x0000000040378ab8 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x30 (size before relaxing) + .literal.prvCopyDataFromQueue + 0x0000000040378ad0 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.prvUnlockQueue + 0x0000000040378ad0 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x28 (size before relaxing) + .literal.xQueueGenericReset + 0x0000000040378ad0 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c (size before relaxing) + .literal.prvInitialiseNewQueue + 0x0000000040378ae8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.xQueueGenericCreateStatic + 0x0000000040378ae8 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueGenericCreate + 0x0000000040378b00 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x28 (size before relaxing) + .literal.xQueueGetMutexHolder + 0x0000000040378b0c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueGenericSend + 0x0000000040378b0c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x98 (size before relaxing) + .literal.prvInitialiseMutex + 0x0000000040378b20 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueCreateMutex + 0x0000000040378b20 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueCreateMutexStatic + 0x0000000040378b20 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueGiveMutexRecursive + 0x0000000040378b20 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueGiveFromISR + 0x0000000040378b28 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueSemaphoreTake + 0x0000000040378b38 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xa0 (size before relaxing) + .literal.xQueueTakeMutexRecursive + 0x0000000040378b44 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueReceiveFromISR + 0x0000000040378b48 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x2c (size before relaxing) + .literal.vQueueDelete + 0x0000000040378b50 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.prvResetNextTaskUnblockTime + 0x0000000040378b58 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvDeleteTLS + 0x0000000040378b60 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.prvInitialiseNewTask + 0x0000000040378b70 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.prvInitialiseTaskLists + 0x0000000040378b70 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + .literal.taskSelectHighestPriorityTaskSMP + 0x0000000040378b8c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvDeleteTCB + 0x0000000040378b9c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.prvCheckTasksWaitingTermination + 0x0000000040378bac 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.prvAddCurrentTaskToDelayedList + 0x0000000040378bc0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvIdleTask + 0x0000000040378bc4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.taskYIELD_OTHER_CORE + 0x0000000040378bc8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.prvAddNewTaskToReadyList + 0x0000000040378bc8 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.xTaskCreateStaticPinnedToCore + 0x0000000040378bd0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.xTaskCreatePinnedToCore + 0x0000000040378be4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.vTaskSuspendAll + 0x0000000040378be4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskGetTickCount + 0x0000000040378be8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetTickCountFromISR + 0x0000000040378be8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskGetIdleTaskHandleForCPU + 0x0000000040378be8 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x24 (size before relaxing) + .literal.xTaskIncrementTick + 0x0000000040378c00 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x64 (size before relaxing) + .literal.vTaskSwitchContext + 0x0000000040378c18 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.vTaskPlaceOnEventList + 0x0000000040378c24 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.xTaskRemoveFromEventList + 0x0000000040378c30 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x54 (size before relaxing) + .literal.vTaskInternalSetTimeOutState + 0x0000000040378c3c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskCheckForTimeOut + 0x0000000040378c3c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.vTaskMissedYield + 0x0000000040378c50 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetCurrentTaskHandle + 0x0000000040378c50 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.uxTaskPriorityGet + 0x0000000040378c50 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.vTaskPrioritySet + 0x0000000040378c50 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x44 (size before relaxing) + .literal.__getreent + 0x0000000040378c58 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.pcTaskGetName + 0x0000000040378c58 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.xTaskGetAffinity + 0x0000000040378c60 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetCurrentTaskHandleForCPU + 0x0000000040378c60 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetSchedulerState + 0x0000000040378c60 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc (size before relaxing) + .literal.vTaskDelete + 0x0000000040378c60 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + .literal.vTaskDelay + 0x0000000040378c68 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.xTaskResumeAll + 0x0000000040378c6c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x74 (size before relaxing) + .literal.xTaskPriorityInherit + 0x0000000040378c80 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20 (size before relaxing) + .literal.xTaskPriorityDisinherit + 0x0000000040378c80 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.vTaskPriorityDisinheritAfterTimeout + 0x0000000040378c94 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.pvTaskIncrementMutexHeldCount + 0x0000000040378ca4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.ulTaskGenericNotifyTake + 0x0000000040378ca4 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x34 (size before relaxing) + .literal.vTaskGenericNotifyGiveFromISR + 0x0000000040378cb0 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x60 (size before relaxing) + .literal.prvTaskPriorityRaise + 0x0000000040378ccc 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.prvTaskPriorityRestore + 0x0000000040378cd4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x24 (size before relaxing) + .literal.vTaskStartScheduler + 0x0000000040378cd4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.vPortTaskWrapper + 0x0000000040378ce8 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x18 (size before relaxing) + .literal.xPortStartScheduler + 0x0000000040378cf0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x10 (size before relaxing) + .literal.pxPortInitialiseStack + 0x0000000040378cf0 0x24 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x30 (size before relaxing) + .literal.xPortInIsrContext + 0x0000000040378d14 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .literal.xPortEnterCriticalTimeout + 0x0000000040378d14 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40 (size before relaxing) + .literal.vPortExitCritical + 0x0000000040378d3c 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x30 (size before relaxing) + .literal.vPortYieldOtherCore + 0x0000000040378d48 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.vApplicationStackOverflowHook + 0x0000000040378d48 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x14 (size before relaxing) + .literal.vPortReleaseTaskMPUSettings + 0x0000000040378d54 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.other_cpu_startup_idle_hook_cb + 0x0000000040378d54 0x4 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .literal.esp_startup_start_app_common + 0x0000000040378d58 0x20 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x2c (size before relaxing) + .literal.xPortCheckValidTCBMem + 0x0000000040378d78 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x18 (size before relaxing) + .literal.xPortcheckValidStackMem + 0x0000000040378d78 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x18 (size before relaxing) + .literal.vApplicationGetIdleTaskMemory + 0x0000000040378d78 0xc esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x24 (size before relaxing) + .literal.soc_hal_stall_core + 0x0000000040378d84 0x10 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x14 (size before relaxing) + .literal.soc_hal_unstall_core + 0x0000000040378d94 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_encryption_hal_enable + 0x0000000040378d94 0x8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .literal.spi_flash_encryption_hal_disable + 0x0000000040378d9c 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_encryption_hal_prepare + 0x0000000040378d9c 0x10 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_encryption_hal_done + 0x0000000040378dac 0x8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .literal.spi_flash_encryption_hal_destroy + 0x0000000040378db4 0x4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .literal.spi_flash_hal_gpspi_device_config + 0x0000000040378db8 0x10 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_gpspi_configure_host_io_mode + 0x0000000040378dc8 0x14 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4c (size before relaxing) + .literal.spi_flash_hal_gpspi_common_command + 0x0000000040378ddc 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x28 (size before relaxing) + .literal.spi_flash_hal_gpspi_read + 0x0000000040378de8 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hal_configure_host_io_mode + 0x0000000040378de8 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x50 (size before relaxing) + .literal.spi_flash_hal_common_command + 0x0000000040378df0 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hal_read + 0x0000000040378df0 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_hal_erase_chip + 0x0000000040378df0 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_erase_sector + 0x0000000040378df4 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_erase_block + 0x0000000040378df8 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_program_page + 0x0000000040378df8 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hal_set_write_protect + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_setup_read_suspend + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_setup_auto_suspend_mode + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_hal_setup_auto_resume_mode + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_disable_auto_suspend_mode + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_hal_disable_auto_resume_mode + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_device_config + 0x0000000040378dfc 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x10 (size before relaxing) + .literal.periph_ll_get_clk_en_reg + 0x0000000040378dfc 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .literal.periph_ll_get_rst_en_reg + 0x0000000040378e0c 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x10 (size before relaxing) + .literal.systimer_hal_init + 0x0000000040378e10 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x18 (size before relaxing) + .literal.systimer_hal_get_counter_value + 0x0000000040378e14 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x8 (size before relaxing) + .literal.systimer_hal_set_alarm_target + 0x0000000040378e18 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x8 (size before relaxing) + .literal.systimer_hal_set_alarm_period + 0x0000000040378e18 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x18 (size before relaxing) + .literal.systimer_hal_counter_value_advance + 0x0000000040378e28 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0xc (size before relaxing) + .literal.systimer_hal_select_alarm_mode + 0x0000000040378e28 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x8 (size before relaxing) + .literal.systimer_hal_connect_alarm_counter + 0x0000000040378e28 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_init + 0x0000000040378e28 0x3c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x48 (size before relaxing) + .literal.wdt_hal_config_stage + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x24 (size before relaxing) + .literal.wdt_hal_write_protect_disable + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_enable + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_disable + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_handle_intr + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_feed + 0x0000000040378e64 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_set_flashboot_en + 0x0000000040378e64 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.default_walker + 0x0000000040378e68 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.control_construct + 0x0000000040378e78 0x28 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x3c (size before relaxing) + .literal.tlsf_walk_pool + 0x0000000040378ea0 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_fit_size + 0x0000000040378ea4 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x4 (size before relaxing) + .literal.tlsf_add_pool + 0x0000000040378ea4 0x18 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x3c (size before relaxing) + .literal.tlsf_create + 0x0000000040378ebc 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xc (size before relaxing) + .literal.tlsf_get_pool + 0x0000000040378ec0 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x4 (size before relaxing) + .literal.tlsf_create_with_pool + 0x0000000040378ec0 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xc (size before relaxing) + .literal.tlsf_malloc + 0x0000000040378ec0 0x3c esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x7c (size before relaxing) + .literal.tlsf_free + 0x0000000040378efc 0x28 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x80 (size before relaxing) + .literal.tlsf_realloc + 0x0000000040378f24 0xc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xac (size before relaxing) + .literal.assert_valid_block + 0x0000000040378f30 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + .literal.multi_heap_get_allocated_size_impl + 0x0000000040378f34 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4 (size before relaxing) + .literal.multi_heap_register_impl + 0x0000000040378f34 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x18 (size before relaxing) + .literal.multi_heap_malloc_impl + 0x0000000040378f40 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x14 (size before relaxing) + .literal.multi_heap_free_impl + 0x0000000040378f40 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x18 (size before relaxing) + .literal.multi_heap_realloc_impl + 0x0000000040378f40 0x8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x2c (size before relaxing) + .literal.multi_heap_get_info_impl + 0x0000000040378f48 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x24 (size before relaxing) + .literal.esp_log_write + 0x0000000040378f4c 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_early_timestamp + 0x0000000040378f50 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4 (size before relaxing) + .literal.esp_log_impl_lock_timeout + 0x0000000040378f50 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x10 (size before relaxing) + .literal.esp_log_impl_unlock + 0x0000000040378f54 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_timestamp + 0x0000000040378f54 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1c (size before relaxing) + .literal.abort + 0x0000000040378f58 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x24 (size before relaxing) + .literal.__assert_func + 0x0000000040378f68 0x24 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x40 (size before relaxing) + .literal.malloc + 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.realloc + 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.free 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._malloc_r + 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._free_r + 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._realloc_r + 0x0000000040378f8c 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._calloc_r + 0x0000000040378f8c 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.calloc + 0x0000000040378f90 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.memspi_host_read_id_hs + 0x0000000040378f90 0xc esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x1c (size before relaxing) + .literal.memspi_host_flush_cache + 0x0000000040378f9c 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x8 (size before relaxing) + .literal.memspi_host_erase_sector + 0x0000000040378f9c 0xc esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x14 (size before relaxing) + .literal.memspi_host_erase_block + 0x0000000040378fa8 0x4 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x14 (size before relaxing) + .literal.memspi_host_program_page + 0x0000000040378fac 0x8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x14 (size before relaxing) + .literal.memspi_host_init_pointers + 0x0000000040378fb4 0xc esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.spi_flash_chip_boya_probe + 0x0000000040378fc0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_gd_probe + 0x0000000040378fc0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_gd_set_io_mode + 0x0000000040378fc0 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_chip_gd_get_io_mode + 0x0000000040378fd0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_detect_size + 0x0000000040378fd0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_generic_write_encrypted + 0x0000000040378fd4 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .literal.spi_flash_chip_generic_config_host_io_mode + 0x0000000040378fdc 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x0000000040378fe4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_common_write_status_16b_wrsr + 0x0000000040378fe4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_read + 0x0000000040378fe4 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_chip_generic_write + 0x0000000040378fec 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_generic_get_write_protect + 0x0000000040378fec 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_chip_generic_yield + 0x0000000040378ff8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_suspend_cmd_conf + 0x0000000040378ff8 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_chip_generic_read_unique_id + 0x0000000040378ffc 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_common_read_status_8b_rdsr2 + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_get_io_mode + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_read_status_8b_rdsr + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_write_status_8b_wrsr + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_write_status_8b_wrsr2 + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_set_io_mode + 0x0000000040379004 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_chip_issi_probe + 0x0000000040379004 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_issi_set_io_mode + 0x0000000040379008 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_chip_issi_get_io_mode + 0x0000000040379010 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_erase_chip + 0x0000000040379010 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .literal.spi_flash_chip_mxic_opi_erase_sector + 0x0000000040379014 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .literal.spi_flash_chip_mxic_opi_erase_block + 0x0000000040379018 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .literal.spi_flash_chip_mxic_opi_page_program + 0x000000004037901c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .literal.spi_flash_chip_xmic_opi_config_host_io_mode + 0x0000000040379020 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_chip_mxic_opi_get_data_length_zoom + 0x0000000040379028 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_read_id + 0x0000000040379034 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x34 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_read_reg + 0x0000000040379044 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_get_io_mode + 0x0000000040379044 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_get_write_protect + 0x0000000040379048 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_chip_mxic_opi_write + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_th_probe + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_command_winbond_program_4B + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_page_program + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_command_winbond_erase_sector_4B + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_erase_sector + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_command_erase_block_4B + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_erase_block + 0x0000000040379050 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_read + 0x0000000040379050 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hpm_probe_chip_with_cmd + 0x0000000040379058 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hpm_probe_chip_with_dummy + 0x000000004037905c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hpm_probe_chip_with_write_hpf_bit_5 + 0x0000000040379060 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .literal.spi_flash_high_performance_check_dummy_sr + 0x0000000040379064 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .literal.spi_flash_high_performance_check_hpf_bit_5 + 0x0000000040379068 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_turn_high_performance_write_hpf_bit_5 + 0x0000000040379068 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_turn_high_performance_reconfig_dummy + 0x0000000040379070 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_enable_high_performance_send_cmd + 0x0000000040379070 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_enable_high_performance_mode + 0x0000000040379070 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x3c (size before relaxing) + .literal.get_mspi_core_clock + 0x000000004037908c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x4 (size before relaxing) + .literal.spi_timing_enter_mspi_low_speed_mode + 0x000000004037908c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0xc (size before relaxing) + .literal.spi_timing_enter_mspi_high_speed_mode + 0x000000004037908c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x1c (size before relaxing) + .literal.spi_timing_change_speed_mode_cache_safe + 0x000000004037908c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x18 (size before relaxing) + .literal.spi_timing_get_flash_timing_param + 0x000000004037909c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x4 (size before relaxing) + .literal.spi_timing_config_set_core_clock + 0x000000004037909c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x8 (size before relaxing) + .literal.spi_timing_config_set_flash_clock + 0x00000000403790a0 0xc esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x18 (size before relaxing) + .literal.spi_timing_config_set_psram_clock + 0x00000000403790ac 0x0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x8 (size before relaxing) + .literal 0x00000000403790ac 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + 0x4 (size before relaxing) + .iram1.1 0x00000000403790ac 0xb6 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x00000000403790ac esp_ota_get_app_elf_sha256 + *fill* 0x0000000040379162 0x2 + .iram1.25 0x0000000040379164 0xa2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0xaa (size before relaxing) + 0x0000000040379164 call_start_cpu1 + *fill* 0x0000000040379206 0x2 + .iram1.26 0x0000000040379208 0x1be esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x1da (size before relaxing) + 0x0000000040379208 call_start_cpu0 + *fill* 0x00000000403793c6 0x2 + .iram1 0x00000000403793c8 0x8f esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x97 (size before relaxing) + 0x00000000403793c8 xt_highint4 + 0x0000000040379457 ld_include_highint_hdl + *fill* 0x0000000040379457 0x1 + .iram1.3 0x0000000040379458 0x2c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x0000000040379458 esp_cache_err_get_cpuid + .iram1.28 0x0000000040379484 0x56 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000403794da 0x2 + .iram1.29 0x00000000403794dc 0x24 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x2a (size before relaxing) + 0x00000000403794dc esp_restart + *fill* 0x0000000040379500 0x0 + .iram1.30 0x0000000040379500 0x20 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .iram1.29 0x0000000040379520 0x2a esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x0000000040379520 start_cpu_other_cores + *fill* 0x000000004037954a 0x2 + .iram1.22 0x000000004037954c 0x1a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040379566 0x2 + .iram1.23 0x0000000040379568 0x12 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x16 (size before relaxing) + 0x0000000040379568 panicHandler + *fill* 0x000000004037957a 0x2 + .iram1.24 0x000000004037957c 0x12 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x16 (size before relaxing) + 0x000000004037957c xt_unhandled_exception + *fill* 0x000000004037958e 0x2 + .iram1.22 0x0000000040379590 0x18b esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x1d3 (size before relaxing) + 0x0000000040379590 esp_restart_noos + *fill* 0x000000004037971b 0x1 + .iram1.27 0x000000004037971c 0x1c esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040379738 0x0 + .iram1.26 0x0000000040379738 0x1f esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040379757 0x1 + .iram1.24 0x0000000040379758 0x3b esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + *fill* 0x0000000040379793 0x1 + .iram1.25 0x0000000040379794 0x18 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .iram1.23 0x00000000403797ac 0xc1 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x00000000403797ac esp_backtrace_get_next_frame + *fill* 0x000000004037986d 0x3 + .iram1.26 0x0000000040379870 0x181 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x18d (size before relaxing) + 0x0000000040379870 esp_backtrace_print_from_frame + *fill* 0x00000000403799f1 0x3 + .iram1.27 0x00000000403799f4 0x25 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x29 (size before relaxing) + 0x00000000403799f4 esp_backtrace_print + *fill* 0x0000000040379a19 0x3 + .iram1 0x0000000040379a1c 0x1d esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x0000000040379a1c esp_backtrace_get_start + *fill* 0x0000000040379a39 0x3 + .iram1.26 0x0000000040379a3c 0x2b esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000000040379a3c esp_vApplicationTickHook + *fill* 0x0000000040379a67 0x1 + .iram1.3 0x0000000040379a68 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000040379a68 panic_abort + *fill* 0x0000000040379a82 0x2 + .iram1.1 0x0000000040379a84 0x1a esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x0000000040379a84 esp_rom_install_uart_printf + *fill* 0x0000000040379a9e 0x2 + .iram1.0 0x0000000040379aa0 0xb5 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040379aa0 esp_rom_uart_set_clock_baudrate + *fill* 0x0000000040379b55 0x3 + .iram1.35 0x0000000040379b58 0x23 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x0000000040379b7b 0x1 + .iram1.27 0x0000000040379b7c 0x83 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x93 (size before relaxing) + *fill* 0x0000000040379bff 0x1 + .iram1.28 0x0000000040379c00 0xb6 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xba (size before relaxing) + *fill* 0x0000000040379cb6 0x2 + .iram1.29 0x0000000040379cb8 0x35 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x0000000040379cb8 heap_caps_malloc + *fill* 0x0000000040379ced 0x3 + .iram1.30 0x0000000040379cf0 0x75 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x81 (size before relaxing) + 0x0000000040379cf0 heap_caps_malloc_default + *fill* 0x0000000040379d65 0x3 + .iram1.36 0x0000000040379d68 0x37 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3e (size before relaxing) + 0x0000000040379d68 heap_caps_free + *fill* 0x0000000040379d9f 0x1 + .iram1.37 0x0000000040379da0 0x10a esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x12a (size before relaxing) + *fill* 0x0000000040379eaa 0x2 + .iram1.38 0x0000000040379eac 0x32 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x36 (size before relaxing) + 0x0000000040379eac heap_caps_realloc + *fill* 0x0000000040379ede 0x2 + .iram1.31 0x0000000040379ee0 0x7f esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x87 (size before relaxing) + 0x0000000040379ee0 heap_caps_realloc_default + *fill* 0x0000000040379f5f 0x1 + .iram1.3 0x0000000040379f60 0xa esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0xe (size before relaxing) + 0x0000000040379f60 esp_cpu_stall + *fill* 0x0000000040379f6a 0x2 + .iram1.4 0x0000000040379f6c 0xa esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0xe (size before relaxing) + 0x0000000040379f6c esp_cpu_unstall + *fill* 0x0000000040379f76 0x2 + .iram1.5 0x0000000040379f78 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x0000000040379f78 esp_cpu_reset + *fill* 0x0000000040379f99 0x3 + .iram1.8 0x0000000040379f9c 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x0000000040379f9c esp_cpu_in_ocd_debug_mode + *fill* 0x0000000040379faa 0x2 + .iram1.28 0x0000000040379fac 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x0000000040379fac esp_clk_cpu_freq + *fill* 0x0000000040379fbd 0x3 + .iram1.28 0x0000000040379fc0 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + *fill* 0x0000000040379ff9 0x3 + .iram1.32 0x0000000040379ffc 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x8b (size before relaxing) + 0x0000000040379ffc esp_intr_noniram_disable + *fill* 0x000000004037a070 0x0 + .iram1.33 0x000000004037a070 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x77 (size before relaxing) + 0x000000004037a070 esp_intr_noniram_enable + *fill* 0x000000004037a0d0 0x0 + .iram1.30 0x000000004037a0d0 0xa9 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xb1 (size before relaxing) + 0x000000004037a0d0 esp_intr_enable + *fill* 0x000000004037a179 0x3 + .iram1.31 0x000000004037a17c 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x10e (size before relaxing) + 0x000000004037a17c esp_intr_disable + *fill* 0x000000004037a276 0x2 + .iram1.29 0x000000004037a278 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x67 (size before relaxing) + 0x000000004037a278 regi2c_ctrl_read_reg_mask + *fill* 0x000000004037a2d0 0x0 + .iram1.30 0x000000004037a2d0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x63 (size before relaxing) + 0x000000004037a2d0 regi2c_ctrl_write_reg + *fill* 0x000000004037a320 0x0 + .iram1.31 0x000000004037a320 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x6b (size before relaxing) + 0x000000004037a320 regi2c_ctrl_write_reg_mask + *fill* 0x000000004037a37c 0x0 + .iram1.26 0x000000004037a37c 0x16 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x000000004037a37c xt_unhandled_interrupt + *fill* 0x000000004037a392 0x2 + .iram1.34 0x000000004037a394 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x2c (size before relaxing) + .iram1.31 0x000000004037a3bc 0x9d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000004037a459 0x3 + .iram1.35 0x000000004037a45c 0x23 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x2a (size before relaxing) + *fill* 0x000000004037a47f 0x1 + .iram1.36 0x000000004037a480 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000004037a49f 0x1 + .iram1.3 0x000000004037a4a0 0x1f esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x000000004037a4a0 esp_system_get_time + *fill* 0x000000004037a4bf 0x1 + .iram1.30 0x000000004037a4c0 0x26 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + *fill* 0x000000004037a4e6 0x2 + .iram1.27 0x000000004037a4e8 0x19 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x1c (size before relaxing) + 0x000000004037a4e8 esp_timer_impl_get_time + 0x000000004037a4e8 esp_timer_get_time + *fill* 0x000000004037a501 0x3 + .iram1.28 0x000000004037a504 0x68 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x7b (size before relaxing) + 0x000000004037a504 esp_timer_impl_set_alarm_id + *fill* 0x000000004037a56c 0x0 + .iram1.28 0x000000004037a56c 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004037a56c xPortInterruptedFromISRContext + *fill* 0x000000004037a58a 0x2 + .iram1.29 0x000000004037a58c 0x53 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x5a (size before relaxing) + 0x000000004037a58c vPortEvaluateYieldFromISR + *fill* 0x000000004037a5df 0x1 + .iram1 0x000000004037a5e0 0x5a0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x5b0 (size before relaxing) + 0x000000004037a69c _xt_user_exit + 0x000000004037aabc _xt_medint2_exit + 0x000000004037ab6c _xt_medint3_exit + .iram1.28 0x000000004037ab80 0x8c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x90 (size before relaxing) + 0x000000004037ab80 SysTickIsrHandler + .iram1 0x000000004037ac0c 0x2e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x32 (size before relaxing) + 0x000000004037ac0c xt_debugexception + 0x000000004037ac2c xt_highint5 + 0x000000004037ac34 xt_nmi + 0x000000004037ac34 _xt_nmi + *fill* 0x000000004037ac3a 0x2 + .iram1.28 0x000000004037ac3c 0x24 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x2f (size before relaxing) + *fill* 0x000000004037ac60 0x0 + .iram1.44 0x000000004037ac60 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004037ac77 0x1 + .iram1.32 0x000000004037ac78 0xad esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xc1 (size before relaxing) + *fill* 0x000000004037ad25 0x3 + .iram1.37 0x000000004037ad28 0x5e esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x6a (size before relaxing) + *fill* 0x000000004037ad86 0x2 + .iram1.31 0x000000004037ad88 0x37 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x47 (size before relaxing) + 0x000000004037ad88 _lock_close + 0x000000004037ad88 _lock_close_recursive + *fill* 0x000000004037adbf 0x1 + .iram1.33 0x000000004037adc0 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x000000004037adc0 _lock_acquire + *fill* 0x000000004037adce 0x2 + .iram1.34 0x000000004037add0 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x000000004037add0 _lock_acquire_recursive + *fill* 0x000000004037adde 0x2 + .iram1.35 0x000000004037ade0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x000000004037ade0 _lock_try_acquire + .iram1.36 0x000000004037adf0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x000000004037adf0 _lock_try_acquire_recursive + .iram1.38 0x000000004037ae00 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae00 _lock_release + *fill* 0x000000004037ae0f 0x1 + .iram1.39 0x000000004037ae10 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae10 _lock_release_recursive + *fill* 0x000000004037ae1f 0x1 + .iram1.40 0x000000004037ae20 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae20 __retarget_lock_init + *fill* 0x000000004037ae33 0x1 + .iram1.41 0x000000004037ae34 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae34 __retarget_lock_init_recursive + *fill* 0x000000004037ae47 0x1 + .iram1.42 0x000000004037ae48 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae48 __retarget_lock_close + *fill* 0x000000004037ae57 0x1 + .iram1.43 0x000000004037ae58 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037ae58 __retarget_lock_close_recursive + *fill* 0x000000004037ae67 0x1 + .iram1.45 0x000000004037ae68 0x21 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + 0x000000004037ae68 __retarget_lock_acquire + *fill* 0x000000004037ae89 0x3 + .iram1.46 0x000000004037ae8c 0x21 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + 0x000000004037ae8c __retarget_lock_acquire_recursive + *fill* 0x000000004037aead 0x3 + .iram1.47 0x000000004037aeb0 0x26 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037aeb0 __retarget_lock_try_acquire + *fill* 0x000000004037aed6 0x2 + .iram1.48 0x000000004037aed8 0x26 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004037aed8 __retarget_lock_try_acquire_recursive + *fill* 0x000000004037aefe 0x2 + .iram1.49 0x000000004037af00 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x000000004037af00 __retarget_lock_release + *fill* 0x000000004037af13 0x1 + .iram1.50 0x000000004037af14 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x000000004037af14 __retarget_lock_release_recursive + *fill* 0x000000004037af27 0x1 + .iram1.0 0x000000004037af28 0x37 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x000000004037af28 esp_reent_init + *fill* 0x000000004037af5f 0x1 + .iram1.29 0x000000004037af60 0x4a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x000000004037af60 _gettimeofday_r + *fill* 0x000000004037afaa 0x2 + .iram1.28 0x000000004037afac 0x29 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x2d (size before relaxing) + 0x000000004037afac _times_r + *fill* 0x000000004037afd5 0x3 + .iram1.28 0x000000004037afd8 0xa3 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0xaf (size before relaxing) + *fill* 0x000000004037b07b 0x1 + .iram1.33 0x000000004037b07c 0xf esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x000000004037b07c esp_dport_access_int_abort + 0x000000004037b07c esp_ipc_isr_stall_abort + *fill* 0x000000004037b08b 0x1 + .iram1 0x000000004037b08c 0x5d esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + 0x000000004037b08c esp_ipc_isr_handler + *fill* 0x000000004037b0e9 0x3 + .iram1.4 0x000000004037b0ec 0x1ea esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x000000004037b0ec bootloader_flash_execute_command_common + *fill* 0x000000004037b2d6 0x2 + .iram1.5 0x000000004037b2d8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x000000004037b2d8 bootloader_execute_flash_command + .iram1.6 0x000000004037b2f8 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x3c (size before relaxing) + 0x000000004037b2f8 bootloader_flash_read_sfdp + .iram1.7 0x000000004037b330 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2e (size before relaxing) + 0x000000004037b330 bootloader_read_flash_id + *fill* 0x000000004037b35a 0x2 + .iram1.36 0x000000004037b35c 0x17 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000004037b373 0x1 + .iram1.30 0x000000004037b374 0x4a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x56 (size before relaxing) + 0x000000004037b374 spi_flash_op_block_func + *fill* 0x000000004037b3be 0x2 + .iram1.35 0x000000004037b3c0 0x19 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000004037b3d9 0x3 + .iram1.31 0x000000004037b3dc 0x10b esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x12b (size before relaxing) + 0x000000004037b3dc spi_flash_disable_interrupts_caches_and_other_cpu + *fill* 0x000000004037b4e7 0x1 + .iram1.32 0x000000004037b4e8 0xa9 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xb5 (size before relaxing) + 0x000000004037b4e8 spi_flash_enable_interrupts_caches_and_other_cpu + *fill* 0x000000004037b591 0x3 + .iram1.37 0x000000004037b594 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x000000004037b594 spi_flash_cache_enabled + .iram1.41 0x000000004037b5a4 0xf esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x000000004037b5a4 spi_flash_enable_cache + *fill* 0x000000004037b5b3 0x1 + .iram1.35 0x000000004037b5b4 0x1a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x1e (size before relaxing) + *fill* 0x000000004037b5ce 0x2 + .iram1.29 0x000000004037b5d0 0x6f esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000004037b63f 0x1 + .iram1.30 0x000000004037b640 0x59 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000004037b699 0x3 + .iram1.38 0x000000004037b69c 0x8e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000004037b72a 0x2 + .iram1.32 0x000000004037b72c 0x1fd esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x211 (size before relaxing) + 0x000000004037b72c spi_flash_mmap_pages + *fill* 0x000000004037b929 0x3 + .iram1.31 0x000000004037b92c 0x79 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x7d (size before relaxing) + 0x000000004037b92c spi_flash_mmap + *fill* 0x000000004037b9a5 0x3 + .iram1.33 0x000000004037b9a8 0x93 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x9e (size before relaxing) + 0x000000004037b9a8 spi_flash_munmap + *fill* 0x000000004037ba3b 0x1 + .iram1.39 0x000000004037ba3c 0x58 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x000000004037ba3c spi_flash_check_and_flush_cache + .iram1.42 0x000000004037ba94 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004037baa4 0x0 + .iram1.34 0x000000004037baa4 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0xd (size before relaxing) + 0x000000004037baa4 spi_flash_init_chip_state + *fill* 0x000000004037baae 0x2 + .iram1.35 0x000000004037bab0 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000004037bab0 spi_flash_guard_set + *fill* 0x000000004037baba 0x2 + .iram1.37 0x000000004037babc 0xc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000004037babc spi_flash_get_chip_size + .iram1.30 0x000000004037bac8 0x46 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000004037bb0e 0x2 + .iram1.35 0x000000004037bb10 0x86 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x8a (size before relaxing) + *fill* 0x000000004037bb96 0x2 + .iram1.33 0x000000004037bb98 0x6a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000004037bc02 0x2 + .iram1.36 0x000000004037bc04 0x74 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x000000004037bc04 esp_flash_get_size + .iram1.32 0x000000004037bc78 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x18c (size before relaxing) + 0x000000004037bc78 esp_flash_init_main + .iram1.32 0x000000004037bde0 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000004037bdee 0x2 + .iram1.33 0x000000004037bdf0 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000004037bdfe 0x2 + .iram1.36 0x000000004037be00 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x10 (size before relaxing) + .iram1.42 0x000000004037be0c 0xa esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004037be16 0x2 + .iram1.41 0x000000004037be18 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000004037be5e 0x2 + .iram1.40 0x000000004037be60 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.39 0x000000004037be70 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x20 (size before relaxing) + .iram1.37 0x000000004037be88 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x18 (size before relaxing) + .iram1.38 0x000000004037be9c 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004037beee 0x2 + .iram1.43 0x000000004037bef0 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000004037bf0e 0x2 + .iram1.3 0x000000004037bf10 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.2 0x000000004037bf20 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + *fill* 0x000000004037bf3d 0x3 + .iram1.1 0x000000004037bf40 0x17 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + *fill* 0x000000004037bf57 0x1 + .iram1.28 0x000000004037bf58 0x52 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004037bfaa 0x2 + .iram1.29 0x000000004037bfac 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x64 (size before relaxing) + .iram1.30 0x000000004037c008 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x000000004037c008 esp_crosscore_int_send_yield + *fill* 0x000000004037c017 0x1 + .iram1.32 0x000000004037c018 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x000000004037c018 esp_crosscore_int_send_print_backtrace + *fill* 0x000000004037c027 0x1 + .iram1 0x000000004037c028 0x42 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x46 (size before relaxing) + 0x000000004037c028 _xt_panic + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x0 + *fill* 0x000000004037c06a 0x2 + .iram1.4 0x000000004037c06c 0x5 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000004037c06c esp_reset_reason_set_hint + *fill* 0x000000004037c071 0x3 + .iram1.5 0x000000004037c074 0x7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000004037c074 esp_reset_reason_get_hint + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x0 + *fill* 0x000000004037c07b 0x1 + .iram1.33 0x000000004037c07c 0x5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000004037c07c esp_mspi_pin_init + *fill* 0x000000004037c081 0x0 + *fill* 0x000000004037c081 0x0 + *fill* 0x000000004037c081 0x3 + .iram1.28 0x000000004037c084 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000004037c0a6 0x2 + .iram1.29 0x000000004037c0a8 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *fill* 0x000000004037c0c0 0x0 + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *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:cpu_util.*(.literal .literal.* .text .text.*) + .text.esp_cpu_configure_region_protection + 0x000000004037c0c0 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x000000004037c0c0 esp_cpu_configure_region_protection + *fill* 0x000000004037c0f6 0x0 + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *fill* 0x000000004037c0f6 0x2 + .text.rtc_clk_bbpll_disable + 0x000000004037c0f8 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000004037c117 0x1 + .text.rtc_clk_bbpll_enable + 0x000000004037c118 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_set_bbpll_always_on + 0x000000004037c130 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable_internal + 0x000000004037c140 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c140 rtc_clk_32k_enable_internal + *fill* 0x000000004037c1c2 0x2 + .text.rtc_clk_32k_enable + 0x000000004037c1c4 0x6d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c1c4 rtc_clk_32k_enable + *fill* 0x000000004037c231 0x3 + .text.rtc_clk_32k_enable_external + 0x000000004037c234 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c234 rtc_clk_32k_enable_external + *fill* 0x000000004037c276 0x2 + .text.rtc_clk_8m_enable + 0x000000004037c278 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c278 rtc_clk_8m_enable + .text.rtc_clk_8m_enabled + 0x000000004037c314 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c314 rtc_clk_8m_enabled + *fill* 0x000000004037c32f 0x1 + .text.rtc_clk_8md256_enabled + 0x000000004037c330 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c330 rtc_clk_8md256_enabled + .text.rtc_clk_slow_freq_set + 0x000000004037c34c 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c34c rtc_clk_slow_freq_set + *fill* 0x000000004037c3b6 0x2 + .text.rtc_clk_slow_freq_get + 0x000000004037c3b8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c3b8 rtc_clk_slow_freq_get + .text.rtc_clk_slow_freq_get_hz + 0x000000004037c3c8 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2d (size before relaxing) + 0x000000004037c3c8 rtc_clk_slow_freq_get_hz + *fill* 0x000000004037c3f1 0x3 + .text.rtc_clk_fast_freq_set + 0x000000004037c3f4 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c3f4 rtc_clk_fast_freq_set + .text.rtc_clk_bbpll_configure + 0x000000004037c420 0x12f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x147 (size before relaxing) + 0x000000004037c420 rtc_clk_bbpll_configure + *fill* 0x000000004037c54f 0x1 + .text.rtc_clk_xtal_freq_get + 0x000000004037c550 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c550 rtc_get_xtal + 0x000000004037c550 rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_mhz_to_config + 0x000000004037c59c 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c59c rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_get_config + 0x000000004037c600 0xca esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xd2 (size before relaxing) + 0x000000004037c600 rtc_clk_cpu_freq_get_config + *fill* 0x000000004037c6ca 0x2 + .text.rtc_clk_apb_freq_update + 0x000000004037c6cc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037c6cc rtc_clk_apb_freq_update + *fill* 0x000000004037c6d6 0x2 + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x000000004037c6d8 0x1b3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c7 (size before relaxing) + *fill* 0x000000004037c88b 0x1 + .text.rtc_clk_cpu_freq_to_8m + 0x000000004037c88c 0x87 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x93 (size before relaxing) + *fill* 0x000000004037c913 0x1 + .text.rtc_clk_cpu_freq_to_xtal + 0x000000004037c914 0x97 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xa3 (size before relaxing) + 0x000000004037c914 rtc_clk_cpu_freq_to_xtal + *fill* 0x000000004037c9ab 0x1 + .text.rtc_clk_cpu_freq_set_config + 0x000000004037c9ac 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x74 (size before relaxing) + 0x000000004037c9ac rtc_clk_cpu_freq_set_config + .text.rtc_clk_cpu_freq_set_xtal + 0x000000004037ca04 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x22 (size before relaxing) + 0x000000004037ca04 rtc_clk_cpu_freq_set_xtal + *fill* 0x000000004037ca1a 0x2 + .text.rtc_clk_apb_freq_get + 0x000000004037ca1c 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004037ca1c rtc_clk_apb_freq_get + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *fill* 0x000000004037ca26 0x0 + *libesp_hw_support.a:rtc_init.*(.literal.rtc_vddsdio_set_config .text.rtc_vddsdio_set_config) + *libesp_hw_support.a:rtc_pm.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + *fill* 0x000000004037ca26 0x2 + .text.rtc_sleep_pu + 0x000000004037ca28 0x1b4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x000000004037ca28 rtc_sleep_pu + *fill* 0x000000004037cbdc 0x0 + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + .text.rtc_clk_cal_internal + 0x000000004037cbdc 0x218 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x224 (size before relaxing) + 0x000000004037cbdc rtc_clk_cal_internal + .text.rtc_clk_cal + 0x000000004037cdf4 0xc5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0xcd (size before relaxing) + 0x000000004037cdf4 rtc_clk_cal + *fill* 0x000000004037ceb9 0x3 + .text.rtc_time_us_to_slowclk + 0x000000004037cebc 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004037cebc rtc_time_us_to_slowclk + *fill* 0x000000004037cedb 0x1 + .text.rtc_time_get + 0x000000004037cedc 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004037cedc rtc_time_get + *fill* 0x000000004037cf04 0x0 + *fill* 0x000000004037cf04 0x0 + *libesp_hw_support.a:rtc_wdt.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + .text.prvGetFreeSize + 0x000000004037cf04 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3d (size before relaxing) + *fill* 0x000000004037cf3e 0x2 + .text.prvReceiveGeneric + 0x000000004037cf40 0x135 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x149 (size before relaxing) + *fill* 0x000000004037d075 0x3 + .text.xRingbufferSend + 0x000000004037d078 0x102 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x112 (size before relaxing) + 0x000000004037d078 xRingbufferSend + *fill* 0x000000004037d17a 0x2 + .text.xRingbufferReceive + 0x000000004037d17c 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x42 (size before relaxing) + 0x000000004037d17c xRingbufferReceive + *fill* 0x000000004037d1b6 0x2 + .text.vRingbufferReturnItem + 0x000000004037d1b8 0x56 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x5e (size before relaxing) + 0x000000004037d1b8 vRingbufferReturnItem + *fill* 0x000000004037d20e 0x2 + .text.prvCheckItemAvail + 0x000000004037d210 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000004037d248 0x0 + *fill* 0x000000004037d248 0x0 + *fill* 0x000000004037d248 0x0 + *fill* 0x000000004037d248 0x0 + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + .text.esp_error_check_failed_print + 0x000000004037d248 0x5a esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004037d2a2 0x2 + .text._esp_error_check_failed + 0x000000004037d2a4 0x16 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x1e (size before relaxing) + 0x000000004037d2a4 _esp_error_check_failed + *fill* 0x000000004037d2ba 0x0 + *fill* 0x000000004037d2ba 0x0 + *libesp_system.a:esp_system.*(.literal.esp_system_abort .text.esp_system_abort) + *fill* 0x000000004037d2ba 0x2 + .text.esp_system_abort + 0x000000004037d2bc 0x8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0xc (size before relaxing) + 0x000000004037d2bc esp_system_abort + *fill* 0x000000004037d2c4 0x0 + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + .text.__ubsan_include + 0x000000004037d2c4 0x5 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x000000004037d2c4 __ubsan_include + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .literal EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .literal.* EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .text EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .text.*) + *fill* 0x000000004037d2c9 0x3 + .text 0x000000004037d2cc 0x198 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x1a8 (size before relaxing) + 0x000000004037d2cc _frxt_setup_switch + 0x000000004037d2e4 _frxt_int_enter + 0x000000004037d328 _frxt_int_exit + 0x000000004037d378 _frxt_dispatch + 0x000000004037d3c8 vPortYield + 0x000000004037d418 vPortYieldFromInt + 0x000000004037d438 _frxt_task_coproc_state + .text 0x000000004037d464 0x17e esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x18e (size before relaxing) + 0x000000004037d464 _xt_context_save + 0x000000004037d508 _xt_context_restore + 0x000000004037d54c _xt_coproc_init + 0x000000004037d564 _xt_coproc_release + 0x000000004037d594 _xt_coproc_savecs + 0x000000004037d5bc _xt_coproc_restorecs + *fill* 0x000000004037d5e2 0x2 + .text.vPortSetupTimer + 0x000000004037d5e4 0xd7 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0xf6 (size before relaxing) + 0x000000004037d5e4 vPortSetupTimer + *fill* 0x000000004037d6bb 0x1 + .text.xPortSysTickHandler + 0x000000004037d6bc 0x13 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x17 (size before relaxing) + 0x000000004037d6bc xPortSysTickHandler + *fill* 0x000000004037d6cf 0x1 + .text.prvIsQueueEmpty + 0x000000004037d6d0 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvCopyDataToQueue + 0x000000004037d6f8 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004037d78a 0x2 + .text.prvNotifyQueueSetContainer + 0x000000004037d78c 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xaa (size before relaxing) + *fill* 0x000000004037d826 0x2 + .text.prvCopyDataFromQueue + 0x000000004037d828 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvUnlockQueue + 0x000000004037d84c 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xba (size before relaxing) + *fill* 0x000000004037d8ee 0x2 + .text.xQueueGenericReset + 0x000000004037d8f0 0xad esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xbd (size before relaxing) + 0x000000004037d8f0 xQueueGenericReset + *fill* 0x000000004037d99d 0x3 + .text.prvInitialiseNewQueue + 0x000000004037d9a0 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000004037d9bf 0x1 + .text.xQueueGenericCreateStatic + 0x000000004037d9c0 0xbc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xc4 (size before relaxing) + 0x000000004037d9c0 xQueueGenericCreateStatic + .text.xQueueGenericCreate + 0x000000004037da7c 0x98 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x9c (size before relaxing) + 0x000000004037da7c xQueueGenericCreate + .text.xQueueGetMutexHolder + 0x000000004037db14 0x26 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x000000004037db14 xQueueGetMutexHolder + *fill* 0x000000004037db3a 0x2 + .text.xQueueGenericSend + 0x000000004037db3c 0x22e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x27e (size before relaxing) + 0x000000004037db3c xQueueGenericSend + *fill* 0x000000004037dd6a 0x2 + .text.prvInitialiseMutex + 0x000000004037dd6c 0x36 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000004037dda2 0x2 + .text.xQueueCreateMutex + 0x000000004037dda4 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1a (size before relaxing) + 0x000000004037dda4 xQueueCreateMutex + *fill* 0x000000004037ddba 0x2 + .text.xQueueCreateMutexStatic + 0x000000004037ddbc 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1e (size before relaxing) + 0x000000004037ddbc xQueueCreateMutexStatic + *fill* 0x000000004037ddd6 0x2 + .text.xQueueGiveMutexRecursive + 0x000000004037ddd8 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4a (size before relaxing) + 0x000000004037ddd8 xQueueGiveMutexRecursive + *fill* 0x000000004037de1a 0x2 + .text.xQueueGiveFromISR + 0x000000004037de1c 0xe4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xf4 (size before relaxing) + 0x000000004037de1c xQueueGiveFromISR + .text.xQueueSemaphoreTake + 0x000000004037df00 0x1bc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x20c (size before relaxing) + 0x000000004037df00 xQueueSemaphoreTake + .text.xQueueTakeMutexRecursive + 0x000000004037e0bc 0x4a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x000000004037e0bc xQueueTakeMutexRecursive + *fill* 0x000000004037e106 0x2 + .text.xQueueReceiveFromISR + 0x000000004037e108 0xc2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xce (size before relaxing) + 0x000000004037e108 xQueueReceiveFromISR + *fill* 0x000000004037e1ca 0x2 + .text.vQueueDelete + 0x000000004037e1cc 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x27 (size before relaxing) + 0x000000004037e1cc vQueueDelete + *fill* 0x000000004037e1f0 0x0 + .text.prvResetNextTaskUnblockTime + 0x000000004037e1f0 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTLS + 0x000000004037e228 0x3f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000004037e267 0x1 + .text.prvInitialiseNewTask + 0x000000004037e268 0xe6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xf2 (size before relaxing) + *fill* 0x000000004037e34e 0x2 + .text.prvInitialiseTaskLists + 0x000000004037e350 0x71 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x81 (size before relaxing) + *fill* 0x000000004037e3c1 0x3 + .text.taskSelectHighestPriorityTaskSMP + 0x000000004037e3c4 0x136 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13e (size before relaxing) + *fill* 0x000000004037e4fa 0x2 + .text.prvDeleteTCB + 0x000000004037e4fc 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000004037e544 0x0 + .text.prvCheckTasksWaitingTermination + 0x000000004037e544 0xd2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xda (size before relaxing) + *fill* 0x000000004037e616 0x2 + .text.prvAddCurrentTaskToDelayedList + 0x000000004037e618 0xc6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xca (size before relaxing) + *fill* 0x000000004037e6de 0x2 + .text.prvIdleTask + 0x000000004037e6e0 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000004037e6ef 0x1 + .text.taskYIELD_OTHER_CORE + 0x000000004037e6f0 0x54 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x58 (size before relaxing) + 0x000000004037e6f0 taskYIELD_OTHER_CORE + .text.prvAddNewTaskToReadyList + 0x000000004037e744 0x150 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x163 (size before relaxing) + *fill* 0x000000004037e894 0x0 + .text.xTaskCreateStaticPinnedToCore + 0x000000004037e894 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xf8 (size before relaxing) + 0x000000004037e894 xTaskCreateStaticPinnedToCore + .text.xTaskCreatePinnedToCore + 0x000000004037e974 0x69 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x79 (size before relaxing) + 0x000000004037e974 xTaskCreatePinnedToCore + *fill* 0x000000004037e9dd 0x3 + .text.vTaskSuspendAll + 0x000000004037e9e0 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037e9e0 vTaskSuspendAll + .text.xTaskGetTickCount + 0x000000004037ea08 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037ea08 xTaskGetTickCount + *fill* 0x000000004037ea15 0x3 + .text.xTaskGetTickCountFromISR + 0x000000004037ea18 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037ea18 xTaskGetTickCountFromISR + *fill* 0x000000004037ea2e 0x2 + .text.xTaskGetIdleTaskHandleForCPU + 0x000000004037ea30 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3e (size before relaxing) + 0x000000004037ea30 xTaskGetIdleTaskHandleForCPU + *fill* 0x000000004037ea6a 0x2 + .text.xTaskIncrementTick + 0x000000004037ea6c 0x1aa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1be (size before relaxing) + 0x000000004037ea6c xTaskIncrementTick + *fill* 0x000000004037ec16 0x2 + .text.vTaskSwitchContext + 0x000000004037ec18 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x132 (size before relaxing) + 0x000000004037ec18 vTaskSwitchContext + *fill* 0x000000004037ed3e 0x2 + .text.vTaskPlaceOnEventList + 0x000000004037ed40 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + 0x000000004037ed40 vTaskPlaceOnEventList + .text.xTaskRemoveFromEventList + 0x000000004037ed8c 0x147 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x156 (size before relaxing) + 0x000000004037ed8c xTaskRemoveFromEventList + *fill* 0x000000004037eed3 0x1 + .text.vTaskInternalSetTimeOutState + 0x000000004037eed4 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037eed4 vTaskInternalSetTimeOutState + *fill* 0x000000004037eeed 0x3 + .text.xTaskCheckForTimeOut + 0x000000004037eef0 0xc5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xcd (size before relaxing) + 0x000000004037eef0 xTaskCheckForTimeOut + *fill* 0x000000004037efb5 0x3 + .text.vTaskMissedYield + 0x000000004037efb8 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037efb8 vTaskMissedYield + *fill* 0x000000004037efd2 0x2 + .text.xTaskGetCurrentTaskHandle + 0x000000004037efd4 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037efd4 xTaskGetCurrentTaskHandle + *fill* 0x000000004037eff6 0x2 + .text.uxTaskPriorityGet + 0x000000004037eff8 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x26 (size before relaxing) + 0x000000004037eff8 uxTaskPriorityGet + *fill* 0x000000004037f017 0x1 + .text.vTaskPrioritySet + 0x000000004037f018 0x181 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x197 (size before relaxing) + 0x000000004037f018 vTaskPrioritySet + *fill* 0x000000004037f199 0x3 + .text.__getreent + 0x000000004037f19c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x19 (size before relaxing) + 0x000000004037f19c __getreent + *fill* 0x000000004037f1b1 0x3 + .text.pcTaskGetName + 0x000000004037f1b4 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x27 (size before relaxing) + 0x000000004037f1b4 pcTaskGetName + *fill* 0x000000004037f1d8 0x0 + .text.xTaskGetAffinity + 0x000000004037f1d8 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13 (size before relaxing) + 0x000000004037f1d8 xTaskGetAffinity + *fill* 0x000000004037f1e8 0x0 + .text.xTaskGetCurrentTaskHandleForCPU + 0x000000004037f1e8 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037f1e8 xTaskGetCurrentTaskHandleForCPU + *fill* 0x000000004037f202 0x2 + .text.xTaskGetSchedulerState + 0x000000004037f204 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037f204 xTaskGetSchedulerState + *fill* 0x000000004037f23e 0x2 + .text.vTaskDelete + 0x000000004037f240 0xfe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x11a (size before relaxing) + 0x000000004037f240 vTaskDelete + *fill* 0x000000004037f33e 0x2 + .text.vTaskDelay + 0x000000004037f340 0x42 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x52 (size before relaxing) + 0x000000004037f340 vTaskDelay + *fill* 0x000000004037f382 0x2 + .text.xTaskResumeAll + 0x000000004037f384 0x200 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20f (size before relaxing) + 0x000000004037f384 xTaskResumeAll + *fill* 0x000000004037f584 0x0 + .text.xTaskPriorityInherit + 0x000000004037f584 0xf7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x102 (size before relaxing) + 0x000000004037f584 xTaskPriorityInherit + *fill* 0x000000004037f67b 0x1 + .text.xTaskPriorityDisinherit + 0x000000004037f67c 0xb9 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc5 (size before relaxing) + 0x000000004037f67c xTaskPriorityDisinherit + *fill* 0x000000004037f735 0x3 + .text.vTaskPriorityDisinheritAfterTimeout + 0x000000004037f738 0xbc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xcb (size before relaxing) + 0x000000004037f738 vTaskPriorityDisinheritAfterTimeout + *fill* 0x000000004037f7f4 0x0 + .text.pvTaskIncrementMutexHeldCount + 0x000000004037f7f4 0x56 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5e (size before relaxing) + 0x000000004037f7f4 pvTaskIncrementMutexHeldCount + *fill* 0x000000004037f84a 0x2 + .text.ulTaskGenericNotifyTake + 0x000000004037f84c 0x124 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13c (size before relaxing) + 0x000000004037f84c ulTaskGenericNotifyTake + .text.vTaskGenericNotifyGiveFromISR + 0x000000004037f970 0x125 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13d (size before relaxing) + 0x000000004037f970 vTaskGenericNotifyGiveFromISR + *fill* 0x000000004037fa95 0x3 + .text.prvTaskPriorityRaise + 0x000000004037fa98 0xa0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xb3 (size before relaxing) + 0x000000004037fa98 prvTaskPriorityRaise + *fill* 0x000000004037fb38 0x0 + .text.prvTaskPriorityRestore + 0x000000004037fb38 0xa9 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xb7 (size before relaxing) + 0x000000004037fb38 prvTaskPriorityRestore + *fill* 0x000000004037fbe1 0x3 + .text.vTaskStartScheduler + 0x000000004037fbe4 0x94 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x9f (size before relaxing) + 0x000000004037fbe4 vTaskStartScheduler + *fill* 0x000000004037fc78 0x0 + *fill* 0x000000004037fc78 0x0 + *fill* 0x000000004037fc78 0x0 + *fill* 0x000000004037fc78 0x0 + .text.prvGetDisinheritPriorityAfterTimeout + 0x000000004037fc78 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueFull + 0x000000004037fc90 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x0 + *fill* 0x000000004037fca6 0x2 + .text.xTimerCreateTimerTask + 0x000000004037fca8 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004037fca8 xTimerCreateTimerTask + *fill* 0x000000004037fcaf 0x0 + *fill* 0x000000004037fcaf 0x1 + .text.vListInitialise + 0x000000004037fcb0 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004037fcb0 vListInitialise + .text.vListInitialiseItem + 0x000000004037fcc8 0x9 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004037fcc8 vListInitialiseItem + *fill* 0x000000004037fcd1 0x3 + .text.vListInsertEnd + 0x000000004037fcd4 0x1f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004037fcd4 vListInsertEnd + *fill* 0x000000004037fcf3 0x1 + .text.vListInsert + 0x000000004037fcf4 0x35 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004037fcf4 vListInsert + *fill* 0x000000004037fd29 0x3 + .text.uxListRemove + 0x000000004037fd2c 0x2f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004037fd2c uxListRemove + *libfreertos.a:port.*(.literal.pxPortInitialiseStack .literal.vApplicationStackOverflowHook .literal.vPortAssertIfInISR .literal.vPortEndScheduler .literal.vPortExitCritical .literal.vPortExitCriticalCompliance .literal.vPortReleaseTaskMPUSettings .literal.vPortSetStackWatchpoint .literal.vPortTaskWrapper .literal.vPortYieldOtherCore .literal.xPortEnterCriticalTimeout .literal.xPortEnterCriticalTimeoutCompliance .literal.xPortInIsrContext .literal.xPortStartScheduler .text .text.pxPortInitialiseStack .text.vApplicationStackOverflowHook .text.vPortAssertIfInISR .text.vPortEndScheduler .text.vPortExitCritical .text.vPortExitCriticalCompliance .text.vPortReleaseTaskMPUSettings .text.vPortSetStackWatchpoint .text.vPortStoreTaskMPUSettings .text.vPortTaskWrapper .text.vPortYieldOtherCore .text.xPortEnterCriticalTimeout .text.xPortEnterCriticalTimeoutCompliance .text.xPortGetTickRateHz .text.xPortInIsrContext .text.xPortStartScheduler) + *fill* 0x000000004037fd5b 0x1 + .text.vPortTaskWrapper + 0x000000004037fd5c 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004037fd82 0x2 + .text.xPortStartScheduler + 0x000000004037fd84 0x27 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x2f (size before relaxing) + 0x000000004037fd84 xPortStartScheduler + *fill* 0x000000004037fdab 0x1 + .text.pxPortInitialiseStack + 0x000000004037fdac 0xb1 esp-idf/freertos/libfreertos.a(port.c.obj) + 0xb4 (size before relaxing) + 0x000000004037fdac pxPortInitialiseStack + *fill* 0x000000004037fe5d 0x3 + .text.xPortInIsrContext + 0x000000004037fe60 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004037fe60 xPortInIsrContext + .text.xPortEnterCriticalTimeout + 0x000000004037fe88 0x107 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004037fe88 xPortEnterCriticalTimeout + *fill* 0x000000004037ff8f 0x1 + .text.vPortExitCritical + 0x000000004037ff90 0x8b esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004037ff90 vPortExitCritical + *fill* 0x000000004038001b 0x1 + .text.vPortYieldOtherCore + 0x000000004038001c 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x000000004038001c vPortYieldOtherCore + *fill* 0x0000000040380026 0x2 + .text.vApplicationStackOverflowHook + 0x0000000040380028 0x3d esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040380028 vApplicationStackOverflowHook + *fill* 0x0000000040380065 0x3 + .text.vPortReleaseTaskMPUSettings + 0x0000000040380068 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x0000000040380068 vPortReleaseTaskMPUSettings + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x0 + *fill* 0x0000000040380072 0x2 + .text.vPortStoreTaskMPUSettings + 0x0000000040380074 0x18 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040380074 vPortStoreTaskMPUSettings + *libfreertos.a:port_common.*(.literal.esp_startup_start_app_common .literal.other_cpu_startup_idle_hook_cb .literal.vApplicationGetIdleTaskMemory .literal.vApplicationGetTimerTaskMemory .literal.xPortCheckValidTCBMem .literal.xPortcheckValidStackMem .text .text.esp_startup_start_app_common .text.other_cpu_startup_idle_hook_cb .text.vApplicationGetIdleTaskMemory .text.vApplicationGetTimerTaskMemory .text.xPortCheckValidTCBMem .text.xPortcheckValidStackMem) + .text.other_cpu_startup_idle_hook_cb + 0x000000004038008c 0x12 esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000004038009e 0x2 + .text.esp_startup_start_app_common + 0x00000000403800a0 0x3e esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x42 (size before relaxing) + 0x00000000403800a0 esp_startup_start_app_common + *fill* 0x00000000403800de 0x2 + .text.xPortCheckValidTCBMem + 0x00000000403800e0 0x66 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x00000000403800e0 xPortCheckValidTCBMem + *fill* 0x0000000040380146 0x2 + .text.xPortcheckValidStackMem + 0x0000000040380148 0x66 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x0000000040380148 xPortcheckValidStackMem + *fill* 0x00000000403801ae 0x2 + .text.vApplicationGetIdleTaskMemory + 0x00000000403801b0 0x49 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x51 (size before relaxing) + 0x00000000403801b0 vApplicationGetIdleTaskMemory + *fill* 0x00000000403801f9 0x0 + *fill* 0x00000000403801f9 0x0 + *fill* 0x00000000403801f9 0x0 + *fill* 0x00000000403801f9 0x0 + *fill* 0x00000000403801f9 0x0 + *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cpu_hal.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403801f9 0x3 + .text.cpu_hal_set_breakpoint + 0x00000000403801fc 0x22 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x00000000403801fc cpu_hal_set_breakpoint + *fill* 0x000000004038021e 0x2 + .text.cpu_hal_set_vecbase + 0x0000000040380220 0x8 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x0000000040380220 cpu_hal_set_vecbase + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:soc_hal.*(.literal .literal.* .text .text.*) + .text.soc_hal_stall_core + 0x0000000040380228 0x8e esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x0000000040380228 soc_hal_stall_core + *fill* 0x00000000403802b6 0x2 + .text.soc_hal_unstall_core + 0x00000000403802b8 0x4c esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x00000000403802b8 soc_hal_unstall_core + *fill* 0x0000000040380304 0x0 + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + .text.spi_flash_encryption_hal_enable + 0x0000000040380304 0x21 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x0000000040380304 spi_flash_encryption_hal_enable + *fill* 0x0000000040380325 0x3 + .text.spi_flash_encryption_hal_disable + 0x0000000040380328 0x17 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x0000000040380328 spi_flash_encryption_hal_disable + *fill* 0x000000004038033f 0x1 + .text.spi_flash_encryption_hal_prepare + 0x0000000040380340 0x34 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x0000000040380340 spi_flash_encryption_hal_prepare + .text.spi_flash_encryption_hal_done + 0x0000000040380374 0x25 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x0000000040380374 spi_flash_encryption_hal_done + *fill* 0x0000000040380399 0x3 + .text.spi_flash_encryption_hal_destroy + 0x000000004038039c 0xf esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x000000004038039c spi_flash_encryption_hal_destroy + *fill* 0x00000000403803ab 0x0 + *fill* 0x00000000403803ab 0x0 + *fill* 0x00000000403803ab 0x0 + *fill* 0x00000000403803ab 0x1 + .text.spi_flash_encryption_hal_check + 0x00000000403803ac 0x11 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x00000000403803ac spi_flash_encryption_hal_check + *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403803bd 0x3 + .text.spi_flash_hal_gpspi_device_config + 0x00000000403803c0 0x13c esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x00000000403803c0 spi_flash_hal_gpspi_device_config + .text.spi_flash_hal_gpspi_configure_host_io_mode + 0x00000000403804fc 0x2a6 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x00000000403804fc spi_flash_hal_gpspi_configure_host_io_mode + *fill* 0x00000000403807a2 0x2 + .text.spi_flash_hal_gpspi_common_command + 0x00000000403807a4 0x1f5 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x00000000403807a4 spi_flash_hal_gpspi_common_command + *fill* 0x0000000040380999 0x3 + .text.spi_flash_hal_gpspi_read + 0x000000004038099c 0x114 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x000000004038099c spi_flash_hal_gpspi_read + *fill* 0x0000000040380ab0 0x0 + .text.spi_flash_hal_gpspi_poll_cmd_done + 0x0000000040380ab0 0xf esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x0000000040380ab0 spi_flash_hal_gpspi_poll_cmd_done + *fill* 0x0000000040380abf 0x0 + *fill* 0x0000000040380abf 0x0 + *fill* 0x0000000040380abf 0x1 + .text.spi_flash_hal_gpspi_supports_direct_write + 0x0000000040380ac0 0x7 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x0000000040380ac0 spi_flash_hal_gpspi_supports_direct_write + *fill* 0x0000000040380ac7 0x1 + .text.spi_flash_hal_gpspi_supports_direct_read + 0x0000000040380ac8 0x7 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x0000000040380ac8 spi_flash_hal_gpspi_supports_direct_read + *fill* 0x0000000040380acf 0x1 + .text.spi_flash_hal_gpspi_check_status + 0x0000000040380ad0 0x17 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x0000000040380ad0 spi_flash_hal_gpspi_check_status + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040380ae7 0x1 + .text.spi_flash_hal_configure_host_io_mode + 0x0000000040380ae8 0x32f esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040380ae8 spi_flash_hal_configure_host_io_mode + *fill* 0x0000000040380e17 0x1 + .text.spi_flash_hal_common_command + 0x0000000040380e18 0x1ac esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040380e18 spi_flash_hal_common_command + .text.spi_flash_hal_read + 0x0000000040380fc4 0xd0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040380fc4 spi_flash_hal_read + .text.spi_flash_hal_erase_chip + 0x0000000040381094 0x26 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040381094 spi_flash_hal_erase_chip + *fill* 0x00000000403810ba 0x2 + .text.spi_flash_hal_erase_sector + 0x00000000403810bc 0x6e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00000000403810bc spi_flash_hal_erase_sector + *fill* 0x000000004038112a 0x2 + .text.spi_flash_hal_erase_block + 0x000000004038112c 0x66 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004038112c spi_flash_hal_erase_block + *fill* 0x0000000040381192 0x2 + .text.spi_flash_hal_program_page + 0x0000000040381194 0xb6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040381194 spi_flash_hal_program_page + *fill* 0x000000004038124a 0x2 + .text.spi_flash_hal_set_write_protect + 0x000000004038124c 0x40 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004038124c spi_flash_hal_set_write_protect + .text.spi_flash_hal_setup_read_suspend + 0x000000004038128c 0x13 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x16 (size before relaxing) + 0x000000004038128c spi_flash_hal_setup_read_suspend + *fill* 0x000000004038129f 0x1 + .text.spi_flash_hal_setup_auto_suspend_mode + 0x00000000403812a0 0x53 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00000000403812a0 spi_flash_hal_setup_auto_suspend_mode + *fill* 0x00000000403812f3 0x1 + .text.spi_flash_hal_setup_auto_resume_mode + 0x00000000403812f4 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00000000403812f4 spi_flash_hal_setup_auto_resume_mode + .text.spi_flash_hal_disable_auto_suspend_mode + 0x000000004038130c 0x53 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004038130c spi_flash_hal_disable_auto_suspend_mode + *fill* 0x000000004038135f 0x1 + .text.spi_flash_hal_disable_auto_resume_mode + 0x0000000040381360 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x0000000040381360 spi_flash_hal_disable_auto_resume_mode + .text.spi_flash_hal_device_config + 0x0000000040381378 0x101 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x109 (size before relaxing) + 0x0000000040381378 spi_flash_hal_device_config + *fill* 0x0000000040381479 0x3 + .text.spi_flash_hal_poll_cmd_done + 0x000000004038147c 0xf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004038147c spi_flash_hal_poll_cmd_done + *fill* 0x000000004038148b 0x0 + *fill* 0x000000004038148b 0x0 + *fill* 0x000000004038148b 0x0 + *fill* 0x000000004038148b 0x0 + *fill* 0x000000004038148b 0x0 + *fill* 0x000000004038148b 0x1 + .text.spi_flash_hal_check_status + 0x000000004038148c 0x29 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004038148c spi_flash_hal_check_status + *fill* 0x00000000403814b5 0x0 + *fill* 0x00000000403814b5 0x0 + *fill* 0x00000000403814b5 0x0 + *fill* 0x00000000403814b5 0x0 + *fill* 0x00000000403814b5 0x3 + .text.spi_flash_hal_resume + 0x00000000403814b8 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00000000403814b8 spi_flash_hal_resume + .text.spi_flash_hal_suspend + 0x00000000403814d0 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x00000000403814d0 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.periph_ll_get_clk_en_reg + 0x00000000403814e8 0x75 esp-idf/hal/libhal.a(systimer_hal.c.obj) + *fill* 0x000000004038155d 0x3 + .text.periph_ll_get_rst_en_reg + 0x0000000040381560 0x75 esp-idf/hal/libhal.a(systimer_hal.c.obj) + *fill* 0x00000000403815d5 0x3 + .text.systimer_hal_init + 0x00000000403815d8 0x48 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4c (size before relaxing) + 0x00000000403815d8 systimer_hal_init + .text.systimer_hal_get_counter_value + 0x0000000040381620 0x59 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381620 systimer_hal_get_counter_value + *fill* 0x0000000040381679 0x3 + .text.systimer_hal_set_alarm_target + 0x000000004038167c 0x77 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x000000004038167c systimer_hal_set_alarm_target + *fill* 0x00000000403816f3 0x1 + .text.systimer_hal_set_alarm_period + 0x00000000403816f4 0x83 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x00000000403816f4 systimer_hal_set_alarm_period + *fill* 0x0000000040381777 0x1 + .text.systimer_hal_counter_value_advance + 0x0000000040381778 0x60 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381778 systimer_hal_counter_value_advance + .text.systimer_hal_select_alarm_mode + 0x00000000403817d8 0x47 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x00000000403817d8 systimer_hal_select_alarm_mode + *fill* 0x000000004038181f 0x1 + .text.systimer_hal_connect_alarm_counter + 0x0000000040381820 0x24 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381820 systimer_hal_connect_alarm_counter + *fill* 0x0000000040381844 0x0 + *fill* 0x0000000040381844 0x0 + *fill* 0x0000000040381844 0x0 + *fill* 0x0000000040381844 0x0 + *fill* 0x0000000040381844 0x0 + .text.systimer_hal_enable_alarm_int + 0x0000000040381844 0x1e esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381844 systimer_hal_enable_alarm_int + *fill* 0x0000000040381862 0x2 + .text.systimer_hal_enable_counter + 0x0000000040381864 0x21 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381864 systimer_hal_enable_counter + *fill* 0x0000000040381885 0x0 + *fill* 0x0000000040381885 0x3 + .text.systimer_hal_counter_can_stall_by_cpu + 0x0000000040381888 0x61 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x0000000040381888 systimer_hal_counter_can_stall_by_cpu + *libhal.a:wdt_hal_iram.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403818e9 0x3 + .text.wdt_hal_init + 0x00000000403818ec 0x2a3 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000403818ec wdt_hal_init + *fill* 0x0000000040381b8f 0x1 + .text.wdt_hal_config_stage + 0x0000000040381b90 0x169 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381b90 wdt_hal_config_stage + *fill* 0x0000000040381cf9 0x3 + .text.wdt_hal_write_protect_disable + 0x0000000040381cfc 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381cfc wdt_hal_write_protect_disable + *fill* 0x0000000040381d1e 0x2 + .text.wdt_hal_enable + 0x0000000040381d20 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381d20 wdt_hal_enable + .text.wdt_hal_disable + 0x0000000040381d70 0x34 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381d70 wdt_hal_disable + .text.wdt_hal_handle_intr + 0x0000000040381da4 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381da4 wdt_hal_handle_intr + .text.wdt_hal_feed + 0x0000000040381df4 0x2a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381df4 wdt_hal_feed + *fill* 0x0000000040381e1e 0x2 + .text.wdt_hal_set_flashboot_en + 0x0000000040381e20 0x4d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381e20 wdt_hal_set_flashboot_en + *fill* 0x0000000040381e6d 0x0 + *fill* 0x0000000040381e6d 0x0 + *fill* 0x0000000040381e6d 0x0 + *fill* 0x0000000040381e6d 0x3 + .text.wdt_hal_write_protect_enable + 0x0000000040381e70 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381e70 wdt_hal_write_protect_enable + *fill* 0x0000000040381e8e 0x0 + *fill* 0x0000000040381e8e 0x0 + *fill* 0x0000000040381e8e 0x2 + .text.wdt_hal_is_enabled + 0x0000000040381e90 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040381e90 wdt_hal_is_enabled + *libheap.a:heap_tlsf.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040381eb2 0x2 + .text.default_walker + 0x0000000040381eb4 0x22 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x0000000040381ed6 0x2 + .text.control_construct + 0x0000000040381ed8 0x168 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x16c (size before relaxing) + .text.tlsf_walk_pool + 0x0000000040382040 0x3e esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382040 tlsf_walk_pool + *fill* 0x000000004038207e 0x2 + .text.tlsf_fit_size + 0x0000000040382080 0x39 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382080 tlsf_fit_size + *fill* 0x00000000403820b9 0x3 + .text.tlsf_add_pool + 0x00000000403820bc 0x158 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x164 (size before relaxing) + 0x00000000403820bc tlsf_add_pool + .text.tlsf_create + 0x0000000040382214 0x28 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382214 tlsf_create + .text.tlsf_get_pool + 0x000000004038223c 0xc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x10 (size before relaxing) + 0x000000004038223c tlsf_get_pool + .text.tlsf_create_with_pool + 0x0000000040382248 0x27 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x2f (size before relaxing) + 0x0000000040382248 tlsf_create_with_pool + *fill* 0x000000004038226f 0x1 + .text.tlsf_malloc + 0x0000000040382270 0x384 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x398 (size before relaxing) + 0x0000000040382270 tlsf_malloc + .text.tlsf_free + 0x00000000403825f4 0x382 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x3a2 (size before relaxing) + 0x00000000403825f4 tlsf_free + *fill* 0x0000000040382976 0x2 + .text.tlsf_realloc + 0x0000000040382978 0x4ce esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x4fe (size before relaxing) + 0x0000000040382978 tlsf_realloc + *fill* 0x0000000040382e46 0x0 + *fill* 0x0000000040382e46 0x0 + *fill* 0x0000000040382e46 0x2 + .text.tlsf_block_size + 0x0000000040382e48 0x16 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382e48 tlsf_block_size + *fill* 0x0000000040382e5e 0x0 + *fill* 0x0000000040382e5e 0x2 + .text.tlsf_size + 0x0000000040382e60 0xe esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382e60 tlsf_size + *fill* 0x0000000040382e6e 0x2 + .text.tlsf_block_size_max + 0x0000000040382e70 0x19 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382e70 tlsf_block_size_max + *fill* 0x0000000040382e89 0x3 + .text.tlsf_pool_overhead + 0x0000000040382e8c 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382e8c tlsf_pool_overhead + *fill* 0x0000000040382e93 0x1 + .text.tlsf_alloc_overhead + 0x0000000040382e94 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040382e94 tlsf_alloc_overhead + *fill* 0x0000000040382e9b 0x0 + *fill* 0x0000000040382e9b 0x0 + *fill* 0x0000000040382e9b 0x0 + *libheap.a:multi_heap.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040382e9b 0x1 + .text.assert_valid_block + 0x0000000040382e9c 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c (size before relaxing) + .text.multi_heap_get_allocated_size_impl + 0x0000000040382ed4 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040382ed4 multi_heap_get_allocated_size_impl + 0x0000000040382ed4 multi_heap_get_allocated_size + .text.multi_heap_register_impl + 0x0000000040382ee0 0x48 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x50 (size before relaxing) + 0x0000000040382ee0 multi_heap_register_impl + 0x0000000040382ee0 multi_heap_register + .text.multi_heap_malloc_impl + 0x0000000040382f28 0x5e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x6e (size before relaxing) + 0x0000000040382f28 multi_heap_malloc + 0x0000000040382f28 multi_heap_malloc_impl + *fill* 0x0000000040382f86 0x2 + .text.multi_heap_free_impl + 0x0000000040382f88 0x52 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x62 (size before relaxing) + 0x0000000040382f88 multi_heap_aligned_free + 0x0000000040382f88 multi_heap_free + 0x0000000040382f88 multi_heap_free_impl + *fill* 0x0000000040382fda 0x2 + .text.multi_heap_realloc_impl + 0x0000000040382fdc 0x7a esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x8e (size before relaxing) + 0x0000000040382fdc multi_heap_realloc + 0x0000000040382fdc multi_heap_realloc_impl + *fill* 0x0000000040383056 0x2 + .text.multi_heap_get_info_impl + 0x0000000040383058 0x5e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x76 (size before relaxing) + 0x0000000040383058 multi_heap_get_info + 0x0000000040383058 multi_heap_get_info_impl + *fill* 0x00000000403830b6 0x2 + .text.multi_heap_get_info_tlsf + 0x00000000403830b8 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_set_lock + 0x00000000403830dc 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000403830dc multi_heap_set_lock + *fill* 0x00000000403830e3 0x0 + *fill* 0x00000000403830e3 0x0 + *fill* 0x00000000403830e3 0x0 + *fill* 0x00000000403830e3 0x1 + .text.multi_heap_minimum_free_size_impl + 0x00000000403830e4 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000403830e4 multi_heap_minimum_free_size_impl + 0x00000000403830e4 multi_heap_minimum_free_size + *fill* 0x00000000403830f2 0x0 + *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) + *fill* 0x00000000403830f2 0x2 + .text.esp_log_write + 0x00000000403830f4 0x26 esp-idf/log/liblog.a(log.c.obj) + 0x00000000403830f4 esp_log_write + *fill* 0x000000004038311a 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *fill* 0x000000004038311a 0x2 + .text.esp_log_early_timestamp + 0x000000004038311c 0x1f esp-idf/log/liblog.a(log_freertos.c.obj) + 0x000000004038311c esp_log_early_timestamp + *fill* 0x000000004038313b 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) + *fill* 0x000000004038313b 0x1 + .text.esp_log_impl_lock_timeout + 0x000000004038313c 0x3c esp-idf/log/liblog.a(log_freertos.c.obj) + 0x44 (size before relaxing) + 0x000000004038313c esp_log_impl_lock_timeout + *fill* 0x0000000040383178 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) + .text.esp_log_impl_unlock + 0x0000000040383178 0x1b esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1f (size before relaxing) + 0x0000000040383178 esp_log_impl_unlock + *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *fill* 0x0000000040383193 0x1 + .text.esp_log_timestamp + 0x0000000040383194 0x4f esp-idf/log/liblog.a(log_freertos.c.obj) + 0x5b (size before relaxing) + 0x0000000040383194 esp_log_timestamp + *fill* 0x00000000403831e3 0x0 + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403831e3 0x1 + .text.abort 0x00000000403831e4 0x8d esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x00000000403831e4 abort + *fill* 0x0000000040383271 0x0 + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040383271 0x3 + .text.__assert_func + 0x0000000040383274 0xfc esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x104 (size before relaxing) + 0x0000000040383274 __assert_func + *fill* 0x0000000040383370 0x0 + .text.newlib_include_assert_impl + 0x0000000040383370 0x5 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x0000000040383370 newlib_include_assert_impl + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040383375 0x3 + .text.malloc 0x0000000040383378 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040383378 malloc + 0x0000000040383378 pvalloc + 0x0000000040383378 valloc + .text.realloc 0x0000000040383384 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040383384 realloc + *fill* 0x0000000040383395 0x3 + .text.free 0x0000000040383398 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040383398 cfree + 0x0000000040383398 free + *fill* 0x00000000403833a2 0x2 + .text._malloc_r + 0x00000000403833a4 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x00000000403833a4 _malloc_r + .text._free_r 0x00000000403833b0 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x00000000403833b0 _free_r + *fill* 0x00000000403833ba 0x2 + .text._realloc_r + 0x00000000403833bc 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x00000000403833bc _realloc_r + *fill* 0x00000000403833cd 0x3 + .text._calloc_r + 0x00000000403833d0 0x2c esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x30 (size before relaxing) + 0x00000000403833d0 _calloc_r + .text.calloc 0x00000000403833fc 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x18 (size before relaxing) + 0x00000000403833fc calloc + *fill* 0x0000000040383410 0x0 + *fill* 0x0000000040383410 0x0 + *fill* 0x0000000040383410 0x0 + *fill* 0x0000000040383410 0x0 + *fill* 0x0000000040383410 0x0 + .text.newlib_include_heap_impl + 0x0000000040383410 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040383410 newlib_include_heap_impl + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *libpp.a:(.wifi0iram .wifi0iram.*) + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *libpp.a:(.wifirxiram .wifirxiram.*) + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *librtc.a:(.literal .literal.* .text .text.*) + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040383415 0x3 + .text.memspi_host_read_id_hs + 0x0000000040383418 0x89 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x8d (size before relaxing) + 0x0000000040383418 memspi_host_read_id_hs + *fill* 0x00000000403834a1 0x3 + .text.memspi_host_flush_cache + 0x00000000403834a4 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00000000403834a4 memspi_host_flush_cache + *fill* 0x00000000403834bd 0x3 + .text.memspi_host_erase_sector + 0x00000000403834c0 0x45 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x48 (size before relaxing) + 0x00000000403834c0 memspi_host_erase_sector + *fill* 0x0000000040383505 0x3 + .text.memspi_host_erase_block + 0x0000000040383508 0x4a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040383508 memspi_host_erase_block + *fill* 0x0000000040383552 0x2 + .text.memspi_host_program_page + 0x0000000040383554 0x4b esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4e (size before relaxing) + 0x0000000040383554 memspi_host_program_page + *fill* 0x000000004038359f 0x1 + .text.memspi_host_init_pointers + 0x00000000403835a0 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00000000403835a0 memspi_host_init_pointers + *fill* 0x00000000403835c4 0x0 + .text.memspi_host_read_status_hs + 0x00000000403835c4 0x35 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00000000403835c4 memspi_host_read_status_hs + *fill* 0x00000000403835f9 0x3 + .text.memspi_host_erase_chip + 0x00000000403835fc 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x00000000403835fc memspi_host_erase_chip + *fill* 0x0000000040383622 0x2 + .text.memspi_host_set_write_protect + 0x0000000040383624 0x32 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040383624 memspi_host_set_write_protect + *fill* 0x0000000040383656 0x2 + .text.memspi_host_write_data_slicer + 0x0000000040383658 0x43 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040383658 memspi_host_write_data_slicer + *fill* 0x000000004038369b 0x1 + .text.memspi_host_read_data_slicer + 0x000000004038369c 0x35 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x000000004038369c memspi_host_read_data_slicer + *fill* 0x00000000403836d1 0x0 + *fill* 0x00000000403836d1 0x0 + *fill* 0x00000000403836d1 0x0 + *fill* 0x00000000403836d1 0x0 + *fill* 0x00000000403836d1 0x0 + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403836d1 0x3 + .text.spi_flash_chip_boya_probe + 0x00000000403836d4 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x00000000403836d4 spi_flash_chip_boya_probe + *fill* 0x00000000403836fd 0x3 + .text.spi_flash_chip_boya_get_caps + 0x0000000040383700 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x0000000040383700 spi_flash_chip_boya_get_caps + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040383707 0x1 + .text.spi_flash_chip_gd_probe + 0x0000000040383708 0x41 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040383708 spi_flash_chip_gd_probe + *fill* 0x0000000040383749 0x3 + .text.spi_flash_chip_gd_set_io_mode + 0x000000004038374c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000000004038374c spi_flash_chip_gd_set_io_mode + .text.spi_flash_chip_gd_get_io_mode + 0x0000000040383790 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + 0x0000000040383790 spi_flash_chip_gd_get_io_mode + *fill* 0x00000000403837ac 0x0 + .text.spi_flash_chip_gd_get_caps + 0x00000000403837ac 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x00000000403837ac spi_flash_chip_gd_get_caps + *fill* 0x00000000403837c5 0x0 + *fill* 0x00000000403837c5 0x0 + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403837c5 0x3 + .text.spi_flash_chip_generic_detect_size + 0x00000000403837c8 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000403837c8 spi_flash_chip_generic_detect_size + *fill* 0x00000000403837fa 0x2 + .text.spi_flash_chip_generic_write_encrypted + 0x00000000403837fc 0xd0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000403837fc spi_flash_chip_generic_write_encrypted + .text.spi_flash_chip_generic_config_host_io_mode + 0x00000000403838cc 0x156 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000403838cc spi_flash_chip_generic_config_host_io_mode + *fill* 0x0000000040383a22 0x2 + .text.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x0000000040383a24 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x38 (size before relaxing) + 0x0000000040383a24 spi_flash_common_read_status_16b_rdsr_rdsr2 + .text.spi_flash_common_write_status_16b_wrsr + 0x0000000040383a58 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383a58 spi_flash_common_write_status_16b_wrsr + *fill* 0x0000000040383a6d 0x3 + .text.spi_flash_chip_generic_read + 0x0000000040383a70 0xb5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xbd (size before relaxing) + 0x0000000040383a70 spi_flash_chip_generic_read + *fill* 0x0000000040383b25 0x3 + .text.spi_flash_chip_generic_write + 0x0000000040383b28 0xb2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383b28 spi_flash_chip_generic_write + *fill* 0x0000000040383bda 0x2 + .text.spi_flash_chip_generic_get_write_protect + 0x0000000040383bdc 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3e (size before relaxing) + 0x0000000040383bdc spi_flash_chip_generic_get_write_protect + *fill* 0x0000000040383c16 0x2 + .text.spi_flash_chip_generic_yield + 0x0000000040383c18 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x48 (size before relaxing) + 0x0000000040383c18 spi_flash_chip_generic_yield + .text.spi_flash_chip_generic_suspend_cmd_conf + 0x0000000040383c5c 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x58 (size before relaxing) + 0x0000000040383c5c spi_flash_chip_generic_suspend_cmd_conf + .text.spi_flash_chip_generic_read_unique_id + 0x0000000040383cb0 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8c (size before relaxing) + 0x0000000040383cb0 spi_flash_chip_generic_read_unique_id + .text.spi_flash_common_read_status_8b_rdsr2 + 0x0000000040383d38 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383d38 spi_flash_common_read_status_8b_rdsr2 + *fill* 0x0000000040383d4d 0x3 + .text.spi_flash_chip_generic_get_io_mode + 0x0000000040383d50 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x20 (size before relaxing) + 0x0000000040383d50 spi_flash_chip_generic_get_io_mode + .text.spi_flash_common_read_status_8b_rdsr + 0x0000000040383d6c 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383d6c spi_flash_common_read_status_8b_rdsr + *fill* 0x0000000040383d81 0x3 + .text.spi_flash_common_write_status_8b_wrsr + 0x0000000040383d84 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383d84 spi_flash_common_write_status_8b_wrsr + *fill* 0x0000000040383d99 0x3 + .text.spi_flash_common_write_status_8b_wrsr2 + 0x0000000040383d9c 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383d9c spi_flash_common_write_status_8b_wrsr2 + *fill* 0x0000000040383db1 0x3 + .text.spi_flash_chip_generic_set_io_mode + 0x0000000040383db4 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383db4 spi_flash_chip_generic_set_io_mode + .text.spi_flash_chip_generic_probe + 0x0000000040383dcc 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383dcc spi_flash_chip_generic_probe + *fill* 0x0000000040383dd3 0x1 + .text.spi_flash_chip_generic_reset + 0x0000000040383dd4 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383dd4 spi_flash_chip_generic_reset + *fill* 0x0000000040383e30 0x0 + .text.spi_flash_chip_generic_erase_chip + 0x0000000040383e30 0x71 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383e30 spi_flash_chip_generic_erase_chip + *fill* 0x0000000040383ea1 0x3 + .text.spi_flash_chip_generic_erase_sector + 0x0000000040383ea4 0x71 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383ea4 spi_flash_chip_generic_erase_sector + *fill* 0x0000000040383f15 0x3 + .text.spi_flash_chip_generic_erase_block + 0x0000000040383f18 0x71 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383f18 spi_flash_chip_generic_erase_block + *fill* 0x0000000040383f89 0x3 + .text.spi_flash_chip_generic_page_program + 0x0000000040383f8c 0x69 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383f8c spi_flash_chip_generic_page_program + *fill* 0x0000000040383ff5 0x3 + .text.spi_flash_chip_generic_set_write_protect + 0x0000000040383ff8 0x57 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040383ff8 spi_flash_chip_generic_set_write_protect + *fill* 0x000000004038404f 0x1 + .text.spi_flash_chip_generic_read_reg + 0x0000000040384050 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040384050 spi_flash_chip_generic_read_reg + *fill* 0x0000000040384062 0x2 + .text.spi_flash_chip_generic_wait_idle + 0x0000000040384064 0x98 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040384064 spi_flash_chip_generic_wait_idle + *fill* 0x00000000403840fc 0x0 + .text.spi_flash_chip_generic_get_caps + 0x00000000403840fc 0x17 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000403840fc spi_flash_chip_generic_get_caps + *fill* 0x0000000040384113 0x1 + .text.spi_flash_common_read_qe_sr + 0x0000000040384114 0x31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x0000000040384145 0x3 + .text.spi_flash_common_write_qe_sr + 0x0000000040384148 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x0000000040384178 0x0 + *fill* 0x0000000040384178 0x0 + *fill* 0x0000000040384178 0x0 + *fill* 0x0000000040384178 0x0 + .text.spi_flash_chip_generic_read_unique_id_none + 0x0000000040384178 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040384178 spi_flash_chip_generic_read_unique_id_none + *fill* 0x0000000040384180 0x0 + *fill* 0x0000000040384180 0x0 + *fill* 0x0000000040384180 0x0 + *fill* 0x0000000040384180 0x0 + .text.spi_flash_common_set_io_mode + 0x0000000040384180 0xaa esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040384180 spi_flash_common_set_io_mode + *fill* 0x000000004038422a 0x0 + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *fill* 0x000000004038422a 0x2 + .text.spi_flash_chip_issi_probe + 0x000000004038422c 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x000000004038422c spi_flash_chip_issi_probe + *fill* 0x0000000040384255 0x3 + .text.spi_flash_chip_issi_set_io_mode + 0x0000000040384258 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x18 (size before relaxing) + 0x0000000040384258 spi_flash_chip_issi_set_io_mode + .text.spi_flash_chip_issi_get_io_mode + 0x000000004038426c 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x20 (size before relaxing) + 0x000000004038426c spi_flash_chip_issi_get_io_mode + *fill* 0x0000000040384288 0x0 + .text.spi_flash_chip_issi_get_caps + 0x0000000040384288 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x0000000040384288 spi_flash_chip_issi_get_caps + *fill* 0x000000004038428f 0x0 + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *fill* 0x000000004038428f 0x1 + .text.spi_flash_chip_mxic_probe + 0x0000000040384290 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x0000000040384290 spi_flash_chip_mxic_probe + *fill* 0x00000000403842b5 0x3 + .text.spi_flash_chip_mxic_get_caps + 0x00000000403842b8 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x00000000403842b8 spi_flash_chip_mxic_get_caps + *libspi_flash.a:spi_flash_chip_mxic_opi.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403842bf 0x1 + .text.spi_flash_chip_mxic_opi_erase_chip + 0x00000000403842c0 0x91 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x00000000403842c0 spi_flash_chip_mxic_opi_erase_chip + *fill* 0x0000000040384351 0x3 + .text.spi_flash_chip_mxic_opi_erase_sector + 0x0000000040384354 0x8d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384354 spi_flash_chip_mxic_opi_erase_sector + *fill* 0x00000000403843e1 0x3 + .text.spi_flash_chip_mxic_opi_erase_block + 0x00000000403843e4 0x8d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x00000000403843e4 spi_flash_chip_mxic_opi_erase_block + *fill* 0x0000000040384471 0x3 + .text.spi_flash_chip_mxic_opi_page_program + 0x0000000040384474 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384474 spi_flash_chip_mxic_opi_page_program + *fill* 0x00000000403844f6 0x2 + .text.spi_flash_chip_xmic_opi_config_host_io_mode + 0x00000000403844f8 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x00000000403844f8 spi_flash_chip_xmic_opi_config_host_io_mode + *fill* 0x000000004038452a 0x2 + .text.spi_flash_chip_mxic_opi_get_data_length_zoom + 0x000000004038452c 0x2e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + *fill* 0x000000004038455a 0x2 + .text.spi_flash_chip_mxic_opi_read_id + 0x000000004038455c 0xd1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0xd9 (size before relaxing) + 0x000000004038455c spi_flash_chip_mxic_opi_read_id + *fill* 0x000000004038462d 0x3 + .text.spi_flash_chip_mxic_opi_read_reg + 0x0000000040384630 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384630 spi_flash_chip_mxic_opi_read_reg + .text.spi_flash_chip_mxic_opi_get_io_mode + 0x000000004038467c 0x72 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x000000004038467c spi_flash_chip_mxic_opi_get_io_mode + *fill* 0x00000000403846ee 0x2 + .text.spi_flash_chip_mxic_opi_get_write_protect + 0x00000000403846f0 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x3e (size before relaxing) + 0x00000000403846f0 spi_flash_chip_mxic_opi_get_write_protect + *fill* 0x000000004038472a 0x2 + .text.spi_flash_chip_mxic_opi_write + 0x000000004038472c 0xb2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x000000004038472c spi_flash_chip_mxic_opi_write + *fill* 0x00000000403847de 0x2 + .text.spi_flash_chip_mxic_opi_probe + 0x00000000403847e0 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x00000000403847e0 spi_flash_chip_mxic_opi_probe + *fill* 0x0000000040384805 0x3 + .text.spi_flash_chip_mxic_opi_get_caps + 0x0000000040384808 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384808 spi_flash_chip_mxic_opi_get_caps + *fill* 0x000000004038480f 0x1 + .text.spi_flash_chip_mxic_opi_set_write_protect + 0x0000000040384810 0x76 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384810 spi_flash_chip_mxic_opi_set_write_protect + *fill* 0x0000000040384886 0x0 + *fill* 0x0000000040384886 0x0 + *fill* 0x0000000040384886 0x0 + *fill* 0x0000000040384886 0x0 + *fill* 0x0000000040384886 0x2 + .text.spi_flash_chip_xmic_opi_set_io_mode + 0x0000000040384888 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x0000000040384888 spi_flash_chip_xmic_opi_set_io_mode + *fill* 0x000000004038488f 0x0 + *fill* 0x000000004038488f 0x0 + *fill* 0x000000004038488f 0x0 + *fill* 0x000000004038488f 0x0 + *fill* 0x000000004038488f 0x0 + *fill* 0x000000004038488f 0x0 + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *fill* 0x000000004038488f 0x1 + .text.spi_flash_chip_th_probe + 0x0000000040384890 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x0000000040384890 spi_flash_chip_th_probe + *fill* 0x00000000403848b9 0x0 + *fill* 0x00000000403848b9 0x3 + .text.spi_flash_chip_th_get_caps + 0x00000000403848bc 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x00000000403848bc spi_flash_chip_th_get_caps + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403848c3 0x1 + .text.spi_flash_command_winbond_program_4B + 0x00000000403848c4 0x45 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x0000000040384909 0x3 + .text.spi_flash_chip_winbond_page_program + 0x000000004038490c 0x35 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x000000004038490c spi_flash_chip_winbond_page_program + *fill* 0x0000000040384941 0x3 + .text.spi_flash_command_winbond_erase_sector_4B + 0x0000000040384944 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x0000000040384986 0x2 + .text.spi_flash_chip_winbond_erase_sector + 0x0000000040384988 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040384988 spi_flash_chip_winbond_erase_sector + *fill* 0x00000000403849da 0x2 + .text.spi_flash_command_erase_block_4B + 0x00000000403849dc 0x45 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x0000000040384a21 0x3 + .text.spi_flash_chip_winbond_erase_block + 0x0000000040384a24 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040384a24 spi_flash_chip_winbond_erase_block + *fill* 0x0000000040384a76 0x2 + .text.spi_flash_chip_winbond_read + 0x0000000040384a78 0xc5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0xc9 (size before relaxing) + 0x0000000040384a78 spi_flash_chip_winbond_read + *fill* 0x0000000040384b3d 0x3 + .text.spi_flash_chip_winbond_probe + 0x0000000040384b40 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040384b40 spi_flash_chip_winbond_probe + *fill* 0x0000000040384b56 0x2 + .text.spi_flash_chip_winbond_get_caps + 0x0000000040384b58 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040384b58 spi_flash_chip_winbond_get_caps + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *fill* 0x0000000040384b71 0x0 + *libspi_flash.a:spi_flash_hpm_enable.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040384b71 0x3 + .text.spi_flash_hpm_probe_chip_with_cmd + 0x0000000040384b74 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384b9d 0x3 + .text.spi_flash_hpm_probe_chip_with_dummy + 0x0000000040384ba0 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384bc9 0x3 + .text.spi_flash_hpm_probe_chip_with_write_hpf_bit_5 + 0x0000000040384bcc 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384be1 0x3 + .text.spi_flash_high_performance_check_dummy_sr + 0x0000000040384be4 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .text.spi_flash_high_performance_check_hpf_bit_5 + 0x0000000040384bfc 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384c11 0x3 + .text.spi_flash_turn_high_performance_write_hpf_bit_5 + 0x0000000040384c14 0x37 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384c4b 0x1 + .text.spi_flash_turn_high_performance_reconfig_dummy + 0x0000000040384c4c 0x37 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384c83 0x1 + .text.spi_flash_enable_high_performance_send_cmd + 0x0000000040384c84 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384ca6 0x2 + .text.spi_flash_enable_high_performance_mode + 0x0000000040384ca8 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x160 (size before relaxing) + 0x0000000040384ca8 spi_flash_enable_high_performance_mode + *fill* 0x0000000040384dfc 0x0 + *fill* 0x0000000040384dfc 0x0 + .text.spi_flash_hpm_chip_hpm_requirement_check_with_cmd + 0x0000000040384dfc 0x11 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384e0d 0x0 + *fill* 0x0000000040384e0d 0x3 + .text.spi_flash_hpm_chip_hpm_requirement_check_with_dummy + 0x0000000040384e10 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384e22 0x2 + .text.spi_flash_hpm_get_dummy_xmc + 0x0000000040384e24 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384e3c 0x0 + .text.spi_flash_hpm_chip_hpm_requirement_check_with_write_hpf_bit_5 + 0x0000000040384e3c 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x0000000040384e4e 0x2 + .text.spi_flash_hpm_get_dummy_generic + 0x0000000040384e50 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x0000000040384e50 spi_flash_hpm_get_dummy_generic + *fill* 0x0000000040384e6a 0x0 + *fill* 0x0000000040384e6a 0x0 + *fill* 0x0000000040384e6a 0x0 + *fill* 0x0000000040384e6a 0x0 + *fill* 0x0000000040384e6a 0x0 + *libspi_flash.a:spi_flash_rom_patch.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_timing_tuning.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040384e6a 0x2 + .text.get_mspi_core_clock + 0x0000000040384e6c 0xa esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000040384e76 0x2 + .text.spi_timing_enter_mspi_low_speed_mode + 0x0000000040384e78 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x28 (size before relaxing) + 0x0000000040384e78 spi_timing_enter_mspi_low_speed_mode + .text.spi_timing_enter_mspi_high_speed_mode + 0x0000000040384e98 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x4a (size before relaxing) + 0x0000000040384e98 spi_timing_enter_mspi_high_speed_mode + *fill* 0x0000000040384ed2 0x2 + .text.spi_timing_change_speed_mode_cache_safe + 0x0000000040384ed4 0x37 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x3a (size before relaxing) + 0x0000000040384ed4 spi_timing_change_speed_mode_cache_safe + *fill* 0x0000000040384f0b 0x1 + .text.spi_timing_get_flash_timing_param + 0x0000000040384f0c 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x9 (size before relaxing) + 0x0000000040384f0c spi_timing_get_flash_timing_param + *fill* 0x0000000040384f12 0x2 + .text.get_flash_clock_divider + 0x0000000040384f14 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + *fill* 0x0000000040384f1b 0x1 + .text.get_psram_clock_divider + 0x0000000040384f1c 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + *fill* 0x0000000040384f23 0x0 + *fill* 0x0000000040384f23 0x1 + .text.spi_timing_flash_tuning + 0x0000000040384f24 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x0000000040384f24 spi_timing_flash_tuning + *fill* 0x0000000040384f29 0x0 + *fill* 0x0000000040384f29 0x0 + *fill* 0x0000000040384f29 0x3 + .text.spi_timing_is_tuned + 0x0000000040384f2c 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x0000000040384f2c spi_timing_is_tuned + *fill* 0x0000000040384f33 0x0 + *libspi_flash.a:spi_timing_config.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040384f33 0x1 + .text.spi_timing_config_set_core_clock + 0x0000000040384f34 0x3a esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x3d (size before relaxing) + 0x0000000040384f34 spi_timing_config_set_core_clock + *fill* 0x0000000040384f6e 0x2 + .text.spi_timing_config_set_flash_clock + 0x0000000040384f70 0x53 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x0000000040384f70 spi_timing_config_set_flash_clock + *fill* 0x0000000040384fc3 0x1 + .text.spi_timing_config_set_psram_clock + 0x0000000040384fc4 0x42 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x0000000040384fc4 spi_timing_config_set_psram_clock + *fill* 0x0000000040385006 0x2 + .text.spi_timing_config_get_core_clock + 0x0000000040385008 0x7 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x0000000040385008 spi_timing_config_get_core_clock + *fill* 0x000000004038500f 0x0 + *fill* 0x000000004038500f 0x0 + *fill* 0x000000004038500f 0x0 + *libxt_hal.a:(.literal .literal.* .text .text.*) + *fill* 0x000000004038500f 0x1 + .text 0x0000000040385010 0x137 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + 0x0000000040385010 xthal_spill_registers_into_stack_nw + 0x0000000040385010 xthal_window_spill_nw + 0x0000000040385124 xthal_window_spill + *fill* 0x0000000040385147 0x0 + *fill* 0x0000000040385147 0x1 + .text 0x0000000040385148 0x2f /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + 0x0000000040385148 xthal_restore_extra_nw + *fill* 0x0000000040385177 0x1 + .text 0x0000000040385178 0x2f /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + 0x0000000040385178 xthal_save_extra_nw + *libxtensa.a:eri.*(.literal .literal.* .text .text.*) + *libxtensa.a:xtensa_intr_asm.*(.literal .literal.* .text .text.*) + *fill* 0x00000000403851a7 0x1 + .text 0x00000000403851a8 0x33 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x00000000403851a8 xt_ints_on + 0x00000000403851c0 xt_ints_off + +.dram0.dummy 0x000000003fc88000 0xd1dc + 0x000000003fc951dc . = (ORIGIN (dram0_0_seg) + MAX ((_iram_end - _diram_i_start), 0x0)) + *fill* 0x000000003fc88000 0xd1dc + +.dram0.data 0x000000003fc951e0 0x2970 + 0x000000003fc951e0 _data_start = ABSOLUTE (.) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + 0x000000003fc951e0 _esp_system_init_fn_array_start = ABSOLUTE (.) + *(SORT_BY_NAME(.esp_system_init_fn) SORT_BY_NAME(.esp_system_init_fn.*)) + .esp_system_init_fn.init_components0 + 0x000000003fc951e0 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003fc951e8 _esp_system_init_fn_array_end = ABSOLUTE (.) + *(EXCLUDE_FILE(*libnimble.a *libbtdm_app.a *libbt.a) .data EXCLUDE_FILE(*libnimble.a *libbtdm_app.a *libbt.a) .data.*) + .data.first_call$3820 + 0x000000003fc951e8 0x1 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + *fill* 0x000000003fc951e9 0x3 + .data.s_keys_lock + 0x000000003fc951ec 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data.wdt0_context + 0x000000003fc951f4 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data.s_apb_backup_dma_mutex + 0x000000003fc951fc 0x8 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .data.hooks_spinlock + 0x000000003fc95204 0x8 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data.s_panic_uart + 0x000000003fc9520c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.rtc_wdt_ctx + 0x000000003fc95210 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.s_fd_table + 0x000000003fc95218 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data.s_ctx 0x000000003fc952d8 0x28 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .data.s_registered_select_lock + 0x000000003fc95300 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.s_context + 0x000000003fc95308 0x6c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.s_log_print_func + 0x000000003fc95374 0x4 esp-idf/log/liblog.a(log.c.obj) + .data.esp_log_default_level + 0x000000003fc95378 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x000000003fc95378 esp_log_default_level + .data.malloc_alwaysinternal_limit + 0x000000003fc9537c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data.s_esp_rtc_time_lock + 0x000000003fc95380 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .data.spinlock + 0x000000003fc95388 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data.mux 0x000000003fc95390 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data.g_rtc_dbias_pvt_non_240m + 0x000000003fc95398 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x000000003fc95398 g_rtc_dbias_pvt_non_240m + .data.g_dig_dbias_pvt_non_240m + 0x000000003fc9539c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x000000003fc9539c g_dig_dbias_pvt_non_240m + .data.g_rtc_dbias_pvt_240m + 0x000000003fc953a0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x000000003fc953a0 g_rtc_dbias_pvt_240m + .data.g_dig_dbias_pvt_240m + 0x000000003fc953a4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x000000003fc953a4 g_dig_dbias_pvt_240m + .data 0x000000003fc953a8 0x400 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x000000003fc953a8 _xt_interrupt_table + 0x000000003fc955a8 _xt_exception_table + .data.s_timer_lock + 0x000000003fc957a8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data.timestamp_id$5665 + 0x000000003fc957b0 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .data.s_time_update_lock + 0x000000003fc957c0 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x000000003fc957c0 s_time_update_lock + *fill* 0x000000003fc957c8 0x8 + .data 0x000000003fc957d0 0xc0c esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x000000003fc957d0 port_IntStack + 0x000000003fc963d0 port_IntStackTop + 0x000000003fc963d4 port_switch_flag + *fill* 0x000000003fc963dc 0x4 + .data 0x000000003fc963e0 0x20 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003fc963e0 _xt_coproc_owner_sa + .data.xTaskQueueMutex + 0x000000003fc96400 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data.lock_init_spinlock + 0x000000003fc96408 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data.s_stub_table + 0x000000003fc96410 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data.ESP_EFUSE_DIG_DBIAS_HVT + 0x000000003fc964ac 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964ac ESP_EFUSE_DIG_DBIAS_HVT + .data.ESP_EFUSE_V_DIG_DBIAS20 + 0x000000003fc964b4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964b4 ESP_EFUSE_V_DIG_DBIAS20 + .data.ESP_EFUSE_V_RTC_DBIAS20 + 0x000000003fc964bc 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964bc ESP_EFUSE_V_RTC_DBIAS20 + .data.ESP_EFUSE_K_DIG_LDO + 0x000000003fc964c4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964c4 ESP_EFUSE_K_DIG_LDO + .data.ESP_EFUSE_K_RTC_LDO + 0x000000003fc964cc 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964cc ESP_EFUSE_K_RTC_LDO + .data.ESP_EFUSE_OCODE + 0x000000003fc964d4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964d4 ESP_EFUSE_OCODE + .data.ESP_EFUSE_BLK_VER_MAJOR + 0x000000003fc964dc 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964dc ESP_EFUSE_BLK_VER_MAJOR + .data.ESP_EFUSE_BLK_VER_MINOR + 0x000000003fc964e4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003fc964e4 ESP_EFUSE_BLK_VER_MINOR + .data.esp_ipc_isr_end_fl + 0x000000003fc964ec 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x000000003fc964ec esp_ipc_isr_end_fl + .data 0x000000003fc964f0 0x10 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .data.gpio_context + 0x000000003fc96500 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .data._gpio_hal + 0x000000003fc96518 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .data.periph_spinlock + 0x000000003fc96520 0x8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .data.uart_selectlock + 0x000000003fc96528 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .data.uart_context + 0x000000003fc96530 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .data.s_flash_op_cpu + 0x000000003fc96560 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data.esp_flash_registered_chips + 0x000000003fc96564 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x000000003fc96564 esp_flash_registered_chips + .data.default_registered_chips + 0x000000003fc96568 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data.reason_spinlock + 0x000000003fc9658c 0x8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data.twdt_spinlock + 0x000000003fc96594 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data 0x000000003fc9659c 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000003fc9659c __global_locale_ptr + *(.dram1 .dram1.*) + .dram1.26 0x000000003fc965a0 0x4 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x000000003fc965a0 uxTopUsedPriority + .dram1.31 0x000000003fc965a4 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000003fc965a4 g_flash_guard_default_ops + .dram1.27 0x000000003fc965bc 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x000000003fc965bc rom_spiflash_api_funcs + .dram1.26 0x000000003fc965c0 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.28 0x000000003fc965d0 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.27 0x000000003fc965f0 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.45 0x000000003fc96618 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.44 0x000000003fc9663c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.5 0x000000003fc9664c 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x000000003fc9664c esp_flash_noos_functions + .dram1.5 0x000000003fc96670 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003fc96670 spi_flash_chip_generic_timeout + .dram1.4 0x000000003fc96684 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003fc96684 rom_flash_chip_dummy_hpm + .dram1.3 0x000000003fc96688 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003fc96688 rom_flash_chip_dummy + .dram1.2 0x000000003fc9668c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .dram1.1 0x000000003fc966a4 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc966aa 0x2 + .dram1.0 0x000000003fc966ac 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc966b2 0x2 + .dram1.19 0x000000003fc966b4 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.32 0x000000003fc9670c 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003fc96725 0x3 + .dram1.31 0x000000003fc96728 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .dram1.30 0x000000003fc96730 0x6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003fc96736 0x2 + .dram1.29 0x000000003fc96738 0x6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x000000003fc9673e _coredump_dram_start = ABSOLUTE (.) + *(.dram2.coredump .dram2.coredump.*) + 0x000000003fc9673e _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.*) + 0x000000003fc96740 . = ALIGN (0x4) + *fill* 0x000000003fc9673e 0x2 + 0x000000003fc96740 _bt_data_start = ABSOLUTE (.) + *libbt.a:(.data .data.*) + 0x000000003fc96740 . = ALIGN (0x4) + 0x000000003fc96740 _bt_data_end = ABSOLUTE (.) + 0x000000003fc96740 . = ALIGN (0x4) + 0x000000003fc96740 _btdm_data_start = ABSOLUTE (.) + *libbtdm_app.a:(.data .data.*) + 0x000000003fc96740 . = ALIGN (0x4) + 0x000000003fc96740 _btdm_data_end = ABSOLUTE (.) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.rtc_clk_xtal_freq_get.str1.4 + 0x000000003fc96740 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000003fc96787 0x1 + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x000000003fc96788 0x3b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000003fc967c3 0x1 + .rodata.rtc_clk_cpu_freq_to_pll_mhz.str1.4 + 0x000000003fc967c4 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc967ed 0x3 + .rodata.esp_error_check_failed_print.str1.4 + 0x000000003fc967f0 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x000000003fc9684c 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cpu_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:soc_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata 0x000000003fc9685c 0x18 esp-idf/hal/libhal.a(soc_hal.c.obj) + *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.*) + .rodata.systimer_hal_set_alarm_period.str1.4 + 0x000000003fc96874 0x49 esp-idf/hal/libhal.a(systimer_hal.c.obj) + *fill* 0x000000003fc968bd 0x3 + .rodata.__func__$2558 + 0x000000003fc968c0 0x1d esp-idf/hal/libhal.a(systimer_hal.c.obj) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libheap.a:heap_tlsf.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc968dd 0x3 + .rodata.default_walker.str1.4 + 0x000000003fc968e0 0x26 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96906 0x2 + .rodata.control_construct.str1.4 + 0x000000003fc96908 0xe9 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc969f1 0x3 + .rodata.tlsf_add_pool.str1.4 + 0x000000003fc969f4 0x142 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96b36 0x2 + .rodata.tlsf_remove_pool.str1.4 + 0x000000003fc96b38 0x116 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96c4e 0x2 + .rodata.tlsf_create.str1.4 + 0x000000003fc96c50 0x32 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96c82 0x2 + .rodata.tlsf_malloc.str1.4 + 0x000000003fc96c84 0x1a7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96e2b 0x1 + .rodata.tlsf_free.str1.4 + 0x000000003fc96e2c 0x148 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.tlsf_realloc.str1.4 + 0x000000003fc96f74 0x2e esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96fa2 0x2 + .rodata.__func__$3689 + 0x000000003fc96fa4 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3899 + 0x000000003fc96fb4 0xd esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96fc1 0x3 + .rodata.__func__$3676 + 0x000000003fc96fc4 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96fd5 0x3 + .rodata.__func__$3664 + 0x000000003fc96fd8 0xd esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96fe5 0x3 + .rodata.__func__$3670 + 0x000000003fc96fe8 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc96ff9 0x3 + .rodata.__func__$3886 + 0x000000003fc96ffc 0xa esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc97006 0x2 + .rodata.__func__$3659 + 0x000000003fc97008 0xc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3682 + 0x000000003fc97014 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3711 + 0x000000003fc97024 0x13 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc97037 0x1 + .rodata.__func__$3619 + 0x000000003fc97038 0x16 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc9704e 0x2 + .rodata.__func__$3704 + 0x000000003fc97050 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc97062 0x2 + .rodata.__func__$3716 + 0x000000003fc97064 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc97076 0x2 + .rodata.__func__$3628 + 0x000000003fc97078 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003fc9708a 0x2 + .rodata.__func__$3636 + 0x000000003fc9708c 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *libheap.a:multi_heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc9709e 0x2 + .rodata.assert_valid_block.str1.4 + 0x000000003fc970a0 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003fc970d2 0x2 + .rodata.multi_heap_register_impl.str1.4 + 0x000000003fc970d4 0x2e esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003fc97102 0x2 + .rodata.multi_heap_get_first_block.str1.4 + 0x000000003fc97104 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003fc97111 0x3 + .rodata.__func__$5293 + 0x000000003fc97114 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5251 + 0x000000003fc9712c 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc97145 0x3 + .rodata.abort.str1.4 + 0x000000003fc97148 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc9716e 0x2 + .rodata.__assert_func.str1.4 + 0x000000003fc97170 0x2f esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x36 (size before relaxing) + *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + 0x000000003fc971a0 . = ALIGN (0x4) + *fill* 0x000000003fc9719f 0x1 + 0x000000003fc971a0 _nimble_data_start = ABSOLUTE (.) + *libnimble.a:(.data .data.*) + 0x000000003fc971a0 . = ALIGN (0x4) + 0x000000003fc971a0 _nimble_data_end = ABSOLUTE (.) + *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libsoc.a:lldesc.*(.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 + 0x000000003fc971a0 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_erase_sector.str1.4 + 0x000000003fc971a0 0x4b esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003fc971eb 0x1 + .rodata.memspi_host_program_page.str1.4 + 0x000000003fc971ec 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003fc9720a 0x2 + .rodata.__func__$5751 + 0x000000003fc9720c 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003fc97225 0x3 + .rodata.__func__$5743 + 0x000000003fc97228 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$5737 + 0x000000003fc97240 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003fc97259 0x3 + .rodata.TAG 0x000000003fc9725c 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003fc97263 0x1 + .rodata.esp_flash_gpspi_host + 0x000000003fc97264 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 + 0x000000003fc972bc 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x000000003fc972bc esp_flash_chip_boya + .rodata.chip_name + 0x000000003fc97338 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* 0x000000003fc9733d 0x3 + .rodata.esp_flash_chip_gd + 0x000000003fc97340 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000000003fc97340 esp_flash_chip_gd + .rodata.chip_name + 0x000000003fc973bc 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.*) + *fill* 0x000000003fc973bf 0x1 + .rodata.spi_flash_chip_generic_read.str1.4 + 0x000000003fc973c0 0x43 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc97403 0x1 + .rodata.spi_flash_chip_generic_get_write_protect.str1.4 + 0x000000003fc97404 0x4b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc9744f 0x1 + .rodata.spi_flash_chip_generic_suspend_cmd_conf.str1.4 + 0x000000003fc97450 0x5f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc974af 0x1 + .rodata.spi_flash_chip_generic_read_unique_id.str1.4 + 0x000000003fc974b0 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc97502 0x2 + .rodata.__func__$4168 + 0x000000003fc97504 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003fc9752d 0x3 + .rodata.esp_flash_chip_generic + 0x000000003fc97530 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003fc97530 esp_flash_chip_generic + .rodata.chip_name + 0x000000003fc975ac 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x000000003fc975b4 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* 0x000000003fc975c1 0x3 + .rodata.esp_flash_chip_issi + 0x000000003fc975c4 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x000000003fc975c4 esp_flash_chip_issi + .rodata.chip_name + 0x000000003fc97640 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* 0x000000003fc97645 0x3 + .rodata.esp_flash_chip_mxic + 0x000000003fc97648 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x000000003fc97648 esp_flash_chip_mxic + .rodata.chip_name + 0x000000003fc976c4 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + *libspi_flash.a:spi_flash_chip_mxic_opi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc976c9 0x3 + .rodata.spi_flash_chip_mxic_opi_get_data_length_zoom.str1.4 + 0x000000003fc976cc 0x78 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .rodata.spi_flash_chip_mxic_opi_read_id.str1.4 + 0x000000003fc97744 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .rodata.spi_flash_chip_mxic_opi_get_write_protect.str1.4 + 0x000000003fc97768 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + *fill* 0x000000003fc97782 0x2 + .rodata.__func__$5921 + 0x000000003fc97784 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + *fill* 0x000000003fc977ae 0x2 + .rodata.__func__$5897 + 0x000000003fc977b0 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + *fill* 0x000000003fc977dd 0x3 + .rodata.esp_flash_chip_mxic_opi + 0x000000003fc977e0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x000000003fc977e0 esp_flash_chip_mxic_opi + .rodata.chip_name + 0x000000003fc9785c 0xb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003fc97867 0x1 + .rodata.esp_flash_chip_th + 0x000000003fc97868 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x000000003fc97868 esp_flash_chip_th + .rodata.chip_name + 0x000000003fc978e4 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 + 0x000000003fc978e7 0x43 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x000000003fc978e7 0x1 + .rodata.esp_flash_chip_winbond + 0x000000003fc978e8 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x000000003fc978e8 esp_flash_chip_winbond + .rodata.chip_name + 0x000000003fc97964 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .rodata.TAG 0x000000003fc9796c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *libspi_flash.a:spi_flash_hpm_enable.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spi_flash_enable_high_performance_mode.str1.4 + 0x000000003fc97974 0xf2 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x000000003fc97a66 0x2 + .rodata.str1.4 + 0x000000003fc97a68 0x1f esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x25 (size before relaxing) + *fill* 0x000000003fc97a87 0x1 + .rodata.spi_flash_hpm_enable_list + 0x000000003fc97a88 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x000000003fc97a88 spi_flash_hpm_enable_list + *libspi_flash.a:spi_flash_rom_patch.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_timing_config.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spi_timing_config_set_flash_clock.str1.4 + 0x000000003fc97ae8 0x42 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + *fill* 0x000000003fc97b2a 0x2 + .rodata.__func__$6173 + 0x000000003fc97b2c 0x22 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x000000003fc97b4e _data_end = ABSOLUTE (.) + 0x000000003fc97b50 . = ALIGN (0x4) + *fill* 0x000000003fc97b4e 0x2 + +.noinit 0x000000003fc97b50 0x0 + 0x000000003fc97b50 . = ALIGN (0x4) + 0x000000003fc97b50 _noinit_start = ABSOLUTE (.) + *(.noinit .noinit.*) + 0x000000003fc97b50 . = ALIGN (0x4) + 0x000000003fc97b50 _noinit_end = ABSOLUTE (.) + +.dram0.bss 0x000000003fc97b50 0x9f0 + 0x000000003fc97b50 . = ALIGN (0x8) + 0x000000003fc97b50 _bss_start = ABSOLUTE (.) + *(.ext_ram.bss*) + *(EXCLUDE_FILE(*libnimble.a *libbtdm_app.a *libbt.a) .bss EXCLUDE_FILE(*libnimble.a *libbtdm_app.a *libbt.a) .bss.*) + .bss.s_app_elf_sha256$3819 + 0x000000003fc97b50 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .bss.s_pthread_cfg_key + 0x000000003fc97b58 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_mux + 0x000000003fc97b5c 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_keys 0x000000003fc97b60 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000000003fc97b60 s_keys + .bss.s_resume_cores + 0x000000003fc97b64 0x1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003fc97b65 0x3 + .bss.s_cpu_inited + 0x000000003fc97b68 0x2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003fc97b6a 0x2 + .bss.s_cpu_up 0x000000003fc97b6c 0x2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss.int_wdt_app_cpu_ticked + 0x000000003fc97b6e 0x1 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x000000003fc97b6e int_wdt_app_cpu_ticked + *fill* 0x000000003fc97b6f 0x1 + .bss.iwdt_context + 0x000000003fc97b70 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss.shutdown_handlers + 0x000000003fc97b78 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss.s_system_full_inited + 0x000000003fc97b8c 0x1 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003fc97b8d 0x3 + .bss.s_system_inited + 0x000000003fc97b90 0x2 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003fc97b92 0x6 + .bss.g_startup_time + 0x000000003fc97b98 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003fc97b98 g_startup_time + .bss.g_exc_frames + 0x000000003fc97ba0 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x000000003fc97ba0 g_exc_frames + .bss.tick_cb 0x000000003fc97ba8 0x40 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.idle_cb 0x000000003fc97be8 0x40 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.s_usbserial_timeout + 0x000000003fc97c28 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss.s_panic_abort_details + 0x000000003fc97c2c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss.g_panic_abort + 0x000000003fc97c30 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000003fc97c30 g_panic_abort + *fill* 0x000000003fc97c31 0x3 + .bss.s_fd_table_lock + 0x000000003fc97c34 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs_count + 0x000000003fc97c38 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs 0x000000003fc97c3c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.vfs_console + 0x000000003fc97c5c 0x8 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.primary_vfs_index + 0x000000003fc97c64 0x4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.secondary_vfs_index + 0x000000003fc97c68 0x4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.s_registered_select_num + 0x000000003fc97c6c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_registered_selects + 0x000000003fc97c70 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_log_cache_misses + 0x000000003fc97c74 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_entry_count + 0x000000003fc97c78 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_max_generation + 0x000000003fc97c7c 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache + 0x000000003fc97c80 0xf8 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_tags + 0x000000003fc97d78 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.base$5655 + 0x000000003fc97d7c 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.s_log_mutex + 0x000000003fc97d80 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.alloc_failed_callback + 0x000000003fc97d84 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss.non_iram_int_disabled_flag + 0x000000003fc97d88 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003fc97d8a 0x2 + .bss.non_iram_int_disabled + 0x000000003fc97d8c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.non_iram_int_mask + 0x000000003fc97d94 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.vector_desc_head + 0x000000003fc97d9c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.s_apb_freq + 0x000000003fc97da0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss.s_cur_pll_freq + 0x000000003fc97da4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss.s_timer_task + 0x000000003fc97da8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_timers 0x000000003fc97dac 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_correction_us + 0x000000003fc97db0 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss.systimer_hal + 0x000000003fc97db8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss.s_alarm_handler + 0x000000003fc97dbc 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss.s_timer_interrupt_handle + 0x000000003fc97dc0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss.port_uxOldInterruptState + 0x000000003fc97dc4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003fc97dc4 port_uxOldInterruptState + .bss.port_uxCriticalNesting + 0x000000003fc97dcc 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003fc97dcc port_uxCriticalNesting + .bss.port_interruptNesting + 0x000000003fc97dd4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003fc97dd4 port_interruptNesting + .bss.s_other_cpu_startup_done + 0x000000003fc97ddc 0x1 esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003fc97ddd 0x3 + .bss.port_xSchedulerRunning + 0x000000003fc97de0 0x8 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x000000003fc97de0 port_xSchedulerRunning + .bss.systimer_hal$5955 + 0x000000003fc97de8 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss.s_handled_systicks + 0x000000003fc97dec 0x8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss.xSwitchingContext + 0x000000003fc97df4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxSchedulerSuspended + 0x000000003fc97dfc 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xIdleTaskHandle + 0x000000003fc97e04 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNextTaskUnblockTime + 0x000000003fc97e0c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTaskNumber + 0x000000003fc97e10 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNumOfOverflows + 0x000000003fc97e14 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xYieldPending + 0x000000003fc97e18 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendedTicks + 0x000000003fc97e20 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSchedulerRunning + 0x000000003fc97e24 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTopReadyPriority + 0x000000003fc97e28 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTickCount + 0x000000003fc97e2c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxCurrentNumberOfTasks + 0x000000003fc97e30 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSuspendedTaskList + 0x000000003fc97e34 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxDeletedTasksWaitingCleanUp + 0x000000003fc97e48 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x000000003fc97e4c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x000000003fc97e60 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxOverflowDelayedTaskList + 0x000000003fc97e88 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxDelayedTaskList + 0x000000003fc97e8c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x000000003fc97e90 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x000000003fc97ea4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x000000003fc97eb8 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxCurrentTCB + 0x000000003fc980ac 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000003fc980ac pxCurrentTCB + .bss.s_common_recursive_mutex + 0x000000003fc980b4 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003fc980b4 __lock___malloc_recursive_mutex + 0x000000003fc980b4 __lock___atexit_recursive_mutex + 0x000000003fc980b4 __lock___sinit_recursive_mutex + 0x000000003fc980b4 __lock___sfp_recursive_mutex + 0x000000003fc980b4 __lock___env_recursive_mutex + .bss.s_common_mutex + 0x000000003fc98108 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003fc98108 __lock___dd_hash_mutex + 0x000000003fc98108 __lock___at_quick_exit_mutex + 0x000000003fc98108 __lock___tz_mutex + 0x000000003fc98108 __lock___arc4random_mutex + .bss.s_reent 0x000000003fc9815c 0xf0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss.s_time_lock + 0x000000003fc9824c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjtime_total_correction_us + 0x000000003fc98250 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjtime_start_us + 0x000000003fc98258 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_boot_time_lock + 0x000000003fc98260 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *fill* 0x000000003fc98264 0x4 + .bss.s_microseconds_offset + 0x000000003fc98268 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x000000003fc98268 s_microseconds_offset + .bss.s_burn_counter + 0x000000003fc98270 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.s_ipc_wait + 0x000000003fc98274 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_func_arg + 0x000000003fc9827c 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_func 0x000000003fc98284 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_ipc_ack + 0x000000003fc9828c 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_ipc_sem + 0x000000003fc98294 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_ipc_mutex + 0x000000003fc9829c 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_ipc_task_handle + 0x000000003fc982a4 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .bss.s_stall_state + 0x000000003fc982ac 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .bss.ref_counts + 0x000000003fc982b0 0x28 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .bss.p_uart_obj + 0x000000003fc982d8 0xc esp-idf/driver/libdriver.a(uart.c.obj) + .bss.s_flash_op_complete + 0x000000003fc982e4 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_can_start + 0x000000003fc982e5 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003fc982e6 0x2 + .bss.s_flash_op_mutex + 0x000000003fc982e8 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_cache_state + 0x000000003fc982ec 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_mmap_last_handle + 0x000000003fc982f4 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_page_refcnt + 0x000000003fc982f8 0x200 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_entries_head + 0x000000003fc984f8 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_flash_guard_ops + 0x000000003fc984fc 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss.esp_flash_default_chip + 0x000000003fc98500 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x000000003fc98500 esp_flash_default_chip + .bss.s_partition_list_lock + 0x000000003fc98504 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.s_partition_list + 0x000000003fc98508 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.hpm_dummy_changed + 0x000000003fc9850c 0x1 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + *fill* 0x000000003fc9850d 0x3 + .bss.chip_hpm 0x000000003fc98510 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .bss.reason 0x000000003fc98514 0x8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss.twdt_config + 0x000000003fc9851c 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss.twdt_context + 0x000000003fc98520 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss.curr_partition$5039 + 0x000000003fc98528 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x000000003fc9852c 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + 0x000000003fc9852c environ + *(.ext_ram.bss .ext_ram.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) + *(EXCLUDE_FILE(*libnimble.a *libbtdm_app.a *libbt.a) COMMON) + COMMON 0x000000003fc98530 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000000003fc98530 registered_heaps + COMMON 0x000000003fc98534 0xc esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x000000003fc98534 esp_ipc_func_arg + 0x000000003fc98538 esp_ipc_isr_start_fl + 0x000000003fc9853c esp_ipc_func + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _bt_bss_start = ABSOLUTE (.) + *libbt.a:(.bss .bss.*) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _bt_bss_end = ABSOLUTE (.) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _bt_common_start = ABSOLUTE (.) + *libbt.a:(COMMON) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _bt_common_end = ABSOLUTE (.) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _btdm_bss_start = ABSOLUTE (.) + *libbtdm_app.a:(.bss .bss.*) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _btdm_bss_end = ABSOLUTE (.) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _btdm_common_start = ABSOLUTE (.) + *libbtdm_app.a:(COMMON) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _btdm_common_end = ABSOLUTE (.) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _nimble_bss_start = ABSOLUTE (.) + *libnimble.a:(.bss .bss.*) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _nimble_bss_end = ABSOLUTE (.) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _nimble_common_start = ABSOLUTE (.) + *libnimble.a:(COMMON) + 0x000000003fc98540 . = ALIGN (0x4) + 0x000000003fc98540 _nimble_common_end = ABSOLUTE (.) + *(.dynsbss) + *(.sbss) + *(.sbss.*) + *(.gnu.linkonce.sb.*) + *(.scommon) + *(.sbss2) + *(.sbss2.*) + *(.gnu.linkonce.sb2.*) + *(.dynbss) + *(.share.mem) + *(.gnu.linkonce.b.*) + 0x000000003fc98540 . = ALIGN (0x8) + 0x000000003fc98540 _bss_end = ABSOLUTE (.) + 0x0000000000000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + +.flash.text 0x0000000042000020 0x172f7 + 0x0000000042000020 _stext = . + 0x0000000042000020 _instruction_reserved_start = ABSOLUTE (.) + 0x0000000042000020 _text_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) + .literal.esp_ota_get_app_description + 0x0000000042000020 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .literal.esp_ota_init_app_elf_sha256 + 0x0000000042000024 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .literal.esp_pthread_cfg_key_destructor + 0x0000000042000028 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_init + 0x000000004200002c 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x18 (size before relaxing) + .literal.find_key + 0x000000004200003c 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_key_create + 0x000000004200004c 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14 (size before relaxing) + .literal.pthread_key_delete + 0x0000000042000050 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x18 (size before relaxing) + .literal.core_intr_matrix_clear + 0x0000000042000050 0x4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.start_other_core + 0x0000000042000054 0x38 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x4c (size before relaxing) + .literal.startup_resume_other_cores + 0x000000004200008c 0x4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.select_rtc_slow_clk + 0x0000000042000090 0x1c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x30 (size before relaxing) + .literal.esp_clk_init + 0x00000000420000ac 0x60 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x88 (size before relaxing) + .literal.esp_perip_clk_init + 0x000000004200010c 0x38 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x44 (size before relaxing) + .literal.esp_cache_err_int_init + 0x0000000042000144 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x2c (size before relaxing) + .literal.esp_int_wdt_init + 0x000000004200015c 0x14 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x28 (size before relaxing) + .literal.esp_int_wdt_cpu_init + 0x0000000042000170 0x4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x14 (size before relaxing) + .literal.do_global_ctors + 0x0000000042000174 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .literal.do_system_init_fn + 0x000000004200017c 0xc esp-idf/esp_system/libesp_system.a(startup.c.obj) + .literal.do_core_init + 0x0000000042000188 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x7c (size before relaxing) + .literal.do_secondary_init + 0x00000000420001b8 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x10 (size before relaxing) + .literal.start_cpu0_default + 0x00000000420001b8 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x98 (size before relaxing) + .literal.frame_to_panic_info + 0x00000000420001e8 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x10 (size before relaxing) + .literal.panic_handler + 0x00000000420001f0 0x44 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x80 (size before relaxing) + .literal.print_state_for_core + 0x0000000042000234 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x14 (size before relaxing) + .literal.print_state + 0x000000004200023c 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + .literal.panic_restart + 0x000000004200023c 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .literal.esp_brownout_init + 0x0000000042000240 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x8 (size before relaxing) + .literal.esp_apb_backup_dma_lock_init + 0x0000000042000244 0xc esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .literal.print_debug_exception_details + 0x0000000042000250 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x40 (size before relaxing) + .literal.print_illegal_instruction_details + 0x0000000042000270 0x14 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x34 (size before relaxing) + .literal.print_cache_err_details + 0x0000000042000284 0x44 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0xac (size before relaxing) + .literal.panic_print_registers + 0x00000000420002c8 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x84 (size before relaxing) + .literal.panic_arch_fill_info + 0x00000000420002f8 0x10 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .literal.panic_soc_fill_info + 0x0000000042000308 0x10 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x14 (size before relaxing) + .literal.panic_print_backtrace + 0x0000000042000318 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .literal.esp_vApplicationIdleHook + 0x000000004200031c 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x8 (size before relaxing) + .literal.esp_register_freertos_idle_hook_for_cpu + 0x0000000042000320 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.esp_register_freertos_tick_hook_for_cpu + 0x0000000042000324 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000042000328 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x10 (size before relaxing) + .literal.panic_print_char_uart + 0x0000000042000328 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_char_usb_serial_jtag + 0x000000004200032c 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xc (size before relaxing) + .literal.panic_print_char + 0x0000000042000334 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_str + 0x0000000042000334 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4 (size before relaxing) + .literal.print_abort_details + 0x0000000042000334 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_hex + 0x0000000042000338 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_dec + 0x0000000042000338 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + .literal.esp_panic_handler_reconfigure_wdts + 0x000000004200033c 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2c (size before relaxing) + .literal.esp_panic_handler + 0x0000000042000344 0x3c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xf4 (size before relaxing) + .literal.uart_hal_rxfifo_rst + 0x0000000042000380 0x8 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.brownout_hal_config + 0x0000000042000388 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x24 (size before relaxing) + .literal.translate_path + 0x00000000420003a8 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_register_common + 0x00000000420003c0 0x10 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_register + 0x00000000420003d0 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.get_vfs_for_index + 0x00000000420003d0 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.get_vfs_for_fd + 0x00000000420003d0 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.get_vfs_for_path + 0x00000000420003d4 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_open + 0x00000000420003d8 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + .literal.esp_vfs_write + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_lseek + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_read + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_close + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x14 (size before relaxing) + .literal.esp_vfs_fstat + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_stat + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_link + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_unlink + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_rename + 0x00000000420003e4 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_select_triggered + 0x00000000420003e4 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_select_triggered_isr + 0x00000000420003e8 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.console_open + 0x00000000420003ec 0x14 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x1c (size before relaxing) + .literal.console_write + 0x0000000042000400 0x8 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x14 (size before relaxing) + .literal.console_fstat + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.console_close + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x14 (size before relaxing) + .literal.console_read + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_fcntl + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_fsync + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_access + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_end_select + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.console_tcsetattr + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcgetattr + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcdrain + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcflush + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_start_select + 0x0000000042000408 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_dev_console_register + 0x0000000042000408 0x8 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_console_register + 0x0000000042000410 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x24 (size before relaxing) + .literal.usb_serial_jtag_open + 0x0000000042000410 0x8 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.usb_serial_jtag_rx_char + 0x0000000042000418 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x4 (size before relaxing) + .literal.usb_serial_jtag_read_char + 0x0000000042000418 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x4 (size before relaxing) + .literal.usb_serial_jtag_tx_char + 0x0000000042000418 0x8 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x14 (size before relaxing) + .literal.usb_serial_jtag_tcflush + 0x0000000042000420 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x4 (size before relaxing) + .literal.usb_serial_jtag_fcntl + 0x0000000042000420 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0xc (size before relaxing) + .literal.usb_serial_jtag_tcgetattr + 0x0000000042000420 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x10 (size before relaxing) + .literal.usb_serial_jtag_fstat + 0x0000000042000424 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x8 (size before relaxing) + .literal.usb_serial_jtag_fsync + 0x0000000042000428 0xc esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x20 (size before relaxing) + .literal.usb_serial_jtag_tcdrain + 0x0000000042000434 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x4 (size before relaxing) + .literal.usb_serial_jtag_tcsetattr + 0x0000000042000434 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x10 (size before relaxing) + .literal.usb_serial_jtag_write + 0x0000000042000434 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x14 (size before relaxing) + .literal.usb_serial_jtag_return_char + 0x0000000042000434 0xc esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x14 (size before relaxing) + .literal.usb_serial_jtag_read + 0x0000000042000440 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x24 (size before relaxing) + .literal.esp_vfs_usb_serial_jtag_get_vfs + 0x0000000042000444 0x4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .literal.uart_tx_char + 0x0000000042000448 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_rx_char + 0x000000004200044c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_read_char + 0x000000004200044c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x4 (size before relaxing) + .literal.unregister_select + 0x000000004200044c 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_end_select + 0x000000004200045c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.register_select + 0x000000004200045c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_start_select + 0x000000004200045c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x38 (size before relaxing) + .literal.select_notif_callback_isr + 0x0000000042000460 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_tcflush + 0x0000000042000460 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x10 (size before relaxing) + .literal.uart_tcdrain + 0x0000000042000460 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xc (size before relaxing) + .literal.uart_tcgetattr + 0x0000000042000460 0x4c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x8c (size before relaxing) + .literal.uart_tcsetattr + 0x00000000420004ac 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x9c (size before relaxing) + .literal.uart_access + 0x00000000420004ac 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_open + 0x00000000420004bc 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_fcntl + 0x00000000420004bc 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_fstat + 0x00000000420004c8 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_close + 0x00000000420004cc 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x10 (size before relaxing) + .literal.uart_return_char + 0x00000000420004d0 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_fsync + 0x00000000420004d8 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_read + 0x00000000420004e0 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_write + 0x00000000420004e4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_uart_get_vfs + 0x00000000420004e8 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.heap_caps_alloc_failed + 0x00000000420004ec 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_minimum_free_size + 0x00000000420004f0 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_get_info + 0x00000000420004f8 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x10 (size before relaxing) + .literal.heap_caps_get_largest_free_block + 0x00000000420004fc 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4 (size before relaxing) + .literal.register_heap + 0x00000000420004fc 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x18 (size before relaxing) + .literal.heap_caps_enable_nonos_stack_heaps + 0x000000004200050c 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_init + 0x0000000042000510 0x3c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x88 (size before relaxing) + .literal.s_get_num_reserved_regions + 0x000000004200054c 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .literal.s_prepare_reserved_regions + 0x0000000042000554 0x2c esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x4c (size before relaxing) + .literal.soc_get_available_memory_region_max_count + 0x0000000042000580 0x4 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x8 (size before relaxing) + .literal.soc_get_available_memory_regions + 0x0000000042000584 0x4 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x14 (size before relaxing) + .literal.esp_clk_slowclk_cal_get + 0x0000000042000588 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_rtc_get_time_us + 0x000000004200058c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x34 (size before relaxing) + .literal.esp_clk_slowclk_cal_set + 0x00000000420005a0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x8 (size before relaxing) + .literal.insert_vector_desc + 0x00000000420005a0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.find_desc_for_int + 0x00000000420005a4 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.get_desc_for_int + 0x00000000420005a4 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.find_desc_for_source + 0x00000000420005b0 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x14 (size before relaxing) + .literal.is_vect_desc_usable + 0x00000000420005bc 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .literal.get_available_int + 0x00000000420005c4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .literal.esp_intr_enable_source + 0x00000000420005c8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.esp_intr_disable_source + 0x00000000420005cc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.esp_intr_alloc_intrstatus + 0x00000000420005d0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x74 (size before relaxing) + .literal.esp_intr_alloc + 0x00000000420005e8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_free + 0x00000000420005e8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + .literal.esp_intr_free_cb + 0x00000000420005f8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_sleep_config_gpio_isolate + 0x00000000420005f8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x54 (size before relaxing) + .literal.esp_sleep_enable_gpio_switch + 0x0000000042000608 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x2c (size before relaxing) + .literal.xt_int_has_handler + 0x0000000042000614 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .literal.xt_set_interrupt_handler + 0x000000004200061c 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0xc (size before relaxing) + .literal.timer_process_alarm + 0x0000000042000620 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x44 (size before relaxing) + .literal.timer_task + 0x0000000042000640 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_early_init + 0x0000000042000644 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_init + 0x0000000042000644 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x20 (size before relaxing) + .literal.esp_timer_impl_init_system_time + 0x0000000042000660 0x18 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x28 (size before relaxing) + .literal.esp_timer_impl_early_init + 0x0000000042000678 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .literal.esp_timer_impl_init + 0x000000004200068c 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x48 (size before relaxing) + .literal.esp_newlib_locks_init + 0x00000000420006b4 0x24 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x30 (size before relaxing) + .literal.raise_r_stub + 0x00000000420006d8 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x4 (size before relaxing) + .literal.esp_newlib_init + 0x00000000420006d8 0x10 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x1c (size before relaxing) + .literal.syscall_not_implemented_aborts + 0x00000000420006e8 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x4 (size before relaxing) + .literal.adjust_boot_time + 0x00000000420006e8 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x20 (size before relaxing) + .literal.get_adjusted_boot_time + 0x00000000420006f0 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.adjtime_corr_stop + 0x00000000420006f4 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x1c (size before relaxing) + .literal.settimeofday + 0x00000000420006f4 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.esp_newlib_time_init + 0x00000000420006f4 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4 (size before relaxing) + .literal.esp_time_impl_get_time_since_boot + 0x00000000420006f4 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal.esp_time_impl_set_boot_time + 0x00000000420006fc 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_time_impl_get_boot_time + 0x0000000042000708 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_set_time_from_rtc + 0x0000000042000708 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xc (size before relaxing) + .literal.esp_sync_counters_rtc_and_frc + 0x0000000042000708 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1c (size before relaxing) + .literal.esp_time_impl_init + 0x0000000042000708 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x4 (size before relaxing) + .literal.app_main + 0x0000000042000708 0x44 esp-idf/main/libmain.a(hello_world_main.c.obj) + 0x6c (size before relaxing) + .literal.esp_efuse_read_field_blob + 0x000000004200074c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_efuse_check_errors + 0x0000000042000754 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x4 (size before relaxing) + .literal.esp_efuse_utility_process + 0x0000000042000754 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x4c (size before relaxing) + .literal.esp_efuse_utility_read_reg + 0x0000000042000774 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x1c (size before relaxing) + .literal.esp_efuse_utility_fill_buff + 0x0000000042000784 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x8 (size before relaxing) + .literal.esp_efuse_utility_count_once + 0x0000000042000784 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xc (size before relaxing) + .literal.esp_ipc_call_and_wait + 0x0000000042000788 0x30 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x44 (size before relaxing) + .literal.esp_ipc_init + 0x00000000420007b8 0x18 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x3c (size before relaxing) + .literal.esp_ipc_call + 0x00000000420007d0 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x4 (size before relaxing) + .literal.esp_ipc_call_blocking + 0x00000000420007d0 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x4 (size before relaxing) + .literal.esp_ipc_isr_init + 0x00000000420007d0 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x10 (size before relaxing) + .literal.gpio_sleep_input_enable + 0x00000000420007d4 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_sleep_input_disable + 0x00000000420007e8 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_sleep_output_enable + 0x00000000420007ec 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_sleep_output_disable + 0x00000000420007f4 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_sleep_pulldown_en + 0x00000000420007f8 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_pullup_en + 0x0000000042000800 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_pulldown_dis + 0x0000000042000804 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_pullup_dis + 0x0000000042000808 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_set_direction + 0x000000004200080c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_set_pull_mode + 0x0000000042000810 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x58 (size before relaxing) + .literal.gpio_sleep_sel_en + 0x000000004200081c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_sleep_sel_dis + 0x0000000042000820 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.periph_ll_get_clk_en_reg + 0x0000000042000824 0x4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x10 (size before relaxing) + .literal.periph_ll_get_rst_en_reg + 0x0000000042000828 0x8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x10 (size before relaxing) + .literal.periph_module_enable + 0x0000000042000830 0x48 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x78 (size before relaxing) + .literal.uart_pattern_queue_update + 0x0000000042000878 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_reenable_intr_mask + 0x000000004200087c 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_set_word_length + 0x000000004200088c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_get_word_length + 0x0000000042000894 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_set_stop_bits + 0x0000000042000898 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_get_stop_bits + 0x00000000420008a0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_set_parity + 0x00000000420008a4 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_get_parity + 0x00000000420008a8 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_set_baudrate + 0x00000000420008ac 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_get_baudrate + 0x00000000420008b0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_wait_tx_done + 0x00000000420008b4 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x54 (size before relaxing) + .literal.uart_get_buffered_data_len + 0x00000000420008c0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_flush_input + 0x00000000420008c4 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + 0x84 (size before relaxing) + .literal.uart_is_driver_installed + 0x00000000420008d8 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_select_notif_callback + 0x00000000420008d8 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_get_selectlock + 0x00000000420008d8 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.bootloader_init_mem + 0x00000000420008dc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .literal.bootloader_flash_update_id + 0x00000000420008e0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .literal.spi_flash_init_lock + 0x00000000420008e8 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_op_lock + 0x00000000420008f8 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_op_unlock + 0x00000000420008fc 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_cache2phys + 0x0000000042000900 0x14 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x2c (size before relaxing) + .literal.is_safe_write_address + 0x0000000042000914 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_init + 0x0000000042000914 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_mspi_get_io + 0x0000000042000914 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x20 (size before relaxing) + .literal.check_chip_pointer_default + 0x000000004200092c 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xc (size before relaxing) + .literal.esp_flash_read_chip_id + 0x0000000042000934 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_init_default_chip + 0x0000000042000938 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x44 (size before relaxing) + .literal.esp_flash_app_init + 0x000000004200095c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x8 (size before relaxing) + .literal.esp_flash_app_enable_os_functions + 0x000000004200095c 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.load_partitions + 0x0000000042000968 0x40 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x6c (size before relaxing) + .literal.ensure_partitions_loaded + 0x00000000420009a8 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x24 (size before relaxing) + .literal.iterator_create + 0x00000000420009b0 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x8 (size before relaxing) + .literal.esp_partition_iterator_release + 0x00000000420009b0 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x4 (size before relaxing) + .literal.esp_partition_next + 0x00000000420009b0 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x28 (size before relaxing) + .literal.esp_partition_find + 0x00000000420009bc 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xc (size before relaxing) + .literal.esp_partition_get + 0x00000000420009bc 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x10 (size before relaxing) + .literal.esp_partition_main_flash_region_safe + 0x00000000420009c4 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x8 (size before relaxing) + .literal.esp_crosscore_int_init + 0x00000000420009c8 0x20 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x30 (size before relaxing) + .literal.find_task_in_twdt_list + 0x00000000420009e8 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.reset_hw_timer + 0x00000000420009ec 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x14 (size before relaxing) + .literal.task_wdt_isr + 0x00000000420009f0 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xc0 (size before relaxing) + .literal.esp_task_wdt_init + 0x0000000042000a38 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x6c (size before relaxing) + .literal.esp_task_wdt_add + 0x0000000042000a48 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x48 (size before relaxing) + .literal.esp_task_wdt_reset + 0x0000000042000a58 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x24 (size before relaxing) + .literal.idle_hook_cb + 0x0000000042000a58 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4 (size before relaxing) + .literal.esp_rom_efuse_get_opiconfig + 0x0000000042000a58 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + 0x10 (size before relaxing) + .literal.uart_hal_set_baudrate + 0x0000000042000a64 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x18 (size before relaxing) + .literal.uart_hal_get_baudrate + 0x0000000042000a78 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_hal_init + 0x0000000042000a78 0x24 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x38 (size before relaxing) + .literal.spi_flash_hal_supports_direct_write + 0x0000000042000a9c 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_hal_supports_direct_read + 0x0000000042000aa0 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0xc (size before relaxing) + .literal.interrupt_controller_hal_desc_type + 0x0000000042000aa0 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_level + 0x0000000042000aa0 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_flags + 0x0000000042000aa0 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_table + 0x0000000042000aa0 0x4 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .literal.esp_err_to_name + 0x0000000042000aa4 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal.esp_ota_get_running_partition + 0x0000000042000aac 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x38 (size before relaxing) + .literal.bootloader_read_status_8b_rdsr3 + 0x0000000042000ac4 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .literal.bootloader_write_status_8b_wrsr3 + 0x0000000042000ac8 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x4 (size before relaxing) + .literal 0x0000000042000ac8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x4 (size before relaxing) + .literal 0x0000000042000ac8 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + 0x44 (size before relaxing) + .literal 0x0000000042000aec 0x2c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + 0x94 (size before relaxing) + .literal 0x0000000042000b18 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0x48 (size before relaxing) + .literal 0x0000000042000b1c 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0xc (size before relaxing) + .literal 0x0000000042000b1c 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x7c (size before relaxing) + .literal 0x0000000042000b28 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x30 (size before relaxing) + .literal 0x0000000042000b28 0x14 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + 0x40 (size before relaxing) + .literal 0x0000000042000b3c 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x1c (size before relaxing) + .literal 0x0000000042000b40 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x14 (size before relaxing) + .literal 0x0000000042000b40 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x34 (size before relaxing) + .literal 0x0000000042000b44 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x38 (size before relaxing) + .literal 0x0000000042000b44 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + 0x30 (size before relaxing) + .literal 0x0000000042000b48 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0xc (size before relaxing) + .literal 0x0000000042000b48 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + 0x24 (size before relaxing) + .literal 0x0000000042000b4c 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x1a0 (size before relaxing) + .literal 0x0000000042000bd4 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x8 (size before relaxing) + .literal 0x0000000042000bd8 0x38 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x1e4 (size before relaxing) + .literal 0x0000000042000c10 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x14 (size before relaxing) + .literal 0x0000000042000c10 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + 0x1c (size before relaxing) + .literal 0x0000000042000c10 0x7c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0x228 (size before relaxing) + .literal 0x0000000042000c8c 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + 0x48 (size before relaxing) + .literal 0x0000000042000c8c 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x4 (size before relaxing) + .literal 0x0000000042000c8c 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x8 (size before relaxing) + .literal 0x0000000042000c90 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0xe8 (size before relaxing) + .literal 0x0000000042000cb4 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x20 (size before relaxing) + .literal 0x0000000042000cbc 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x78 (size before relaxing) + .literal 0x0000000042000ce0 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0xac (size before relaxing) + .literal 0x0000000042000d04 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x4 (size before relaxing) + .literal 0x0000000042000d04 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + 0x4 (size before relaxing) + .literal.set_ocode_by_efuse + 0x0000000042000d04 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x28 (size before relaxing) + .literal.get_dig1v3_dbias_by_efuse + 0x0000000042000d18 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c (size before relaxing) + .literal.get_dig_dbias_by_efuse + 0x0000000042000d38 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x2c (size before relaxing) + .literal.get_rtc_dbias_by_efuse + 0x0000000042000d44 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x4c (size before relaxing) + .literal.rtc_set_stored_dbias + 0x0000000042000d58 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x44 (size before relaxing) + .literal.calibrate_ocode + 0x0000000042000d74 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x54 (size before relaxing) + .literal.rtc_init + 0x0000000042000d8c 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x128 (size before relaxing) + .literal.esp_register_shutdown_handler + 0x0000000042000e34 0x4 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_get_minimum_free_heap_size + 0x0000000042000e38 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x8 (size before relaxing) + .literal.esp_startup_start_app + 0x0000000042000e38 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x18 (size before relaxing) + .literal.esp_startup_start_app_other_cores + 0x0000000042000e48 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x2c (size before relaxing) + .literal.main_task + 0x0000000042000e54 0x1c esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x50 (size before relaxing) + .literal.heap_bubble_down + 0x0000000042000e70 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.s_log_level_get_and_unlock + 0x0000000042000e74 0x20 esp-idf/log/liblog.a(log.c.obj) + 0x3c (size before relaxing) + .literal.esp_log_writev + 0x0000000042000e94 0x8 esp-idf/log/liblog.a(log.c.obj) + 0xc (size before relaxing) + .text.esp_ota_get_app_description + 0x0000000042000e9c 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x0000000042000e9c esp_ota_get_app_description + .text.esp_ota_init_app_elf_sha256 + 0x0000000042000ea4 0xf esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x0000000042000ea4 esp_ota_init_app_elf_sha256 + *fill* 0x0000000042000eb3 0x1 + .text.esp_pthread_cfg_key_destructor + 0x0000000042000eb4 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x0000000042000ec2 0x2 + .text.esp_pthread_init + 0x0000000042000ec4 0x3a esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3e (size before relaxing) + 0x0000000042000ec4 esp_pthread_init + *fill* 0x0000000042000efe 0x2 + .text.find_key + 0x0000000042000f00 0x2f esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x0000000042000f2f 0x1 + .text.pthread_key_create + 0x0000000042000f30 0x4d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x0000000042000f30 pthread_key_create + *fill* 0x0000000042000f7d 0x3 + .text.pthread_key_delete + 0x0000000042000f80 0x46 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x0000000042000f80 pthread_key_delete + *fill* 0x0000000042000fc6 0x2 + .text.core_intr_matrix_clear + 0x0000000042000fc8 0x24 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text.start_other_core + 0x0000000042000fec 0xf9 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0xfd (size before relaxing) + *fill* 0x00000000420010e5 0x3 + .text.startup_resume_other_cores + 0x00000000420010e8 0x10 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x00000000420010e8 startup_resume_other_cores + .text.select_rtc_slow_clk + 0x00000000420010f8 0x9c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.esp_clk_init + 0x0000000042001194 0x131 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x139 (size before relaxing) + 0x0000000042001194 esp_clk_init + *fill* 0x00000000420012c5 0x3 + .text.esp_perip_clk_init + 0x00000000420012c8 0x158 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x00000000420012c8 esp_perip_clk_init + .text.esp_cache_err_int_init + 0x0000000042001420 0xa8 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0xac (size before relaxing) + 0x0000000042001420 esp_cache_err_int_init + .text.esp_int_wdt_init + 0x00000000420014c8 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x58 (size before relaxing) + 0x00000000420014c8 esp_int_wdt_init + .text.esp_int_wdt_cpu_init + 0x000000004200151c 0x2c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x34 (size before relaxing) + 0x000000004200151c esp_int_wdt_cpu_init + .text.do_global_ctors + 0x0000000042001548 0x19 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x0000000042001561 0x3 + .text.do_system_init_fn + 0x0000000042001564 0x37 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000004200159b 0x1 + .text.do_core_init + 0x000000004200159c 0xb4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xe3 (size before relaxing) + *fill* 0x0000000042001650 0x0 + .text.do_secondary_init + 0x0000000042001650 0x5e esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000420016ae 0x2 + .text.start_cpu0_default + 0x00000000420016b0 0x150 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x160 (size before relaxing) + 0x00000000420016b0 start_cpu0 + .text.frame_to_panic_info + 0x0000000042001800 0x3d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x41 (size before relaxing) + *fill* 0x000000004200183d 0x3 + .text.panic_handler + 0x0000000042001840 0x166 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x176 (size before relaxing) + *fill* 0x00000000420019a6 0x2 + .text.print_state_for_core + 0x00000000420019a8 0x26 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000420019ce 0x2 + .text.print_state + 0x00000000420019d0 0x4c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x54 (size before relaxing) + .text.panic_restart + 0x0000000042001a1c 0x9 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x0000000042001a1c panic_restart + *fill* 0x0000000042001a25 0x3 + .text.esp_brownout_init + 0x0000000042001a28 0x1a esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x0000000042001a28 esp_brownout_init + *fill* 0x0000000042001a42 0x2 + .text.esp_apb_backup_dma_lock_init + 0x0000000042001a44 0x11 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x0000000042001a44 esp_apb_backup_dma_lock_init + *fill* 0x0000000042001a55 0x3 + .text.print_debug_exception_details + 0x0000000042001a58 0x50 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x68 (size before relaxing) + .text.print_illegal_instruction_details + 0x0000000042001aa8 0x52 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000042001afa 0x2 + .text.print_cache_err_details + 0x0000000042001afc 0x138 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x17c (size before relaxing) + .text.panic_print_registers + 0x0000000042001c34 0xdb esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x113 (size before relaxing) + 0x0000000042001c34 panic_print_registers + *fill* 0x0000000042001d0f 0x1 + .text.panic_arch_fill_info + 0x0000000042001d10 0x36 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042001d10 panic_arch_fill_info + *fill* 0x0000000042001d46 0x2 + .text.panic_soc_fill_info + 0x0000000042001d48 0x66 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042001d48 panic_soc_fill_info + *fill* 0x0000000042001dae 0x2 + .text.panic_print_backtrace + 0x0000000042001db0 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042001db0 panic_print_backtrace + .text.esp_vApplicationIdleHook + 0x0000000042001dd0 0x34 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x37 (size before relaxing) + 0x0000000042001dd0 esp_vApplicationIdleHook + *fill* 0x0000000042001e04 0x0 + .text.esp_register_freertos_idle_hook_for_cpu + 0x0000000042001e04 0x61 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000000042001e04 esp_register_freertos_idle_hook_for_cpu + *fill* 0x0000000042001e65 0x3 + .text.esp_register_freertos_tick_hook_for_cpu + 0x0000000042001e68 0x5e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000000042001e68 esp_register_freertos_tick_hook_for_cpu + *fill* 0x0000000042001ec6 0x2 + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000042001ec8 0x48 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000000042001ec8 esp_deregister_freertos_idle_hook_for_cpu + .text.panic_print_char_uart + 0x0000000042001f10 0x2e esp-idf/esp_system/libesp_system.a(panic.c.obj) + *fill* 0x0000000042001f3e 0x2 + .text.panic_print_char_usb_serial_jtag + 0x0000000042001f40 0x6b esp-idf/esp_system/libesp_system.a(panic.c.obj) + *fill* 0x0000000042001fab 0x1 + .text.panic_print_char + 0x0000000042001fac 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x18 (size before relaxing) + 0x0000000042001fac panic_print_char + .text.panic_print_str + 0x0000000042001fc0 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000042001fc0 panic_print_str + *fill* 0x0000000042001fda 0x2 + .text.print_abort_details + 0x0000000042001fdc 0xd esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000042001fe9 0x3 + .text.panic_print_hex + 0x0000000042001fec 0x2c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2f (size before relaxing) + 0x0000000042001fec panic_print_hex + *fill* 0x0000000042002018 0x0 + .text.panic_print_dec + 0x0000000042002018 0x40 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x46 (size before relaxing) + 0x0000000042002018 panic_print_dec + *fill* 0x0000000042002058 0x0 + .text.esp_panic_handler_reconfigure_wdts + 0x0000000042002058 0x6a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000042002058 esp_panic_handler_reconfigure_wdts + *fill* 0x00000000420020c2 0x2 + .text.esp_panic_handler + 0x00000000420020c4 0x1d9 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x20f (size before relaxing) + 0x00000000420020c4 esp_panic_handler + *fill* 0x000000004200229d 0x3 + .text.uart_hal_rxfifo_rst + 0x00000000420022a0 0x27 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000420022a0 uart_hal_rxfifo_rst + *fill* 0x00000000420022c7 0x1 + .text.brownout_hal_config + 0x00000000420022c8 0xd4 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000000420022c8 brownout_hal_config + .text.translate_path + 0x000000004200239c 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000420023da 0x2 + .text.esp_vfs_register_common + 0x00000000420023dc 0xfe esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000420023dc esp_vfs_register_common + *fill* 0x00000000420024da 0x2 + .text.esp_vfs_register + 0x00000000420024dc 0x1c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + 0x00000000420024dc esp_vfs_register + .text.get_vfs_for_index + 0x00000000420024f8 0x25 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000420024f8 get_vfs_for_index + *fill* 0x000000004200251d 0x3 + .text.get_vfs_for_fd + 0x0000000042002520 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.get_vfs_for_path + 0x0000000042002548 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000042002548 get_vfs_for_path + .text.esp_vfs_open + 0x00000000420025b8 0xe2 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000420025b8 _open_r + 0x00000000420025b8 esp_vfs_open + *fill* 0x000000004200269a 0x2 + .text.esp_vfs_write + 0x000000004200269c 0x72 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x76 (size before relaxing) + 0x000000004200269c _write_r + 0x000000004200269c esp_vfs_write + *fill* 0x000000004200270e 0x2 + .text.esp_vfs_lseek + 0x0000000042002710 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x78 (size before relaxing) + 0x0000000042002710 esp_vfs_lseek + 0x0000000042002710 _lseek_r + .text.esp_vfs_read + 0x0000000042002784 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x78 (size before relaxing) + 0x0000000042002784 _read_r + 0x0000000042002784 esp_vfs_read + .text.esp_vfs_close + 0x00000000420027f8 0xc3 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc7 (size before relaxing) + 0x00000000420027f8 _close_r + 0x00000000420027f8 esp_vfs_close + *fill* 0x00000000420028bb 0x1 + .text.esp_vfs_fstat + 0x00000000420028bc 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x74 (size before relaxing) + 0x00000000420028bc _fstat_r + 0x00000000420028bc esp_vfs_fstat + .text.esp_vfs_stat + 0x000000004200292c 0x47 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4b (size before relaxing) + 0x000000004200292c esp_vfs_stat + 0x000000004200292c _stat_r + *fill* 0x0000000042002973 0x1 + .text.esp_vfs_link + 0x0000000042002974 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x0000000042002974 _link_r + 0x0000000042002974 esp_vfs_link + .text.esp_vfs_unlink + 0x00000000420029dc 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x48 (size before relaxing) + 0x00000000420029dc _unlink_r + 0x00000000420029dc esp_vfs_unlink + .text.esp_vfs_rename + 0x0000000042002a20 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x0000000042002a20 esp_vfs_rename + 0x0000000042002a20 _rename_r + .text.esp_vfs_select_triggered + 0x0000000042002a88 0x4d esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000042002a88 esp_vfs_select_triggered + *fill* 0x0000000042002ad5 0x3 + .text.esp_vfs_select_triggered_isr + 0x0000000042002ad8 0x48 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000042002ad8 esp_vfs_select_triggered_isr + .text.console_open + 0x0000000042002b20 0x34 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x38 (size before relaxing) + 0x0000000042002b20 console_open + .text.console_write + 0x0000000042002b54 0x32 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x3a (size before relaxing) + 0x0000000042002b54 console_write + *fill* 0x0000000042002b86 0x2 + .text.console_fstat + 0x0000000042002b88 0x18 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x1c (size before relaxing) + 0x0000000042002b88 console_fstat + .text.console_close + 0x0000000042002ba0 0x28 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x30 (size before relaxing) + 0x0000000042002ba0 console_close + .text.console_read + 0x0000000042002bc8 0x20 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002bc8 console_read + .text.console_fcntl + 0x0000000042002be8 0x21 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002be8 console_fcntl + *fill* 0x0000000042002c09 0x3 + .text.console_fsync + 0x0000000042002c0c 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002c0c console_fsync + *fill* 0x0000000042002c29 0x3 + .text.console_access + 0x0000000042002c2c 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002c2c console_access + *fill* 0x0000000042002c49 0x3 + .text.console_end_select + 0x0000000042002c4c 0x1a esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002c4c console_end_select + *fill* 0x0000000042002c66 0x2 + .text.console_tcsetattr + 0x0000000042002c68 0x21 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002c68 console_tcsetattr + *fill* 0x0000000042002c89 0x3 + .text.console_tcgetattr + 0x0000000042002c8c 0x1c esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x20 (size before relaxing) + 0x0000000042002c8c console_tcgetattr + .text.console_tcdrain + 0x0000000042002ca8 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002ca8 console_tcdrain + *fill* 0x0000000042002cc5 0x3 + .text.console_tcflush + 0x0000000042002cc8 0x1c esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x20 (size before relaxing) + 0x0000000042002cc8 console_tcflush + .text.console_start_select + 0x0000000042002ce4 0x2c esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x30 (size before relaxing) + .text.esp_vfs_dev_console_register + 0x0000000042002d10 0x15 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x0000000042002d10 esp_vfs_dev_console_register + *fill* 0x0000000042002d25 0x3 + .text.esp_vfs_console_register + 0x0000000042002d28 0x32 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x42 (size before relaxing) + 0x0000000042002d28 esp_vfs_console_register + *fill* 0x0000000042002d5a 0x2 + .text.usb_serial_jtag_open + 0x0000000042002d5c 0x1a esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002d76 0x2 + .text.usb_serial_jtag_rx_char + 0x0000000042002d78 0x31 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002da9 0x3 + .text.usb_serial_jtag_read_char + 0x0000000042002dac 0x22 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002dce 0x2 + .text.usb_serial_jtag_tx_char + 0x0000000042002dd0 0x74 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usb_serial_jtag_tcflush + 0x0000000042002e44 0x11 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002e55 0x3 + .text.usb_serial_jtag_fcntl + 0x0000000042002e58 0x41 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002e99 0x3 + .text.usb_serial_jtag_tcgetattr + 0x0000000042002e9c 0x64 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usb_serial_jtag_fstat + 0x0000000042002f00 0x19 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x0000000042002f19 0x3 + .text.usb_serial_jtag_fsync + 0x0000000042002f1c 0x74 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usb_serial_jtag_tcdrain + 0x0000000042002f90 0xc esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x10 (size before relaxing) + .text.usb_serial_jtag_tcsetattr + 0x0000000042002f9c 0x63 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x67 (size before relaxing) + *fill* 0x0000000042002fff 0x1 + .text.usb_serial_jtag_write + 0x0000000042003000 0x68 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usb_serial_jtag_return_char + 0x0000000042003068 0x24 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .text.usb_serial_jtag_read + 0x000000004200308c 0x86 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x8e (size before relaxing) + *fill* 0x0000000042003112 0x2 + .text.esp_vfs_usb_serial_jtag_get_vfs + 0x0000000042003114 0x8 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x0000000042003114 esp_vfs_usb_serial_jtag_get_vfs + .text.uart_tx_char + 0x000000004200311c 0x3b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003157 0x1 + .text.uart_rx_char + 0x0000000042003158 0x39 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003191 0x3 + .text.uart_read_char + 0x0000000042003194 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.unregister_select + 0x00000000420031b8 0x68 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_end_select + 0x0000000042003220 0x41 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x49 (size before relaxing) + *fill* 0x0000000042003261 0x3 + .text.register_select + 0x0000000042003264 0x55 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000420032b9 0x3 + .text.uart_start_select + 0x00000000420032bc 0x195 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1a5 (size before relaxing) + *fill* 0x0000000042003451 0x3 + .text.select_notif_callback_isr + 0x0000000042003454 0xfa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000004200354e 0x2 + .text.uart_tcflush + 0x0000000042003550 0x3a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x42 (size before relaxing) + *fill* 0x000000004200358a 0x2 + .text.uart_tcdrain + 0x000000004200358c 0x2e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000420035ba 0x2 + .text.uart_tcgetattr + 0x00000000420035bc 0x376 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x382 (size before relaxing) + *fill* 0x0000000042003932 0x2 + .text.uart_tcsetattr + 0x0000000042003934 0x326 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x33e (size before relaxing) + *fill* 0x0000000042003c5a 0x2 + .text.uart_access + 0x0000000042003c5c 0x5c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_open + 0x0000000042003cb8 0x5d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x61 (size before relaxing) + *fill* 0x0000000042003d15 0x3 + .text.uart_fcntl + 0x0000000042003d18 0x6d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003d85 0x3 + .text.uart_fstat + 0x0000000042003d88 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003dbd 0x3 + .text.uart_close + 0x0000000042003dc0 0x22 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003de2 0x2 + .text.uart_return_char + 0x0000000042003de4 0x28 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_fsync + 0x0000000042003e0c 0x49 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x0000000042003e55 0x3 + .text.uart_read + 0x0000000042003e58 0xba esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xc6 (size before relaxing) + *fill* 0x0000000042003f12 0x2 + .text.uart_write + 0x0000000042003f14 0x94 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_uart_get_vfs + 0x0000000042003fa8 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x0000000042003fa8 esp_vfs_uart_get_vfs + .text.heap_caps_alloc_failed + 0x0000000042003fb0 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x0000000042003fc6 0x2 + .text.heap_caps_get_minimum_free_size + 0x0000000042003fc8 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x0000000042003fc8 heap_caps_get_minimum_free_size + *fill* 0x0000000042003ff5 0x3 + .text.heap_caps_get_info + 0x0000000042003ff8 0x6f esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x73 (size before relaxing) + 0x0000000042003ff8 heap_caps_get_info + *fill* 0x0000000042004067 0x1 + .text.heap_caps_get_largest_free_block + 0x0000000042004068 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x0000000042004068 heap_caps_get_largest_free_block + *fill* 0x0000000042004079 0x3 + .text.register_heap + 0x000000004200407c 0x32 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x00000000420040ae 0x2 + .text.heap_caps_enable_nonos_stack_heaps + 0x00000000420040b0 0x2c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x00000000420040b0 heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x00000000420040dc 0x2e6 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x2f2 (size before relaxing) + 0x00000000420040dc heap_caps_init + *fill* 0x00000000420043c2 0x2 + .text.s_get_num_reserved_regions + 0x00000000420043c4 0x13 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x00000000420043d7 0x1 + .text.s_prepare_reserved_regions + 0x00000000420043d8 0xcd esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x00000000420044a5 0x3 + .text.soc_get_available_memory_region_max_count + 0x00000000420044a8 0x12 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x00000000420044a8 soc_get_available_memory_region_max_count + *fill* 0x00000000420044ba 0x2 + .text.soc_get_available_memory_regions + 0x00000000420044bc 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x10d (size before relaxing) + 0x00000000420044bc soc_get_available_memory_regions + *fill* 0x00000000420045c1 0x3 + .text.esp_clk_slowclk_cal_get + 0x00000000420045c4 0xd esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x00000000420045c4 esp_clk_slowclk_cal_get + *fill* 0x00000000420045d1 0x3 + .text.esp_rtc_get_time_us + 0x00000000420045d4 0xda esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0xde (size before relaxing) + 0x00000000420045d4 esp_rtc_get_time_us + *fill* 0x00000000420046ae 0x2 + .text.esp_clk_slowclk_cal_set + 0x00000000420046b0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x13 (size before relaxing) + 0x00000000420046b0 esp_clk_slowclk_cal_set + *fill* 0x00000000420046c0 0x0 + .text.insert_vector_desc + 0x00000000420046c0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_int + 0x0000000042004710 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x0000000042004735 0x3 + .text.get_desc_for_int + 0x0000000042004738 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x74 (size before relaxing) + .text.find_desc_for_source + 0x00000000420047a8 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.is_vect_desc_usable + 0x0000000042004814 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xe0 (size before relaxing) + .text.get_available_int + 0x00000000420048e4 0x14c esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x160 (size before relaxing) + .text.esp_intr_enable_source + 0x0000000042004a30 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x0000000042004a30 esp_intr_enable_source + *fill* 0x0000000042004a43 0x1 + .text.esp_intr_disable_source + 0x0000000042004a44 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x0000000042004a44 esp_intr_disable_source + *fill* 0x0000000042004a57 0x1 + .text.esp_intr_alloc_intrstatus + 0x0000000042004a58 0x2ad esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x2b5 (size before relaxing) + 0x0000000042004a58 esp_intr_alloc_intrstatus + *fill* 0x0000000042004d05 0x3 + .text.esp_intr_alloc + 0x0000000042004d08 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x1c (size before relaxing) + 0x0000000042004d08 esp_intr_alloc + .text.esp_intr_free + 0x0000000042004d20 0x10f esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x0000000042004d20 esp_intr_free + *fill* 0x0000000042004e2f 0x1 + .text.esp_intr_free_cb + 0x0000000042004e30 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000042004e3a 0x2 + .text.esp_sleep_config_gpio_isolate + 0x0000000042004e3c 0xaa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0xd2 (size before relaxing) + 0x0000000042004e3c esp_sleep_config_gpio_isolate + *fill* 0x0000000042004ee6 0x2 + .text.esp_sleep_enable_gpio_switch + 0x0000000042004ee8 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x81 (size before relaxing) + 0x0000000042004ee8 esp_sleep_enable_gpio_switch + *fill* 0x0000000042004f66 0x2 + .text.xt_int_has_handler + 0x0000000042004f68 0x23 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x0000000042004f68 xt_int_has_handler + *fill* 0x0000000042004f8b 0x1 + .text.xt_set_interrupt_handler + 0x0000000042004f8c 0x4f esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x0000000042004f8c xt_set_interrupt_handler + *fill* 0x0000000042004fdb 0x1 + .text.timer_process_alarm + 0x0000000042004fdc 0x13c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.timer_task + 0x0000000042005118 0x17 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1b (size before relaxing) + *fill* 0x000000004200512f 0x1 + .text.esp_timer_early_init + 0x0000000042005130 0xf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x13 (size before relaxing) + 0x0000000042005130 esp_timer_early_init + *fill* 0x000000004200513f 0x1 + .text.esp_timer_init + 0x0000000042005140 0x5a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x5e (size before relaxing) + 0x0000000042005140 esp_timer_init + *fill* 0x000000004200519a 0x2 + .text.esp_timer_impl_init_system_time + 0x000000004200519c 0x66 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x6a (size before relaxing) + 0x000000004200519c esp_timer_impl_init_system_time + *fill* 0x0000000042005202 0x2 + .text.esp_timer_impl_early_init + 0x0000000042005204 0x34 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x0000000042005204 esp_timer_impl_early_init + .text.esp_timer_impl_init + 0x0000000042005238 0xb6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0xbe (size before relaxing) + 0x0000000042005238 esp_timer_impl_init + *fill* 0x00000000420052ee 0x2 + .text.esp_newlib_locks_init + 0x00000000420052f0 0x5a esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00000000420052f0 esp_newlib_locks_init + *fill* 0x000000004200534a 0x2 + .text.raise_r_stub + 0x000000004200534c 0xf esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + *fill* 0x000000004200535b 0x1 + .text.esp_newlib_init + 0x000000004200535c 0x2a esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x2e (size before relaxing) + 0x000000004200535c esp_setup_newlib_syscalls + 0x000000004200535c esp_newlib_init + *fill* 0x0000000042005386 0x2 + .text.syscall_not_implemented_aborts + 0x0000000042005388 0x9 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000042005388 _sbrk_r + 0x0000000042005388 _exit + 0x0000000042005388 raise + 0x0000000042005388 _raise_r + *fill* 0x0000000042005391 0x3 + .text.adjust_boot_time + 0x0000000042005394 0x146 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x14a (size before relaxing) + *fill* 0x00000000420054da 0x2 + .text.get_adjusted_boot_time + 0x00000000420054dc 0x26 esp-idf/newlib/libnewlib.a(time.c.obj) + *fill* 0x0000000042005502 0x2 + .text.adjtime_corr_stop + 0x0000000042005504 0x34 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x38 (size before relaxing) + .text.settimeofday + 0x0000000042005538 0x49 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x54 (size before relaxing) + 0x0000000042005538 settimeofday + *fill* 0x0000000042005581 0x3 + .text.esp_newlib_time_init + 0x0000000042005584 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0xb (size before relaxing) + 0x0000000042005584 esp_newlib_time_init + *fill* 0x000000004200558c 0x0 + .text.esp_time_impl_get_time_since_boot + 0x000000004200558c 0x1f esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x000000004200558c esp_time_impl_get_time_since_boot + *fill* 0x00000000420055ab 0x1 + .text.esp_time_impl_set_boot_time + 0x00000000420055ac 0x28 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000420055ac esp_time_impl_set_boot_time + .text.esp_time_impl_get_boot_time + 0x00000000420055d4 0x27 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000420055d4 esp_time_impl_get_boot_time + *fill* 0x00000000420055fb 0x1 + .text.esp_set_time_from_rtc + 0x00000000420055fc 0x2b esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x2f (size before relaxing) + 0x00000000420055fc esp_set_time_from_rtc + *fill* 0x0000000042005627 0x1 + .text.esp_sync_counters_rtc_and_frc + 0x0000000042005628 0x64 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x70 (size before relaxing) + 0x0000000042005628 esp_sync_counters_rtc_and_frc + .text.esp_time_impl_init + 0x000000004200568c 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xb (size before relaxing) + 0x000000004200568c esp_time_impl_init + *fill* 0x0000000042005694 0x0 + .text.app_main + 0x0000000042005694 0xa0 esp-idf/main/libmain.a(hello_world_main.c.obj) + 0xb8 (size before relaxing) + 0x0000000042005694 app_main + .text.esp_efuse_read_field_blob + 0x0000000042005734 0x69 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x6d (size before relaxing) + 0x0000000042005734 esp_efuse_read_field_blob + *fill* 0x000000004200579d 0x3 + .text.esp_efuse_check_errors + 0x00000000420057a0 0xa esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0xd (size before relaxing) + 0x00000000420057a0 esp_efuse_check_errors + *fill* 0x00000000420057aa 0x2 + .text.esp_efuse_utility_process + 0x00000000420057ac 0x158 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x164 (size before relaxing) + 0x00000000420057ac esp_efuse_utility_process + .text.esp_efuse_utility_read_reg + 0x0000000042005904 0x59 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000042005904 esp_efuse_utility_read_reg + *fill* 0x000000004200595d 0x3 + .text.esp_efuse_utility_fill_buff + 0x0000000042005960 0xc3 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xc7 (size before relaxing) + 0x0000000042005960 esp_efuse_utility_fill_buff + *fill* 0x0000000042005a23 0x1 + .text.esp_efuse_utility_count_once + 0x0000000042005a24 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x32 (size before relaxing) + 0x0000000042005a24 esp_efuse_utility_count_once + *fill* 0x0000000042005a52 0x2 + .text.esp_ipc_call_and_wait + 0x0000000042005a54 0xcd esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + *fill* 0x0000000042005b21 0x3 + .text.esp_ipc_init + 0x0000000042005b24 0x85 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x89 (size before relaxing) + *fill* 0x0000000042005ba9 0x3 + .text.esp_ipc_call + 0x0000000042005bac 0x15 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x0000000042005bac esp_ipc_call + *fill* 0x0000000042005bc1 0x3 + .text.esp_ipc_call_blocking + 0x0000000042005bc4 0x15 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x0000000042005bc4 esp_ipc_call_blocking + *fill* 0x0000000042005bd9 0x3 + .text.esp_ipc_isr_init + 0x0000000042005bdc 0x32 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x36 (size before relaxing) + 0x0000000042005bdc esp_ipc_isr_init + *fill* 0x0000000042005c0e 0x2 + .text.gpio_sleep_input_enable + 0x0000000042005c10 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005c8d 0x3 + .text.gpio_sleep_input_disable + 0x0000000042005c90 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005d0d 0x3 + .text.gpio_sleep_output_enable + 0x0000000042005d10 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005d8d 0x3 + .text.gpio_sleep_output_disable + 0x0000000042005d90 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005e0d 0x3 + .text.gpio_sleep_pulldown_en + 0x0000000042005e10 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005ea2 0x2 + .text.gpio_sleep_pullup_en + 0x0000000042005ea4 0x91 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005f35 0x3 + .text.gpio_sleep_pulldown_dis + 0x0000000042005f38 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000042005fca 0x2 + .text.gpio_sleep_pullup_dis + 0x0000000042005fcc 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000004200605e 0x2 + .text.gpio_sleep_set_direction + 0x0000000042006060 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x91 (size before relaxing) + 0x0000000042006060 gpio_sleep_set_direction + *fill* 0x00000000420060e9 0x3 + .text.gpio_sleep_set_pull_mode + 0x00000000420060ec 0x105 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x115 (size before relaxing) + 0x00000000420060ec gpio_sleep_set_pull_mode + *fill* 0x00000000420061f1 0x3 + .text.gpio_sleep_sel_en + 0x00000000420061f4 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000420061f4 gpio_sleep_sel_en + *fill* 0x0000000042006286 0x2 + .text.gpio_sleep_sel_dis + 0x0000000042006288 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x0000000042006288 gpio_sleep_sel_dis + *fill* 0x000000004200631a 0x2 + .text.periph_ll_get_clk_en_reg + 0x000000004200631c 0x75 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x0000000042006391 0x3 + .text.periph_ll_get_rst_en_reg + 0x0000000042006394 0x75 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x0000000042006409 0x3 + .text.periph_module_enable + 0x000000004200640c 0x4bf esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x000000004200640c periph_module_enable + *fill* 0x00000000420068cb 0x1 + .text.uart_pattern_queue_update + 0x00000000420068cc 0x46 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x0000000042006912 0x2 + .text.uart_reenable_intr_mask + 0x0000000042006914 0x72 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x0000000042006986 0x2 + .text.uart_set_word_length + 0x0000000042006988 0x7c esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + 0x0000000042006988 uart_set_word_length + .text.uart_get_word_length + 0x0000000042006a04 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006a04 uart_get_word_length + .text.uart_set_stop_bits + 0x0000000042006a44 0x7c esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + 0x0000000042006a44 uart_set_stop_bits + .text.uart_get_stop_bits + 0x0000000042006ac0 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006ac0 uart_get_stop_bits + *fill* 0x0000000042006b16 0x2 + .text.uart_set_parity + 0x0000000042006b18 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006b18 uart_set_parity + *fill* 0x0000000042006b6e 0x2 + .text.uart_get_parity + 0x0000000042006b70 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006b70 uart_get_parity + *fill* 0x0000000042006bc6 0x2 + .text.uart_set_baudrate + 0x0000000042006bc8 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006bc8 uart_set_baudrate + *fill* 0x0000000042006c1e 0x2 + .text.uart_get_baudrate + 0x0000000042006c20 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006c20 uart_get_baudrate + *fill* 0x0000000042006c76 0x2 + .text.uart_wait_tx_done + 0x0000000042006c78 0x196 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006c78 uart_wait_tx_done + *fill* 0x0000000042006e0e 0x2 + .text.uart_get_buffered_data_len + 0x0000000042006e10 0x8e esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042006e10 uart_get_buffered_data_len + *fill* 0x0000000042006e9e 0x2 + .text.uart_flush_input + 0x0000000042006ea0 0x1f4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x200 (size before relaxing) + 0x0000000042006ea0 uart_flush_input + 0x0000000042006ea0 uart_flush + .text.uart_is_driver_installed + 0x0000000042007094 0x1e esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000042007094 uart_is_driver_installed + *fill* 0x00000000420070b2 0x2 + .text.uart_set_select_notif_callback + 0x00000000420070b4 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000420070b4 uart_set_select_notif_callback + *fill* 0x00000000420070cb 0x1 + .text.uart_get_selectlock + 0x00000000420070cc 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000420070cc uart_get_selectlock + .text.bootloader_init_mem + 0x00000000420070d4 0xb esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x00000000420070d4 bootloader_init_mem + *fill* 0x00000000420070df 0x1 + .text.bootloader_flash_update_id + 0x00000000420070e0 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + 0x00000000420070e0 bootloader_flash_update_id + *fill* 0x00000000420070f2 0x2 + .text.spi_flash_init_lock + 0x00000000420070f4 0x26 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000420070f4 spi_flash_init_lock + *fill* 0x000000004200711a 0x2 + .text.spi_flash_op_lock + 0x000000004200711c 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x000000004200711c spi_flash_op_lock + *fill* 0x000000004200712e 0x2 + .text.spi_flash_op_unlock + 0x0000000042007130 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x0000000042007130 spi_flash_op_unlock + .text.spi_flash_cache2phys + 0x0000000042007140 0x92 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x0000000042007140 spi_flash_cache2phys + *fill* 0x00000000420071d2 0x2 + .text.is_safe_write_address + 0x00000000420071d4 0x19 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x00000000420071ed 0x3 + .text.spi_flash_init + 0x00000000420071f0 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0xb (size before relaxing) + 0x00000000420071f0 spi_flash_init + *fill* 0x00000000420071f8 0x0 + .text.esp_mspi_get_io + 0x00000000420071f8 0x8a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8e (size before relaxing) + 0x00000000420071f8 esp_mspi_get_io + *fill* 0x0000000042007282 0x2 + .text.check_chip_pointer_default + 0x0000000042007284 0x29 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x00000000420072ad 0x3 + .text.esp_flash_read_chip_id + 0x00000000420072b0 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x00000000420072b0 esp_flash_read_chip_id + .text.esp_flash_init_default_chip + 0x00000000420072c4 0xe2 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00000000420072c4 esp_flash_init_default_chip + *fill* 0x00000000420073a6 0x2 + .text.esp_flash_app_init + 0x00000000420073a8 0xd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x10 (size before relaxing) + 0x00000000420073a8 esp_flash_app_init + *fill* 0x00000000420073b5 0x3 + .text.esp_flash_app_enable_os_functions + 0x00000000420073b8 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000420073b8 esp_flash_app_enable_os_functions + .text.load_partitions + 0x00000000420073d8 0x1b0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.ensure_partitions_loaded + 0x0000000042007588 0x54 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x58 (size before relaxing) + .text.iterator_create + 0x00000000420075dc 0x21 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x00000000420075fd 0x3 + .text.esp_partition_iterator_release + 0x0000000042007600 0xe esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x0000000042007600 esp_partition_iterator_release + *fill* 0x000000004200760e 0x2 + .text.esp_partition_next + 0x0000000042007610 0x8c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x0000000042007610 esp_partition_next + .text.esp_partition_find + 0x000000004200769c 0x3d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x45 (size before relaxing) + 0x000000004200769c esp_partition_find + *fill* 0x00000000420076d9 0x3 + .text.esp_partition_get + 0x00000000420076dc 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000420076dc esp_partition_get + .text.esp_partition_main_flash_region_safe + 0x00000000420076f8 0x39 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x3d (size before relaxing) + 0x00000000420076f8 esp_partition_main_flash_region_safe + *fill* 0x0000000042007731 0x3 + .text.esp_crosscore_int_init + 0x0000000042007734 0x76 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x0000000042007734 esp_crosscore_int_init + *fill* 0x00000000420077aa 0x2 + .text.find_task_in_twdt_list + 0x00000000420077ac 0x2f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x00000000420077db 0x1 + .text.reset_hw_timer + 0x00000000420077dc 0x34 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.task_wdt_isr + 0x0000000042007810 0x1cb esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x1cf (size before relaxing) + *fill* 0x00000000420079db 0x1 + .text.esp_task_wdt_init + 0x00000000420079dc 0x14d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x151 (size before relaxing) + 0x00000000420079dc esp_task_wdt_init + *fill* 0x0000000042007b29 0x3 + .text.esp_task_wdt_add + 0x0000000042007b2c 0xd9 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xdd (size before relaxing) + 0x0000000042007b2c esp_task_wdt_add + *fill* 0x0000000042007c05 0x3 + .text.esp_task_wdt_reset + 0x0000000042007c08 0x5e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x65 (size before relaxing) + 0x0000000042007c08 esp_task_wdt_reset + *fill* 0x0000000042007c66 0x2 + .text.idle_hook_cb + 0x0000000042007c68 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000042007c72 0x2 + .text.esp_rom_efuse_get_opiconfig + 0x0000000042007c74 0x55 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + 0x0000000042007c74 esp_rom_efuse_get_opiconfig + *fill* 0x0000000042007cc9 0x3 + .text.uart_hal_set_baudrate + 0x0000000042007ccc 0x9f esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000042007ccc uart_hal_set_baudrate + *fill* 0x0000000042007d6b 0x1 + .text.uart_hal_get_baudrate + 0x0000000042007d6c 0x58 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000042007d6c uart_hal_get_baudrate + .text.spi_flash_hal_init + 0x0000000042007dc4 0x156 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x0000000042007dc4 spi_flash_hal_init + *fill* 0x0000000042007f1a 0x2 + .text.spi_flash_hal_supports_direct_write + 0x0000000042007f1c 0x24 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x0000000042007f1c spi_flash_hal_supports_direct_write + .text.spi_flash_hal_supports_direct_read + 0x0000000042007f40 0x25 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x0000000042007f40 spi_flash_hal_supports_direct_read + *fill* 0x0000000042007f65 0x3 + .text.interrupt_controller_hal_desc_type + 0x0000000042007f68 0x12 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x0000000042007f68 interrupt_controller_hal_desc_type + *fill* 0x0000000042007f7a 0x2 + .text.interrupt_controller_hal_desc_level + 0x0000000042007f7c 0x12 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x0000000042007f7c interrupt_controller_hal_desc_level + *fill* 0x0000000042007f8e 0x2 + .text.interrupt_controller_hal_desc_flags + 0x0000000042007f90 0x17 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x0000000042007f90 interrupt_controller_hal_desc_flags + *fill* 0x0000000042007fa7 0x1 + .text.interrupt_controller_hal_desc_table + 0x0000000042007fa8 0x8 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + 0x0000000042007fa8 interrupt_controller_hal_desc_table + .text.esp_err_to_name + 0x0000000042007fb0 0x2d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x0000000042007fb0 esp_err_to_name + *fill* 0x0000000042007fdd 0x3 + .text.esp_ota_get_running_partition + 0x0000000042007fe0 0x80 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x8f (size before relaxing) + 0x0000000042007fe0 esp_ota_get_running_partition + *fill* 0x0000000042008060 0x0 + .text.bootloader_read_status_8b_rdsr3 + 0x0000000042008060 0x15 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x0000000042008060 bootloader_read_status_8b_rdsr3 + *fill* 0x0000000042008075 0x3 + .text.bootloader_write_status_8b_wrsr3 + 0x0000000042008078 0x13 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x0000000042008078 bootloader_write_status_8b_wrsr3 + *fill* 0x000000004200808b 0x1 + .text 0x000000004200808c 0xd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x000000004200808c __errno + *fill* 0x0000000042008099 0x3 + .text 0x000000004200809c 0x204 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + 0x20c (size before relaxing) + 0x000000004200809c __sflush_r + 0x00000000420081f4 _fflush_r + 0x000000004200827c fflush + .text 0x00000000420082a0 0x238 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + 0x257 (size before relaxing) + 0x00000000420082e0 _cleanup_r + 0x0000000042008328 __sfmoreglue + 0x0000000042008360 _cleanup + 0x0000000042008370 __sfp_lock_acquire + 0x0000000042008380 __sfp_lock_release + 0x0000000042008390 __sinit_lock_acquire + 0x00000000420083a0 __sinit_lock_release + 0x00000000420083b0 __sinit + 0x0000000042008408 __sfp + 0x00000000420084b0 __fp_lock_all + 0x00000000420084c4 __fp_unlock_all + *fill* 0x00000000420084d8 0x0 + .text 0x00000000420084d8 0xd4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0xec (size before relaxing) + 0x00000000420084d8 _fopen_r + 0x0000000042008598 fopen + .text 0x00000000420085ac 0x31 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x00000000420085ac _fseek_r + 0x00000000420085c4 fseek + *fill* 0x00000000420085dd 0x3 + .text 0x00000000420085e0 0x326 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x33e (size before relaxing) + 0x00000000420085e0 _fseeko_r + 0x00000000420088f0 fseeko + *fill* 0x0000000042008906 0x2 + .text 0x0000000042008908 0x116 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x11a (size before relaxing) + 0x0000000042008908 _ftello_r + 0x0000000042008a0c ftello + *fill* 0x0000000042008a1e 0x2 + .text 0x0000000042008a20 0x2bd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + 0x2c1 (size before relaxing) + 0x0000000042008a20 __sfvwrite_r + *fill* 0x0000000042008cdd 0x3 + .text 0x0000000042008ce0 0x103 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x0000000042008ce0 __swhatbuf_r + 0x0000000042008d58 __smakebuf_r + *fill* 0x0000000042008de3 0x1 + .text 0x0000000042008de4 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x78 (size before relaxing) + 0x0000000042008de4 _printf_r + 0x0000000042008e18 printf + .text 0x0000000042008e54 0xba /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0xca (size before relaxing) + 0x0000000042008e54 _puts_r + 0x0000000042008efc puts + *fill* 0x0000000042008f0e 0x2 + .text 0x0000000042008f10 0xfc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x0000000042008f10 cleanup_glue + 0x0000000042008f28 _reclaim_reent + .text 0x000000004200900c 0x134 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + 0x144 (size before relaxing) + 0x0000000042009028 __srefill_r + .text 0x0000000042009140 0xd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x0000000042009140 _snprintf_r + 0x00000000420091a8 snprintf + *fill* 0x0000000042009219 0x3 + .text 0x000000004200921c 0xb2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + 0xbe (size before relaxing) + 0x000000004200921c __sread + 0x000000004200924c __seofread + 0x0000000042009254 __swrite + 0x0000000042009288 __sseek + 0x00000000420092bc __sclose + *fill* 0x00000000420092ce 0x2 + .text 0x00000000420092d0 0x338b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x33cf (size before relaxing) + 0x0000000042009790 _svfprintf_r + *fill* 0x000000004200c65b 0x1 + .text 0x000000004200c65c 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x000000004200c65c gettimeofday + .text 0x000000004200c674 0x3553 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x35af (size before relaxing) + 0x000000004200cb34 _vfprintf_r + 0x000000004200fb10 vfprintf + *fill* 0x000000004200fbc7 0x1 + .text 0x000000004200fbc8 0x5e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x62 (size before relaxing) + 0x000000004200fbc8 vprintf + 0x000000004200fbf8 _vprintf_r + *fill* 0x000000004200fc26 0x2 + .text 0x000000004200fc28 0xdf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + 0x000000004200fc28 __swsetup_r + *fill* 0x000000004200fd07 0x1 + .text 0x000000004200fd08 0xd90 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0xde0 (size before relaxing) + 0x000000004200fe18 _dtoa_r + .text 0x0000000042010a98 0x10e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + 0x11e (size before relaxing) + 0x0000000042010a98 _fclose_r + 0x0000000042010b94 fclose + *fill* 0x0000000042010ba6 0x2 + .text 0x0000000042010ba8 0x80 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x0000000042010ba8 __sflags + .text 0x0000000042010c28 0x2b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x0000000042010c28 __localeconv_l + 0x0000000042010c34 _localeconv_r + 0x0000000042010c44 localeconv + *fill* 0x0000000042010c53 0x1 + .text 0x0000000042010c54 0x91c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x0000000042010c54 _Balloc + 0x0000000042010ce4 _Bfree + 0x0000000042010d28 __multadd + 0x0000000042010db0 __s2b + 0x0000000042010e4c __hi0bits + 0x0000000042010e94 __lo0bits + 0x0000000042010f04 __i2b + 0x0000000042010f2c __multiply + 0x000000004201104c __pow5mult + 0x00000000420110f4 __lshift + 0x00000000420111a0 __mcmp + 0x00000000420111d8 __mdiff + 0x00000000420112bc __ulp + 0x0000000042011304 __b2d + 0x00000000420113a8 __d2b + 0x000000004201145c __ratio + 0x00000000420114b0 _mprec_log10 + 0x00000000420114e8 __copybits + 0x0000000042011520 __any_on + .text 0x0000000042011570 0x5c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x0000000042011570 frexp + .text 0x00000000420115cc 0x258e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x2592 (size before relaxing) + 0x0000000042011a8c __ssprint_r + 0x0000000042011b98 _svfiprintf_r + *fill* 0x0000000042013b5a 0x2 + .text 0x0000000042013b5c 0x263f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0x265b (size before relaxing) + 0x000000004201401c __sprint_r + 0x0000000042014040 _vfiprintf_r + 0x00000000420160e4 vfiprintf + *fill* 0x000000004201619b 0x1 + .text 0x000000004201619c 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x000000004201619c _mbtowc_r + 0x00000000420161b8 __ascii_mbtowc + .text 0x00000000420161dc 0x41 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + 0x00000000420161dc _wctomb_r + 0x00000000420161f8 __ascii_wctomb + *fill* 0x000000004201621d 0x0 + *fill* 0x000000004201621d 0x0 + *fill* 0x000000004201621d 0x3 + .text.pthread_include_pthread_impl + 0x0000000042016220 0x5 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x0000000042016220 pthread_include_pthread_impl + *fill* 0x0000000042016225 0x0 + *fill* 0x0000000042016225 0x0 + *fill* 0x0000000042016225 0x0 + *fill* 0x0000000042016225 0x3 + .text.pthread_include_pthread_local_storage_impl + 0x0000000042016228 0x5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x0000000042016228 pthread_include_pthread_local_storage_impl + *fill* 0x000000004201622d 0x3 + .text.pthread_include_pthread_rwlock_impl + 0x0000000042016230 0x5 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x0000000042016230 pthread_include_pthread_rwlock_impl + *fill* 0x0000000042016235 0x3 + .text.include_esp_phy_override + 0x0000000042016238 0x5 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x0000000042016238 include_esp_phy_override + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x0 + *fill* 0x000000004201623d 0x3 + .text.panic_get_address + 0x0000000042016240 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042016240 panic_get_address + *fill* 0x0000000042016247 0x1 + .text.panic_get_cause + 0x0000000042016248 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042016248 panic_get_cause + .text.panic_set_address + 0x0000000042016250 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000042016250 panic_set_address + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x0 + *fill* 0x0000000042016257 0x1 + .text.uart_hal_write_txfifo + 0x0000000042016258 0x3a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x0000000042016258 uart_hal_write_txfifo + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x0 + *fill* 0x0000000042016292 0x2 + .text.vfs_include_syscalls_impl + 0x0000000042016294 0x5 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000042016294 vfs_include_syscalls_impl + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x0 + *fill* 0x0000000042016299 0x3 + .text.usb_serial_jtag_close + 0x000000004201629c 0x7 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x0 + *fill* 0x00000000420162a3 0x1 + .text.heap_caps_match + 0x00000000420162a4 0x32 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000420162a4 heap_caps_match + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x0 + *fill* 0x00000000420162d6 0x2 + .text.s_compare_reserved_regions + 0x00000000420162d8 0xc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + *fill* 0x00000000420162e4 0x0 + .text.esp_chip_info + 0x00000000420162e4 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + 0x00000000420162e4 esp_chip_info + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x0 + *fill* 0x0000000042016301 0x3 + .text.pthread_setcancelstate + 0x0000000042016304 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x0000000042016304 pthread_setcancelstate + *fill* 0x000000004201630b 0x1 + .text.newlib_include_pthread_impl + 0x000000004201630c 0x5 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x000000004201630c newlib_include_pthread_impl + *fill* 0x0000000042016311 0x0 + *fill* 0x0000000042016311 0x0 + *fill* 0x0000000042016311 0x3 + .text.syscall_not_implemented + 0x0000000042016314 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000042016314 _kill_r + 0x0000000042016314 _system_r + 0x0000000042016314 _getpid_r + *fill* 0x000000004201631f 0x0 + *fill* 0x000000004201631f 0x1 + .text.newlib_include_syscalls_impl + 0x0000000042016320 0x5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000042016320 newlib_include_syscalls_impl + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x0 + *fill* 0x0000000042016325 0x3 + .text.__cxa_guard_dummy + 0x0000000042016328 0x5 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x0000000042016328 __cxa_guard_dummy + *fill* 0x000000004201632d 0x0 + *fill* 0x000000004201632d 0x3 + .text.esp_efuse_get_field_size + 0x0000000042016330 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x0000000042016330 esp_efuse_get_field_size + *fill* 0x0000000042016358 0x0 + .text.get_mask + 0x0000000042016358 0x1e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000042016376 0x2 + .text.get_reg_num + 0x0000000042016378 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000004201639e 0x2 + .text.get_starting_bit_num_in_reg + 0x00000000420163a0 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000420163ba 0x2 + .text.get_count_bits_in_reg + 0x00000000420163bc 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000420163ea 0x2 + .text.check_range_of_bits + 0x00000000420163ec 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_number_of_items + 0x0000000042016400 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000042016400 esp_efuse_utility_get_number_of_items + *fill* 0x0000000042016416 0x0 + *fill* 0x0000000042016416 0x0 + *fill* 0x0000000042016416 0x0 + *fill* 0x0000000042016416 0x2 + .text.esp_efuse_utility_check_errors + 0x0000000042016418 0x7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000042016418 esp_efuse_utility_check_errors + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x0 + *fill* 0x000000004201641f 0x1 + .text.esp_pm_impl_waiti + 0x0000000042016420 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x0000000042016420 esp_pm_impl_waiti + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + *fill* 0x0000000042016428 0x0 + .text.esp_flash_chip_driver_initialized + 0x0000000042016428 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000042016428 esp_flash_chip_driver_initialized + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + *fill* 0x0000000042016438 0x0 + .text.esp_task_wdt_isr_user_handler + 0x0000000042016438 0x5 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x0000000042016438 esp_task_wdt_isr_user_handler + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x0 + *fill* 0x000000004201643d 0x3 + .text.mpu_hal_set_region_access + 0x0000000042016440 0x48 esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x0000000042016440 mpu_hal_set_region_access + *fill* 0x0000000042016488 0x0 + .text.uart_hal_set_stop_bits + 0x0000000042016488 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000042016488 uart_hal_set_stop_bits + .text.uart_hal_get_stop_bits + 0x00000000420164a8 0x11 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000420164a8 uart_hal_get_stop_bits + *fill* 0x00000000420164b9 0x3 + .text.uart_hal_set_data_bit_num + 0x00000000420164bc 0x1f esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000420164bc uart_hal_set_data_bit_num + *fill* 0x00000000420164db 0x1 + .text.uart_hal_get_data_bit_num + 0x00000000420164dc 0x11 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000420164dc uart_hal_get_data_bit_num + *fill* 0x00000000420164ed 0x3 + .text.uart_hal_set_parity + 0x00000000420164f0 0x36 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000420164f0 uart_hal_set_parity + *fill* 0x0000000042016526 0x2 + .text.uart_hal_get_parity + 0x0000000042016528 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000042016528 uart_hal_get_parity + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x0 + *fill* 0x000000004201654e 0x2 + .text 0x0000000042016550 0x77 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + 0x0000000042016550 _fwalk + 0x0000000042016588 _fwalk_reent + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *fill* 0x00000000420165c7 0x0 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) + *(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.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) + *libesp_event.a:default_event_loop.*(.literal.esp_event_handler_instance_register .literal.esp_event_handler_instance_unregister .literal.esp_event_handler_register .literal.esp_event_handler_unregister .literal.esp_event_loop_create_default .literal.esp_event_loop_delete_default .literal.esp_event_post .literal.esp_event_send_to_default_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_send_to_default_loop) + *libesp_event.a:esp_event.*(.literal.base_node_add_handler .literal.base_node_remove_all_handler .literal.base_node_remove_handler .literal.esp_event_handler_instance_register_with .literal.esp_event_handler_instance_unregister_with .literal.esp_event_handler_register_with .literal.esp_event_handler_register_with_internal .literal.esp_event_handler_unregister_with .literal.esp_event_handler_unregister_with_internal .literal.esp_event_loop_create .literal.esp_event_loop_delete .literal.esp_event_loop_run .literal.esp_event_loop_run_task .literal.esp_event_post_to .literal.handler_instances_add .literal.handler_instances_remove .literal.handler_instances_remove_all .literal.loop_node_add_handler .literal.loop_node_remove_all_handler .literal.loop_node_remove_handler .text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) + *libesp_hw_support.a:rtc_init.*(.literal.calibrate_ocode .literal.get_dig1v3_dbias_by_efuse .literal.get_dig_dbias_by_efuse .literal.get_rtc_dbias_by_efuse .literal.rtc_init .literal.rtc_set_stored_dbias .literal.rtc_vddsdio_get_config .literal.set_ocode_by_efuse .text .text.calibrate_ocode .text.get_dig1v3_dbias_by_efuse .text.get_dig_dbias_by_efuse .text.get_rtc_dbias_by_efuse .text.rtc_init .text.rtc_set_stored_dbias .text.rtc_vddsdio_get_config .text.set_ocode_by_efuse) + *fill* 0x00000000420165c7 0x1 + .text.set_ocode_by_efuse + 0x00000000420165c8 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000004201662a 0x2 + .text.get_dig1v3_dbias_by_efuse + 0x000000004201662c 0xbb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xbf (size before relaxing) + *fill* 0x00000000420166e7 0x1 + .text.get_dig_dbias_by_efuse + 0x00000000420166e8 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.get_rtc_dbias_by_efuse + 0x000000004201673c 0x12e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x13e (size before relaxing) + *fill* 0x000000004201686a 0x2 + .text.rtc_set_stored_dbias + 0x000000004201686c 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xb7 (size before relaxing) + *fill* 0x000000004201690f 0x1 + .text.calibrate_ocode + 0x0000000042016910 0xfe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x0000000042016a0e 0x2 + .text.rtc_init + 0x0000000042016a10 0x5b1 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x5c1 (size before relaxing) + 0x0000000042016a10 rtc_init + *fill* 0x0000000042016fc1 0x0 + *fill* 0x0000000042016fc1 0x0 + *fill* 0x0000000042016fc1 0x0 + *fill* 0x0000000042016fc1 0x0 + *fill* 0x0000000042016fc1 0x0 + *fill* 0x0000000042016fc1 0x0 + *libesp_system.a:esp_system.*(.literal.esp_get_free_heap_size .literal.esp_get_free_internal_heap_size .literal.esp_get_idf_version .literal.esp_get_minimum_free_heap_size .literal.esp_register_shutdown_handler .literal.esp_unregister_shutdown_handler .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_register_shutdown_handler .text.esp_unregister_shutdown_handler) + *fill* 0x0000000042016fc1 0x3 + .text.esp_register_shutdown_handler + 0x0000000042016fc4 0x35 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x0000000042016fc4 esp_register_shutdown_handler + *fill* 0x0000000042016ff9 0x3 + .text.esp_get_minimum_free_heap_size + 0x0000000042016ffc 0xd esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x10 (size before relaxing) + 0x0000000042016ffc esp_get_minimum_free_heap_size + *fill* 0x0000000042017009 0x0 + *fill* 0x0000000042017009 0x0 + *libfreertos.a:port.*(.literal.esp_startup_start_app .text.esp_startup_start_app) + *fill* 0x0000000042017009 0x3 + .text.esp_startup_start_app + 0x000000004201700c 0x29 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004201700c esp_startup_start_app + *libfreertos.a:port.*(.literal.esp_startup_start_app_other_cores .text.esp_startup_start_app_other_cores) + *fill* 0x0000000042017035 0x3 + .text.esp_startup_start_app_other_cores + 0x0000000042017038 0x4e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x52 (size before relaxing) + 0x0000000042017038 esp_startup_start_app_other_cores + *fill* 0x0000000042017086 0x0 + *libfreertos.a:port_common.*(.literal.main_task .text.main_task) + *fill* 0x0000000042017086 0x2 + .text.main_task + 0x0000000042017088 0xae esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0xc2 (size before relaxing) + *fill* 0x0000000042017136 0x0 + *liblog.a:log.*(.literal.esp_log_level_get .literal.esp_log_level_set .literal.esp_log_set_vprintf .literal.esp_log_writev .literal.heap_bubble_down .literal.s_log_level_get_and_unlock .text .text.esp_log_level_get .text.esp_log_level_set .text.esp_log_set_vprintf .text.esp_log_writev .text.heap_bubble_down .text.s_log_level_get_and_unlock) + *fill* 0x0000000042017136 0x2 + .text.heap_bubble_down + 0x0000000042017138 0x5a esp-idf/log/liblog.a(log.c.obj) + *fill* 0x0000000042017192 0x2 + .text.s_log_level_get_and_unlock + 0x0000000042017194 0x13f esp-idf/log/liblog.a(log.c.obj) + *fill* 0x00000000420172d3 0x1 + .text.esp_log_writev + 0x00000000420172d4 0x2e esp-idf/log/liblog.a(log.c.obj) + 0x32 (size before relaxing) + 0x00000000420172d4 esp_log_writev + *fill* 0x0000000042017302 0x0 + *fill* 0x0000000042017302 0x0 + *fill* 0x0000000042017302 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp) + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.irom0.text) + *(.fini.literal) + *(.fini) + *fill* 0x0000000042017302 0x2 + .fini 0x0000000042017304 0x3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + 0x0000000042017304 _fini + *(.gnu.version) + 0x0000000042017317 . = (. + _esp_flash_mmap_prefetch_pad_size) + *fill* 0x0000000042017307 0x10 + 0x0000000042017317 _text_end = ABSOLUTE (.) + 0x0000000042017317 _instruction_reserved_end = ABSOLUTE (.) + 0x0000000042017317 _etext = . + 0x0000000000000000 _flash_cache_start = ABSOLUTE (0x0) + +.flash_rodata_dummy + 0x000000003c000020 0x20000 + 0x000000003c000020 _flash_rodata_dummy_start = . + 0x000000003c000020 . = ALIGN (ALIGNOF (.flash.text)) + 0x000000003c017317 . = (. + SIZEOF (.flash.text)) + *fill* 0x000000003c000020 0x172f7 + 0x000000003c020020 . = (ALIGN (0x10000) + 0x20) + *fill* 0x000000003c017317 0x8d09 + 0x000000003c020020 _rodata_reserved_start = . + +.flash.appdesc 0x000000003c020020 0x100 + 0x000000003c020020 _rodata_start = ABSOLUTE (.) + *(.rodata_desc .rodata_desc.*) + .rodata_desc 0x000000003c020020 0x100 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x000000003c020020 esp_app_desc + *(.rodata_custom_desc .rodata_custom_desc.*) + 0x000000003c020120 . = ALIGN (ALIGNOF (.flash.rodata)) + +.flash.rodata 0x000000003c020120 0x7af8 + 0x000000003c020120 _flash_rodata_start = ABSOLUTE (.) + *(.rodata_wlog_error .rodata_wlog_error.*) + *(.rodata_wlog_info .rodata_wlog_info.*) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + *(EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.* EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2 EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2.* EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata EXCLUDE_FILE(*libspi_flash.a:spi_timing_config.* *libspi_flash.a:spi_flash_timing_tuning.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_hpm_enable.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic_opi.* *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.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *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:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_hw_support.a:rtc_clk.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) + .rodata.str1.4 + 0x000000003c020120 0x53 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003c020173 0x1 + .rodata.start_other_core.str1.4 + 0x000000003c020174 0xfb esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003c02026f 0x1 + .rodata.select_rtc_slow_clk.str1.4 + 0x000000003c020270 0x5b esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x000000003c0202cb 0x1 + .rodata.esp_clk_init.str1.4 + 0x000000003c0202cc 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata 0x000000003c020334 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.__func__$7347 + 0x000000003c020338 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x000000003c020345 0x3 + .rodata.do_core_init.str1.4 + 0x000000003c020348 0xbc esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xc0 (size before relaxing) + .rodata.start_cpu0_default.str1.4 + 0x000000003c020404 0x168 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x174 (size before relaxing) + .rodata.__func__$13764 + 0x000000003c02056c 0xd esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003c020579 0x3 + .rodata.g_startup_fn + 0x000000003c02057c 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003c02057c g_startup_fn + .rodata.frame_to_panic_info.str1.4 + 0x000000003c020584 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_state_for_core.str1.4 + 0x000000003c02058c 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3 (size before relaxing) + .rodata 0x000000003c02058c 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x000000003c020591 0x3 + .rodata 0x000000003c020594 0x10 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .rodata.print_debug_exception_details.str1.4 + 0x000000003c0205a4 0x93 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003c020637 0x1 + .rodata.print_illegal_instruction_details.str1.4 + 0x000000003c020638 0x17 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000003c02064f 0x1 + .rodata.print_cache_err_details.str1.4 + 0x000000003c020650 0x1dd esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1e3 (size before relaxing) + *fill* 0x000000003c02082d 0x3 + .rodata.panic_print_registers.str1.4 + 0x000000003c020830 0x199 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a1 (size before relaxing) + *fill* 0x000000003c0209c9 0x3 + .rodata 0x000000003c0209cc 0x60 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_arch_fill_info.str1.4 + 0x000000003c020a2c 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x21 (size before relaxing) + *fill* 0x000000003c020a45 0x3 + .rodata.panic_soc_fill_info.str1.4 + 0x000000003c020a48 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003c020a57 0x1 + .rodata.str1.4 + 0x000000003c020a58 0x2af esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x2b3 (size before relaxing) + *fill* 0x000000003c020d07 0x1 + .rodata.pseudo_reason$5233 + 0x000000003c020d08 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.reason$5227 + 0x000000003c020d28 0xa0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.str1.4 + 0x000000003c020dc8 0x49 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x4d (size before relaxing) + *fill* 0x000000003c020e11 0x3 + .rodata 0x000000003c020e14 0x10 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .rodata.esp_panic_handler.str1.4 + 0x000000003c020e24 0x83 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x87 (size before relaxing) + *fill* 0x000000003c020ea7 0x1 + .rodata.translate_path.str1.4 + 0x000000003c020ea8 0x5a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000003c020f02 0x2 + .rodata.__func__$7035 + 0x000000003c020f04 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003c020f13 0x1 + .rodata.console_open.str1.4 + 0x000000003c020f14 0x1f esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x22 (size before relaxing) + *fill* 0x000000003c020f33 0x1 + .rodata.esp_vfs_dev_console_register.str1.4 + 0x000000003c020f34 0xd esp-idf/vfs/libvfs.a(vfs_console.c.obj) + *fill* 0x000000003c020f41 0x3 + .rodata.vfs 0x000000003c020f44 0xa4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .rodata.usb_serial_jtag_return_char.str1.4 + 0x000000003c020fe8 0x42 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + *fill* 0x000000003c02102a 0x2 + .rodata.__func__$7238 + 0x000000003c02102c 0x1c esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .rodata.vfs 0x000000003c021048 0xa4 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .rodata.uart_access.str1.4 + 0x000000003c0210ec 0x7 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xb (size before relaxing) + *fill* 0x000000003c0210f3 0x1 + .rodata.uart_fcntl.str1.4 + 0x000000003c0210f4 0x33 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021127 0x1 + .rodata.uart_return_char.str1.4 + 0x000000003c021128 0x1d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021145 0x3 + .rodata.uart_fsync.str1.4 + 0x000000003c021148 0x12 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c02115a 0x2 + .rodata.__func__$8262 + 0x000000003c02115c 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021167 0x1 + .rodata.__func__$8278 + 0x000000003c021168 0x11 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021179 0x3 + .rodata.__func__$8284 + 0x000000003c02117c 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021186 0x2 + .rodata.__func__$8300 + 0x000000003c021188 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c021193 0x1 + .rodata.__func__$8296 + 0x000000003c021194 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c02119f 0x1 + .rodata.__func__$8306 + 0x000000003c0211a0 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c0211ab 0x1 + .rodata.__func__$8316 + 0x000000003c0211ac 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003c0211b7 0x1 + .rodata.vfs 0x000000003c0211b8 0xa4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.s_ctx 0x000000003c02125c 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.s_log_level_get_and_unlock.str1.4 + 0x000000003c021268 0x66 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003c0212ce 0x2 + .rodata.__func__$3613 + 0x000000003c0212d0 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003c0212e5 0x3 + .rodata.str1.4 + 0x000000003c0212e8 0x11d esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c021405 0x3 + .rodata.__func__$5215 + 0x000000003c021408 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c02141a 0x2 + .rodata.__func__$5195 + 0x000000003c02141c 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c02142b 0x1 + .rodata.__func__$5205 + 0x000000003c02142c 0x17 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c021443 0x1 + .rodata.__func__$5146 + 0x000000003c021444 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c02145e 0x2 + .rodata.__func__$5140 + 0x000000003c021460 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c021479 0x3 + .rodata.__func__$5098 + 0x000000003c02147c 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5131 + 0x000000003c021494 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003c0214a5 0x3 + .rodata.register_heap.str1.4 + 0x000000003c0214a8 0x42 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003c0214ea 0x2 + .rodata.heap_caps_init.str1.4 + 0x000000003c0214ec 0x134 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$4188 + 0x000000003c021620 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$5128 + 0x000000003c021634 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003c021643 0x1 + .rodata.__func__$5097 + 0x000000003c021644 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003c021652 0x2 + .rodata.s_prepare_reserved_regions.str1.4 + 0x000000003c021654 0x100 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .rodata.__func__$2795 + 0x000000003c021754 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x000000003c02176f 0x1 + .rodata.soc_memory_region_count + 0x000000003c021770 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003c021770 soc_memory_region_count + .rodata.soc_memory_regions + 0x000000003c021774 0xa0 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003c021774 soc_memory_regions + .rodata.str1.4 + 0x000000003c021814 0x3b esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x43 (size before relaxing) + *fill* 0x000000003c02184f 0x1 + .rodata.soc_memory_types + 0x000000003c021850 0x8c esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003c021850 soc_memory_types + .rodata 0x000000003c0218dc 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .rodata.find_desc_for_source.str1.4 + 0x000000003c0218f0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.is_vect_desc_usable.str1.4 + 0x000000003c021928 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003c02196b 0x1 + .rodata.esp_intr_free.str1.4 + 0x000000003c02196c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__$5693 + 0x000000003c021970 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003c021981 0x3 + .rodata.__func__$5673 + 0x000000003c021984 0xe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003c021992 0x2 + .rodata.__func__$5603 + 0x000000003c021994 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__$5579 + 0x000000003c0219a8 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003c0219bd 0x3 + .rodata.esp_sleep_config_gpio_isolate.str1.4 + 0x000000003c0219c0 0x51 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x000000003c021a11 0x3 + .rodata.esp_sleep_enable_gpio_switch.str1.4 + 0x000000003c021a14 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x000000003c021a6e 0x2 + .rodata.set_ocode_by_efuse.str1.4 + 0x000000003c021a70 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021aca 0x2 + .rodata.get_dig1v3_dbias_by_efuse.str1.4 + 0x000000003c021acc 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021b32 0x2 + .rodata.get_dig_dbias_by_efuse.str1.4 + 0x000000003c021b34 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021b7d 0x3 + .rodata.get_rtc_dbias_by_efuse.str1.4 + 0x000000003c021b80 0x6b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021beb 0x1 + .rodata.rtc_set_stored_dbias.str1.4 + 0x000000003c021bec 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021c33 0x1 + .rodata.calibrate_ocode.str1.4 + 0x000000003c021c34 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .rodata.rtc_init.str1.4 + 0x000000003c021c64 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021cab 0x1 + .rodata 0x000000003c021cac 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021cba 0x2 + .rodata.__func__$6669 + 0x000000003c021cbc 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021cd3 0x1 + .rodata.__func__$6662 + 0x000000003c021cd4 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021ceb 0x1 + .rodata.__func__$6691 + 0x000000003c021cec 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021d06 0x2 + .rodata.__func__$6638 + 0x000000003c021d08 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x000000003c021d1b 0x1 + .rodata.str1.4 + 0x000000003c021d1c 0x23 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + *fill* 0x000000003c021d3f 0x1 + .rodata.str1.4 + 0x000000003c021d40 0x32 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003c021d72 0x2 + .rodata.esp_timer_init.str1.4 + 0x000000003c021d74 0xa esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003c021d7e 0x2 + .rodata.__func__$5679 + 0x000000003c021d80 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003c021d8d 0x3 + .rodata.esp_timer_impl_init_system_time.str1.4 + 0x000000003c021d90 0x50 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .rodata.esp_timer_impl_init.str1.4 + 0x000000003c021de0 0x7d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + *fill* 0x000000003c021e5d 0x3 + .rodata.vPortTaskWrapper.str1.4 + 0x000000003c021e60 0x57 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003c021eb7 0x1 + .rodata.pxPortInitialiseStack.str1.4 + 0x000000003c021eb8 0x48 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.xPortEnterCriticalTimeout.str1.4 + 0x000000003c021f00 0x73 esp-idf/freertos/libfreertos.a(port.c.obj) + 0xb3 (size before relaxing) + *fill* 0x000000003c021f73 0x1 + .rodata.vPortExitCritical.str1.4 + 0x000000003c021f74 0x2c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationStackOverflowHook.str1.4 + 0x000000003c021fa0 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.esp_startup_start_app_other_cores.str1.4 + 0x000000003c021fdc 0x36 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x42 (size before relaxing) + *fill* 0x000000003c022012 0x2 + .rodata.esp_startup_start_app.str1.4 + 0x000000003c022014 0x36 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003c02204a 0x2 + .rodata.__func__$4502 + 0x000000003c02204c 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003c02205d 0x3 + .rodata.__func__$4489 + 0x000000003c022060 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003c022071 0x3 + .rodata.__func__$5561 + 0x000000003c022074 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003c02208a 0x6 + .rodata 0x000000003c022090 0x30 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003c022090 _xt_coproc_sa_offset + .rodata.main_task.str1.4 + 0x000000003c0220c0 0x99 esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003c022159 0x3 + .rodata.esp_startup_start_app_common.str1.4 + 0x000000003c02215c 0x44 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.vApplicationGetIdleTaskMemory.str1.4 + 0x000000003c0221a0 0x32 esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003c0221d2 0x2 + .rodata.__func__$5523 + 0x000000003c0221d4 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003c0221f2 0x2 + .rodata.__func__$5505 + 0x000000003c0221f4 0xa esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003c0221fe 0x2 + .rodata.__func__$5493 + 0x000000003c022200 0x1d esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003c02221d 0x3 + .rodata.vPortSetupTimer.str1.4 + 0x000000003c022220 0xb0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .rodata.__func__$5957 + 0x000000003c0222d0 0x10 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x000000003c0222e0 0x7f esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02235f 0x1 + .rodata.xQueueGenericReset.str1.4 + 0x000000003c022360 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x46 (size before relaxing) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x000000003c022368 0xdf esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c022447 0x1 + .rodata.xQueueGenericCreate.str1.4 + 0x000000003c022448 0x8e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0224d6 0x2 + .rodata.xQueueGenericSend.str1.4 + 0x000000003c0224d8 0x195 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02266d 0x3 + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x000000003c022670 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x000000003c022678 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0226f5 0x3 + .rodata.xQueueReceive.str1.4 + 0x000000003c0226f8 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02275e 0x2 + .rodata.xQueueSemaphoreTake.str1.4 + 0x000000003c022760 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02278d 0x3 + .rodata.xQueueReceiveFromISR.str1.4 + 0x000000003c022790 0x52 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0227e2 0x2 + .rodata.__func__$5692 + 0x000000003c0227e4 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0227f1 0x3 + .rodata.__func__$5658 + 0x000000003c0227f4 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c022809 0x3 + .rodata.__func__$5634 + 0x000000003c02280c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5612 + 0x000000003c022820 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c022832 0x2 + .rodata.__func__$5777 + 0x000000003c022834 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02284f 0x1 + .rodata.__func__$5591 + 0x000000003c022850 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c022862 0x2 + .rodata.__func__$5567 + 0x000000003c022864 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c02287d 0x3 + .rodata.__func__$5560 + 0x000000003c022880 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c022899 0x3 + .rodata.__func__$5520 + 0x000000003c02289c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5510 + 0x000000003c0228b0 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0228ca 0x2 + .rodata.__func__$4344 + 0x000000003c0228cc 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5501 + 0x000000003c0228e0 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003c0228f3 0x1 + .rodata.prvDeleteTLS.str1.4 + 0x000000003c0228f4 0x29 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c02291d 0x3 + .rodata.taskSelectHighestPriorityTaskSMP.str1.4 + 0x000000003c022920 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022939 0x3 + .rodata.prvDeleteTCB.str1.4 + 0x000000003c02293c 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c02296e 0x2 + .rodata.xTaskCreateStaticPinnedToCore.str1.4 + 0x000000003c022970 0x9d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022a0d 0x3 + .rodata.xTaskGetIdleTaskHandleForCPU.str1.4 + 0x000000003c022a10 0x36 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022a46 0x2 + .rodata.xTaskIncrementTick.str1.4 + 0x000000003c022a48 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022abe 0x2 + .rodata.vTaskPlaceOnEventList.str1.4 + 0x000000003c022ac0 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskRemoveFromEventList.str1.4 + 0x000000003c022acc 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022adb 0x1 + .rodata.vTaskSetTimeOutState.str1.4 + 0x000000003c022adc 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022ae6 0x2 + .rodata.xTaskCheckForTimeOut.str1.4 + 0x000000003c022ae8 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022af6 0x2 + .rodata.vTaskPrioritySet.str1.4 + 0x000000003c022af8 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022b13 0x1 + .rodata.vTaskDelete.str1.4 + 0x000000003c022b14 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022b45 0x3 + .rodata.xTaskResumeAll.str1.4 + 0x000000003c022b48 0x57 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022b9f 0x1 + .rodata.xTaskPriorityDisinherit.str1.4 + 0x000000003c022ba0 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022bdd 0x3 + .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 + 0x000000003c022be0 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.ulTaskGenericNotifyTake.str1.4 + 0x000000003c022c08 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022c1a 0x2 + .rodata.xTaskGenericNotify.str1.4 + 0x000000003c022c1c 0x97 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022cb3 0x1 + .rodata.prvTaskPriorityRaise.str1.4 + 0x000000003c022cb4 0x54 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskStartScheduler.str1.4 + 0x000000003c022d08 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022d22 0x2 + .rodata.__func__$6109 + 0x000000003c022d24 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022d39 0x3 + .rodata.__func__$6045 + 0x000000003c022d3c 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022d5a 0x2 + .rodata.__func__$5985 + 0x000000003c022d5c 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5966 + 0x000000003c022d74 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5957 + 0x000000003c022d98 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5832 + 0x000000003c022db0 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022dc5 0x3 + .rodata.__func__$5804 + 0x000000003c022dc8 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022de1 0x3 + .rodata.__func__$5783 + 0x000000003c022de4 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022dfa 0x2 + .rodata.__func__$5774 + 0x000000003c022dfc 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022e1d 0x3 + .rodata.ucExpectedStackBytes$5778 + 0x000000003c022e20 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5748 + 0x000000003c022e34 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022e47 0x1 + .rodata.__func__$5728 + 0x000000003c022e48 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022e65 0x3 + .rodata.__func__$5695 + 0x000000003c022e68 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022e76 0x2 + .rodata.__func__$5672 + 0x000000003c022e78 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022e87 0x1 + .rodata.__func__$5652 + 0x000000003c022e88 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5610 + 0x000000003c022e9c 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022ead 0x3 + .rodata.__func__$5578 + 0x000000003c022eb0 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022ebb 0x1 + .rodata.__func__$5920 + 0x000000003c022ebc 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022ec9 0x3 + .rodata.__func__$5924 + 0x000000003c022ecc 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022ed9 0x3 + .rodata.__func__$5562 + 0x000000003c022edc 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5498 + 0x000000003c022ee8 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003c022f06 0x2 + .rodata.str1.4 + 0x000000003c022f08 0x8d esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x91 (size before relaxing) + *fill* 0x000000003c022f95 0x3 + .rodata.esp_newlib_locks_init.str1.4 + 0x000000003c022f98 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.__func__$5318 + 0x000000003c023000 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003c023016 0x2 + .rodata.__func__$5286 + 0x000000003c023018 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003c02302b 0x1 + .rodata.__func__$5261 + 0x000000003c02302c 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003c023041 0x3 + .rodata.__func__$5241 + 0x000000003c023044 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003c023059 0x3 + .rodata.__func__$5232 + 0x000000003c02305c 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.app_main.str1.4 + 0x000000003c023068 0xe8 esp-idf/main/libmain.a(hello_world_main.c.obj) + 0xec (size before relaxing) + .rodata.DIG_DBIAS_HVT + 0x000000003c023150 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.V_DIG_DBIAS20 + 0x000000003c023154 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.V_RTC_DBIAS20 + 0x000000003c023158 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.K_DIG_LDO + 0x000000003c02315c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.K_RTC_LDO + 0x000000003c023160 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.OCODE 0x000000003c023164 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLK_VER_MAJOR + 0x000000003c023168 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLK_VER_MINOR + 0x000000003c02316c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.set_cnt_in_reg.str1.4 + 0x000000003c023170 0x62 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003c0231d2 0x2 + .rodata.write_reg.str1.4 + 0x000000003c0231d4 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x000000003c023258 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003c0232c1 0x3 + .rodata.__func__$3996 + 0x000000003c0232c4 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003c0232df 0x1 + .rodata.__func__$3900 + 0x000000003c0232e0 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003c0232fa 0x2 + .rodata.range_read_addr_blocks + 0x000000003c0232fc 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x000000003c0232fc range_read_addr_blocks + .rodata.str1.4 + 0x000000003c023354 0x42 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + *fill* 0x000000003c023396 0x2 + .rodata.esp_ipc_init.str1.4 + 0x000000003c023398 0x6 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000003c02339e 0x2 + .rodata.__func__$5472 + 0x000000003c0233a0 0x9 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + *fill* 0x000000003c0233a9 0x3 + .rodata.__func__$5485 + 0x000000003c0233ac 0xd esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + *fill* 0x000000003c0233b9 0x3 + .rodata.gpio_input_enable.str1.4 + 0x000000003c0233bc 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c0233fa 0x2 + .rodata.gpio_sleep_output_enable.str1.4 + 0x000000003c0233fc 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c023417 0x1 + .rodata.gpio_set_pull_mode.str1.4 + 0x000000003c023418 0x5d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c023475 0x3 + .rodata.__FUNCTION__$8069 + 0x000000003c023478 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c02348b 0x1 + .rodata.__FUNCTION__$8065 + 0x000000003c02348c 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c02349e 0x2 + .rodata.__FUNCTION__$8019 + 0x000000003c0234a0 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c0234b6 0x2 + .rodata.__FUNCTION__$8027 + 0x000000003c0234b8 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$8015 + 0x000000003c0234d0 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c0234e5 0x3 + .rodata.__FUNCTION__$8023 + 0x000000003c0234e8 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c0234ff 0x1 + .rodata.__FUNCTION__$8054 + 0x000000003c023500 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c023519 0x3 + .rodata.__FUNCTION__$8039 + 0x000000003c02351c 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c023536 0x2 + .rodata.__FUNCTION__$8043 + 0x000000003c023538 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c023551 0x3 + .rodata.__FUNCTION__$8031 + 0x000000003c023554 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c02356d 0x3 + .rodata.__FUNCTION__$8035 + 0x000000003c023570 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$8048 + 0x000000003c023588 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003c0235a1 0x3 + .rodata.periph_module_enable.str1.4 + 0x000000003c0235a4 0x41 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x000000003c0235e5 0x3 + .rodata.__func__$5051 + 0x000000003c0235e8 0x15 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x000000003c0235fd 0x3 + .rodata.uart_reenable_intr_mask.str1.4 + 0x000000003c023600 0x36 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c023636 0x2 + .rodata.uart_set_word_length.str1.4 + 0x000000003c023638 0x2e esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c023666 0x2 + .rodata.uart_set_stop_bits.str1.4 + 0x000000003c023668 0x2e esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c023696 0x2 + .rodata.uart_pattern_pop_pos.str1.4 + 0x000000003c023698 0x31 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0236c9 0x3 + .rodata.uart_flush_input.str1.4 + 0x000000003c0236cc 0x2d esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0236f9 0x3 + .rodata.__FUNCTION__$8202 + 0x000000003c0236fc 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c02370d 0x3 + .rodata.__FUNCTION__$8191 + 0x000000003c023710 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c02372b 0x1 + .rodata.__FUNCTION__$7946 + 0x000000003c02372c 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8126 + 0x000000003c023744 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c023756 0x2 + .rodata.__FUNCTION__$7907 + 0x000000003c023758 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c02376a 0x2 + .rodata.__FUNCTION__$7902 + 0x000000003c02376c 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c02377e 0x2 + .rodata.__FUNCTION__$7897 + 0x000000003c023780 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7892 + 0x000000003c023790 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7887 + 0x000000003c0237a0 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0237b3 0x1 + .rodata.__FUNCTION__$7882 + 0x000000003c0237b4 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0237c7 0x1 + .rodata.__FUNCTION__$7877 + 0x000000003c0237c8 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0237dd 0x3 + .rodata.__FUNCTION__$7872 + 0x000000003c0237e0 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003c0237f5 0x3 + .rodata.str1.4 + 0x000000003c0237f8 0x6f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003c023867 0x1 + .rodata.__func__$4561 + 0x000000003c023868 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003c023883 0x1 + .rodata.__func__$4539 + 0x000000003c023884 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.spi_flash_init_lock.str1.4 + 0x000000003c0238ac 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.str1.4 + 0x000000003c0238f0 0x1a0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.__func__$6266 + 0x000000003c023a90 0x31 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003c023ac1 0x3 + .rodata.__func__$6253 + 0x000000003c023ac4 0x32 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003c023af6 0x2 + .rodata.__func__$6236 + 0x000000003c023af8 0x14 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.str1.4 + 0x000000003c023b0c 0xca esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003c023bd6 0x2 + .rodata.__func__$6334 + 0x000000003c023bd8 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003c023be9 0x3 + .rodata.__func__$6325 + 0x000000003c023bec 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003c023c01 0x3 + .rodata.esp_mspi_get_io.str1.4 + 0x000000003c023c04 0x3e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000003c023c42 0x2 + .rodata.__func__$8856 + 0x000000003c023c44 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.s_mspi_io_num_default + 0x000000003c023c54 0xb esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000003c023c5f 0x1 + .rodata.str1.4 + 0x000000003c023c60 0x235 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003c023e95 0x3 + .rodata.esp_flash_read_unique_chip_id.str1.4 + 0x000000003c023e98 0x91 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003c023f29 0x3 + .rodata.io_mode_str + 0x000000003c023f2c 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.TAG 0x000000003c023fe0 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003c023fea 0x2 + .rodata.esp_flash_init_default_chip.str1.4 + 0x000000003c023fec 0xfb esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + *fill* 0x000000003c0240e7 0x1 + .rodata.TAG 0x000000003c0240e8 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + *fill* 0x000000003c0240f2 0x2 + .rodata.str1.4 + 0x000000003c0240f4 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000003c02413a 0x2 + .rodata.__func__$7578 + 0x000000003c02413c 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000003c024156 0x2 + .rodata.load_partitions.str1.4 + 0x000000003c024158 0x78 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.ensure_partitions_loaded.str1.4 + 0x000000003c0241d0 0x35 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003c024205 0x3 + .rodata.esp_partition_next.str1.4 + 0x000000003c024208 0x2a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003c024232 0x2 + .rodata.esp_partition_get.str1.4 + 0x000000003c024234 0x11 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003c024245 0x3 + .rodata.__func__$4520 + 0x000000003c024248 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003c02425a 0x2 + .rodata.__func__$4471 + 0x000000003c02425c 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003c02426f 0x1 + .rodata.str1.4 + 0x000000003c024270 0x47 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003c0242b7 0x1 + .rodata.esp_crosscore_int_init.str1.4 + 0x000000003c0242b8 0x2e esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003c0242e6 0x2 + .rodata.__func__$4982 + 0x000000003c0242e8 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003c0242ff 0x1 + .rodata.__func__$4977 + 0x000000003c024300 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003c024317 0x1 + .rodata.task_wdt_isr.str1.4 + 0x000000003c024318 0x16e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003c024486 0x2 + .rodata.esp_task_wdt_init.str1.4 + 0x000000003c024488 0x85 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003c02450d 0x3 + .rodata.esp_task_wdt_add.str1.4 + 0x000000003c024510 0x39 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003c024549 0x3 + .rodata.__func__$7615 + 0x000000003c02454c 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003c02455d 0x3 + .rodata.__func__$7598 + 0x000000003c024560 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003c024572 0x2 + .rodata.spi_flash_gpspi_clk_cfg_reg + 0x000000003c024574 0x38 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.spi_flash_clk_cfg_reg + 0x000000003c0245ac 0x38 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.interrupt_descriptor_table + 0x000000003c0245e4 0x200 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .rodata.GPIO_PIN_MUX_REG + 0x000000003c0247e4 0xc4 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x000000003c0247e4 GPIO_PIN_MUX_REG + .rodata.esp_unknown_msg + 0x000000003c0248a8 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003c0248ae 0x2 + .rodata.str1.4 + 0x000000003c0248b0 0x1759 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003c026009 0x3 + .rodata.esp_err_msg_table + 0x000000003c02600c 0x6a0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.prvReturnItemByteBuf.str1.4 + 0x000000003c0266ac 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c02672b 0x1 + .rodata.prvGetFreeSize.str1.4 + 0x000000003c02672c 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c02674b 0x1 + .rodata.prvReceiveGeneric.str1.4 + 0x000000003c02674c 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c026781 0x3 + .rodata.xRingbufferSendAcquire.str1.4 + 0x000000003c026784 0x95 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c026819 0x3 + .rodata.xRingbufferSendComplete.str1.4 + 0x000000003c02681c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c026832 0x2 + .rodata.xRingbufferSend.str1.4 + 0x000000003c026834 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5936 + 0x000000003c02685c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c026872 0x2 + .rodata.__func__$5787 + 0x000000003c026874 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c026886 0x2 + .rodata.__func__$5874 + 0x000000003c026888 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c02689b 0x1 + .rodata.__func__$5850 + 0x000000003c02689c 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5668 + 0x000000003c0268ac 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003c0268bb 0x1 + .rodata.g_spi_lock_main_flash_dev + 0x000000003c0268bc 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x000000003c0268bc g_spi_lock_main_flash_dev + .rodata.esp_ota_get_running_partition.str1.4 + 0x000000003c0268c0 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003c02691f 0x1 + .rodata.__func__$5041 + 0x000000003c026920 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003c02693e 0x2 + .rodata 0x000000003c026940 0x20 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + 0x000000003c026940 Xthal_intlevel + .rodata 0x000000003c026960 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + 0x000000003c026960 __sf_fake_stderr + 0x000000003c026980 __sf_fake_stdout + 0x000000003c0269a0 __sf_fake_stdin + .rodata.str1.1 + 0x000000003c0269c0 0x2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + *fill* 0x000000003c0269c2 0x2 + .rodata 0x000000003c0269c4 0x2bc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .rodata.str1.1 + 0x000000003c026c80 0x34 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .rodata 0x000000003c026cb4 0x2bc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .rodata.str1.1 + 0x000000003c026f70 0x34 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .rodata.str1.1 + 0x000000003c026f70 0x8d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0x8f (size before relaxing) + .rodata.str1.1 + 0x000000003c026ffd 0x59 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x81 (size before relaxing) + *fill* 0x000000003c027056 0x2 + .rodata 0x000000003c027058 0x128 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x000000003c027068 __mprec_tinytens + 0x000000003c027090 __mprec_bigtens + 0x000000003c0270b8 __mprec_tens + .rodata 0x000000003c027180 0x494 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x000000003c02743c __action_table + 0x000000003c0274a8 __state_table + 0x000000003c027514 __chclass + .rodata.str1.1 + 0x000000003c027614 0x22 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .rodata 0x000000003c027614 0x2bc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .rodata.str1.1 + 0x000000003c0278d0 0x22 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .rodata 0x000000003c0278d0 0x101 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + 0x000000003c0278d0 _ctype_ + .rodata.str1.1 + 0x000000003c0279d1 0xa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0xb (size before relaxing) + *fill* 0x000000003c0279db 0x1 + .rodata 0x000000003c0279dc 0x16c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000003c0279dc __default_global_locale + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + 0x000000003c027b48 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + 0x000000003c027b48 . = ((. + 0x3) & 0xfffffffffffffffc) + 0x000000003c027b48 __eh_frame = ABSOLUTE (.) + *(.eh_frame) + .eh_frame 0x000000003c027b48 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .eh_frame 0x000000003c027b48 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .eh_frame 0x000000003c027b70 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .eh_frame 0x000000003c027b98 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x000000003c027bc0 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .eh_frame 0x000000003c027be8 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + 0x000000003c027bf0 . = ((. + 0x7) & 0xfffffffffffffffc) + *fill* 0x000000003c027bec 0x4 + 0x000000003c027bf0 __init_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .ctors SORT_BY_NAME(.ctors.*)) + .ctors 0x000000003c027bf0 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .ctors 0x000000003c027bf4 0x4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x000000003c027bf8 __init_array_end = ABSOLUTE (.) + *crtbegin.*(.dtors) + .dtors 0x000000003c027bf8 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + *(EXCLUDE_FILE(*crtend.*) .dtors) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + .dtors 0x000000003c027bfc 0x4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + 0x000000003c027bfc __DTOR_END__ + 0x000000003c027c00 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003c027c00 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003c027c00 soc_reserved_memory_region_start = ABSOLUTE (.) + *(.reserved_memory_address) + .reserved_memory_address + 0x000000003c027c00 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003c027c18 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x000000003c027c18 _rodata_end = ABSOLUTE (.) + 0x000000003c027c18 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003c027c18 _lit4_end = ABSOLUTE (.) + 0x000000003c027c18 . = ALIGN (0x4) + 0x000000003c027c18 _thread_local_start = ABSOLUTE (.) + *(.tdata) + *(.tdata.*) + *(.tbss) + *(.tbss.*) + 0x000000003c027c18 _thread_local_end = ABSOLUTE (.) + 0x000000003c027c18 _rodata_reserved_end = ABSOLUTE (.) + 0x000000003c027c18 . = ALIGN (0x4) + 0x0000000000000010 _flash_rodata_align = ALIGNOF (.flash.rodata) + +.flash.rodata_noload + 0x000000003c027c18 0x0 + 0x000000003c027c18 . = ALIGN (0x4) + *(.rodata_wlog_debug .rodata_wlog_debug.*) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + +.iram0.text_end + 0x00000000403851db 0x0 + 0x00000000403851db . = (. + _esp_memprot_prefetch_pad_size) + 0x00000000403851db . = ALIGN (_esp_memprot_align_size) + *(.iram_end_test) + 0x00000000403851db _iram_text_end = ABSOLUTE (.) + +.iram0.data 0x00000000403851db 0x1 + 0x00000000403851dc . = ALIGN (0x4) + *fill* 0x00000000403851db 0x1 + 0x00000000403851dc _iram_data_start = ABSOLUTE (.) + *(.iram.data .iram.data.*) + 0x00000000403851dc _coredump_iram_start = ABSOLUTE (.) + *(.iram2.coredump .iram2.coredump.*) + 0x00000000403851dc _coredump_iram_end = ABSOLUTE (.) + 0x00000000403851dc _iram_data_end = ABSOLUTE (.) + +.iram0.bss 0x00000000403851dc 0x0 + 0x00000000403851dc . = ALIGN (0x4) + 0x00000000403851dc _iram_bss_start = ABSOLUTE (.) + *(.iram.bss .iram.bss.*) + 0x00000000403851dc _iram_bss_end = ABSOLUTE (.) + 0x00000000403851dc . = ALIGN (0x4) + 0x00000000403851dc _iram_end = ABSOLUTE (.) + +.dram0.heap_start + 0x000000003fc98540 0x0 + 0x000000003fc98540 . = ALIGN (0x8) + 0x000000003fc98540 _heap_start = ABSOLUTE (.) + +.xt.prop 0x0000000000000000 0x1f1a0 + *(.xt.prop .gnu.linkonce.prop.*) + .xt.prop 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + 0x24 (size before relaxing) + .xt.prop 0x0000000000000000 0x30 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + .xt.prop 0x0000000000000030 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + 0x15c (size before relaxing) + .xt.prop 0x000000000000003c 0x144 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xt.prop 0x0000000000000180 0xc0 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xf6c (size before relaxing) + .xt.prop 0x0000000000000240 0x144 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x390 (size before relaxing) + .xt.prop 0x0000000000000384 0x24 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x354 (size before relaxing) + .xt.prop 0x00000000000003a8 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x360 (size before relaxing) + .xt.prop 0x00000000000003a8 0x24 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x00000000000003cc 0x24 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x3c0 (size before relaxing) + .xt.prop 0x00000000000003f0 0x204 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.prop 0x00000000000005f4 0x78 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xt.prop 0x000000000000066c 0x18c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x00000000000007f8 0xa8 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xt.prop 0x00000000000008a0 0xc0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xt.prop 0x0000000000000960 0x108 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x240 (size before relaxing) + .xt.prop 0x0000000000000a68 0x264 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x2c4 (size before relaxing) + .xt.prop 0x0000000000000ccc 0x2b8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2dc (size before relaxing) + .xt.prop 0x0000000000000f84 0x3c esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x6c (size before relaxing) + .xt.prop 0x0000000000000fc0 0x54 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x0000000000001014 0xc0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0xcc (size before relaxing) + .xt.prop 0x00000000000010d4 0x3f0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xt.prop 0x00000000000014c4 0x384 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x39c (size before relaxing) + .xt.prop 0x0000000000001848 0x24 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x30 (size before relaxing) + .xt.prop 0x000000000000186c 0x21c esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x378 (size before relaxing) + .xt.prop 0x0000000000001a88 0x3a8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3d8 (size before relaxing) + .xt.prop 0x0000000000001e30 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x0000000000001e60 0x90 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.prop 0x0000000000001ef0 0x360 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x3f0 (size before relaxing) + .xt.prop 0x0000000000002250 0x60 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x180 (size before relaxing) + .xt.prop 0x00000000000022b0 0x78 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x0000000000002328 0x60 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x0000000000002388 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x00000000000023b8 0xa14 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x219c (size before relaxing) + .xt.prop 0x0000000000002dcc 0x2a0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x33c (size before relaxing) + .xt.prop 0x000000000000306c 0x5a0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x774 (size before relaxing) + .xt.prop 0x000000000000360c 0x13bc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1674 (size before relaxing) + .xt.prop 0x00000000000049c8 0x204 esp-idf/log/liblog.a(log.c.obj) + 0x360 (size before relaxing) + .xt.prop 0x0000000000004bcc 0x12c esp-idf/log/liblog.a(log_freertos.c.obj) + 0x264 (size before relaxing) + .xt.prop 0x0000000000004cf8 0x630 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xd8c (size before relaxing) + .xt.prop 0x0000000000005328 0x234 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c0 (size before relaxing) + .xt.prop 0x000000000000555c 0x2b8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x63c (size before relaxing) + .xt.prop 0x0000000000005814 0x8d0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xd5c (size before relaxing) + .xt.prop 0x00000000000060e4 0x204 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xt.prop 0x00000000000062e8 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x54 (size before relaxing) + .xt.prop 0x0000000000006318 0x114 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x1d4 (size before relaxing) + .xt.prop 0x000000000000642c 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x27c (size before relaxing) + .xt.prop 0x0000000000006564 0xb88 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xdd4 (size before relaxing) + .xt.prop 0x00000000000070ec 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x1d4 (size before relaxing) + .xt.prop 0x00000000000071dc 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x2b8 (size before relaxing) + .xt.prop 0x0000000000007308 0x7bc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xa44 (size before relaxing) + .xt.prop 0x0000000000007ac4 0x408 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x480 (size before relaxing) + .xt.prop 0x0000000000007ecc 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x2e8 (size before relaxing) + .xt.prop 0x0000000000007f2c 0x240 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x39c (size before relaxing) + .xt.prop 0x000000000000816c 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .xt.prop 0x0000000000008190 0xfc esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x180 (size before relaxing) + .xt.prop 0x000000000000828c 0x54 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xt.prop 0x00000000000082e0 0x378 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x948 (size before relaxing) + .xt.prop 0x0000000000008658 0x9c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0xc0 (size before relaxing) + .xt.prop 0x00000000000086f4 0x198 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x3a8 (size before relaxing) + .xt.prop 0x000000000000888c 0x408 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x57c (size before relaxing) + .xt.prop 0x0000000000008c94 0x12c esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.prop 0x0000000000008dc0 0x108 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.prop 0x0000000000008ec8 0x420 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4e0 (size before relaxing) + .xt.prop 0x00000000000092e8 0x240 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x2ac (size before relaxing) + .xt.prop 0x0000000000009528 0x12c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x138 (size before relaxing) + .xt.prop 0x0000000000009654 0xa44 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1200 (size before relaxing) + .xt.prop 0x000000000000a098 0x15b4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x282c (size before relaxing) + .xt.prop 0x000000000000b64c 0xc esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .xt.prop 0x000000000000b658 0x6c esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x78 (size before relaxing) + .xt.prop 0x000000000000b6c4 0xf0 esp-idf/freertos/libfreertos.a(list.c.obj) + .xt.prop 0x000000000000b7b4 0x3c esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.prop 0x000000000000b7f0 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x9c (size before relaxing) + .xt.prop 0x000000000000b868 0x174 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x30c (size before relaxing) + .xt.prop 0x000000000000b9dc 0x534 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x63c (size before relaxing) + .xt.prop 0x000000000000bf10 0x48 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x000000000000bf58 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x000000000000bf88 0x6c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x78 (size before relaxing) + .xt.prop 0x000000000000bff4 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x21c (size before relaxing) + .xt.prop 0x000000000000c054 0x258 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4e0 (size before relaxing) + .xt.prop 0x000000000000c2ac 0x144 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1a4 (size before relaxing) + .xt.prop 0x000000000000c3f0 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x270 (size before relaxing) + .xt.prop 0x000000000000c414 0x84 esp-idf/main/libmain.a(hello_world_main.c.obj) + .xt.prop 0x000000000000c498 0xc0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0xc90 (size before relaxing) + .xt.prop 0x000000000000c558 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x5e8 (size before relaxing) + .xt.prop 0x000000000000c648 0x384 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x7e0 (size before relaxing) + .xt.prop 0x000000000000c9cc 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x384 (size before relaxing) + .xt.prop 0x000000000000c9fc 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + 0x9cc (size before relaxing) + .xt.prop 0x000000000000c9fc 0x1d4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x1ec (size before relaxing) + .xt.prop 0x000000000000cbd0 0x84 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x378 (size before relaxing) + .xt.prop 0x000000000000cc54 0x48 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .xt.prop 0x000000000000cc9c 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + 0x24 (size before relaxing) + .xt.prop 0x000000000000cc9c 0x4c8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x153c (size before relaxing) + .xt.prop 0x000000000000d164 0xa38 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x17a0 (size before relaxing) + .xt.prop 0x000000000000db9c 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x9d8 (size before relaxing) + .xt.prop 0x000000000000db9c 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x1a4 (size before relaxing) + .xt.prop 0x000000000000db9c 0x684 esp-idf/driver/libdriver.a(uart.c.obj) + 0x23d0 (size before relaxing) + .xt.prop 0x000000000000e220 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x93c (size before relaxing) + .xt.prop 0x000000000000e220 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + 0x618 (size before relaxing) + .xt.prop 0x000000000000e220 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + 0xcb4 (size before relaxing) + .xt.prop 0x000000000000e220 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + 0x2f4 (size before relaxing) + .xt.prop 0x000000000000e220 0x24 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x684 (size before relaxing) + .xt.prop 0x000000000000e244 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0xb4 (size before relaxing) + .xt.prop 0x000000000000e244 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.prop 0x000000000000e274 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + 0x150 (size before relaxing) + .xt.prop 0x000000000000e2a4 0x168 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x66c (size before relaxing) + .xt.prop 0x000000000000e40c 0x174 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x21c (size before relaxing) + .xt.prop 0x000000000000e580 0x2b8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4ec (size before relaxing) + .xt.prop 0x000000000000e838 0x570 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x6d8 (size before relaxing) + .xt.prop 0x000000000000eda8 0x210 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x39c (size before relaxing) + .xt.prop 0x000000000000efb8 0x45c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x1230 (size before relaxing) + .xt.prop 0x000000000000f414 0xcc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x2a0 (size before relaxing) + .xt.prop 0x000000000000f4e0 0x2a0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4c8 (size before relaxing) + .xt.prop 0x000000000000f780 0x84 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x000000000000f804 0x42c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xb10 (size before relaxing) + .xt.prop 0x000000000000fc30 0xfc esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x1f8 (size before relaxing) + .xt.prop 0x000000000000fd2c 0x3cc esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x45c (size before relaxing) + .xt.prop 0x00000000000100f8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .xt.prop 0x0000000000010110 0xab0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xb28 (size before relaxing) + .xt.prop 0x0000000000010bc0 0xfc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x108 (size before relaxing) + .xt.prop 0x0000000000010cbc 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .xt.prop 0x0000000000010d4c 0x120 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x138 (size before relaxing) + .xt.prop 0x0000000000010e6c 0x2b8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x300 (size before relaxing) + .xt.prop 0x0000000000011124 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x9c (size before relaxing) + .xt.prop 0x00000000000111b4 0x48c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x4a4 (size before relaxing) + .xt.prop 0x0000000000011640 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x9c (size before relaxing) + .xt.prop 0x00000000000116d0 0x33c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x36c (size before relaxing) + .xt.prop 0x0000000000011a0c 0x60 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x0000000000011a6c 0x168 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x1b0 (size before relaxing) + .xt.prop 0x0000000000011bd4 0x3f0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x5ac (size before relaxing) + .xt.prop 0x0000000000011fc4 0x24 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x30 (size before relaxing) + .xt.prop 0x0000000000011fe8 0x48 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .xt.prop 0x0000000000012030 0x84 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xt.prop 0x00000000000120b4 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 0x1a4 (size before relaxing) + .xt.prop 0x00000000000120b4 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x00000000000120b4 0x1b0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x6c0 (size before relaxing) + .xt.prop 0x0000000000012264 0x228 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x2c4 (size before relaxing) + .xt.prop 0x000000000001248c 0x504 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x57c (size before relaxing) + .xt.prop 0x0000000000012990 0x120 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x0000000000012ab0 0x6c esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x0000000000012b1c 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + 0xa2c (size before relaxing) + .xt.prop 0x0000000000012b1c 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + 0x48 (size before relaxing) + .xt.prop 0x0000000000012b1c 0x2b8 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x2c4 (size before relaxing) + .xt.prop 0x0000000000012dd4 0x42c esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x4bc (size before relaxing) + .xt.prop 0x0000000000013200 0x3c esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xt.prop 0x000000000001323c 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x000000000001323c 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x000000000001323c 0xc esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x18 (size before relaxing) + .xt.prop 0x0000000000013248 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x18 (size before relaxing) + .xt.prop 0x0000000000013248 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x0000000000013248 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x0000000000013248 0x78 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0xe4 (size before relaxing) + .xt.prop 0x00000000000132c0 0x39c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1794 (size before relaxing) + .xt.prop 0x000000000001365c 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + 0x234 (size before relaxing) + .xt.prop 0x000000000001365c 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + 0xf60 (size before relaxing) + .xt.prop 0x000000000001365c 0xc esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x75c (size before relaxing) + .xt.prop 0x0000000000013668 0x84 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0xe34 (size before relaxing) + .xt.prop 0x00000000000136ec 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x3b4 (size before relaxing) + .xt.prop 0x00000000000136ec 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x2dc (size before relaxing) + .xt.prop 0x00000000000136ec 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x7d4 (size before relaxing) + .xt.prop 0x00000000000136ec 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x924 (size before relaxing) + .xt.prop 0x00000000000136ec 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x00000000000136ec 0x54 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x2a0 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + 0x48 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x33c (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x3b4 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x2a0 (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + 0x3c (size before relaxing) + .xt.prop 0x0000000000013740 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + 0x198 (size before relaxing) + .xt.prop 0x0000000000013740 0xe4 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + 0xf0 (size before relaxing) + .xt.prop 0x0000000000013824 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + 0x24 (size before relaxing) + .xt.prop 0x0000000000013824 0xc /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + .xt.prop 0x0000000000013830 0x24 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + .xt.prop 0x0000000000013854 0x24 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + 0x1bc (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + 0x15c (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + 0x1a4 (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + 0x15c (size before relaxing) + .xt.prop 0x0000000000013878 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000013878 0x24 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000001389c 0x21c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .xt.prop 0x0000000000013ab8 0x210 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .xt.prop 0x0000000000013cc8 0x9c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .xt.prop 0x0000000000013d64 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000013d64 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + 0x9c (size before relaxing) + .xt.prop 0x0000000000013d64 0x3c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000013da0 0x2a0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .xt.prop 0x0000000000014040 0x138 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x144 (size before relaxing) + .xt.prop 0x0000000000014178 0x204 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .xt.prop 0x000000000001437c 0xb4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .xt.prop 0x0000000000014430 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + 0xc0 (size before relaxing) + .xt.prop 0x0000000000014430 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + 0x78 (size before relaxing) + .xt.prop 0x0000000000014430 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + 0x234 (size before relaxing) + .xt.prop 0x0000000000014430 0x114 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + 0x84 (size before relaxing) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + 0x15c (size before relaxing) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + 0x6c (size before relaxing) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + 0xd8 (size before relaxing) + .xt.prop 0x0000000000014544 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + 0xc (size before relaxing) + .xt.prop 0x0000000000014544 0x54 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x60 (size before relaxing) + .xt.prop 0x0000000000014598 0x9c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .xt.prop 0x0000000000014634 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + 0x3c0 (size before relaxing) + .xt.prop 0x0000000000014634 0x108 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x114 (size before relaxing) + .xt.prop 0x000000000001473c 0x144 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .xt.prop 0x0000000000014880 0xb4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0xc0 (size before relaxing) + .xt.prop 0x0000000000014934 0xcc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + 0x120 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + 0x114 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + 0x90 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + 0x3c (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + 0xa8 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + 0x78 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + 0xc0 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + 0x3c (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + 0x1a4 (size before relaxing) + .xt.prop 0x0000000000014a00 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + 0x78 (size before relaxing) + .xt.prop 0x0000000000014a00 0x27f0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x2820 (size before relaxing) + .xt.prop 0x00000000000171f0 0x30 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + 0xe4 (size before relaxing) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + 0x48 (size before relaxing) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + 0x228 (size before relaxing) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + 0xc (size before relaxing) + .xt.prop 0x0000000000017220 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + 0x84 (size before relaxing) + .xt.prop 0x0000000000017220 0x28ec /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x291c (size before relaxing) + .xt.prop 0x0000000000019b0c 0x54 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x60 (size before relaxing) + .xt.prop 0x0000000000019b60 0xe4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + 0xf0 (size before relaxing) + .xt.prop 0x0000000000019c44 0x84c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .xt.prop 0x000000000001a490 0xfc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + 0x108 (size before relaxing) + .xt.prop 0x000000000001a58c 0xb4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0xc0 (size before relaxing) + .xt.prop 0x000000000001a640 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + 0xcc (size before relaxing) + .xt.prop 0x000000000001a640 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + 0x3c (size before relaxing) + .xt.prop 0x000000000001a640 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + 0x90 (size before relaxing) + .xt.prop 0x000000000001a640 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .xt.prop 0x000000000001a6a0 0x72c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x738 (size before relaxing) + .xt.prop 0x000000000001adcc 0x48 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .xt.prop 0x000000000001ae14 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000001ae14 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + 0x81c (size before relaxing) + .xt.prop 0x000000000001ae14 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + 0x198 (size before relaxing) + .xt.prop 0x000000000001ae14 0x2124 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x2154 (size before relaxing) + .xt.prop 0x000000000001cf38 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + 0x1d7c (size before relaxing) + .xt.prop 0x000000000001cf38 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + 0x24 (size before relaxing) + .xt.prop 0x000000000001cf38 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + 0x198 (size before relaxing) + .xt.prop 0x000000000001cf38 0x2190 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0x21c0 (size before relaxing) + .xt.prop 0x000000000001f0c8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000001f0c8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000001f0c8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + 0x3c (size before relaxing) + .xt.prop 0x000000000001f0c8 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x78 (size before relaxing) + .xt.prop 0x000000000001f0e0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + 0x6c (size before relaxing) + .xt.prop 0x000000000001f0e0 0x54 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000001f134 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + 0xcc (size before relaxing) + .xt.prop 0x000000000001f134 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + 0x1bc (size before relaxing) + .xt.prop 0x000000000001f134 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + 0x1bc (size before relaxing) + .xt.prop 0x000000000001f134 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + 0x1bc (size before relaxing) + .xt.prop 0x000000000001f134 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + 0x6c (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + 0x420 (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + 0x228 (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + 0x264 (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + 0x288 (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + 0x6c (size before relaxing) + .xt.prop 0x000000000001f194 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + 0x54 (size before relaxing) + .xt.prop 0x000000000001f194 0xc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + 0x84 (size before relaxing) + .xt.prop 0x000000000001f1a0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + 0x30 (size before relaxing) + +.xt.lit 0x0000000000000000 0xdf0 + *(.xt.lit .gnu.linkonce.p.*) + .xt.lit 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + 0x8 (size before relaxing) + .xt.lit 0x0000000000000000 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + 0x18 (size before relaxing) + .xt.lit 0x0000000000000000 0x18 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xt.lit 0x0000000000000018 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xe8 (size before relaxing) + .xt.lit 0x0000000000000028 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000000038 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.lit 0x0000000000000060 0x8 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xt.lit 0x0000000000000068 0x18 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000080 0x10 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xt.lit 0x0000000000000090 0x18 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xt.lit 0x00000000000000a8 0x10 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000000b8 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000000e8 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000000110 0x8 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000118 0x8 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .xt.lit 0x0000000000000120 0x10 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000130 0x38 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xt.lit 0x0000000000000168 0x18 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000180 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000180 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x00000000000001a0 0x38 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x00000000000001d8 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000001e0 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.lit 0x00000000000001e8 0x10 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000001f8 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x00000000000001f8 0x8 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000200 0x8 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000208 0x8 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000210 0x38 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1a8 (size before relaxing) + .xt.lit 0x0000000000000248 0x18 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000000260 0x40 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0xb0 (size before relaxing) + .xt.lit 0x00000000000002a0 0x68 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xf8 (size before relaxing) + .xt.lit 0x0000000000000308 0x20 esp-idf/log/liblog.a(log.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000328 0x10 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000338 0x60 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x100 (size before relaxing) + .xt.lit 0x0000000000000398 0x18 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000003b0 0x20 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000003d0 0x40 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000000410 0x20 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xt.lit 0x0000000000000430 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000448 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000460 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xb0 (size before relaxing) + .xt.lit 0x00000000000004c8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000004d8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000004f0 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x110 (size before relaxing) + .xt.lit 0x0000000000000560 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000000598 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000005a0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000005b8 0x18 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000005d0 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x0000000000000600 0x10 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xt.lit 0x0000000000000610 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000630 0x40 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x90 (size before relaxing) + .xt.lit 0x0000000000000670 0x8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.lit 0x0000000000000678 0x8 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.lit 0x0000000000000680 0x8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000688 0x20 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000006a8 0x10 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000006b8 0x58 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x130 (size before relaxing) + .xt.lit 0x0000000000000710 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2b0 (size before relaxing) + .xt.lit 0x00000000000007f0 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x8 (size before relaxing) + .xt.lit 0x00000000000007f0 0x8 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.lit 0x00000000000007f8 0x8 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000800 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000808 0x40 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xc0 (size before relaxing) + .xt.lit 0x0000000000000848 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000848 0x8 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000850 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000858 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000858 0x18 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000870 0x10 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000880 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000880 0x8 esp-idf/main/libmain.a(hello_world_main.c.obj) + .xt.lit 0x0000000000000888 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000000890 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000008a8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000008a8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + 0xc0 (size before relaxing) + .xt.lit 0x00000000000008a8 0x18 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000008c0 0x10 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000008d0 0x8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .xt.lit 0x00000000000008d8 0x60 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x198 (size before relaxing) + .xt.lit 0x0000000000000938 0x18 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000000950 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000000950 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000950 0x70 esp-idf/driver/libdriver.a(uart.c.obj) + 0x238 (size before relaxing) + .xt.lit 0x00000000000009c0 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x00000000000009c0 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x00000000000009c0 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + 0xb8 (size before relaxing) + .xt.lit 0x00000000000009c0 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000009c0 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000009c0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.lit 0x00000000000009c8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000009d0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000009e8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000009f0 0x48 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000000a38 0x40 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000a78 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000a88 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x100 (size before relaxing) + .xt.lit 0x0000000000000ac0 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000ac8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000000af0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000af8 0x28 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x0000000000000b20 0x10 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000b30 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000b60 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000000b98 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000ba8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000bb0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000bb8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000bb8 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000c00 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000c00 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000c28 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000c38 0x18 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000c50 0x28 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000c78 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000c78 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .xt.lit 0x0000000000000c80 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000c80 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000c80 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000000c88 0x10 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000c98 0x20 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000000cb8 0x20 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000cd8 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000cd8 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000000cd8 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000cd8 0x18 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000cf0 0x28 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000d18 0x8 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xt.lit 0x0000000000000d20 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000d28 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x130 (size before relaxing) + .xt.lit 0x0000000000000d50 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000d50 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x0000000000000d50 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000d50 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x0000000000000d58 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000000d58 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000d58 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000d58 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000000d58 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d58 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d60 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .xt.lit 0x0000000000000d68 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .xt.lit 0x0000000000000d70 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .xt.lit 0x0000000000000d78 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d78 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d78 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d78 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .xt.lit 0x0000000000000d80 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d80 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .xt.lit 0x0000000000000d88 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d88 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d88 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d88 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .xt.lit 0x0000000000000d90 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d90 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .xt.lit 0x0000000000000d98 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000d98 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .xt.lit 0x0000000000000da0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da0 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000da8 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .xt.lit 0x0000000000000db0 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .xt.lit 0x0000000000000db8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000db8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000db8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000db8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000db8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000db8 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .xt.lit 0x0000000000000dc0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc0 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .xt.lit 0x0000000000000dc8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000dc8 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .xt.lit 0x0000000000000dd0 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .xt.lit 0x0000000000000dd8 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .xt.lit 0x0000000000000de0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000de0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000de0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000de0 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .xt.lit 0x0000000000000de8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000de8 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000de8 0x8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000df0 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + 0x10 (size before relaxing) + 0x0000000000000001 ASSERT (((_iram_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) + 0x0000000000000001 ASSERT (((_heap_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + 0x000000004000057c rtc_get_reset_reason = 0x4000057c + 0x0000000040000588 analog_super_wdt_reset_happened = 0x40000588 + 0x0000000040000594 jtag_cpu_reset_happened = 0x40000594 + 0x00000000400005a0 rtc_get_wakeup_cause = 0x400005a0 + 0x00000000400005ac rtc_select_apb_bridge = 0x400005ac + 0x00000000400005b8 rtc_unhold_all_pads = 0x400005b8 + 0x00000000400005c4 ets_is_print_boot = 0x400005c4 + 0x00000000400005d0 ets_printf = 0x400005d0 + 0x00000000400005dc ets_install_putc1 = 0x400005dc + 0x00000000400005e8 ets_install_uart_printf = 0x400005e8 + 0x00000000400005f4 ets_install_putc2 = 0x400005f4 + 0x0000000040000600 PROVIDE (ets_delay_us = 0x40000600) + 0x000000004000060c ets_get_stack_info = 0x4000060c + 0x0000000040000618 ets_install_lock = 0x40000618 + 0x0000000040000624 ets_backup_dma_copy = 0x40000624 + 0x0000000040000630 ets_apb_backup_init_lock_func = 0x40000630 + 0x000000004000063c UartRxString = 0x4000063c + 0x0000000040000648 uart_tx_one_char = 0x40000648 + 0x0000000040000654 uart_tx_one_char2 = 0x40000654 + 0x0000000040000660 uart_rx_one_char = 0x40000660 + 0x000000004000066c uart_rx_one_char_block = 0x4000066c + 0x0000000040000678 uart_rx_readbuff = 0x40000678 + 0x0000000040000684 uartAttach = 0x40000684 + 0x0000000040000690 uart_tx_flush = 0x40000690 + 0x000000004000069c uart_tx_wait_idle = 0x4000069c + 0x00000000400006a8 uart_div_modify = 0x400006a8 + 0x00000000400006b4 ets_write_char_uart = 0x400006b4 + 0x00000000400006c0 uart_tx_switch = 0x400006c0 + 0x00000000400006cc multofup = 0x400006cc + 0x00000000400006d8 software_reset = 0x400006d8 + 0x00000000400006e4 software_reset_cpu = 0x400006e4 + 0x00000000400006f0 assist_debug_clock_enable = 0x400006f0 + 0x00000000400006fc assist_debug_record_enable = 0x400006fc + 0x0000000040000708 clear_super_wdt_reset_flag = 0x40000708 + 0x0000000040000714 disable_default_watchdog = 0x40000714 + 0x0000000040000720 ets_set_appcpu_boot_addr = 0x40000720 + 0x000000004000072c esp_rom_set_rtc_wake_addr = 0x4000072c + 0x0000000040000738 esp_rom_get_rtc_wake_addr = 0x40000738 + 0x0000000040000744 send_packet = 0x40000744 + 0x0000000040000750 recv_packet = 0x40000750 + 0x000000004000075c GetUartDevice = 0x4000075c + 0x0000000040000768 UartDwnLdProc = 0x40000768 + 0x0000000040000774 Uart_Init = 0x40000774 + 0x0000000040000780 ets_set_user_start = 0x40000780 + 0x000000003ff1fffc ets_rom_layout_p = 0x3ff1fffc + 0x000000003fcefffc ets_ops_table_ptr = 0x3fcefffc + 0x000000004000078c mz_adler32 = 0x4000078c + 0x0000000040000798 mz_crc32 = 0x40000798 + 0x00000000400007a4 mz_free = 0x400007a4 + 0x00000000400007b0 tdefl_compress = 0x400007b0 + 0x00000000400007bc tdefl_compress_buffer = 0x400007bc + 0x00000000400007c8 tdefl_compress_mem_to_heap = 0x400007c8 + 0x00000000400007d4 tdefl_compress_mem_to_mem = 0x400007d4 + 0x00000000400007e0 tdefl_compress_mem_to_output = 0x400007e0 + 0x00000000400007ec tdefl_get_adler32 = 0x400007ec + 0x00000000400007f8 tdefl_get_prev_return_status = 0x400007f8 + 0x0000000040000804 tdefl_init = 0x40000804 + 0x0000000040000810 tdefl_write_image_to_png_file_in_memory = 0x40000810 + 0x000000004000081c tdefl_write_image_to_png_file_in_memory_ex = 0x4000081c + 0x0000000040000828 tinfl_decompress = 0x40000828 + 0x0000000040000834 tinfl_decompress_mem_to_callback = 0x40000834 + 0x0000000040000840 tinfl_decompress_mem_to_heap = 0x40000840 + 0x000000004000084c tinfl_decompress_mem_to_mem = 0x4000084c + [!provide] PROVIDE (jd_prepare = 0x40000858) + [!provide] PROVIDE (jd_decomp = 0x40000864) + 0x000000003fcefff8 dsps_fft2r_w_table_fc32_1024 = 0x3fcefff8 + [!provide] PROVIDE (opi_flash_set_lock_func = 0x40000870) + [!provide] PROVIDE (esp_rom_spi_cmd_config = 0x4000087c) + [!provide] PROVIDE (esp_rom_spi_cmd_start = 0x40000888) + [!provide] PROVIDE (esp_rom_opiflash_pin_config = 0x40000894) + [!provide] PROVIDE (esp_rom_spi_set_op_mode = 0x400008a0) + [!provide] PROVIDE (esp_rom_opiflash_mode_reset = 0x400008ac) + [!provide] PROVIDE (esp_rom_opiflash_exec_cmd = 0x400008b8) + [!provide] PROVIDE (esp_rom_opiflash_soft_reset = 0x400008c4) + [!provide] PROVIDE (esp_rom_opiflash_read_id = 0x400008d0) + [!provide] PROVIDE (esp_rom_opiflash_rdsr = 0x400008dc) + [!provide] PROVIDE (esp_rom_opiflash_wait_idle = 0x400008e8) + [!provide] PROVIDE (esp_rom_opiflash_wren = 0x400008f4) + [!provide] PROVIDE (esp_rom_opiflash_erase_sector = 0x40000900) + [!provide] PROVIDE (esp_rom_opiflash_erase_block_64k = 0x4000090c) + [!provide] PROVIDE (esp_rom_opiflash_erase_area = 0x40000918) + [!provide] PROVIDE (esp_rom_opiflash_read = 0x40000924) + [!provide] PROVIDE (esp_rom_opiflash_write = 0x40000930) + [!provide] PROVIDE (esp_rom_spi_set_dtr_swap_mode = 0x4000093c) + [!provide] PROVIDE (esp_rom_opiflash_exit_continuous_read_mode = 0x40000948) + [!provide] PROVIDE (esp_rom_opiflash_legacy_driver_init = 0x40000954) + [!provide] PROVIDE (esp_rom_opiflash_read_raw = 0x4004d9d4) + [!provide] PROVIDE (rom_opiflash_cmd_def = 0x3fcefff4) + [!provide] PROVIDE (rom_spi_usr_cmd_legacy_funcs = 0x3fcefff0) + 0x0000000040000960 PROVIDE (esp_rom_spiflash_wait_idle = 0x40000960) + 0x000000004000096c PROVIDE (esp_rom_spiflash_write_encrypted = 0x4000096c) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_dest = 0x40000978) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40000984) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x40000990) + [!provide] PROVIDE (esp_rom_spiflash_erase_chip = 0x4000099c) + [!provide] PROVIDE (_esp_rom_spiflash_erase_sector = 0x400009a8) + [!provide] PROVIDE (_esp_rom_spiflash_erase_block = 0x400009b4) + [!provide] PROVIDE (_esp_rom_spiflash_write = 0x400009c0) + [!provide] PROVIDE (_esp_rom_spiflash_read = 0x400009cc) + [!provide] PROVIDE (_esp_rom_spiflash_unlock = 0x400009d8) + [!provide] PROVIDE (_SPIEraseArea = 0x400009e4) + [!provide] PROVIDE (_SPI_write_enable = 0x400009f0) + [!provide] PROVIDE (esp_rom_spiflash_erase_sector = 0x400009fc) + [!provide] PROVIDE (esp_rom_spiflash_erase_block = 0x40000a08) + [!provide] PROVIDE (esp_rom_spiflash_write = 0x40000a14) + [!provide] PROVIDE (esp_rom_spiflash_read = 0x40000a20) + [!provide] PROVIDE (esp_rom_spiflash_unlock = 0x40000a2c) + [!provide] PROVIDE (SPIEraseArea = 0x40000a38) + [!provide] PROVIDE (SPI_write_enable = 0x40000a44) + [!provide] PROVIDE (esp_rom_spiflash_config_param = 0x40000a50) + [!provide] PROVIDE (esp_rom_spiflash_read_user_cmd = 0x40000a5c) + 0x0000000040000a68 PROVIDE (esp_rom_spiflash_select_qio_pins = 0x40000a68) + [!provide] PROVIDE (esp_rom_spi_flash_auto_sus_res = 0x40000a74) + [!provide] PROVIDE (esp_rom_spi_flash_send_resume = 0x40000a80) + [!provide] PROVIDE (esp_rom_spi_flash_update_id = 0x40000a8c) + 0x0000000040000a98 PROVIDE (esp_rom_spiflash_config_clk = 0x40000a98) + 0x0000000040000aa4 PROVIDE (esp_rom_spiflash_config_readmode = 0x40000aa4) + [!provide] PROVIDE (esp_rom_spiflash_read_status = 0x40000ab0) + [!provide] PROVIDE (esp_rom_spiflash_read_statushigh = 0x40000abc) + [!provide] PROVIDE (esp_rom_spiflash_write_status = 0x40000ac8) + [!provide] PROVIDE (esp_rom_opiflash_cache_mode_config = 0x40000ad4) + [!provide] PROVIDE (esp_rom_spiflash_auto_wait_idle = 0x40000ae0) + [!provide] PROVIDE (spi_flash_attach = 0x40000aec) + [!provide] PROVIDE (spi_flash_get_chip_size = 0x40000af8) + [!provide] PROVIDE (spi_flash_guard_set = 0x40000b04) + [!provide] PROVIDE (spi_flash_guard_get = 0x40000b10) + [!provide] PROVIDE (spi_flash_write_config_set = 0x40000b1c) + [!provide] PROVIDE (spi_flash_write_config_get = 0x40000b28) + [!provide] PROVIDE (spi_flash_safe_write_address_func_set = 0x40000b34) + [!provide] PROVIDE (spi_flash_unlock = 0x40000b40) + [!provide] PROVIDE (spi_flash_erase_range = 0x40000b4c) + [!provide] PROVIDE (spi_flash_erase_sector = 0x40000b58) + [!provide] PROVIDE (spi_flash_write = 0x40000b64) + [!provide] PROVIDE (spi_flash_read = 0x40000b70) + [!provide] PROVIDE (spi_flash_write_encrypted = 0x40000b7c) + [!provide] PROVIDE (spi_flash_read_encrypted = 0x40000b88) + [!provide] PROVIDE (spi_flash_mmap_os_func_set = 0x40000b94) + [!provide] PROVIDE (spi_flash_mmap_page_num_init = 0x40000ba0) + [!provide] PROVIDE (spi_flash_mmap = 0x40000bac) + [!provide] PROVIDE (spi_flash_mmap_pages = 0x40000bb8) + [!provide] PROVIDE (spi_flash_munmap = 0x40000bc4) + [!provide] PROVIDE (spi_flash_mmap_dump = 0x40000bd0) + [!provide] PROVIDE (spi_flash_check_and_flush_cache = 0x40000bdc) + [!provide] PROVIDE (spi_flash_mmap_get_free_pages = 0x40000be8) + [!provide] PROVIDE (spi_flash_cache2phys = 0x40000bf4) + [!provide] PROVIDE (spi_flash_phys2cache = 0x40000c00) + [!provide] PROVIDE (spi_flash_disable_cache = 0x40000c0c) + [!provide] PROVIDE (spi_flash_restore_cache = 0x40000c18) + [!provide] PROVIDE (spi_flash_cache_enabled = 0x40000c24) + [!provide] PROVIDE (spi_flash_enable_cache = 0x40000c30) + [!provide] PROVIDE (spi_cache_mode_switch = 0x40000c3c) + 0x0000000040000c48 PROVIDE (spi_common_set_dummy_output = 0x40000c48) + [!provide] PROVIDE (spi_common_set_flash_cs_timing = 0x40000c54) + [!provide] PROVIDE (esp_rom_spi_set_address_bit_len = 0x40000c60) + [!provide] PROVIDE (esp_enable_cache_flash_wrap = 0x40000c6c) + [!provide] PROVIDE (SPILock = 0x40000c78) + [!provide] PROVIDE (SPIMasterReadModeCnfig = 0x40000c84) + [!provide] PROVIDE (SPI_Common_Command = 0x40000c90) + [!provide] PROVIDE (SPI_WakeUp = 0x40000c9c) + [!provide] PROVIDE (SPI_block_erase = 0x40000ca8) + [!provide] PROVIDE (SPI_chip_erase = 0x40000cb4) + [!provide] PROVIDE (SPI_init = 0x40000cc0) + [!provide] PROVIDE (SPI_page_program = 0x40000ccc) + [!provide] PROVIDE (SPI_read_data = 0x40000cd8) + [!provide] PROVIDE (SPI_sector_erase = 0x40000ce4) + [!provide] PROVIDE (SelectSpiFunction = 0x40000cf0) + [!provide] PROVIDE (SetSpiDrvs = 0x40000cfc) + [!provide] PROVIDE (Wait_SPI_Idle = 0x40000d08) + 0x0000000040000d14 PROVIDE (spi_dummy_len_fix = 0x40000d14) + [!provide] PROVIDE (Disable_QMode = 0x40000d20) + [!provide] PROVIDE (Enable_QMode = 0x40000d2c) + [!provide] PROVIDE (rom_spiflash_legacy_funcs = 0x3fceffe8) + 0x000000003fceffe4 PROVIDE (rom_spiflash_legacy_data = 0x3fceffe4) + [!provide] PROVIDE (g_flash_guard_ops = 0x3fceffec) + [!provide] PROVIDE (spi_flash_hal_poll_cmd_done = 0x40000d38) + [!provide] PROVIDE (spi_flash_hal_device_config = 0x40000d44) + [!provide] PROVIDE (spi_flash_hal_configure_host_io_mode = 0x40000d50) + [!provide] PROVIDE (spi_flash_hal_common_command = 0x40000d5c) + [!provide] PROVIDE (spi_flash_hal_read = 0x40000d68) + [!provide] PROVIDE (spi_flash_hal_erase_chip = 0x40000d74) + [!provide] PROVIDE (spi_flash_hal_erase_sector = 0x40000d80) + [!provide] PROVIDE (spi_flash_hal_erase_block = 0x40000d8c) + [!provide] PROVIDE (spi_flash_hal_program_page = 0x40000d98) + [!provide] PROVIDE (spi_flash_hal_set_write_protect = 0x40000da4) + [!provide] PROVIDE (spi_flash_hal_host_idle = 0x40000db0) + [!provide] PROVIDE (wdt_hal_init = 0x40000dbc) + [!provide] PROVIDE (wdt_hal_deinit = 0x40000dc8) + [!provide] PROVIDE (wdt_hal_config_stage = 0x40000dd4) + [!provide] PROVIDE (wdt_hal_write_protect_disable = 0x40000de0) + [!provide] PROVIDE (wdt_hal_write_protect_enable = 0x40000dec) + [!provide] PROVIDE (wdt_hal_enable = 0x40000df8) + [!provide] PROVIDE (wdt_hal_disable = 0x40000e04) + [!provide] PROVIDE (wdt_hal_handle_intr = 0x40000e10) + [!provide] PROVIDE (wdt_hal_feed = 0x40000e1c) + [!provide] PROVIDE (wdt_hal_set_flashboot_en = 0x40000e28) + [!provide] PROVIDE (wdt_hal_is_enabled = 0x40000e34) + [!provide] PROVIDE (systimer_hal_get_counter_value = 0x40000e40) + [!provide] PROVIDE (systimer_hal_get_time = 0x40000e4c) + [!provide] PROVIDE (systimer_hal_set_alarm_target = 0x40000e58) + [!provide] PROVIDE (systimer_hal_set_alarm_period = 0x40000e64) + [!provide] PROVIDE (systimer_hal_get_alarm_value = 0x40000e70) + [!provide] PROVIDE (systimer_hal_enable_alarm_int = 0x40000e7c) + [!provide] PROVIDE (systimer_hal_on_apb_freq_update = 0x40000e88) + [!provide] PROVIDE (systimer_hal_counter_value_advance = 0x40000e94) + [!provide] PROVIDE (systimer_hal_enable_counter = 0x40000ea0) + [!provide] PROVIDE (systimer_hal_init = 0x40000eac) + [!provide] PROVIDE (systimer_hal_select_alarm_mode = 0x40000eb8) + [!provide] PROVIDE (systimer_hal_connect_alarm_counter = 0x40000ec4) + [!provide] PROVIDE (spi_flash_chip_generic_probe = 0x40000ed0) + [!provide] PROVIDE (spi_flash_chip_generic_detect_size = 0x40000edc) + [!provide] PROVIDE (spi_flash_chip_generic_write = 0x40000ee8) + [!provide] PROVIDE (spi_flash_chip_generic_write_encrypted = 0x40000ef4) + [!provide] PROVIDE (spi_flash_chip_generic_set_write_protect = 0x40000f00) + [!provide] PROVIDE (spi_flash_common_write_status_16b_wrsr = 0x40000f0c) + [!provide] PROVIDE (spi_flash_chip_generic_reset = 0x40000f18) + [!provide] PROVIDE (spi_flash_chip_generic_erase_chip = 0x40000f24) + [!provide] PROVIDE (spi_flash_chip_generic_erase_sector = 0x40000f30) + [!provide] PROVIDE (spi_flash_chip_generic_erase_block = 0x40000f3c) + [!provide] PROVIDE (spi_flash_chip_generic_page_program = 0x40000f48) + [!provide] PROVIDE (spi_flash_chip_generic_get_write_protect = 0x40000f54) + [!provide] PROVIDE (spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000f60) + [!provide] PROVIDE (spi_flash_chip_generic_read_reg = 0x40000f6c) + [!provide] PROVIDE (spi_flash_chip_generic_yield = 0x40000f78) + [!provide] PROVIDE (spi_flash_generic_wait_host_idle = 0x40000f84) + [!provide] PROVIDE (spi_flash_chip_generic_wait_idle = 0x40000f90) + [!provide] PROVIDE (spi_flash_chip_generic_config_host_io_mode = 0x40000f9c) + [!provide] PROVIDE (spi_flash_chip_generic_read = 0x40000fa8) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr2 = 0x40000fb4) + [!provide] PROVIDE (spi_flash_chip_generic_get_io_mode = 0x40000fc0) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr = 0x40000fcc) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr = 0x40000fd8) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr2 = 0x40000fe4) + [!provide] PROVIDE (spi_flash_common_set_io_mode = 0x40000ff0) + [!provide] PROVIDE (spi_flash_chip_generic_set_io_mode = 0x40000ffc) + [!provide] PROVIDE (spi_flash_chip_gd_get_io_mode = 0x40001008) + [!provide] PROVIDE (spi_flash_chip_gd_probe = 0x40001014) + [!provide] PROVIDE (spi_flash_chip_gd_set_io_mode = 0x40001020) + [!provide] PROVIDE (spi_flash_chip_generic_config_data = 0x3fceffe0) + [!provide] PROVIDE (memspi_host_read_id_hs = 0x4000102c) + [!provide] PROVIDE (memspi_host_read_status_hs = 0x40001038) + [!provide] PROVIDE (memspi_host_flush_cache = 0x40001044) + [!provide] PROVIDE (memspi_host_erase_chip = 0x40001050) + [!provide] PROVIDE (memspi_host_erase_sector = 0x4000105c) + [!provide] PROVIDE (memspi_host_erase_block = 0x40001068) + [!provide] PROVIDE (memspi_host_program_page = 0x40001074) + [!provide] PROVIDE (memspi_host_read = 0x40001080) + [!provide] PROVIDE (memspi_host_set_write_protect = 0x4000108c) + [!provide] PROVIDE (memspi_host_set_max_read_len = 0x40001098) + [!provide] PROVIDE (memspi_host_read_data_slicer = 0x400010a4) + [!provide] PROVIDE (memspi_host_write_data_slicer = 0x400010b0) + [!provide] PROVIDE (esp_flash_chip_driver_initialized = 0x400010bc) + [!provide] PROVIDE (esp_flash_read_id = 0x400010c8) + [!provide] PROVIDE (esp_flash_get_size = 0x400010d4) + [!provide] PROVIDE (esp_flash_erase_chip = 0x400010e0) + [!provide] PROVIDE (rom_esp_flash_erase_region = 0x400010ec) + [!provide] PROVIDE (esp_flash_get_chip_write_protect = 0x400010f8) + [!provide] PROVIDE (esp_flash_set_chip_write_protect = 0x40001104) + [!provide] PROVIDE (esp_flash_get_protectable_regions = 0x40001110) + [!provide] PROVIDE (esp_flash_get_protected_region = 0x4000111c) + [!provide] PROVIDE (esp_flash_set_protected_region = 0x40001128) + [!provide] PROVIDE (esp_flash_read = 0x40001134) + [!provide] PROVIDE (esp_flash_write = 0x40001140) + [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000114c) + [!provide] PROVIDE (esp_flash_read_encrypted = 0x40001158) + [!provide] PROVIDE (esp_flash_get_io_mode = 0x40001164) + [!provide] PROVIDE (esp_flash_set_io_mode = 0x40001170) + [!provide] PROVIDE (spi_flash_boot_attach = 0x4000117c) + [!provide] PROVIDE (spi_flash_dump_counters = 0x40001188) + [!provide] PROVIDE (spi_flash_get_counters = 0x40001194) + [!provide] PROVIDE (spi_flash_op_counters_config = 0x400011a0) + [!provide] PROVIDE (spi_flash_reset_counters = 0x400011ac) + [!provide] PROVIDE (esp_flash_read_chip_id = 0x400011b8) + [!provide] PROVIDE (detect_spi_flash_chip = 0x400011c4) + [!provide] PROVIDE (esp_rom_spiflash_write_disable = 0x400011d0) + [!provide] PROVIDE (esp_flash_default_chip = 0x3fceffdc) + [!provide] PROVIDE (esp_flash_api_funcs = 0x3fceffd8) + [!provide] PROVIDE (Cache_Get_ICache_Line_Size = 0x400015fc) + [!provide] PROVIDE (Cache_Get_DCache_Line_Size = 0x40001608) + [!provide] PROVIDE (Cache_Get_Mode = 0x40001614) + 0x0000000040001620 PROVIDE (Cache_Set_ICache_Mode = 0x40001620) + 0x000000004000162c PROVIDE (Cache_Set_DCache_Mode = 0x4000162c) + [!provide] PROVIDE (Cache_Address_Through_ICache = 0x40001638) + [!provide] PROVIDE (Cache_Address_Through_DCache = 0x40001644) + [!provide] PROVIDE (Cache_Set_Default_Mode = 0x40001650) + [!provide] PROVIDE (Cache_Enable_Defalut_ICache_Mode = 0x4000165c) + [!provide] PROVIDE (ROM_Boot_Cache_Init = 0x40001668) + [!provide] PROVIDE (Cache_Invalidate_ICache_Items = 0x40001674) + [!provide] PROVIDE (Cache_Invalidate_DCache_Items = 0x40001680) + [!provide] PROVIDE (Cache_Clean_Items = 0x4000168c) + [!provide] PROVIDE (Cache_WriteBack_Items = 0x40001698) + [!provide] PROVIDE (Cache_Op_Addr = 0x400016a4) + 0x00000000400016b0 PROVIDE (Cache_Invalidate_Addr = 0x400016b0) + [!provide] PROVIDE (Cache_Clean_Addr = 0x400016bc) + [!provide] PROVIDE (Cache_WriteBack_Addr = 0x400016c8) + 0x00000000400016d4 PROVIDE (Cache_Invalidate_ICache_All = 0x400016d4) + 0x00000000400016e0 PROVIDE (Cache_Invalidate_DCache_All = 0x400016e0) + [!provide] PROVIDE (Cache_Clean_All = 0x400016ec) + [!provide] PROVIDE (Cache_WriteBack_All = 0x400016f8) + [!provide] PROVIDE (Cache_Mask_All = 0x40001704) + [!provide] PROVIDE (Cache_UnMask_Dram0 = 0x40001710) + [!provide] PROVIDE (Cache_Suspend_ICache_Autoload = 0x4000171c) + [!provide] PROVIDE (Cache_Resume_ICache_Autoload = 0x40001728) + [!provide] PROVIDE (Cache_Suspend_DCache_Autoload = 0x40001734) + [!provide] PROVIDE (Cache_Resume_DCache_Autoload = 0x40001740) + [!provide] PROVIDE (Cache_Start_ICache_Preload = 0x4000174c) + [!provide] PROVIDE (Cache_ICache_Preload_Done = 0x40001758) + [!provide] PROVIDE (Cache_End_ICache_Preload = 0x40001764) + [!provide] PROVIDE (Cache_Start_DCache_Preload = 0x40001770) + [!provide] PROVIDE (Cache_DCache_Preload_Done = 0x4000177c) + [!provide] PROVIDE (Cache_End_DCache_Preload = 0x40001788) + [!provide] PROVIDE (Cache_Config_ICache_Autoload = 0x40001794) + [!provide] PROVIDE (Cache_Config_ICache_Region_Autoload = 0x400017a0) + [!provide] PROVIDE (Cache_Enable_ICache_Autoload = 0x400017ac) + [!provide] PROVIDE (Cache_Disable_ICache_Autoload = 0x400017b8) + [!provide] PROVIDE (Cache_Config_DCache_Autoload = 0x400017c4) + [!provide] PROVIDE (Cache_Config_DCache_Region_Autoload = 0x400017d0) + [!provide] PROVIDE (Cache_Enable_DCache_Autoload = 0x400017dc) + [!provide] PROVIDE (Cache_Disable_DCache_Autoload = 0x400017e8) + [!provide] PROVIDE (Cache_Enable_ICache_PreLock = 0x400017f4) + [!provide] PROVIDE (Cache_Disable_ICache_PreLock = 0x40001800) + [!provide] PROVIDE (Cache_Lock_ICache_Items = 0x4000180c) + [!provide] PROVIDE (Cache_Unlock_ICache_Items = 0x40001818) + [!provide] PROVIDE (Cache_Enable_DCache_PreLock = 0x40001824) + [!provide] PROVIDE (Cache_Disable_DCache_PreLock = 0x40001830) + [!provide] PROVIDE (Cache_Lock_DCache_Items = 0x4000183c) + [!provide] PROVIDE (Cache_Unlock_DCache_Items = 0x40001848) + [!provide] PROVIDE (Cache_Lock_Addr = 0x40001854) + [!provide] PROVIDE (Cache_Unlock_Addr = 0x40001860) + 0x000000004000186c PROVIDE (Cache_Disable_ICache = 0x4000186c) + 0x0000000040001878 PROVIDE (Cache_Enable_ICache = 0x40001878) + 0x0000000040001884 PROVIDE (Cache_Disable_DCache = 0x40001884) + [!provide] PROVIDE (Cache_Enable_DCache = 0x40001890) + 0x000000004000189c PROVIDE (Cache_Suspend_ICache = 0x4000189c) + 0x00000000400018a8 PROVIDE (Cache_Resume_ICache = 0x400018a8) + 0x00000000400018b4 PROVIDE (Cache_Suspend_DCache = 0x400018b4) + 0x00000000400018c0 PROVIDE (Cache_Resume_DCache = 0x400018c0) + [!provide] PROVIDE (Cache_Occupy_Items = 0x400018cc) + [!provide] PROVIDE (Cache_Occupy_Addr = 0x400018d8) + 0x00000000400018e4 PROVIDE (Cache_Freeze_ICache_Enable = 0x400018e4) + 0x00000000400018f0 PROVIDE (Cache_Freeze_ICache_Disable = 0x400018f0) + 0x00000000400018fc PROVIDE (Cache_Freeze_DCache_Enable = 0x400018fc) + 0x0000000040001908 PROVIDE (Cache_Freeze_DCache_Disable = 0x40001908) + 0x0000000040001914 PROVIDE (Cache_Set_IDROM_MMU_Size = 0x40001914) + [!provide] PROVIDE (flash2spiram_instruction_offset = 0x40001920) + [!provide] PROVIDE (flash2spiram_rodata_offset = 0x4000192c) + [!provide] PROVIDE (flash_instr_rodata_start_page = 0x40001938) + [!provide] PROVIDE (flash_instr_rodata_end_page = 0x40001944) + 0x0000000040001950 PROVIDE (Cache_Set_IDROM_MMU_Info = 0x40001950) + 0x000000004000195c PROVIDE (Cache_Get_IROM_MMU_End = 0x4000195c) + 0x0000000040001968 PROVIDE (Cache_Get_DROM_MMU_End = 0x40001968) + [!provide] PROVIDE (Cache_Owner_Init = 0x40001974) + 0x0000000040001980 PROVIDE (Cache_Occupy_ICache_MEMORY = 0x40001980) + 0x000000004000198c PROVIDE (Cache_Occupy_DCache_MEMORY = 0x4000198c) + [!provide] PROVIDE (Cache_MMU_Init = 0x40001998) + 0x00000000400019a4 PROVIDE (Cache_Ibus_MMU_Set = 0x400019a4) + 0x00000000400019b0 PROVIDE (Cache_Dbus_MMU_Set = 0x400019b0) + [!provide] PROVIDE (Cache_Count_Flash_Pages = 0x400019bc) + [!provide] PROVIDE (Cache_Flash_To_SPIRAM_Copy = 0x400019c8) + [!provide] PROVIDE (Cache_Travel_Tag_Memory = 0x400019d4) + [!provide] PROVIDE (Cache_Travel_Tag_Memory2 = 0x400019e0) + [!provide] PROVIDE (Cache_Get_Virtual_Addr = 0x400019ec) + [!provide] PROVIDE (Cache_Get_Memory_BaseAddr = 0x400019f8) + [!provide] PROVIDE (Cache_Get_Memory_Addr = 0x40001a04) + [!provide] PROVIDE (Cache_Get_Memory_value = 0x40001a10) + 0x0000000040001a1c PROVIDE (rom_config_instruction_cache_mode = 0x40001a1c) + 0x0000000040001a28 PROVIDE (rom_config_data_cache_mode = 0x40001a28) + [!provide] PROVIDE (rom_cache_op_cb = 0x3fceffc8) + [!provide] PROVIDE (rom_cache_internal_table_ptr = 0x3fceffc4) + 0x0000000040001a34 ets_get_apb_freq = 0x40001a34 + 0x0000000040001a40 ets_get_cpu_frequency = 0x40001a40 + 0x0000000040001a4c ets_update_cpu_frequency = 0x40001a4c + 0x0000000040001a58 ets_get_printf_channel = 0x40001a58 + 0x0000000040001a64 ets_get_xtal_div = 0x40001a64 + 0x0000000040001a70 ets_set_xtal_div = 0x40001a70 + 0x0000000040001a7c ets_get_xtal_freq = 0x40001a7c + 0x0000000040001a88 gpio_input_get = 0x40001a88 + 0x0000000040001a94 gpio_matrix_in = 0x40001a94 + 0x0000000040001aa0 gpio_matrix_out = 0x40001aa0 + 0x0000000040001aac gpio_output_disable = 0x40001aac + 0x0000000040001ab8 gpio_output_enable = 0x40001ab8 + 0x0000000040001ac4 gpio_output_set = 0x40001ac4 + 0x0000000040001ad0 gpio_pad_hold = 0x40001ad0 + 0x0000000040001adc gpio_pad_input_disable = 0x40001adc + 0x0000000040001ae8 gpio_pad_input_enable = 0x40001ae8 + 0x0000000040001af4 gpio_pad_pulldown = 0x40001af4 + 0x0000000040001b00 gpio_pad_pullup = 0x40001b00 + 0x0000000040001b0c gpio_pad_select_gpio = 0x40001b0c + 0x0000000040001b18 gpio_pad_set_drv = 0x40001b18 + 0x0000000040001b24 gpio_pad_unhold = 0x40001b24 + 0x0000000040001b30 gpio_pin_wakeup_disable = 0x40001b30 + 0x0000000040001b3c gpio_pin_wakeup_enable = 0x40001b3c + 0x0000000040001b48 gpio_bypass_matrix_in = 0x40001b48 + 0x0000000040001b54 intr_matrix_set = 0x40001b54 + 0x0000000040001b60 ets_intr_lock = 0x40001b60 + 0x0000000040001b6c ets_intr_unlock = 0x40001b6c + 0x0000000040001b78 ets_isr_attach = 0x40001b78 + 0x0000000040001b84 ets_isr_mask = 0x40001b84 + 0x0000000040001b90 ets_isr_unmask = 0x40001b90 + 0x0000000040001b9c xthal_bcopy = 0x40001b9c + 0x0000000040001ba8 xthal_memcpy = 0x40001ba8 + 0x0000000040001bb4 xthal_get_ccompare = 0x40001bb4 + 0x0000000040001bc0 xthal_set_ccompare = 0x40001bc0 + 0x0000000040001bcc xthal_get_ccount = 0x40001bcc + 0x0000000040001bd8 xthal_get_interrupt = 0x40001bd8 + 0x0000000040001be4 xthal_set_intclear = 0x40001be4 + 0x0000000040001bf0 _xtos_ints_off = 0x40001bf0 + 0x0000000040001bfc _xtos_ints_on = 0x40001bfc + 0x0000000040001c08 _xtos_restore_intlevel = 0x40001c08 + 0x0000000040001c14 _xtos_set_exception_handler = 0x40001c14 + 0x0000000040001c20 _xtos_set_interrupt_handler = 0x40001c20 + 0x0000000040001c2c _xtos_set_interrupt_handler_arg = 0x40001c2c + 0x0000000040001c38 _xtos_set_intlevel = 0x40001c38 + 0x0000000040001c44 _xtos_set_vpri = 0x40001c44 + 0x0000000040001c50 md5_vector = 0x40001c50 + 0x0000000040001c5c MD5Init = 0x40001c5c + 0x0000000040001c68 MD5Update = 0x40001c68 + 0x0000000040001c74 MD5Final = 0x40001c74 + 0x0000000040001c80 hmac_md5_vector = 0x40001c80 + 0x0000000040001c8c hmac_md5 = 0x40001c8c + 0x0000000040001c98 crc32_le = 0x40001c98 + 0x0000000040001ca4 crc32_be = 0x40001ca4 + 0x0000000040001cb0 crc16_le = 0x40001cb0 + 0x0000000040001cbc crc16_be = 0x40001cbc + 0x0000000040001cc8 crc8_le = 0x40001cc8 + 0x0000000040001cd4 crc8_be = 0x40001cd4 + 0x0000000040001ce0 esp_crc8 = 0x40001ce0 + 0x0000000040001cec ets_sha_enable = 0x40001cec + 0x0000000040001cf8 ets_sha_disable = 0x40001cf8 + 0x0000000040001d04 ets_sha_get_state = 0x40001d04 + 0x0000000040001d10 ets_sha_init = 0x40001d10 + 0x0000000040001d1c ets_sha_process = 0x40001d1c + 0x0000000040001d28 ets_sha_starts = 0x40001d28 + 0x0000000040001d34 ets_sha_update = 0x40001d34 + 0x0000000040001d40 ets_sha_finish = 0x40001d40 + 0x0000000040001d4c ets_sha_clone = 0x40001d4c + 0x0000000040001d58 ets_hmac_enable = 0x40001d58 + 0x0000000040001d64 ets_hmac_disable = 0x40001d64 + 0x0000000040001d70 ets_hmac_calculate_message = 0x40001d70 + 0x0000000040001d7c ets_hmac_calculate_downstream = 0x40001d7c + 0x0000000040001d88 ets_hmac_invalidate_downstream = 0x40001d88 + 0x0000000040001d94 ets_jtag_enable_temporarily = 0x40001d94 + 0x0000000040001da0 ets_aes_enable = 0x40001da0 + 0x0000000040001dac ets_aes_disable = 0x40001dac + 0x0000000040001db8 ets_aes_setkey = 0x40001db8 + 0x0000000040001dc4 ets_aes_block = 0x40001dc4 + 0x0000000040001dd0 ets_bigint_enable = 0x40001dd0 + 0x0000000040001ddc ets_bigint_disable = 0x40001ddc + 0x0000000040001de8 ets_bigint_multiply = 0x40001de8 + 0x0000000040001df4 ets_bigint_modmult = 0x40001df4 + 0x0000000040001e00 ets_bigint_modexp = 0x40001e00 + 0x0000000040001e0c ets_bigint_wait_finish = 0x40001e0c + 0x0000000040001e18 ets_bigint_getz = 0x40001e18 + 0x0000000040001e24 ets_ds_enable = 0x40001e24 + 0x0000000040001e30 ets_ds_disable = 0x40001e30 + 0x0000000040001e3c ets_ds_start_sign = 0x40001e3c + 0x0000000040001e48 ets_ds_is_busy = 0x40001e48 + 0x0000000040001e54 ets_ds_finish_sign = 0x40001e54 + 0x0000000040001e60 ets_ds_encrypt_params = 0x40001e60 + 0x0000000040001e6c ets_aes_setkey_dec = 0x40001e6c + 0x0000000040001e78 ets_aes_setkey_enc = 0x40001e78 + 0x0000000040001e84 ets_mgf1_sha256 = 0x40001e84 + 0x0000000040001e90 ets_efuse_read = 0x40001e90 + 0x0000000040001e9c ets_efuse_program = 0x40001e9c + 0x0000000040001ea8 ets_efuse_clear_program_registers = 0x40001ea8 + 0x0000000040001eb4 ets_efuse_write_key = 0x40001eb4 + 0x0000000040001ec0 ets_efuse_get_read_register_address = 0x40001ec0 + 0x0000000040001ecc ets_efuse_get_key_purpose = 0x40001ecc + 0x0000000040001ed8 ets_efuse_key_block_unused = 0x40001ed8 + 0x0000000040001ee4 ets_efuse_find_unused_key_block = 0x40001ee4 + 0x0000000040001ef0 ets_efuse_rs_calculate = 0x40001ef0 + 0x0000000040001efc ets_efuse_count_unused_key_blocks = 0x40001efc + 0x0000000040001f08 ets_efuse_secure_boot_enabled = 0x40001f08 + 0x0000000040001f14 ets_efuse_secure_boot_aggressive_revoke_enabled = 0x40001f14 + 0x0000000040001f20 ets_efuse_cache_encryption_enabled = 0x40001f20 + 0x0000000040001f2c ets_efuse_download_modes_disabled = 0x40001f2c + 0x0000000040001f38 ets_efuse_find_purpose = 0x40001f38 + 0x0000000040001f44 ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x40001f44 + 0x0000000040001f50 ets_efuse_force_send_resume = 0x40001f50 + 0x0000000040001f5c ets_efuse_get_flash_delay_us = 0x40001f5c + 0x0000000040001f68 ets_efuse_get_mac = 0x40001f68 + 0x0000000040001f74 ets_efuse_get_spiconfig = 0x40001f74 + 0x0000000040001f80 ets_efuse_usb_print_is_disabled = 0x40001f80 + 0x0000000040001f8c ets_efuse_usb_serial_jtag_print_is_disabled = 0x40001f8c + 0x0000000040001f98 ets_efuse_get_uart_print_control = 0x40001f98 + 0x0000000040001fa4 ets_efuse_get_wp_pad = 0x40001fa4 + 0x0000000040001fb0 ets_efuse_legacy_spi_boot_mode_disabled = 0x40001fb0 + 0x0000000040001fbc ets_efuse_security_download_modes_enabled = 0x40001fbc + 0x0000000040001fc8 ets_efuse_set_timing = 0x40001fc8 + 0x0000000040001fd4 ets_efuse_jtag_disabled = 0x40001fd4 + 0x0000000040001fe0 ets_efuse_usb_download_mode_disabled = 0x40001fe0 + 0x0000000040001fec ets_efuse_usb_module_disabled = 0x40001fec + 0x0000000040001ff8 ets_efuse_usb_device_disabled = 0x40001ff8 + 0x0000000040002004 ets_efuse_flash_octal_mode = 0x40002004 + 0x0000000040002010 ets_efuse_ecc_en = 0x40002010 + 0x000000004000201c ets_efuse_ecc_flash_page_size = 0x4000201c + 0x0000000040002028 ets_efuse_ecc_16to17_mode = 0x40002028 + 0x0000000040002034 ets_ecc_flash_enable = 0x40002034 + 0x0000000040002040 ets_ecc_flash_enable_all = 0x40002040 + 0x000000004000204c ets_ecc_flash_disable = 0x4000204c + 0x0000000040002058 ets_ecc_flash_disable_all = 0x40002058 + 0x0000000040002064 ets_ecc_get_flash_page_size = 0x40002064 + 0x0000000040002070 ets_ecc_set_flash_page_size = 0x40002070 + 0x000000004000207c ets_ecc_set_flash_byte_mode = 0x4000207c + 0x0000000040002088 ets_ecc_get_flash_byte_mode = 0x40002088 + 0x0000000040002094 ets_ecc_set_flash_range = 0x40002094 + 0x00000000400020a0 ets_ecc_get_flash_range = 0x400020a0 + 0x00000000400020ac ets_ecc_sram_enable = 0x400020ac + 0x00000000400020b8 ets_ecc_sram_disable = 0x400020b8 + 0x00000000400020c4 ets_ecc_sram_enable_all = 0x400020c4 + 0x00000000400020d0 ets_ecc_sram_disable_all = 0x400020d0 + 0x00000000400020dc ets_ecc_get_sram_page_size = 0x400020dc + 0x00000000400020e8 ets_ecc_set_sram_page_size = 0x400020e8 + 0x00000000400020f4 ets_ecc_get_sram_byte_mode = 0x400020f4 + 0x0000000040002100 ets_ecc_set_sram_byte_mode = 0x40002100 + 0x000000004000210c ets_ecc_set_sram_range = 0x4000210c + 0x0000000040002118 ets_ecc_get_sram_range = 0x40002118 + 0x000000003fceffc0 ets_ecc_table_ptr = 0x3fceffc0 + 0x0000000040002124 ets_emsa_pss_verify = 0x40002124 + 0x0000000040002130 ets_rsa_pss_verify = 0x40002130 + 0x000000004000213c ets_secure_boot_verify_bootloader_with_keys = 0x4000213c + 0x0000000040002148 ets_secure_boot_verify_signature = 0x40002148 + 0x0000000040002154 ets_secure_boot_read_key_digests = 0x40002154 + 0x0000000040002160 ets_secure_boot_revoke_public_key_digest = 0x40002160 + [!provide] PROVIDE (usb_uart_otg_rx_one_char = 0x400025a4) + [!provide] PROVIDE (usb_uart_otg_rx_one_char_block = 0x400025b0) + [!provide] PROVIDE (usb_uart_otg_tx_flush = 0x400025bc) + [!provide] PROVIDE (usb_uart_otg_tx_one_char = 0x400025c8) + [!provide] PROVIDE (usb_uart_device_rx_one_char = 0x400025d4) + [!provide] PROVIDE (usb_uart_device_rx_one_char_block = 0x400025e0) + [!provide] PROVIDE (usb_uart_device_tx_flush = 0x400025ec) + [!provide] PROVIDE (usb_uart_device_tx_one_char = 0x400025f8) + [!provide] PROVIDE (Uart_Init_USB = 0x40002604) + [!provide] PROVIDE (uart_acm_dev = 0x3fceffbc) + 0x000000003fceffb9 PROVIDE (g_uart_print = 0x3fceffb9) + 0x000000003fceffb8 PROVIDE (g_usb_print = 0x3fceffb8) + 0x0000000040002610 cdc_acm_class_handle_req = 0x40002610 + 0x000000004000261c cdc_acm_init = 0x4000261c + 0x0000000040002628 cdc_acm_fifo_fill = 0x40002628 + 0x0000000040002634 cdc_acm_rx_fifo_cnt = 0x40002634 + 0x0000000040002640 cdc_acm_fifo_read = 0x40002640 + 0x000000004000264c cdc_acm_irq_tx_enable = 0x4000264c + 0x0000000040002658 cdc_acm_irq_tx_disable = 0x40002658 + 0x0000000040002664 cdc_acm_irq_state_enable = 0x40002664 + 0x0000000040002670 cdc_acm_irq_state_disable = 0x40002670 + 0x000000004000267c cdc_acm_irq_tx_ready = 0x4000267c + 0x0000000040002688 cdc_acm_irq_rx_enable = 0x40002688 + 0x0000000040002694 cdc_acm_irq_rx_disable = 0x40002694 + 0x00000000400026a0 cdc_acm_irq_rx_ready = 0x400026a0 + 0x00000000400026ac cdc_acm_irq_is_pending = 0x400026ac + 0x00000000400026b8 cdc_acm_irq_callback_set = 0x400026b8 + 0x00000000400026c4 cdc_acm_line_ctrl_set = 0x400026c4 + 0x00000000400026d0 cdc_acm_line_ctrl_get = 0x400026d0 + 0x00000000400026dc cdc_acm_poll_out = 0x400026dc + 0x00000000400026e8 chip_usb_dw_did_persist = 0x400026e8 + 0x00000000400026f4 chip_usb_dw_init = 0x400026f4 + 0x0000000040002700 chip_usb_detach = 0x40002700 + 0x000000004000270c chip_usb_dw_prepare_persist = 0x4000270c + 0x0000000040002718 chip_usb_get_persist_flags = 0x40002718 + 0x0000000040002724 chip_usb_set_persist_flags = 0x40002724 + 0x0000000040002730 cpio_start = 0x40002730 + 0x000000004000273c cpio_feed = 0x4000273c + 0x0000000040002748 cpio_done = 0x40002748 + 0x0000000040002754 cpio_destroy = 0x40002754 + 0x0000000040002760 dfu_flash_init = 0x40002760 + 0x000000004000276c dfu_flash_erase = 0x4000276c + 0x0000000040002778 dfu_flash_program = 0x40002778 + 0x0000000040002784 dfu_flash_read = 0x40002784 + 0x0000000040002790 dfu_flash_attach = 0x40002790 + 0x000000004000279c dfu_cpio_callback = 0x4000279c + 0x00000000400027a8 dfu_updater_get_err = 0x400027a8 + 0x00000000400027b4 dfu_updater_clear_err = 0x400027b4 + 0x00000000400027c0 dfu_updater_enable = 0x400027c0 + 0x00000000400027cc dfu_updater_begin = 0x400027cc + 0x00000000400027d8 dfu_updater_feed = 0x400027d8 + 0x00000000400027e4 dfu_updater_end = 0x400027e4 + 0x00000000400027f0 dfu_updater_set_raw_addr = 0x400027f0 + 0x00000000400027fc dfu_updater_flash_read = 0x400027fc + 0x0000000040002808 usb_dc_prepare_persist = 0x40002808 + 0x0000000040002814 usb_dw_isr_handler = 0x40002814 + 0x0000000040002820 usb_dc_attach = 0x40002820 + 0x000000004000282c usb_dc_detach = 0x4000282c + 0x0000000040002838 usb_dc_reset = 0x40002838 + 0x0000000040002844 usb_dc_set_address = 0x40002844 + 0x0000000040002850 usb_dc_ep_check_cap = 0x40002850 + 0x000000004000285c usb_dc_ep_configure = 0x4000285c + 0x0000000040002868 usb_dc_ep_set_stall = 0x40002868 + 0x0000000040002874 usb_dc_ep_clear_stall = 0x40002874 + 0x0000000040002880 usb_dc_ep_halt = 0x40002880 + 0x000000004000288c usb_dc_ep_is_stalled = 0x4000288c + 0x0000000040002898 usb_dc_ep_enable = 0x40002898 + 0x00000000400028a4 usb_dc_ep_disable = 0x400028a4 + 0x00000000400028b0 usb_dc_ep_flush = 0x400028b0 + 0x00000000400028bc usb_dc_ep_write_would_block = 0x400028bc + 0x00000000400028c8 usb_dc_ep_write = 0x400028c8 + 0x00000000400028d4 usb_dc_ep_read_wait = 0x400028d4 + 0x00000000400028e0 usb_dc_ep_read_continue = 0x400028e0 + 0x00000000400028ec usb_dc_ep_read = 0x400028ec + 0x00000000400028f8 usb_dc_ep_set_callback = 0x400028f8 + 0x0000000040002904 usb_dc_set_status_callback = 0x40002904 + 0x0000000040002910 usb_dc_ep_mps = 0x40002910 + 0x000000004000291c usb_dc_check_poll_for_interrupts = 0x4000291c + 0x0000000040002928 mac_addr_to_serial_str_desc = 0x40002928 + 0x0000000040002934 usb_set_current_descriptor = 0x40002934 + 0x0000000040002940 usb_get_descriptor = 0x40002940 + 0x000000004000294c usb_dev_resume = 0x4000294c + 0x0000000040002958 usb_dev_get_configuration = 0x40002958 + 0x0000000040002964 usb_set_config = 0x40002964 + 0x0000000040002970 usb_deconfig = 0x40002970 + 0x000000004000297c usb_enable = 0x4000297c + 0x0000000040002988 usb_disable = 0x40002988 + 0x0000000040002994 usb_write_would_block = 0x40002994 + 0x00000000400029a0 usb_write = 0x400029a0 + 0x00000000400029ac usb_read = 0x400029ac + 0x00000000400029b8 usb_ep_set_stall = 0x400029b8 + 0x00000000400029c4 usb_ep_clear_stall = 0x400029c4 + 0x00000000400029d0 usb_ep_read_wait = 0x400029d0 + 0x00000000400029dc usb_ep_read_continue = 0x400029dc + 0x00000000400029e8 usb_transfer_ep_callback = 0x400029e8 + 0x00000000400029f4 usb_transfer = 0x400029f4 + 0x0000000040002a00 usb_cancel_transfer = 0x40002a00 + 0x0000000040002a0c usb_transfer_sync = 0x40002a0c + 0x0000000040002a18 usb_dfu_set_detach_cb = 0x40002a18 + 0x0000000040002a24 dfu_class_handle_req = 0x40002a24 + 0x0000000040002a30 dfu_status_cb = 0x40002a30 + 0x0000000040002a3c dfu_custom_handle_req = 0x40002a3c + 0x0000000040002a48 usb_dfu_init = 0x40002a48 + 0x0000000040002a54 usb_dfu_force_detach = 0x40002a54 + 0x0000000040002a60 usb_dev_deinit = 0x40002a60 + 0x0000000040002a6c usb_dw_ctrl_deinit = 0x40002a6c + 0x000000003fceffac s_usb_osglue = 0x3fceffac + 0x0000000040002a78 bt_rf_coex_get_dft_cfg = 0x40002a78 + 0x0000000040002a84 bt_rf_coex_hooks_p_set = 0x40002a84 + 0x0000000040002a90 btdm_con_maxevtime_cal_impl = 0x40002a90 + 0x0000000040002a9c btdm_controller_get_compile_version_impl = 0x40002a9c + 0x0000000040002aa8 btdm_controller_rom_data_init = 0x40002aa8 + 0x0000000040002ab4 btdm_dis_privacy_err_report_impl = 0x40002ab4 + 0x0000000040002ac0 btdm_disable_adv_delay_impl = 0x40002ac0 + 0x0000000040002acc btdm_enable_scan_continue_impl = 0x40002acc + 0x0000000040002ad8 btdm_enable_scan_forever_impl = 0x40002ad8 + 0x0000000040002ae4 btdm_get_power_state_impl = 0x40002ae4 + 0x0000000040002af0 btdm_get_prevent_sleep_flag_impl = 0x40002af0 + 0x0000000040002afc btdm_power_state_active_impl = 0x40002afc + 0x0000000040002b08 btdm_switch_phy_coded_impl = 0x40002b08 + 0x0000000040002b14 hci_acl_data_handler = 0x40002b14 + 0x0000000040002b20 hci_disconnect_cmd_handler = 0x40002b20 + 0x0000000040002b2c hci_le_con_upd_cmd_handler = 0x40002b2c + 0x0000000040002b38 hci_le_ltk_req_neg_reply_cmd_handler = 0x40002b38 + 0x0000000040002b44 hci_le_ltk_req_reply_cmd_handler = 0x40002b44 + 0x0000000040002b50 hci_le_rd_chnl_map_cmd_handler = 0x40002b50 + 0x0000000040002b5c hci_le_rd_phy_cmd_handler = 0x40002b5c + 0x0000000040002b68 hci_le_rd_rem_feats_cmd_handler = 0x40002b68 + 0x0000000040002b74 hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x40002b74 + 0x0000000040002b80 hci_le_rem_con_param_req_reply_cmd_handler = 0x40002b80 + 0x0000000040002b8c hci_le_set_data_len_cmd_handler = 0x40002b8c + 0x0000000040002b98 hci_le_set_phy_cmd_handler = 0x40002b98 + 0x0000000040002ba4 hci_le_start_enc_cmd_handler = 0x40002ba4 + 0x0000000040002bb0 hci_rd_auth_payl_to_cmd_handler = 0x40002bb0 + 0x0000000040002bbc hci_rd_rem_ver_info_cmd_handler = 0x40002bbc + 0x0000000040002bc8 hci_rd_rssi_cmd_handler = 0x40002bc8 + 0x0000000040002bd4 hci_rd_tx_pwr_lvl_cmd_handler = 0x40002bd4 + 0x0000000040002be0 hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x40002be0 + 0x0000000040002bec hci_vs_set_pref_slave_latency_cmd_handler = 0x40002bec + 0x0000000040002bf8 hci_wr_auth_payl_to_cmd_handler = 0x40002bf8 + 0x0000000040002c04 ll_channel_map_ind_handler = 0x40002c04 + 0x0000000040002c10 ll_connection_param_req_handler = 0x40002c10 + 0x0000000040002c1c ll_connection_param_rsp_handler = 0x40002c1c + 0x0000000040002c28 ll_connection_update_ind_handler = 0x40002c28 + 0x0000000040002c34 ll_enc_req_handler = 0x40002c34 + 0x0000000040002c40 ll_enc_rsp_handler = 0x40002c40 + 0x0000000040002c4c ll_feature_req_handler = 0x40002c4c + 0x0000000040002c58 ll_feature_rsp_handler = 0x40002c58 + 0x0000000040002c64 ll_length_req_handler = 0x40002c64 + 0x0000000040002c70 ll_length_rsp_handler = 0x40002c70 + 0x0000000040002c7c ll_min_used_channels_ind_handler = 0x40002c7c + 0x0000000040002c88 ll_pause_enc_req_handler = 0x40002c88 + 0x0000000040002c94 ll_pause_enc_rsp_handler = 0x40002c94 + 0x0000000040002ca0 ll_phy_req_handler = 0x40002ca0 + 0x0000000040002cac ll_phy_rsp_handler = 0x40002cac + 0x0000000040002cb8 ll_phy_update_ind_handler = 0x40002cb8 + 0x0000000040002cc4 ll_ping_req_handler = 0x40002cc4 + 0x0000000040002cd0 ll_ping_rsp_handler = 0x40002cd0 + 0x0000000040002cdc ll_slave_feature_req_handler = 0x40002cdc + 0x0000000040002ce8 ll_start_enc_req_handler = 0x40002ce8 + 0x0000000040002cf4 ll_start_enc_rsp_handler = 0x40002cf4 + 0x0000000040002d00 ll_terminate_ind_handler = 0x40002d00 + 0x0000000040002d0c ll_version_ind_handler = 0x40002d0c + 0x0000000040002d18 llc_auth_payl_nearly_to_handler = 0x40002d18 + 0x0000000040002d24 llc_auth_payl_real_to_handler = 0x40002d24 + 0x0000000040002d30 llc_encrypt_ind_handler = 0x40002d30 + 0x0000000040002d3c llc_hci_command_handler_wrapper = 0x40002d3c + 0x0000000040002d48 llc_ll_connection_param_req_pdu_send = 0x40002d48 + 0x0000000040002d54 llc_ll_connection_param_rsp_pdu_send = 0x40002d54 + 0x0000000040002d60 llc_ll_connection_update_ind_pdu_send = 0x40002d60 + 0x0000000040002d6c llc_ll_enc_req_pdu_send = 0x40002d6c + 0x0000000040002d78 llc_ll_enc_rsp_pdu_send = 0x40002d78 + 0x0000000040002d84 llc_ll_feature_req_pdu_send = 0x40002d84 + 0x0000000040002d90 llc_ll_feature_rsp_pdu_send = 0x40002d90 + 0x0000000040002d9c llc_ll_length_req_pdu_send = 0x40002d9c + 0x0000000040002da8 llc_ll_length_rsp_pdu_send = 0x40002da8 + 0x0000000040002db4 llc_ll_pause_enc_req_pdu_send = 0x40002db4 + 0x0000000040002dc0 llc_ll_pause_enc_rsp_pdu_send = 0x40002dc0 + 0x0000000040002dcc llc_ll_phy_req_pdu_send = 0x40002dcc + 0x0000000040002dd8 llc_ll_phy_rsp_pdu_send = 0x40002dd8 + 0x0000000040002de4 llc_ll_ping_req_pdu_send = 0x40002de4 + 0x0000000040002df0 llc_ll_ping_rsp_pdu_send = 0x40002df0 + 0x0000000040002dfc llc_ll_start_enc_req_pdu_send = 0x40002dfc + 0x0000000040002e08 llc_ll_start_enc_rsp_pdu_send = 0x40002e08 + 0x0000000040002e14 llc_ll_terminate_ind_pdu_send = 0x40002e14 + 0x0000000040002e20 llc_ll_unknown_rsp_pdu_send = 0x40002e20 + 0x0000000040002e2c llc_llcp_ch_map_update_ind_pdu_send = 0x40002e2c + 0x0000000040002e38 llc_llcp_phy_upd_ind_pdu_send = 0x40002e38 + 0x0000000040002e44 llc_llcp_version_ind_pdu_send = 0x40002e44 + 0x0000000040002e50 llc_op_ch_map_upd_ind_handler = 0x40002e50 + 0x0000000040002e5c llc_op_con_upd_ind_handler = 0x40002e5c + 0x0000000040002e68 llc_op_disconnect_ind_handler = 0x40002e68 + 0x0000000040002e74 llc_op_dl_upd_ind_handler = 0x40002e74 + 0x0000000040002e80 llc_op_encrypt_ind_handler = 0x40002e80 + 0x0000000040002e8c llc_op_feats_exch_ind_handler = 0x40002e8c + 0x0000000040002e98 llc_op_le_ping_ind_handler = 0x40002e98 + 0x0000000040002ea4 llc_op_phy_upd_ind_handler = 0x40002ea4 + 0x0000000040002eb0 llc_op_ver_exch_ind_handler = 0x40002eb0 + 0x0000000040002ebc llc_stopped_ind_handler = 0x40002ebc + 0x0000000040002ec8 lld_acl_rx_ind_handler = 0x40002ec8 + 0x0000000040002ed4 lld_acl_tx_cfm_handler = 0x40002ed4 + 0x0000000040002ee0 lld_adv_end_ind_handler = 0x40002ee0 + 0x0000000040002eec lld_adv_rep_ind_handler = 0x40002eec + 0x0000000040002ef8 lld_ch_map_upd_cfm_handler = 0x40002ef8 + 0x0000000040002f04 lld_con_estab_ind_handler = 0x40002f04 + 0x0000000040002f10 lld_con_evt_sd_evt_time_set = 0x40002f10 + 0x0000000040002f1c lld_con_offset_upd_ind_handler = 0x40002f1c + 0x0000000040002f28 lld_con_param_upd_cfm_handler = 0x40002f28 + 0x0000000040002f34 lld_disc_ind_handler = 0x40002f34 + 0x0000000040002f40 lld_init_end_ind_handler = 0x40002f40 + 0x0000000040002f4c lld_llcp_rx_ind_handler_wrapper = 0x40002f4c + 0x0000000040002f58 lld_llcp_tx_cfm_handler = 0x40002f58 + 0x0000000040002f64 lld_per_adv_end_ind_handler = 0x40002f64 + 0x0000000040002f70 lld_per_adv_rep_ind_handler = 0x40002f70 + 0x0000000040002f7c lld_per_adv_rx_end_ind_handler = 0x40002f7c + 0x0000000040002f88 lld_phy_coded_500k_get = 0x40002f88 + 0x0000000040002f94 lld_phy_upd_cfm_handler = 0x40002f94 + 0x0000000040002fa0 lld_scan_end_ind_handler = 0x40002fa0 + 0x0000000040002fac lld_scan_req_ind_handler = 0x40002fac + 0x0000000040002fb8 lld_sync_start_req_handler = 0x40002fb8 + 0x0000000040002fc4 lld_test_end_ind_handler = 0x40002fc4 + 0x0000000040002fd0 lld_update_rxbuf_handler = 0x40002fd0 + 0x0000000040002fdc llm_ch_map_update_ind_handler = 0x40002fdc + 0x0000000040002fe8 llm_hci_command_handler_wrapper = 0x40002fe8 + 0x0000000040002ff4 llm_scan_period_to_handler = 0x40002ff4 + 0x0000000040003000 r_Add2SelfBigHex256 = 0x40003000 + 0x000000004000300c r_AddBigHex256 = 0x4000300c + 0x0000000040003018 r_AddBigHexModP256 = 0x40003018 + 0x0000000040003024 r_AddP256 = 0x40003024 + 0x0000000040003030 r_AddPdiv2_256 = 0x40003030 + 0x000000004000303c r_GF_Jacobian_Point_Addition256 = 0x4000303c + 0x0000000040003048 r_GF_Jacobian_Point_Double256 = 0x40003048 + 0x0000000040003054 r_GF_Point_Jacobian_To_Affine256 = 0x40003054 + 0x0000000040003060 r_MultiplyBigHexByUint32_256 = 0x40003060 + 0x000000004000306c r_MultiplyBigHexModP256 = 0x4000306c + 0x0000000040003078 r_MultiplyByU16ModP256 = 0x40003078 + 0x0000000040003084 r_SubtractBigHex256 = 0x40003084 + 0x0000000040003090 r_SubtractBigHexMod256 = 0x40003090 + 0x000000004000309c r_SubtractBigHexUint32_256 = 0x4000309c + 0x00000000400030a8 r_SubtractFromSelfBigHex256 = 0x400030a8 + 0x00000000400030b4 r_SubtractFromSelfBigHexSign256 = 0x400030b4 + 0x00000000400030c0 r_aes_alloc = 0x400030c0 + 0x00000000400030cc r_aes_ccm_continue = 0x400030cc + 0x00000000400030d8 r_aes_ccm_process_e = 0x400030d8 + 0x00000000400030e4 r_aes_ccm_xor_128_lsb = 0x400030e4 + 0x00000000400030f0 r_aes_ccm_xor_128_msb = 0x400030f0 + 0x00000000400030fc r_aes_cmac_continue = 0x400030fc + 0x0000000040003108 r_aes_cmac_start = 0x40003108 + 0x0000000040003114 r_aes_k1_continue = 0x40003114 + 0x0000000040003120 r_aes_k2_continue = 0x40003120 + 0x000000004000312c r_aes_k3_continue = 0x4000312c + 0x0000000040003138 r_aes_k4_continue = 0x40003138 + 0x0000000040003144 r_aes_shift_left_128 = 0x40003144 + 0x0000000040003150 r_aes_start = 0x40003150 + 0x000000004000315c r_aes_xor_128 = 0x4000315c + 0x0000000040003168 r_assert_err = 0x40003168 + 0x0000000040003174 r_assert_param = 0x40003174 + 0x0000000040003180 r_assert_warn = 0x40003180 + 0x000000004000318c r_bigHexInversion256 = 0x4000318c + 0x0000000040003198 r_ble_sw_cca_check_isr = 0x40003198 + 0x00000000400031a4 r_ble_util_buf_acl_tx_alloc = 0x400031a4 + 0x00000000400031b0 r_ble_util_buf_acl_tx_elt_get = 0x400031b0 + 0x00000000400031bc r_ble_util_buf_acl_tx_free = 0x400031bc + 0x00000000400031c8 r_ble_util_buf_acl_tx_free_in_isr = 0x400031c8 + 0x00000000400031d4 r_ble_util_buf_adv_tx_alloc = 0x400031d4 + 0x00000000400031e0 r_ble_util_buf_adv_tx_free = 0x400031e0 + 0x00000000400031ec r_ble_util_buf_adv_tx_free_in_isr = 0x400031ec + 0x00000000400031f8 r_ble_util_buf_env_deinit = 0x400031f8 + 0x0000000040003204 r_ble_util_buf_env_init = 0x40003204 + 0x0000000040003210 r_ble_util_buf_get_rx_buf_nb = 0x40003210 + 0x000000004000321c r_ble_util_buf_get_rx_buf_size = 0x4000321c + 0x0000000040003228 r_ble_util_buf_llcp_tx_alloc = 0x40003228 + 0x0000000040003234 r_ble_util_buf_llcp_tx_free = 0x40003234 + 0x0000000040003240 r_ble_util_buf_rx_alloc = 0x40003240 + 0x000000004000324c r_ble_util_buf_rx_alloc_in_isr = 0x4000324c + 0x0000000040003258 r_ble_util_buf_rx_free = 0x40003258 + 0x0000000040003264 r_ble_util_buf_rx_free_in_isr = 0x40003264 + 0x0000000040003270 r_ble_util_buf_set_rx_buf_nb = 0x40003270 + 0x000000004000327c r_ble_util_buf_set_rx_buf_size = 0x4000327c + 0x0000000040003288 r_ble_util_data_rx_buf_reset = 0x40003288 + 0x0000000040003294 r_bt_bb_get_intr_mask = 0x40003294 + 0x00000000400032a0 r_bt_bb_intr_clear = 0x400032a0 + 0x00000000400032ac r_bt_bb_intr_mask_set = 0x400032ac + 0x00000000400032b8 r_bt_bb_isr = 0x400032b8 + 0x00000000400032c4 r_bt_rf_coex_cfg_set = 0x400032c4 + 0x00000000400032d0 r_bt_rf_coex_conn_dynamic_pti_en_get = 0x400032d0 + 0x00000000400032dc r_bt_rf_coex_conn_phy_coded_data_time_limit_en_get = 0x400032dc + 0x00000000400032e8 r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x400032e8 + 0x00000000400032f4 r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x400032f4 + 0x0000000040003300 r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x40003300 + 0x000000004000330c r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x4000330c + 0x0000000040003318 r_bt_rf_coex_pti_table_get = 0x40003318 + 0x0000000040003324 r_bt_rf_coex_st_param_get = 0x40003324 + 0x0000000040003330 r_bt_rf_coex_st_param_set = 0x40003330 + 0x000000004000333c r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x4000333c + 0x0000000040003348 r_bt_rma_apply_rule_cs_fmt = 0x40003348 + 0x0000000040003354 r_bt_rma_apply_rule_cs_idx = 0x40003354 + 0x0000000040003360 r_bt_rma_configure = 0x40003360 + 0x000000004000336c r_bt_rma_deregister_rule_cs_fmt = 0x4000336c + 0x0000000040003378 r_bt_rma_deregister_rule_cs_idx = 0x40003378 + 0x0000000040003384 r_bt_rma_get_ant_by_act = 0x40003384 + 0x0000000040003390 r_bt_rma_init = 0x40003390 + 0x000000004000339c r_bt_rma_register_rule_cs_fmt = 0x4000339c + 0x00000000400033a8 r_bt_rma_register_rule_cs_idx = 0x400033a8 + 0x00000000400033b4 r_bt_rtp_apply_rule_cs_fmt = 0x400033b4 + 0x00000000400033c0 r_bt_rtp_apply_rule_cs_idx = 0x400033c0 + 0x00000000400033cc r_bt_rtp_deregister_rule_cs_fmt = 0x400033cc + 0x00000000400033d8 r_bt_rtp_deregister_rule_cs_idx = 0x400033d8 + 0x00000000400033e4 r_bt_rtp_get_txpwr_idx_by_act = 0x400033e4 + 0x00000000400033f0 r_bt_rtp_init = 0x400033f0 + 0x00000000400033fc r_bt_rtp_register_rule_cs_fmt = 0x400033fc + 0x0000000040003408 r_bt_rtp_register_rule_cs_idx = 0x40003408 + 0x0000000040003414 r_btdm_isr = 0x40003414 + 0x0000000040003420 r_btdm_task_post = 0x40003420 + 0x000000004000342c r_btdm_task_post_from_isr = 0x4000342c + 0x0000000040003438 r_btdm_task_recycle = 0x40003438 + 0x0000000040003444 r_cali_phase_match_p = 0x40003444 + 0x0000000040003450 r_cmp_abs_time = 0x40003450 + 0x000000004000345c r_cmp_dest_id = 0x4000345c + 0x0000000040003468 r_cmp_timer_id = 0x40003468 + 0x0000000040003474 r_co_bdaddr_compare = 0x40003474 + 0x0000000040003480 r_co_ble_pkt_dur_in_us = 0x40003480 + 0x000000004000348c r_co_list_extract = 0x4000348c + 0x0000000040003498 r_co_list_extract_after = 0x40003498 + 0x00000000400034a4 r_co_list_extract_sublist = 0x400034a4 + 0x00000000400034b0 r_co_list_find = 0x400034b0 + 0x00000000400034bc r_co_list_init = 0x400034bc + 0x00000000400034c8 r_co_list_insert_after = 0x400034c8 + 0x00000000400034d4 r_co_list_insert_before = 0x400034d4 + 0x00000000400034e0 r_co_list_merge = 0x400034e0 + 0x00000000400034ec r_co_list_pool_init = 0x400034ec + 0x00000000400034f8 r_co_list_pop_front = 0x400034f8 + 0x0000000040003504 r_co_list_push_back = 0x40003504 + 0x0000000040003510 r_co_list_push_back_sublist = 0x40003510 + 0x000000004000351c r_co_list_push_front = 0x4000351c + 0x0000000040003528 r_co_list_size = 0x40003528 + 0x0000000040003534 r_co_nb_good_le_channels = 0x40003534 + 0x0000000040003540 r_co_util_pack = 0x40003540 + 0x000000004000354c r_co_util_read_array_size = 0x4000354c + 0x0000000040003558 r_co_util_unpack = 0x40003558 + 0x0000000040003564 r_dbg_env_deinit = 0x40003564 + 0x0000000040003570 r_dbg_env_init = 0x40003570 + 0x000000004000357c r_dbg_platform_reset_complete = 0x4000357c + 0x0000000040003588 r_dl_upd_proc_start = 0x40003588 + 0x0000000040003594 r_dump_data = 0x40003594 + 0x00000000400035a0 r_ecc_abort_key256_generation = 0x400035a0 + 0x00000000400035ac r_ecc_gen_new_public_key = 0x400035ac + 0x00000000400035b8 r_ecc_gen_new_secret_key = 0x400035b8 + 0x00000000400035c4 r_ecc_generate_key256 = 0x400035c4 + 0x00000000400035d0 r_ecc_get_debug_Keys = 0x400035d0 + 0x00000000400035dc r_ecc_init = 0x400035dc + 0x00000000400035e8 r_ecc_is_valid_point = 0x400035e8 + 0x00000000400035f4 r_ecc_multiplication_event_handler = 0x400035f4 + 0x0000000040003600 r_ecc_point_multiplication_win_256 = 0x40003600 + 0x000000004000360c r_emi_alloc_em_mapping_by_offset = 0x4000360c + 0x0000000040003618 r_emi_base_reg_lut_show = 0x40003618 + 0x0000000040003624 r_emi_em_base_reg_show = 0x40003624 + 0x0000000040003630 r_emi_free_em_mapping_by_offset = 0x40003630 + 0x000000004000363c r_emi_get_em_mapping_idx_by_offset = 0x4000363c + 0x0000000040003648 r_emi_get_mem_addr_by_offset = 0x40003648 + 0x0000000040003654 r_emi_overwrite_em_mapping_by_offset = 0x40003654 + 0x0000000040003660 r_esp_vendor_hci_command_handler = 0x40003660 + 0x000000004000366c r_get_stack_usage = 0x4000366c + 0x0000000040003678 r_h4tl_acl_hdr_rx_evt_handler = 0x40003678 + 0x0000000040003684 r_h4tl_cmd_hdr_rx_evt_handler = 0x40003684 + 0x0000000040003690 r_h4tl_cmd_pld_rx_evt_handler = 0x40003690 + 0x000000004000369c r_h4tl_eif_io_event_post = 0x4000369c + 0x00000000400036a8 r_h4tl_eif_register = 0x400036a8 + 0x00000000400036b4 r_h4tl_init = 0x400036b4 + 0x00000000400036c0 r_h4tl_out_of_sync = 0x400036c0 + 0x00000000400036cc r_h4tl_out_of_sync_check = 0x400036cc + 0x00000000400036d8 r_h4tl_read_hdr = 0x400036d8 + 0x00000000400036e4 r_h4tl_read_next_out_of_sync = 0x400036e4 + 0x00000000400036f0 r_h4tl_read_payl = 0x400036f0 + 0x00000000400036fc r_h4tl_read_start = 0x400036fc + 0x0000000040003708 r_h4tl_rx_acl_hdr_extract = 0x40003708 + 0x0000000040003714 r_h4tl_rx_cmd_hdr_extract = 0x40003714 + 0x0000000040003720 r_h4tl_rx_done = 0x40003720 + 0x000000004000372c r_h4tl_start = 0x4000372c + 0x0000000040003738 r_h4tl_stop = 0x40003738 + 0x0000000040003744 r_h4tl_tx_done = 0x40003744 + 0x0000000040003750 r_h4tl_tx_evt_handler = 0x40003750 + 0x000000004000375c r_h4tl_write = 0x4000375c + 0x0000000040003768 r_hci_acl_tx_data_alloc = 0x40003768 + 0x0000000040003774 r_hci_acl_tx_data_received = 0x40003774 + 0x0000000040003780 r_hci_basic_cmd_send_2_controller = 0x40003780 + 0x000000004000378c r_hci_ble_adv_report_filter_check = 0x4000378c + 0x0000000040003798 r_hci_ble_adv_report_tx_check = 0x40003798 + 0x00000000400037a4 r_hci_ble_conhdl_register = 0x400037a4 + 0x00000000400037b0 r_hci_ble_conhdl_unregister = 0x400037b0 + 0x00000000400037bc r_hci_build_acl_data = 0x400037bc + 0x00000000400037c8 r_hci_build_cc_evt = 0x400037c8 + 0x00000000400037d4 r_hci_build_cs_evt = 0x400037d4 + 0x00000000400037e0 r_hci_build_evt = 0x400037e0 + 0x00000000400037ec r_hci_build_le_evt = 0x400037ec + 0x00000000400037f8 r_hci_cmd_get_max_param_size = 0x400037f8 + 0x0000000040003804 r_hci_cmd_received = 0x40003804 + 0x0000000040003810 r_hci_cmd_reject = 0x40003810 + 0x000000004000381c r_hci_evt_mask_check = 0x4000381c + 0x0000000040003828 r_hci_evt_mask_set = 0x40003828 + 0x0000000040003834 r_hci_fc_acl_buf_size_set = 0x40003834 + 0x0000000040003840 r_hci_fc_acl_en = 0x40003840 + 0x000000004000384c r_hci_fc_acl_packet_sent = 0x4000384c + 0x0000000040003858 r_hci_fc_check_host_available_nb_acl_packets = 0x40003858 + 0x0000000040003864 r_hci_fc_host_nb_acl_pkts_complete = 0x40003864 + 0x0000000040003870 r_hci_fc_init = 0x40003870 + 0x000000004000387c r_hci_look_for_cmd_desc = 0x4000387c + 0x0000000040003888 r_hci_look_for_evt_desc = 0x40003888 + 0x0000000040003894 r_hci_look_for_le_evt_desc = 0x40003894 + 0x00000000400038a0 r_hci_look_for_le_evt_desc_esp = 0x400038a0 + 0x00000000400038ac r_hci_pack_bytes = 0x400038ac + 0x00000000400038b8 r_hci_register_vendor_desc_tab = 0x400038b8 + 0x00000000400038c4 r_hci_send_2_controller = 0x400038c4 + 0x00000000400038d0 r_hci_send_2_host = 0x400038d0 + 0x00000000400038dc r_hci_tl_c2h_data_flow_on = 0x400038dc + 0x00000000400038e8 r_hci_tl_cmd_hdr_rx_evt_handler = 0x400038e8 + 0x00000000400038f4 r_hci_tl_cmd_pld_rx_evt_handler = 0x400038f4 + 0x0000000040003900 r_hci_tl_get_pkt = 0x40003900 + 0x000000004000390c r_hci_tl_hci_pkt_handler = 0x4000390c + 0x0000000040003918 r_hci_tl_hci_tx_done_evt_handler = 0x40003918 + 0x0000000040003924 r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40003924 + 0x0000000040003930 r_hci_tl_save_pkt = 0x40003930 + 0x000000004000393c r_hci_tl_send = 0x4000393c + 0x0000000040003948 r_hci_tx_done = 0x40003948 + 0x0000000040003954 r_hci_tx_start = 0x40003954 + 0x0000000040003960 r_hci_tx_trigger = 0x40003960 + 0x000000004000396c r_isValidSecretKey_256 = 0x4000396c + 0x0000000040003978 r_ke_check_malloc = 0x40003978 + 0x0000000040003984 r_ke_event_callback_set = 0x40003984 + 0x0000000040003990 r_ke_event_clear = 0x40003990 + 0x000000004000399c r_ke_event_flush = 0x4000399c + 0x00000000400039a8 r_ke_event_get = 0x400039a8 + 0x00000000400039b4 r_ke_event_get_all = 0x400039b4 + 0x00000000400039c0 r_ke_event_init = 0x400039c0 + 0x00000000400039cc r_ke_event_schedule = 0x400039cc + 0x00000000400039d8 r_ke_event_set = 0x400039d8 + 0x00000000400039e4 r_ke_flush = 0x400039e4 + 0x00000000400039f0 r_ke_free = 0x400039f0 + 0x00000000400039fc r_ke_handler_search = 0x400039fc + 0x0000000040003a08 r_ke_init = 0x40003a08 + 0x0000000040003a14 r_ke_is_free = 0x40003a14 + 0x0000000040003a20 r_ke_malloc = 0x40003a20 + 0x0000000040003a2c r_ke_mem_init = 0x40003a2c + 0x0000000040003a38 r_ke_mem_is_empty = 0x40003a38 + 0x0000000040003a44 r_ke_mem_is_in_heap = 0x40003a44 + 0x0000000040003a50 r_ke_msg_alloc = 0x40003a50 + 0x0000000040003a5c r_ke_msg_dest_id_get = 0x40003a5c + 0x0000000040003a68 r_ke_msg_discard = 0x40003a68 + 0x0000000040003a74 r_ke_msg_forward = 0x40003a74 + 0x0000000040003a80 r_ke_msg_forward_new_id = 0x40003a80 + 0x0000000040003a8c r_ke_msg_free = 0x40003a8c + 0x0000000040003a98 r_ke_msg_in_queue = 0x40003a98 + 0x0000000040003aa4 r_ke_msg_save = 0x40003aa4 + 0x0000000040003ab0 r_ke_msg_send = 0x40003ab0 + 0x0000000040003abc r_ke_msg_send_basic = 0x40003abc + 0x0000000040003ac8 r_ke_msg_src_id_get = 0x40003ac8 + 0x0000000040003ad4 r_ke_queue_extract = 0x40003ad4 + 0x0000000040003ae0 r_ke_queue_insert = 0x40003ae0 + 0x0000000040003aec r_ke_sleep_check = 0x40003aec + 0x0000000040003af8 r_ke_state_get = 0x40003af8 + 0x0000000040003b04 r_ke_state_set = 0x40003b04 + 0x0000000040003b10 r_ke_task_check = 0x40003b10 + 0x0000000040003b1c r_ke_task_create = 0x40003b1c + 0x0000000040003b28 r_ke_task_delete = 0x40003b28 + 0x0000000040003b34 r_ke_task_handler_get = 0x40003b34 + 0x0000000040003b40 r_ke_task_init = 0x40003b40 + 0x0000000040003b4c r_ke_task_msg_flush = 0x40003b4c + 0x0000000040003b58 r_ke_task_saved_update = 0x40003b58 + 0x0000000040003b64 r_ke_task_schedule = 0x40003b64 + 0x0000000040003b70 r_ke_time = 0x40003b70 + 0x0000000040003b7c r_ke_time_cmp = 0x40003b7c + 0x0000000040003b88 r_ke_time_past = 0x40003b88 + 0x0000000040003b94 r_ke_timer_active = 0x40003b94 + 0x0000000040003ba0 r_ke_timer_adjust_all = 0x40003ba0 + 0x0000000040003bac r_ke_timer_clear = 0x40003bac + 0x0000000040003bb8 r_ke_timer_init = 0x40003bb8 + 0x0000000040003bc4 r_ke_timer_schedule = 0x40003bc4 + 0x0000000040003bd0 r_ke_timer_set = 0x40003bd0 + 0x0000000040003bdc r_led_init = 0x40003bdc + 0x0000000040003be8 r_led_set_all = 0x40003be8 + 0x0000000040003bf4 r_llc_aes_res_cb = 0x40003bf4 + 0x0000000040003c00 r_llc_ch_map_up_proc_err_cb = 0x40003c00 + 0x0000000040003c0c r_llc_cleanup = 0x40003c0c + 0x0000000040003c18 r_llc_cmd_cmp_send = 0x40003c18 + 0x0000000040003c24 r_llc_cmd_stat_send = 0x40003c24 + 0x0000000040003c30 r_llc_con_move_cbk = 0x40003c30 + 0x0000000040003c3c r_llc_con_plan_set_update = 0x40003c3c + 0x0000000040003c48 r_llc_con_upd_param_in_range = 0x40003c48 + 0x0000000040003c54 r_llc_disconnect = 0x40003c54 + 0x0000000040003c60 r_llc_disconnect_end = 0x40003c60 + 0x0000000040003c6c r_llc_disconnect_proc_continue = 0x40003c6c + 0x0000000040003c78 r_llc_disconnect_proc_err_cb = 0x40003c78 + 0x0000000040003c84 r_llc_dl_chg_check = 0x40003c84 + 0x0000000040003c90 r_llc_dle_proc_err_cb = 0x40003c90 + 0x0000000040003c9c r_llc_feats_exch_proc_err_cb = 0x40003c9c + 0x0000000040003ca8 r_llc_hci_cmd_handler_tab_p_get = 0x40003ca8 + 0x0000000040003cb4 r_llc_hci_command_handler = 0x40003cb4 + 0x0000000040003cc0 r_llc_hci_con_param_req_evt_send = 0x40003cc0 + 0x0000000040003ccc r_llc_hci_con_upd_info_send = 0x40003ccc + 0x0000000040003cd8 r_llc_hci_disconnected_dis = 0x40003cd8 + 0x0000000040003ce4 r_llc_hci_dl_upd_info_send = 0x40003ce4 + 0x0000000040003cf0 r_llc_hci_enc_evt_send = 0x40003cf0 + 0x0000000040003cfc r_llc_hci_feats_info_send = 0x40003cfc + 0x0000000040003d08 r_llc_hci_le_phy_upd_cmp_evt_send = 0x40003d08 + 0x0000000040003d14 r_llc_hci_ltk_request_evt_send = 0x40003d14 + 0x0000000040003d20 r_llc_hci_nb_cmp_pkts_evt_send = 0x40003d20 + 0x0000000040003d2c r_llc_hci_version_info_send = 0x40003d2c + 0x0000000040003d38 r_llc_init_term_proc = 0x40003d38 + 0x0000000040003d44 r_llc_iv_skd_rand_gen = 0x40003d44 + 0x0000000040003d50 r_llc_le_ping_proc_continue = 0x40003d50 + 0x0000000040003d5c r_llc_le_ping_proc_err_cb = 0x40003d5c + 0x0000000040003d68 r_llc_le_ping_restart = 0x40003d68 + 0x0000000040003d74 r_llc_le_ping_set = 0x40003d74 + 0x0000000040003d80 r_llc_ll_pause_enc_rsp_ack_handler = 0x40003d80 + 0x0000000040003d8c r_llc_ll_reject_ind_ack_handler = 0x40003d8c + 0x0000000040003d98 r_llc_ll_reject_ind_pdu_send = 0x40003d98 + 0x0000000040003da4 r_llc_ll_start_enc_rsp_ack_handler = 0x40003da4 + 0x0000000040003db0 r_llc_ll_terminate_ind_ack = 0x40003db0 + 0x0000000040003dbc r_llc_ll_unknown_ind_handler = 0x40003dbc + 0x0000000040003dc8 r_llc_llcp_send = 0x40003dc8 + 0x0000000040003dd4 r_llc_llcp_state_set = 0x40003dd4 + 0x0000000040003de0 r_llc_llcp_trans_timer_set = 0x40003de0 + 0x0000000040003dec r_llc_llcp_tx_check = 0x40003dec + 0x0000000040003df8 r_llc_loc_ch_map_proc_continue = 0x40003df8 + 0x0000000040003e04 r_llc_loc_con_upd_proc_continue = 0x40003e04 + 0x0000000040003e10 r_llc_loc_con_upd_proc_err_cb = 0x40003e10 + 0x0000000040003e1c r_llc_loc_dl_upd_proc_continue = 0x40003e1c + 0x0000000040003e28 r_llc_loc_encrypt_proc_continue = 0x40003e28 + 0x0000000040003e34 r_llc_loc_encrypt_proc_err_cb = 0x40003e34 + 0x0000000040003e40 r_llc_loc_feats_exch_proc_continue = 0x40003e40 + 0x0000000040003e4c r_llc_loc_phy_upd_proc_continue = 0x40003e4c + 0x0000000040003e58 r_llc_loc_phy_upd_proc_err_cb = 0x40003e58 + 0x0000000040003e64 r_llc_msg_handler_tab_p_get = 0x40003e64 + 0x0000000040003e70 r_llc_pref_param_compute = 0x40003e70 + 0x0000000040003e7c r_llc_proc_collision_check = 0x40003e7c + 0x0000000040003e88 r_llc_proc_err_ind = 0x40003e88 + 0x0000000040003e94 r_llc_proc_get = 0x40003e94 + 0x0000000040003ea0 r_llc_proc_id_get = 0x40003ea0 + 0x0000000040003eac r_llc_proc_reg = 0x40003eac + 0x0000000040003eb8 r_llc_proc_state_get = 0x40003eb8 + 0x0000000040003ec4 r_llc_proc_state_set = 0x40003ec4 + 0x0000000040003ed0 r_llc_proc_timer_pause_set = 0x40003ed0 + 0x0000000040003edc r_llc_proc_timer_set = 0x40003edc + 0x0000000040003ee8 r_llc_proc_unreg = 0x40003ee8 + 0x0000000040003ef4 r_llc_rem_ch_map_proc_continue = 0x40003ef4 + 0x0000000040003f00 r_llc_rem_con_upd_proc_continue = 0x40003f00 + 0x0000000040003f0c r_llc_rem_con_upd_proc_err_cb = 0x40003f0c + 0x0000000040003f18 r_llc_rem_dl_upd_proc = 0x40003f18 + 0x0000000040003f24 r_llc_rem_encrypt_proc_continue = 0x40003f24 + 0x0000000040003f30 r_llc_rem_encrypt_proc_err_cb = 0x40003f30 + 0x0000000040003f3c r_llc_rem_phy_upd_proc_continue = 0x40003f3c + 0x0000000040003f48 r_llc_rem_phy_upd_proc_err_cb = 0x40003f48 + 0x0000000040003f54 r_llc_role_get = 0x40003f54 + 0x0000000040003f60 r_llc_sk_gen = 0x40003f60 + 0x0000000040003f6c r_llc_start = 0x40003f6c + 0x0000000040003f78 r_llc_stop = 0x40003f78 + 0x0000000040003f84 r_llc_ver_exch_loc_proc_continue = 0x40003f84 + 0x0000000040003f90 r_llc_ver_proc_err_cb = 0x40003f90 + 0x0000000040003f9c r_llcp_pdu_handler_tab_p_get = 0x40003f9c + 0x0000000040003fa8 r_lld_aa_gen = 0x40003fa8 + 0x0000000040003fb4 r_lld_adv_adv_data_set = 0x40003fb4 + 0x0000000040003fc0 r_lld_adv_adv_data_update = 0x40003fc0 + 0x0000000040003fcc r_lld_adv_aux_ch_idx_set = 0x40003fcc + 0x0000000040003fd8 r_lld_adv_aux_evt_canceled_cbk = 0x40003fd8 + 0x0000000040003fe4 r_lld_adv_aux_evt_start_cbk = 0x40003fe4 + 0x0000000040003ff0 r_lld_adv_coex_check_ext_adv_synced = 0x40003ff0 + 0x0000000040003ffc r_lld_adv_coex_env_reset = 0x40003ffc + 0x0000000040004008 r_lld_adv_duration_update = 0x40004008 + 0x0000000040004014 r_lld_adv_dynamic_pti_process = 0x40004014 + 0x0000000040004020 r_lld_adv_end = 0x40004020 + 0x000000004000402c r_lld_adv_evt_canceled_cbk = 0x4000402c + 0x0000000040004038 r_lld_adv_evt_start_cbk = 0x40004038 + 0x0000000040004044 r_lld_adv_ext_chain_construct = 0x40004044 + 0x0000000040004050 r_lld_adv_ext_pkt_prepare = 0x40004050 + 0x000000004000405c r_lld_adv_frm_cbk = 0x4000405c + 0x0000000040004068 r_lld_adv_frm_isr = 0x40004068 + 0x0000000040004074 r_lld_adv_frm_skip_isr = 0x40004074 + 0x0000000040004080 r_lld_adv_init = 0x40004080 + 0x000000004000408c r_lld_adv_pkt_rx = 0x4000408c + 0x0000000040004098 r_lld_adv_pkt_rx_connect_ind = 0x40004098 + 0x00000000400040a4 r_lld_adv_pkt_rx_send_scan_req_evt = 0x400040a4 + 0x00000000400040b0 r_lld_adv_rand_addr_update = 0x400040b0 + 0x00000000400040bc r_lld_adv_restart = 0x400040bc + 0x00000000400040c8 r_lld_adv_scan_rsp_data_set = 0x400040c8 + 0x00000000400040d4 r_lld_adv_scan_rsp_data_update = 0x400040d4 + 0x00000000400040e0 r_lld_adv_set_tx_power = 0x400040e0 + 0x00000000400040ec r_lld_adv_start = 0x400040ec + 0x00000000400040f8 r_lld_adv_stop = 0x400040f8 + 0x0000000040004104 r_lld_adv_sync_info_set = 0x40004104 + 0x0000000040004110 r_lld_adv_sync_info_update = 0x40004110 + 0x000000004000411c r_lld_calc_aux_rx = 0x4000411c + 0x0000000040004128 r_lld_cca_alloc = 0x40004128 + 0x0000000040004134 r_lld_cca_data_reset = 0x40004134 + 0x0000000040004140 r_lld_cca_free = 0x40004140 + 0x000000004000414c r_lld_ch_assess_data_get = 0x4000414c + 0x0000000040004158 r_lld_ch_idx_get = 0x40004158 + 0x0000000040004164 r_lld_ch_map_set = 0x40004164 + 0x0000000040004170 r_lld_channel_assess = 0x40004170 + 0x000000004000417c r_lld_con_activity_act_offset_compute = 0x4000417c + 0x0000000040004188 r_lld_con_activity_offset_compute = 0x40004188 + 0x0000000040004194 r_lld_con_ch_map_update = 0x40004194 + 0x00000000400041a0 r_lld_con_cleanup = 0x400041a0 + 0x00000000400041ac r_lld_con_current_tx_power_get = 0x400041ac + 0x00000000400041b8 r_lld_con_data_flow_set = 0x400041b8 + 0x00000000400041c4 r_lld_con_data_len_update = 0x400041c4 + 0x00000000400041d0 r_lld_con_data_tx = 0x400041d0 + 0x00000000400041dc r_lld_con_enc_key_load = 0x400041dc + 0x00000000400041e8 r_lld_con_event_counter_get = 0x400041e8 + 0x00000000400041f4 r_lld_con_evt_canceled_cbk = 0x400041f4 + 0x0000000040004200 r_lld_con_evt_duration_min_get = 0x40004200 + 0x000000004000420c r_lld_con_evt_max_eff_time_cal = 0x4000420c + 0x0000000040004218 r_lld_con_evt_sd_evt_time_get = 0x40004218 + 0x0000000040004224 r_lld_con_evt_start_cbk = 0x40004224 + 0x0000000040004230 r_lld_con_evt_time_update = 0x40004230 + 0x000000004000423c r_lld_con_free_all_tx_buf = 0x4000423c + 0x0000000040004248 r_lld_con_frm_cbk = 0x40004248 + 0x0000000040004254 r_lld_con_frm_isr = 0x40004254 + 0x0000000040004260 r_lld_con_frm_skip_isr = 0x40004260 + 0x000000004000426c r_lld_con_init = 0x4000426c + 0x0000000040004278 r_lld_con_llcp_tx = 0x40004278 + 0x0000000040004284 r_lld_con_max_lat_calc = 0x40004284 + 0x0000000040004290 r_lld_con_offset_get = 0x40004290 + 0x000000004000429c r_lld_con_param_update = 0x4000429c + 0x00000000400042a8 r_lld_con_phys_update = 0x400042a8 + 0x00000000400042b4 r_lld_con_pref_slave_evt_dur_set = 0x400042b4 + 0x00000000400042c0 r_lld_con_pref_slave_latency_set = 0x400042c0 + 0x00000000400042cc r_lld_con_rssi_get = 0x400042cc + 0x00000000400042d8 r_lld_con_rx = 0x400042d8 + 0x00000000400042e4 r_lld_con_rx_channel_assess = 0x400042e4 + 0x00000000400042f0 r_lld_con_rx_enc = 0x400042f0 + 0x00000000400042fc r_lld_con_rx_isr = 0x400042fc + 0x0000000040004308 r_lld_con_rx_link_info_check = 0x40004308 + 0x0000000040004314 r_lld_con_rx_llcp_check = 0x40004314 + 0x0000000040004320 r_lld_con_rx_sync_time_update = 0x40004320 + 0x000000004000432c r_lld_con_sched = 0x4000432c + 0x0000000040004338 r_lld_con_set_tx_power = 0x40004338 + 0x0000000040004344 r_lld_con_start = 0x40004344 + 0x0000000040004350 r_lld_con_stop = 0x40004350 + 0x000000004000435c r_lld_con_tx = 0x4000435c + 0x0000000040004368 r_lld_con_tx_enc = 0x40004368 + 0x0000000040004374 r_lld_con_tx_isr = 0x40004374 + 0x0000000040004380 r_lld_con_tx_len_update = 0x40004380 + 0x000000004000438c r_lld_con_tx_len_update_for_intv = 0x4000438c + 0x0000000040004398 r_lld_con_tx_len_update_for_rate = 0x40004398 + 0x00000000400043a4 r_lld_con_tx_prog = 0x400043a4 + 0x00000000400043b0 r_lld_conn_dynamic_pti_process = 0x400043b0 + 0x00000000400043bc r_lld_continue_scan_rx_isr_end_process = 0x400043bc + 0x00000000400043c8 r_lld_ext_scan_dynamic_pti_process = 0x400043c8 + 0x00000000400043d4 r_lld_hw_cca_end_isr = 0x400043d4 + 0x00000000400043e0 r_lld_hw_cca_evt_handler = 0x400043e0 + 0x00000000400043ec r_lld_hw_cca_isr = 0x400043ec + 0x00000000400043f8 r_lld_init_cal_anchor_point = 0x400043f8 + 0x0000000040004404 r_lld_init_compute_winoffset = 0x40004404 + 0x0000000040004410 r_lld_init_connect_req_pack = 0x40004410 + 0x000000004000441c r_lld_init_end = 0x4000441c + 0x0000000040004428 r_lld_init_evt_canceled_cbk = 0x40004428 + 0x0000000040004434 r_lld_init_evt_start_cbk = 0x40004434 + 0x0000000040004440 r_lld_init_frm_cbk = 0x40004440 + 0x000000004000444c r_lld_init_frm_eof_isr = 0x4000444c + 0x0000000040004458 r_lld_init_frm_skip_isr = 0x40004458 + 0x0000000040004464 r_lld_init_init = 0x40004464 + 0x0000000040004470 r_lld_init_process_pkt_rx = 0x40004470 + 0x000000004000447c r_lld_init_process_pkt_rx_adv_ext_ind = 0x4000447c + 0x0000000040004488 r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x40004488 + 0x0000000040004494 r_lld_init_process_pkt_rx_aux_connect_rsp = 0x40004494 + 0x00000000400044a0 r_lld_init_process_pkt_tx = 0x400044a0 + 0x00000000400044ac r_lld_init_process_pkt_tx_cal_con_timestamp = 0x400044ac + 0x00000000400044b8 r_lld_init_sched = 0x400044b8 + 0x00000000400044c4 r_lld_init_set_tx_power = 0x400044c4 + 0x00000000400044d0 r_lld_init_start = 0x400044d0 + 0x00000000400044dc r_lld_init_stop = 0x400044dc + 0x00000000400044e8 r_lld_instant_proc_end = 0x400044e8 + 0x00000000400044f4 r_lld_llcp_rx_ind_handler = 0x400044f4 + 0x0000000040004500 r_lld_per_adv_ch_map_update = 0x40004500 + 0x000000004000450c r_lld_per_adv_chain_construct = 0x4000450c + 0x0000000040004518 r_lld_per_adv_cleanup = 0x40004518 + 0x0000000040004524 r_lld_per_adv_coex_env_reset = 0x40004524 + 0x0000000040004530 r_lld_per_adv_data_set = 0x40004530 + 0x000000004000453c r_lld_per_adv_data_update = 0x4000453c + 0x0000000040004548 r_lld_per_adv_dynamic_pti_process = 0x40004548 + 0x0000000040004554 r_lld_per_adv_evt_canceled_cbk = 0x40004554 + 0x0000000040004560 r_lld_per_adv_evt_start_cbk = 0x40004560 + 0x000000004000456c r_lld_per_adv_ext_pkt_prepare = 0x4000456c + 0x0000000040004578 r_lld_per_adv_frm_cbk = 0x40004578 + 0x0000000040004584 r_lld_per_adv_frm_isr = 0x40004584 + 0x0000000040004590 r_lld_per_adv_frm_skip_isr = 0x40004590 + 0x000000004000459c r_lld_per_adv_init = 0x4000459c + 0x00000000400045a8 r_lld_per_adv_init_info_get = 0x400045a8 + 0x00000000400045b4 r_lld_per_adv_list_add = 0x400045b4 + 0x00000000400045c0 r_lld_per_adv_list_rem = 0x400045c0 + 0x00000000400045cc r_lld_per_adv_sched = 0x400045cc + 0x00000000400045d8 r_lld_per_adv_set_tx_power = 0x400045d8 + 0x00000000400045e4 r_lld_per_adv_start = 0x400045e4 + 0x00000000400045f0 r_lld_per_adv_stop = 0x400045f0 + 0x00000000400045fc r_lld_per_adv_sync_info_get = 0x400045fc + 0x0000000040004608 r_lld_process_cca_data = 0x40004608 + 0x0000000040004614 r_lld_ral_search = 0x40004614 + 0x0000000040004620 r_lld_read_clock = 0x40004620 + 0x000000004000462c r_lld_res_list_add = 0x4000462c + 0x0000000040004638 r_lld_res_list_clear = 0x40004638 + 0x0000000040004644 r_lld_res_list_is_empty = 0x40004644 + 0x0000000040004650 r_lld_res_list_local_rpa_get = 0x40004650 + 0x000000004000465c r_lld_res_list_peer_rpa_get = 0x4000465c + 0x0000000040004668 r_lld_res_list_peer_update = 0x40004668 + 0x0000000040004674 r_lld_res_list_priv_mode_update = 0x40004674 + 0x0000000040004680 r_lld_res_list_rem = 0x40004680 + 0x000000004000468c r_lld_reset_reg = 0x4000468c + 0x0000000040004698 r_lld_rpa_renew = 0x40004698 + 0x00000000400046a4 r_lld_rpa_renew_evt_canceled_cbk = 0x400046a4 + 0x00000000400046b0 r_lld_rpa_renew_evt_start_cbk = 0x400046b0 + 0x00000000400046bc r_lld_rpa_renew_instant_cbk = 0x400046bc + 0x00000000400046c8 r_lld_rxdesc_check = 0x400046c8 + 0x00000000400046d4 r_lld_rxdesc_free = 0x400046d4 + 0x00000000400046e0 r_lld_scan_create_sync = 0x400046e0 + 0x00000000400046ec r_lld_scan_create_sync_cancel = 0x400046ec + 0x00000000400046f8 r_lld_scan_end = 0x400046f8 + 0x0000000040004704 r_lld_scan_evt_canceled_cbk = 0x40004704 + 0x0000000040004710 r_lld_scan_evt_start_cbk = 0x40004710 + 0x000000004000471c r_lld_scan_frm_cbk = 0x4000471c + 0x0000000040004728 r_lld_scan_frm_eof_isr = 0x40004728 + 0x0000000040004734 r_lld_scan_frm_rx_isr = 0x40004734 + 0x0000000040004740 r_lld_scan_frm_skip_isr = 0x40004740 + 0x000000004000474c r_lld_scan_init = 0x4000474c + 0x0000000040004758 r_lld_scan_params_update = 0x40004758 + 0x0000000040004764 r_lld_scan_process_pkt_rx = 0x40004764 + 0x0000000040004770 r_lld_scan_process_pkt_rx_adv_rep = 0x40004770 + 0x000000004000477c r_lld_scan_process_pkt_rx_aux_adv_ind = 0x4000477c + 0x0000000040004788 r_lld_scan_process_pkt_rx_aux_chain_ind = 0x40004788 + 0x0000000040004794 r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40004794 + 0x00000000400047a0 r_lld_scan_process_pkt_rx_ext_adv = 0x400047a0 + 0x00000000400047ac r_lld_scan_process_pkt_rx_ext_adv_ind = 0x400047ac + 0x00000000400047b8 r_lld_scan_process_pkt_rx_legacy_adv = 0x400047b8 + 0x00000000400047c4 r_lld_scan_restart = 0x400047c4 + 0x00000000400047d0 r_lld_scan_sched = 0x400047d0 + 0x00000000400047dc r_lld_scan_set_tx_power = 0x400047dc + 0x00000000400047e8 r_lld_scan_start = 0x400047e8 + 0x00000000400047f4 r_lld_scan_stop = 0x400047f4 + 0x0000000040004800 r_lld_scan_sync_accept = 0x40004800 + 0x000000004000480c r_lld_scan_sync_info_unpack = 0x4000480c + 0x0000000040004818 r_lld_scan_trunc_ind = 0x40004818 + 0x0000000040004824 r_lld_sw_cca_evt_handler = 0x40004824 + 0x0000000040004830 r_lld_sw_cca_isr = 0x40004830 + 0x000000004000483c r_lld_sync_ch_map_update = 0x4000483c + 0x0000000040004848 r_lld_sync_cleanup = 0x40004848 + 0x0000000040004854 r_lld_sync_evt_canceled_cbk = 0x40004854 + 0x0000000040004860 r_lld_sync_evt_start_cbk = 0x40004860 + 0x000000004000486c r_lld_sync_frm_cbk = 0x4000486c + 0x0000000040004878 r_lld_sync_frm_eof_isr = 0x40004878 + 0x0000000040004884 r_lld_sync_frm_rx_isr = 0x40004884 + 0x0000000040004890 r_lld_sync_frm_skip_isr = 0x40004890 + 0x000000004000489c r_lld_sync_init = 0x4000489c + 0x00000000400048a8 r_lld_sync_process_pkt_rx = 0x400048a8 + 0x00000000400048b4 r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400048b4 + 0x00000000400048c0 r_lld_sync_process_pkt_rx_pkt_check = 0x400048c0 + 0x00000000400048cc r_lld_sync_scan_dynamic_pti_process = 0x400048cc + 0x00000000400048d8 r_lld_sync_sched = 0x400048d8 + 0x00000000400048e4 r_lld_sync_start = 0x400048e4 + 0x00000000400048f0 r_lld_sync_stop = 0x400048f0 + 0x00000000400048fc r_lld_sync_trunc_ind = 0x400048fc + 0x0000000040004908 r_lld_test_cleanup = 0x40004908 + 0x0000000040004914 r_lld_test_evt_canceled_cbk = 0x40004914 + 0x0000000040004920 r_lld_test_evt_start_cbk = 0x40004920 + 0x000000004000492c r_lld_test_freq2chnl = 0x4000492c + 0x0000000040004938 r_lld_test_frm_cbk = 0x40004938 + 0x0000000040004944 r_lld_test_frm_isr = 0x40004944 + 0x0000000040004950 r_lld_test_init = 0x40004950 + 0x000000004000495c r_lld_test_rx_isr = 0x4000495c + 0x0000000040004968 r_lld_test_set_tx_power = 0x40004968 + 0x0000000040004974 r_lld_test_start = 0x40004974 + 0x0000000040004980 r_lld_test_stop = 0x40004980 + 0x000000004000498c r_lld_update_rxbuf = 0x4000498c + 0x0000000040004998 r_lld_update_rxbuf_isr = 0x40004998 + 0x00000000400049a4 r_lld_white_list_add = 0x400049a4 + 0x00000000400049b0 r_lld_white_list_rem = 0x400049b0 + 0x00000000400049bc r_llm_activity_free_get = 0x400049bc + 0x00000000400049c8 r_llm_activity_free_set = 0x400049c8 + 0x00000000400049d4 r_llm_activity_syncing_get = 0x400049d4 + 0x00000000400049e0 r_llm_adv_con_len_check = 0x400049e0 + 0x00000000400049ec r_llm_adv_hdl_to_id = 0x400049ec + 0x00000000400049f8 r_llm_adv_rep_flow_control_check = 0x400049f8 + 0x0000000040004a04 r_llm_adv_rep_flow_control_update = 0x40004a04 + 0x0000000040004a10 r_llm_adv_reports_list_check = 0x40004a10 + 0x0000000040004a1c r_llm_adv_set_all_release = 0x40004a1c + 0x0000000040004a28 r_llm_adv_set_dft_params = 0x40004a28 + 0x0000000040004a34 r_llm_adv_set_release = 0x40004a34 + 0x0000000040004a40 r_llm_aes_res_cb = 0x40004a40 + 0x0000000040004a4c r_llm_ble_update_adv_flow_control = 0x40004a4c + 0x0000000040004a58 r_llm_ch_map_update = 0x40004a58 + 0x0000000040004a64 r_llm_cmd_cmp_send = 0x40004a64 + 0x0000000040004a70 r_llm_cmd_stat_send = 0x40004a70 + 0x0000000040004a7c r_llm_dev_list_empty_entry = 0x40004a7c + 0x0000000040004a88 r_llm_dev_list_search = 0x40004a88 + 0x0000000040004a94 r_llm_env_adv_dup_filt_deinit = 0x40004a94 + 0x0000000040004aa0 r_llm_env_adv_dup_filt_init = 0x40004aa0 + 0x0000000040004aac r_llm_init_ble_adv_report_flow_contol = 0x40004aac + 0x0000000040004ab8 r_llm_is_dev_connected = 0x40004ab8 + 0x0000000040004ac4 r_llm_is_dev_synced = 0x40004ac4 + 0x0000000040004ad0 r_llm_is_non_con_act_ongoing_check = 0x40004ad0 + 0x0000000040004adc r_llm_is_wl_accessible = 0x40004adc + 0x0000000040004ae8 r_llm_le_evt_mask_check = 0x40004ae8 + 0x0000000040004af4 r_llm_le_features_get = 0x40004af4 + 0x0000000040004b00 r_llm_link_disc = 0x40004b00 + 0x0000000040004b0c r_llm_master_ch_map_get = 0x40004b0c + 0x0000000040004b18 r_llm_msg_handler_tab_p_get = 0x40004b18 + 0x0000000040004b24 r_llm_no_activity = 0x40004b24 + 0x0000000040004b30 r_llm_per_adv_slot_dur = 0x40004b30 + 0x0000000040004b3c r_llm_plan_elt_get = 0x40004b3c + 0x0000000040004b48 r_llm_rx_path_comp_get = 0x40004b48 + 0x0000000040004b54 r_llm_scan_start = 0x40004b54 + 0x0000000040004b60 r_llm_scan_sync_acad_attach = 0x40004b60 + 0x0000000040004b6c r_llm_scan_sync_acad_detach = 0x40004b6c + 0x0000000040004b78 r_llm_send_adv_lost_event_to_host = 0x40004b78 + 0x0000000040004b84 r_llm_tx_path_comp_get = 0x40004b84 + 0x0000000040004b90 r_misc_deinit = 0x40004b90 + 0x0000000040004b9c r_misc_free_em_buf_in_isr = 0x40004b9c + 0x0000000040004ba8 r_misc_init = 0x40004ba8 + 0x0000000040004bb4 r_misc_msg_handler_tab_p_get = 0x40004bb4 + 0x0000000040004bc0 r_notEqual256 = 0x40004bc0 + 0x0000000040004bcc r_phy_upd_proc_start = 0x40004bcc + 0x0000000040004bd8 r_platform_reset = 0x40004bd8 + 0x0000000040004be4 r_register_esp_vendor_cmd_handler = 0x40004be4 + 0x0000000040004bf0 r_rf_em_init = 0x40004bf0 + 0x0000000040004bfc r_rf_force_agc_enable = 0x40004bfc + 0x0000000040004c08 r_rf_reg_rd = 0x40004c08 + 0x0000000040004c14 r_rf_reg_wr = 0x40004c14 + 0x0000000040004c20 r_rf_reset = 0x40004c20 + 0x0000000040004c2c r_rf_rssi_convert = 0x40004c2c + 0x0000000040004c38 r_rf_rw_v9_le_disable = 0x40004c38 + 0x0000000040004c44 r_rf_rw_v9_le_enable = 0x40004c44 + 0x0000000040004c50 r_rf_sleep = 0x40004c50 + 0x0000000040004c5c r_rf_txpwr_cs_get = 0x40004c5c + 0x0000000040004c68 r_rf_txpwr_dbm_get = 0x40004c68 + 0x0000000040004c74 r_rf_util_cs_fmt_convert = 0x40004c74 + 0x0000000040004c80 r_rw_crypto_aes_ccm = 0x40004c80 + 0x0000000040004c8c r_rw_crypto_aes_encrypt = 0x40004c8c + 0x0000000040004c98 r_rw_crypto_aes_init = 0x40004c98 + 0x0000000040004ca4 r_rw_crypto_aes_k1 = 0x40004ca4 + 0x0000000040004cb0 r_rw_crypto_aes_k2 = 0x40004cb0 + 0x0000000040004cbc r_rw_crypto_aes_k3 = 0x40004cbc + 0x0000000040004cc8 r_rw_crypto_aes_k4 = 0x40004cc8 + 0x0000000040004cd4 r_rw_crypto_aes_rand = 0x40004cd4 + 0x0000000040004ce0 r_rw_crypto_aes_result_handler = 0x40004ce0 + 0x0000000040004cec r_rw_crypto_aes_s1 = 0x40004cec + 0x0000000040004cf8 r_rw_cryto_aes_cmac = 0x40004cf8 + 0x0000000040004d04 r_rw_v9_init_em_radio_table = 0x40004d04 + 0x0000000040004d10 r_rwble_isr = 0x40004d10 + 0x0000000040004d1c r_rwble_sleep_enter = 0x40004d1c + 0x0000000040004d28 r_rwble_sleep_wakeup_end = 0x40004d28 + 0x0000000040004d34 r_rwbtdm_isr_wrapper = 0x40004d34 + 0x0000000040004d40 r_rwip_active_check = 0x40004d40 + 0x0000000040004d4c r_rwip_aes_encrypt = 0x40004d4c + 0x0000000040004d58 r_rwip_assert = 0x40004d58 + 0x0000000040004d64 r_rwip_crypt_evt_handler = 0x40004d64 + 0x0000000040004d70 r_rwip_crypt_isr_handler = 0x40004d70 + 0x0000000040004d7c r_rwip_eif_get = 0x40004d7c + 0x0000000040004d88 r_rwip_half_slot_2_lpcycles = 0x40004d88 + 0x0000000040004d94 r_rwip_hus_2_lpcycles = 0x40004d94 + 0x0000000040004da0 r_rwip_isr = 0x40004da0 + 0x0000000040004dac r_rwip_lpcycles_2_hus = 0x40004dac + 0x0000000040004db8 r_rwip_prevent_sleep_clear = 0x40004db8 + 0x0000000040004dc4 r_rwip_prevent_sleep_set = 0x40004dc4 + 0x0000000040004dd0 r_rwip_schedule = 0x40004dd0 + 0x0000000040004ddc r_rwip_sleep = 0x40004ddc + 0x0000000040004de8 r_rwip_sw_int_handler = 0x40004de8 + 0x0000000040004df4 r_rwip_sw_int_req = 0x40004df4 + 0x0000000040004e00 r_rwip_time_get = 0x40004e00 + 0x0000000040004e0c r_rwip_timer_10ms_handler = 0x40004e0c + 0x0000000040004e18 r_rwip_timer_10ms_set = 0x40004e18 + 0x0000000040004e24 r_rwip_timer_hs_handler = 0x40004e24 + 0x0000000040004e30 r_rwip_timer_hs_set = 0x40004e30 + 0x0000000040004e3c r_rwip_timer_hus_handler = 0x40004e3c + 0x0000000040004e48 r_rwip_timer_hus_set = 0x40004e48 + 0x0000000040004e54 r_rwip_wakeup = 0x40004e54 + 0x0000000040004e60 r_rwip_wakeup_end = 0x40004e60 + 0x0000000040004e6c r_rwip_wlcoex_set = 0x40004e6c + 0x0000000040004e78 r_sch_alarm_clear = 0x40004e78 + 0x0000000040004e84 r_sch_alarm_init = 0x40004e84 + 0x0000000040004e90 r_sch_alarm_prog = 0x40004e90 + 0x0000000040004e9c r_sch_alarm_set = 0x40004e9c + 0x0000000040004ea8 r_sch_alarm_timer_isr = 0x40004ea8 + 0x0000000040004eb4 r_sch_arb_conflict_check = 0x40004eb4 + 0x0000000040004ec0 r_sch_arb_elt_cancel = 0x40004ec0 + 0x0000000040004ecc r_sch_arb_event_start_isr = 0x40004ecc + 0x0000000040004ed8 r_sch_arb_init = 0x40004ed8 + 0x0000000040004ee4 r_sch_arb_insert = 0x40004ee4 + 0x0000000040004ef0 r_sch_arb_prog_timer = 0x40004ef0 + 0x0000000040004efc r_sch_arb_remove = 0x40004efc + 0x0000000040004f08 r_sch_arb_sw_isr = 0x40004f08 + 0x0000000040004f14 r_sch_plan_chk = 0x40004f14 + 0x0000000040004f20 r_sch_plan_clock_wrap_offset_update = 0x40004f20 + 0x0000000040004f2c r_sch_plan_init = 0x40004f2c + 0x0000000040004f38 r_sch_plan_interval_req = 0x40004f38 + 0x0000000040004f44 r_sch_plan_offset_max_calc = 0x40004f44 + 0x0000000040004f50 r_sch_plan_offset_req = 0x40004f50 + 0x0000000040004f5c r_sch_plan_position_range_compute = 0x40004f5c + 0x0000000040004f68 r_sch_plan_rem = 0x40004f68 + 0x0000000040004f74 r_sch_plan_req = 0x40004f74 + 0x0000000040004f80 r_sch_plan_set = 0x40004f80 + 0x0000000040004f8c r_sch_prog_end_isr = 0x40004f8c + 0x0000000040004f98 r_sch_prog_init = 0x40004f98 + 0x0000000040004fa4 r_sch_prog_push = 0x40004fa4 + 0x0000000040004fb0 r_sch_prog_rx_isr = 0x40004fb0 + 0x0000000040004fbc r_sch_prog_skip_isr = 0x40004fbc + 0x0000000040004fc8 r_sch_prog_tx_isr = 0x40004fc8 + 0x0000000040004fd4 r_sch_slice_bg_add = 0x40004fd4 + 0x0000000040004fe0 r_sch_slice_bg_remove = 0x40004fe0 + 0x0000000040004fec r_sch_slice_compute = 0x40004fec + 0x0000000040004ff8 r_sch_slice_fg_add = 0x40004ff8 + 0x0000000040005004 r_sch_slice_fg_remove = 0x40005004 + 0x0000000040005010 r_sch_slice_init = 0x40005010 + 0x000000004000501c r_sch_slice_per_add = 0x4000501c + 0x0000000040005028 r_sch_slice_per_remove = 0x40005028 + 0x0000000040005034 r_sdk_config_get_bt_sleep_enable = 0x40005034 + 0x0000000040005040 r_sdk_config_get_hl_derived_opts = 0x40005040 + 0x000000004000504c r_sdk_config_get_opts = 0x4000504c + 0x0000000040005058 r_sdk_config_get_priv_opts = 0x40005058 + 0x0000000040005064 r_sdk_config_set_bt_sleep_enable = 0x40005064 + 0x0000000040005070 r_sdk_config_set_hl_derived_opts = 0x40005070 + 0x000000004000507c r_sdk_config_set_opts = 0x4000507c + 0x0000000040005088 r_specialModP256 = 0x40005088 + 0x0000000040005094 r_unloaded_area_init = 0x40005094 + 0x00000000400050a0 r_vhci_flow_off = 0x400050a0 + 0x00000000400050ac r_vhci_flow_on = 0x400050ac + 0x00000000400050b8 r_vhci_notify_host_send_available = 0x400050b8 + 0x00000000400050c4 r_vhci_send_to_host = 0x400050c4 + 0x00000000400050d0 r_vnd_hci_command_handler = 0x400050d0 + 0x00000000400050dc r_vshci_init = 0x400050dc + 0x00000000400050e8 vnd_hci_command_handler_wrapper = 0x400050e8 + 0x00000000400050f4 r_lld_legacy_adv_dynamic_pti_get = 0x400050f4 + 0x0000000040005100 r_lld_legacy_adv_dynamic_pti_process = 0x40005100 + 0x000000004000510c r_lld_ext_adv_dynamic_pti_get = 0x4000510c + 0x0000000040005118 r_lld_ext_adv_dynamic_aux_pti_process = 0x40005118 + 0x0000000040005124 r_lld_ext_adv_dynamic_pti_process = 0x40005124 + 0x0000000040005130 r_lld_adv_ext_pkt_prepare_set = 0x40005130 + 0x000000004000513c r_lld_adv_ext_chain_none_construct = 0x4000513c + 0x0000000040005148 r_lld_adv_ext_chain_connectable_construct = 0x40005148 + 0x0000000040005154 r_lld_adv_ext_chain_scannable_construct = 0x40005154 + 0x0000000040005160 r_lld_adv_pkt_rx_connect_post = 0x40005160 + 0x000000004000516c r_lld_adv_start_init_evt_param = 0x4000516c + 0x0000000040005178 r_lld_adv_start_set_cs = 0x40005178 + 0x0000000040005184 r_lld_adv_start_update_filter_policy = 0x40005184 + 0x0000000040005190 r_lld_adv_start_schedule_asap = 0x40005190 + 0x000000004000519c r_lld_con_tx_prog_new_packet_coex = 0x4000519c + 0x00000000400051a8 r_lld_con_tx_prog_new_packet = 0x400051a8 + 0x00000000400051b4 r_lld_per_adv_dynamic_pti_get = 0x400051b4 + 0x00000000400051c0 r_lld_per_adv_evt_start_chm_upd = 0x400051c0 + 0x00000000400051cc r_lld_ext_scan_dynamic_pti_get = 0x400051cc + 0x00000000400051d8 r_lld_scan_try_sched = 0x400051d8 + 0x00000000400051e4 r_lld_sync_insert = 0x400051e4 + 0x00000000400051f0 r_sch_prog_ble_push = 0x400051f0 + 0x00000000400051fc r_sch_prog_bt_push = 0x400051fc + 0x0000000040005208 r_lld_init_evt_end_type_set = 0x40005208 + 0x0000000040005214 r_lld_init_evt_end_type_get = 0x40005214 + 0x0000000040005220 r_lld_adv_direct_adv_use_rpa_addr_state_set = 0x40005220 + 0x000000004000522c r_lld_adv_direct_adv_use_rpa_addr_state_get = 0x4000522c + 0x0000000040005238 r_lld_init_evt_end_type_check_state_set = 0x40005238 + 0x0000000040005244 r_lld_init_evt_end_type_check_state_get = 0x40005244 + 0x000000003fceffa8 bt_rf_coex_cfg_p = 0x3fceffa8 + 0x000000003fceffa4 bt_rf_coex_hooks_p = 0x3fceffa4 + 0x000000003fceffa0 btdm_env_p = 0x3fceffa0 + 0x000000003fceff9c g_rw_controller_task_handle = 0x3fceff9c + 0x000000003fceff98 g_rw_init_sem = 0x3fceff98 + 0x000000003fceff94 g_rw_schd_queue = 0x3fceff94 + 0x000000003fceff90 lld_init_env = 0x3fceff90 + 0x000000003fceff8c lld_rpa_renew_env = 0x3fceff8c + 0x000000003fceff88 lld_scan_env = 0x3fceff88 + 0x000000003fceff84 lld_scan_sync_env = 0x3fceff84 + 0x000000003fceff80 lld_test_env = 0x3fceff80 + 0x000000003fceff7c p_ble_util_buf_env = 0x3fceff7c + 0x000000003fceff78 p_lld_env = 0x3fceff78 + 0x000000003fceff74 p_llm_env = 0x3fceff74 + 0x000000003fceff70 r_h4tl_eif_p = 0x3fceff70 + 0x000000003fceff6c r_hli_funcs_p = 0x3fceff6c + 0x000000003fceff68 r_ip_funcs_p = 0x3fceff68 + 0x000000003fceff64 r_modules_funcs_p = 0x3fceff64 + 0x000000003fceff60 r_osi_funcs_p = 0x3fceff60 + 0x000000003fceff5c r_plf_funcs_p = 0x3fceff5c + 0x000000003fceff58 vhci_env_p = 0x3fceff58 + 0x000000003fceff54 aa_gen = 0x3fceff54 + 0x000000003fceff48 aes_env = 0x3fceff48 + 0x000000003fcefef8 bt_rf_coex_cfg_cb = 0x3fcefef8 + 0x000000003fcefef4 btdm_pwr_state = 0x3fcefef4 + 0x000000003fcefef0 btdm_slp_err = 0x3fcefef0 + 0x000000003fcefee8 ecc_env = 0x3fcefee8 + 0x000000003fcefee0 esp_handler = 0x3fcefee0 + 0x000000003fcefed8 esp_vendor_cmd = 0x3fcefed8 + 0x000000003fcefed4 g_adv_delay_dis = 0x3fcefed4 + 0x000000003fcefed0 g_conflict_elt = 0x3fcefed0 + 0x000000003fcefec0 g_eif_api = 0x3fcefec0 + 0x000000003fcefeb4 g_event_empty = 0x3fcefeb4 + 0x000000003fcefeaa g_llc_state = 0x3fcefeaa + 0x000000003fcefea9 g_llm_state = 0x3fcefea9 + 0x000000003fcefea7 g_max_evt_env = 0x3fcefea7 + 0x000000003fcefea6 g_misc_state = 0x3fcefea6 + 0x000000003fcefe8a g_rma_rule_db = 0x3fcefe8a + 0x000000003fcefe6e g_rtp_rule_db = 0x3fcefe6e + 0x000000003fcefe6d g_scan_forever = 0x3fcefe6d + 0x000000003fcefe6c g_time_msb = 0x3fcefe6c + 0x000000003fcefe44 h4tl_env = 0x3fcefe44 + 0x000000003fcefe21 hci_env = 0x3fcefe21 + 0x000000003fcefe20 hci_ext_host = 0x3fcefe20 + 0x000000003fcefe18 hci_fc_env = 0x3fcefe18 + 0x000000003fcefdec hci_tl_env = 0x3fcefdec + 0x000000003fcefdbc ke_env = 0x3fcefdbc + 0x000000003fcefd7c ke_event_env = 0x3fcefd7c + 0x000000003fcefd00 ke_task_env = 0x3fcefd00 + 0x000000003fcefcd8 llc_env = 0x3fcefcd8 + 0x000000003fcefcb0 lld_adv_env = 0x3fcefcb0 + 0x000000003fcefc88 lld_con_env = 0x3fcefc88 + 0x000000003fcefc80 lld_exp_sync_pos_tab = 0x3fcefc80 + 0x000000003fcefc58 lld_per_adv_env = 0x3fcefc58 + 0x000000003fcefc30 lld_sync_env = 0x3fcefc30 + 0x000000003fcefc24 llm_le_adv_flow_env = 0x3fcefc24 + 0x000000003fcefc20 rw_sleep_enable = 0x3fcefc20 + 0x000000003fcefc18 rwble_env = 0x3fcefc18 + 0x000000003fcefbfc rwip_env = 0x3fcefbfc + 0x000000003fcefbf0 rwip_param = 0x3fcefbf0 + 0x000000003fcefbec rwip_prog_delay = 0x3fcefbec + 0x000000003fcefbb4 rwip_rf = 0x3fcefbb4 + 0x000000003fcefbac sch_alarm_env = 0x3fcefbac + 0x000000003fcefb98 sch_arb_env = 0x3fcefb98 + 0x000000003fcefb90 sch_plan_env = 0x3fcefb90 + 0x000000003fcefa8c sch_prog_env = 0x3fcefa8c + 0x000000003fcefa2c sch_slice_env = 0x3fcefa2c + 0x000000003fcefa24 sch_slice_params = 0x3fcefa24 + 0x000000003fcefa1c timer_env = 0x3fcefa1c + 0x000000003fcefa18 unloaded_area = 0x3fcefa18 + 0x000000003fcefa14 vshci_state = 0x3fcefa14 + 0x000000003fcefa08 TASK_DESC_LLC = 0x3fcefa08 + 0x000000003fcef9fc TASK_DESC_LLM = 0x3fcef9fc + 0x000000003fcef9f0 TASK_DESC_VSHCI = 0x3fcef9f0 + 0x000000003fcef9e8 co_default_bdaddr = 0x3fcef9e8 + 0x000000003fcef9e4 dbg_assert_block = 0x3fcef9e4 + 0x000000003fcef9e0 g_bt_plf_log_level = 0x3fcef9e0 + 0x000000003fcef9bc hci_cmd_desc_tab_vs_esp = 0x3fcef9bc + 0x000000003fcef9a4 hci_command_handler_tab_esp = 0x3fcef9a4 + 0x000000003fcef9a0 privacy_en = 0x3fcef9a0 + 0x000000003fcef958 sdk_cfg_priv_opts = 0x3fcef958 + 0x000000003ff1ffdc BasePoint_x_256 = 0x3ff1ffdc + 0x000000003ff1ffbc BasePoint_y_256 = 0x3ff1ffbc + 0x000000003ff1ff9c DebugE256PublicKey_x = 0x3ff1ff9c + 0x000000003ff1ff7c DebugE256PublicKey_y = 0x3ff1ff7c + 0x000000003ff1ff5c DebugE256SecretKey = 0x3ff1ff5c + 0x000000003ff1f7a0 ECC_4Win_Look_up_table = 0x3ff1f7a0 + 0x000000003ff1f79a LLM_AA_CT1 = 0x3ff1f79a + 0x000000003ff1f798 LLM_AA_CT2 = 0x3ff1f798 + 0x000000003ff1f790 RF_TX_PW_CONV_TBL = 0x3ff1f790 + 0x000000003ff1f784 TASK_DESC_MISC = 0x3ff1f784 + 0x000000003ff1f766 adv_evt_prop2type = 0x3ff1f766 + 0x000000003ff1f761 adv_evt_type2prop = 0x3ff1f761 + 0x000000003ff1f751 aes_cmac_zero = 0x3ff1f751 + 0x000000003ff1f741 aes_k2_salt = 0x3ff1f741 + 0x000000003ff1f73c aes_k3_id64 = 0x3ff1f73c + 0x000000003ff1f72c aes_k3_salt = 0x3ff1f72c + 0x000000003ff1f728 aes_k4_id6 = 0x3ff1f728 + 0x000000003ff1f718 aes_k4_salt = 0x3ff1f718 + 0x000000003ff1f6ec bigHexP256 = 0x3ff1f6ec + 0x000000003ff1f6e2 byte_tx_time = 0x3ff1f6e2 + 0x000000003ff1f6dc co_null_bdaddr = 0x3ff1f6dc + 0x000000003ff1f6d7 co_phy_mask_to_rate = 0x3ff1f6d7 + 0x000000003ff1f6d2 co_phy_mask_to_value = 0x3ff1f6d2 + 0x000000003ff1f6ce co_phy_to_rate = 0x3ff1f6ce + 0x000000003ff1f6ca co_phy_value_to_mask = 0x3ff1f6ca + 0x000000003ff1f6c5 co_rate_to_byte_dur_us = 0x3ff1f6c5 + 0x000000003ff1f6c0 co_rate_to_phy = 0x3ff1f6c0 + 0x000000003ff1f6bc co_rate_to_phy_mask = 0x3ff1f6bc + 0x000000003ff1f6ac co_sca2ppm = 0x3ff1f6ac + 0x000000003ff1f680 coef_B = 0x3ff1f680 + 0x000000003ff1f678 connect_req_dur_tab = 0x3ff1f678 + 0x000000003ff1f5f4 ecc_Jacobian_InfinityPoint256 = 0x3ff1f5f4 + 0x000000003ff1f526 em_base_reg_lut = 0x3ff1f526 + 0x000000003ff1f51e fixed_tx_time = 0x3ff1f51e + 0x000000003ff1f518 h4tl_msgtype2hdrlen = 0x3ff1f518 + 0x000000003ff1f4e8 hci_cmd_desc_root_tab = 0x3ff1f4e8 + 0x000000003ff1f47c hci_cmd_desc_tab_ctrl_bb = 0x3ff1f47c + 0x000000003ff1f44c hci_cmd_desc_tab_info_par = 0x3ff1f44c + 0x000000003ff1f0b0 hci_cmd_desc_tab_le = 0x3ff1f0b0 + 0x000000003ff1f098 hci_cmd_desc_tab_lk_ctrl = 0x3ff1f098 + 0x000000003ff1f08c hci_cmd_desc_tab_stat_par = 0x3ff1f08c + 0x000000003ff1f050 hci_cmd_desc_tab_vs = 0x3ff1f050 + 0x000000003ff1f008 hci_evt_desc_tab = 0x3ff1f008 + 0x000000003ff1ef68 hci_evt_le_desc_tab = 0x3ff1ef68 + 0x000000003ff1ef60 hci_evt_le_desc_tab_esp = 0x3ff1ef60 + 0x000000003ff1ef57 hci_rsvd_evt_msk = 0x3ff1ef57 + 0x000000003ff1ef54 lld_aux_phy_to_rate = 0x3ff1ef54 + 0x000000003ff1ef4c lld_init_max_aux_dur_tab = 0x3ff1ef4c + 0x000000003ff1ef44 lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef44 + 0x000000003ff1ef3c lld_scan_max_aux_dur_tab = 0x3ff1ef3c + 0x000000003ff1ef34 lld_sync_max_aux_dur_tab = 0x3ff1ef34 + 0x000000003ff1ef2c llm_local_le_feats = 0x3ff1ef2c + 0x000000003ff1ef24 llm_local_le_states = 0x3ff1ef24 + 0x000000003ff1eefc llm_local_supp_cmds = 0x3ff1eefc + 0x000000003ff1eedc maxSecretKey_256 = 0x3ff1eedc + 0x000000003ff1eed4 max_data_tx_time = 0x3ff1eed4 + 0x000000003ff1eec3 one_bits = 0x3ff1eec3 + 0x000000003ff1eebe rwip_coex_cfg = 0x3ff1eebe + 0x000000003ff1eea8 rwip_priority = 0x3ff1eea8 + 0x000000003ff1ee5c veryBigHexP256 = 0x3ff1ee5c + 0x0000000040005250 esp_pp_rom_version_get = 0x40005250 + 0x000000004000525c RC_GetBlockAckTime = 0x4000525c + 0x0000000040005268 ebuf_list_remove = 0x40005268 + 0x0000000040005274 esf_buf_alloc = 0x40005274 + 0x0000000040005280 esf_buf_alloc_dynamic = 0x40005280 + 0x0000000040005298 GetAccess = 0x40005298 + 0x00000000400052a4 hal_mac_is_low_rate_enabled = 0x400052a4 + 0x00000000400052b0 hal_mac_tx_get_blockack = 0x400052b0 + 0x00000000400052c8 ic_get_trc = 0x400052c8 + 0x00000000400052d4 ic_mac_deinit = 0x400052d4 + 0x00000000400052e0 ic_mac_init = 0x400052e0 + 0x00000000400052ec ic_interface_enabled = 0x400052ec + 0x00000000400052f8 is_lmac_idle = 0x400052f8 + 0x0000000040005304 lmacAdjustTimestamp = 0x40005304 + 0x0000000040005310 lmacDiscardAgedMSDU = 0x40005310 + 0x000000004000531c lmacDiscardMSDU = 0x4000531c + 0x0000000040005328 lmacEndFrameExchangeSequence = 0x40005328 + 0x0000000040005334 lmacIsIdle = 0x40005334 + 0x0000000040005340 lmacIsLongFrame = 0x40005340 + 0x000000004000534c lmacMSDUAged = 0x4000534c + 0x0000000040005358 lmacPostTxComplete = 0x40005358 + 0x0000000040005364 lmacProcessAllTxTimeout = 0x40005364 + 0x0000000040005370 lmacProcessCollisions = 0x40005370 + 0x000000004000537c lmacProcessRxSucData = 0x4000537c + 0x0000000040005388 lmacReachLongLimit = 0x40005388 + 0x0000000040005394 lmacReachShortLimit = 0x40005394 + 0x00000000400053a0 lmacRecycleMPDU = 0x400053a0 + 0x00000000400053ac lmacRxDone = 0x400053ac + 0x00000000400053b8 lmacSetTxFrame = 0x400053b8 + 0x00000000400053c4 lmacTxDone = 0x400053c4 + 0x00000000400053d0 lmacTxFrame = 0x400053d0 + 0x00000000400053dc mac_tx_set_duration = 0x400053dc + 0x00000000400053f4 mac_tx_set_plcp0 = 0x400053f4 + 0x000000004000540c mac_tx_set_plcp2 = 0x4000540c + 0x0000000040005418 pm_check_state = 0x40005418 + 0x0000000040005424 pm_disable_dream_timer = 0x40005424 + 0x0000000040005430 pm_disable_sleep_delay_timer = 0x40005430 + 0x000000004000543c pm_dream = 0x4000543c + 0x0000000040005448 pm_mac_wakeup = 0x40005448 + 0x0000000040005454 pm_mac_sleep = 0x40005454 + 0x0000000040005460 pm_enable_active_timer = 0x40005460 + 0x000000004000546c pm_enable_sleep_delay_timer = 0x4000546c + 0x0000000040005478 pm_local_tsf_process = 0x40005478 + 0x0000000040005484 pm_set_beacon_filter = 0x40005484 + 0x0000000040005490 pm_is_in_wifi_slice_threshold = 0x40005490 + 0x000000004000549c pm_is_waked = 0x4000549c + 0x00000000400054a8 pm_keep_alive = 0x400054a8 + 0x00000000400054c0 pm_on_data_rx = 0x400054c0 + 0x00000000400054cc pm_on_tbtt = 0x400054cc + 0x00000000400054d8 pm_parse_beacon = 0x400054d8 + 0x00000000400054e4 pm_process_tim = 0x400054e4 + 0x00000000400054fc pm_rx_data_process = 0x400054fc + 0x0000000040005514 pm_sleep_for = 0x40005514 + 0x000000004000552c ppAMPDU2Normal = 0x4000552c + 0x0000000040005538 ppAssembleAMPDU = 0x40005538 + 0x0000000040005544 ppCalFrameTimes = 0x40005544 + 0x0000000040005550 ppCalSubFrameLength = 0x40005550 + 0x000000004000555c ppCalTxAMPDULength = 0x4000555c + 0x0000000040005568 ppCheckTxAMPDUlength = 0x40005568 + 0x0000000040005574 ppDequeueRxq_Locked = 0x40005574 + 0x0000000040005580 ppDequeueTxQ = 0x40005580 + 0x000000004000558c ppEmptyDelimiterLength = 0x4000558c + 0x0000000040005598 ppEnqueueRxq = 0x40005598 + 0x00000000400055a4 ppEnqueueTxDone = 0x400055a4 + 0x00000000400055b0 ppGetTxQFirstAvail_Locked = 0x400055b0 + 0x00000000400055bc ppGetTxframe = 0x400055bc + 0x00000000400055c8 ppMapTxQueue = 0x400055c8 + 0x00000000400055e0 ppProcessRxPktHdr = 0x400055e0 + 0x00000000400055ec ppProcessTxQ = 0x400055ec + 0x00000000400055f8 ppRecordBarRRC = 0x400055f8 + 0x0000000040005604 lmacRequestTxopQueue = 0x40005604 + 0x0000000040005610 lmacReleaseTxopQueue = 0x40005610 + 0x000000004000561c ppRecycleAmpdu = 0x4000561c + 0x0000000040005628 ppRecycleRxPkt = 0x40005628 + 0x0000000040005634 ppResortTxAMPDU = 0x40005634 + 0x0000000040005640 ppResumeTxAMPDU = 0x40005640 + 0x0000000040005658 ppRxPkt = 0x40005658 + 0x0000000040005664 ppRxProtoProc = 0x40005664 + 0x0000000040005670 ppSearchTxQueue = 0x40005670 + 0x000000004000567c ppSearchTxframe = 0x4000567c + 0x0000000040005688 ppSelectNextQueue = 0x40005688 + 0x0000000040005694 ppSubFromAMPDU = 0x40005694 + 0x00000000400056ac ppTxPkt = 0x400056ac + 0x00000000400056b8 ppTxProtoProc = 0x400056b8 + 0x00000000400056c4 ppTxqUpdateBitmap = 0x400056c4 + 0x00000000400056d0 pp_coex_tx_request = 0x400056d0 + 0x00000000400056dc pp_hdrsize = 0x400056dc + 0x00000000400056e8 pp_post = 0x400056e8 + 0x00000000400056f4 pp_process_hmac_waiting_txq = 0x400056f4 + 0x0000000040005700 rcGetAmpduSched = 0x40005700 + 0x000000004000570c rcUpdateRxDone = 0x4000570c + 0x0000000040005718 rc_get_trc = 0x40005718 + 0x0000000040005724 rc_get_trc_by_index = 0x40005724 + 0x0000000040005730 rcAmpduLowerRate = 0x40005730 + 0x000000004000573c rcampduuprate = 0x4000573c + 0x0000000040005748 rcClearCurAMPDUSched = 0x40005748 + 0x0000000040005754 rcClearCurSched = 0x40005754 + 0x0000000040005760 rcClearCurStat = 0x40005760 + 0x000000004000576c rcGetSched = 0x4000576c + 0x0000000040005778 rcLowerSched = 0x40005778 + 0x0000000040005784 rcSetTxAmpduLimit = 0x40005784 + 0x0000000040005790 rcTxUpdatePer = 0x40005790 + 0x000000004000579c rcUpdateAckSnr = 0x4000579c + 0x00000000400057a8 rcUpdateRate = 0x400057a8 + 0x00000000400057c0 rcUpdateTxDoneAmpdu2 = 0x400057c0 + 0x00000000400057cc rcUpSched = 0x400057cc + 0x00000000400057d8 rssi_margin = 0x400057d8 + 0x00000000400057e4 rx11NRate2AMPDULimit = 0x400057e4 + 0x00000000400057f0 TRC_AMPDU_PER_DOWN_THRESHOLD = 0x400057f0 + 0x00000000400057fc TRC_AMPDU_PER_UP_THRESHOLD = 0x400057fc + 0x0000000040005808 trc_calc_duration = 0x40005808 + 0x0000000040005814 trc_isTxAmpduOperational = 0x40005814 + 0x0000000040005820 trc_onAmpduOp = 0x40005820 + 0x000000004000582c TRC_PER_IS_GOOD = 0x4000582c + 0x0000000040005838 trc_SetTxAmpduState = 0x40005838 + 0x0000000040005844 trc_tid_isTxAmpduOperational = 0x40005844 + 0x0000000040005850 trcAmpduSetState = 0x40005850 + 0x000000004000585c wDevCheckBlockError = 0x4000585c + 0x0000000040005868 wDev_AppendRxBlocks = 0x40005868 + 0x0000000040005874 wDev_DiscardFrame = 0x40005874 + 0x0000000040005880 wDev_GetNoiseFloor = 0x40005880 + 0x000000004000588c wDev_IndicateAmpdu = 0x4000588c + 0x0000000040005898 wDev_IndicateFrame = 0x40005898 + 0x00000000400058a4 wdev_bank_store = 0x400058a4 + 0x00000000400058b0 wdev_bank_load = 0x400058b0 + 0x00000000400058bc wdev_mac_reg_load = 0x400058bc + 0x00000000400058c8 wdev_mac_reg_store = 0x400058c8 + 0x00000000400058d4 wdev_mac_special_reg_load = 0x400058d4 + 0x00000000400058e0 wdev_mac_special_reg_store = 0x400058e0 + 0x00000000400058ec wdev_mac_wakeup = 0x400058ec + 0x00000000400058f8 wdev_mac_sleep = 0x400058f8 + 0x0000000040005904 hal_mac_is_dma_enable = 0x40005904 + 0x000000004000591c wDev_ProcessRxSucData = 0x4000591c + 0x0000000040005928 wdevProcessRxSucDataAll = 0x40005928 + 0x0000000040005934 wdev_csi_len_align = 0x40005934 + 0x0000000040005940 ppDequeueTxDone_Locked = 0x40005940 + 0x000000004000594c ppProcTxDone = 0x4000594c + 0x0000000040005964 config_is_cache_tx_buf_enabled = 0x40005964 + 0x0000000040005970 ppMapWaitTxq = 0x40005970 + 0x000000004000597c ppProcessWaitingQueue = 0x4000597c + 0x0000000040005988 ppDisableQueue = 0x40005988 + 0x0000000040005994 pm_allow_tx = 0x40005994 + 0x00000000400059a0 wdev_is_data_in_rxlist = 0x400059a0 + 0x00000000400059ac ppProcTxCallback = 0x400059ac + 0x000000003ff1ee58 our_instances_ptr = 0x3ff1ee58 + 0x000000003fcef954 pTxRx = 0x3fcef954 + 0x000000003fcef950 lmacConfMib_ptr = 0x3fcef950 + 0x000000003fcef94c our_wait_eb = 0x3fcef94c + 0x000000003fcef948 our_tx_eb = 0x3fcef948 + 0x000000003fcef944 pp_wdev_funcs = 0x3fcef944 + 0x000000003fcef940 g_osi_funcs_p = 0x3fcef940 + 0x000000003fcef93c wDevCtrl_ptr = 0x3fcef93c + 0x000000003ff1ee54 g_wdev_last_desc_reset_ptr = 0x3ff1ee54 + 0x000000003fcef938 wDevMacSleep_ptr = 0x3fcef938 + 0x000000003fcef934 g_lmac_cnt_ptr = 0x3fcef934 + 0x000000003ff1ee50 our_controls_ptr = 0x3ff1ee50 + 0x000000003fcef930 pp_sig_cnt_ptr = 0x3fcef930 + 0x000000003fcef92c g_eb_list_desc_ptr = 0x3fcef92c + 0x000000003fcef928 s_fragment_ptr = 0x3fcef928 + 0x000000003fcef924 if_ctrl_ptr = 0x3fcef924 + 0x000000003fcef920 g_intr_lock_mux = 0x3fcef920 + 0x000000003fcef91c g_wifi_global_lock = 0x3fcef91c + 0x000000003fcef918 s_wifi_queue = 0x3fcef918 + 0x000000003fcef914 pp_task_hdl = 0x3fcef914 + 0x000000003fcef910 s_pp_task_create_sem = 0x3fcef910 + 0x000000003fcef90c s_pp_task_del_sem = 0x3fcef90c + 0x000000003fcef908 g_wifi_menuconfig_ptr = 0x3fcef908 + 0x000000003fcef904 xphyQueue = 0x3fcef904 + 0x000000003fcef900 ap_no_lr_ptr = 0x3fcef900 + 0x000000003fcef8fc rc11BSchedTbl_ptr = 0x3fcef8fc + 0x000000003fcef8f8 rc11NSchedTbl_ptr = 0x3fcef8f8 + 0x000000003fcef8f4 rcLoRaSchedTbl_ptr = 0x3fcef8f4 + 0x000000003fcef8f0 BasicOFDMSched_ptr = 0x3fcef8f0 + 0x000000003fcef8ec trc_ctl_ptr = 0x3fcef8ec + 0x000000003fcef8e8 g_pm_cnt_ptr = 0x3fcef8e8 + 0x000000003fcef8e4 g_pm_ptr = 0x3fcef8e4 + 0x000000003fcef8e0 g_pm_cfg_ptr = 0x3fcef8e0 + 0x000000003fcef8dc g_esp_mesh_quick_funcs_ptr = 0x3fcef8dc + 0x000000003fcef8d8 g_txop_queue_status_ptr = 0x3fcef8d8 + 0x000000003fcef8d4 g_mac_sleep_en_ptr = 0x3fcef8d4 + 0x000000003fcef8d0 g_mesh_is_root_ptr = 0x3fcef8d0 + 0x000000003fcef8cc g_mesh_topology_ptr = 0x3fcef8cc + 0x000000003fcef8c8 g_mesh_init_ps_type_ptr = 0x3fcef8c8 + 0x000000003fcef8c4 g_mesh_is_started_ptr = 0x3fcef8c4 + 0x000000003fcef8c0 g_config_func = 0x3fcef8c0 + 0x000000003fcef8bc g_net80211_tx_func = 0x3fcef8bc + 0x000000003fcef8b8 g_timer_func = 0x3fcef8b8 + 0x000000003fcef8b4 s_michael_mic_failure_cb = 0x3fcef8b4 + 0x000000003fcef8b0 wifi_sta_rx_probe_req = 0x3fcef8b0 + 0x000000003fcef8ac g_tx_done_cb_func = 0x3fcef8ac + 0x000000003fcef860 g_per_conn_trc = 0x3fcef860 + 0x000000003fcef85c s_encap_amsdu_func = 0x3fcef85c + 0x00000000400059b8 esp_net80211_rom_version_get = 0x400059b8 + 0x00000000400059c4 ampdu_dispatch = 0x400059c4 + 0x00000000400059d0 ampdu_dispatch_all = 0x400059d0 + 0x00000000400059dc ampdu_dispatch_as_many_as_possible = 0x400059dc + 0x00000000400059e8 ampdu_dispatch_movement = 0x400059e8 + 0x00000000400059f4 ampdu_dispatch_upto = 0x400059f4 + 0x0000000040005a00 chm_is_at_home_channel = 0x40005a00 + 0x0000000040005a0c cnx_node_is_existing = 0x40005a0c + 0x0000000040005a18 cnx_node_search = 0x40005a18 + 0x0000000040005a24 ic_ebuf_recycle_rx = 0x40005a24 + 0x0000000040005a30 ic_ebuf_recycle_tx = 0x40005a30 + 0x0000000040005a3c ic_reset_rx_ba = 0x40005a3c + 0x0000000040005a48 ieee80211_align_eb = 0x40005a48 + 0x0000000040005a54 ieee80211_ampdu_reorder = 0x40005a54 + 0x0000000040005a60 ieee80211_ampdu_start_age_timer = 0x40005a60 + 0x0000000040005a78 ieee80211_is_tx_allowed = 0x40005a78 + 0x0000000040005a84 ieee80211_output_pending_eb = 0x40005a84 + 0x0000000040005a90 ieee80211_output_process = 0x40005a90 + 0x0000000040005a9c ieee80211_set_tx_desc = 0x40005a9c + 0x0000000040005ab4 wifi_get_macaddr = 0x40005ab4 + 0x0000000040005ac0 wifi_rf_phy_disable = 0x40005ac0 + 0x0000000040005acc wifi_rf_phy_enable = 0x40005acc + 0x0000000040005ad8 ic_ebuf_alloc = 0x40005ad8 + 0x0000000040005ae4 ieee80211_classify = 0x40005ae4 + 0x0000000040005af0 ieee80211_copy_eb_header = 0x40005af0 + 0x0000000040005afc ieee80211_recycle_cache_eb = 0x40005afc + 0x0000000040005b08 ieee80211_search_node = 0x40005b08 + 0x0000000040005b14 roundup2 = 0x40005b14 + 0x0000000040005b20 ieee80211_crypto_encap = 0x40005b20 + 0x0000000040005b44 ieee80211_set_tx_pti = 0x40005b44 + 0x0000000040005b50 wifi_is_started = 0x40005b50 + 0x0000000040005b5c ieee80211_gettid = 0x40005b5c + 0x000000003fcef858 net80211_funcs = 0x3fcef858 + 0x000000003fcef854 g_scan = 0x3fcef854 + 0x000000003fcef850 g_chm = 0x3fcef850 + 0x000000003fcef84c g_ic_ptr = 0x3fcef84c + 0x000000003fcef848 g_hmac_cnt_ptr = 0x3fcef848 + 0x000000003fcef844 g_tx_cacheq_ptr = 0x3fcef844 + 0x000000003fcef840 s_netstack_free = 0x3fcef840 + 0x000000003fcef83c mesh_rxcb = 0x3fcef83c + 0x000000003fcef838 sta_rxcb = 0x3fcef838 + 0x0000000040005b68 esp_coex_rom_version_get = 0x40005b68 + 0x0000000040005b74 coex_bt_release = 0x40005b74 + 0x0000000040005b80 coex_bt_request = 0x40005b80 + 0x0000000040005b8c coex_core_ble_conn_dyn_prio_get = 0x40005b8c + 0x0000000040005b98 coex_core_event_duration_get = 0x40005b98 + 0x0000000040005ba4 coex_core_pti_get = 0x40005ba4 + 0x0000000040005bb0 coex_core_release = 0x40005bb0 + 0x0000000040005bbc coex_core_request = 0x40005bbc + 0x0000000040005bc8 coex_core_status_get = 0x40005bc8 + 0x0000000040005bd4 coex_core_timer_idx_get = 0x40005bd4 + 0x0000000040005be0 coex_event_duration_get = 0x40005be0 + 0x0000000040005bec coex_hw_timer_disable = 0x40005bec + 0x0000000040005bf8 coex_hw_timer_enable = 0x40005bf8 + 0x0000000040005c04 coex_hw_timer_set = 0x40005c04 + 0x0000000040005c10 coex_schm_interval_set = 0x40005c10 + 0x0000000040005c1c coex_schm_lock = 0x40005c1c + 0x0000000040005c28 coex_schm_unlock = 0x40005c28 + 0x0000000040005c34 coex_status_get = 0x40005c34 + 0x0000000040005c40 coex_wifi_release = 0x40005c40 + 0x0000000040005c4c esp_coex_ble_conn_dynamic_prio_get = 0x40005c4c + 0x000000003fcef834 coex_env_ptr = 0x3fcef834 + 0x000000003fcef830 coex_pti_tab_ptr = 0x3fcef830 + 0x000000003fcef82c coex_schm_env_ptr = 0x3fcef82c + 0x000000003fcef828 coexist_funcs = 0x3fcef828 + 0x000000003fcef824 g_coa_funcs_p = 0x3fcef824 + 0x000000003fcef820 g_coex_param_ptr = 0x3fcef820 + 0x0000000040005c58 phy_get_romfuncs = 0x40005c58 + 0x0000000040005c64 rom_abs_temp = 0x40005c64 + 0x0000000040005c70 rom_bb_bss_cbw40_dig = 0x40005c70 + 0x0000000040005c7c rom_bb_wdg_test_en = 0x40005c7c + 0x0000000040005c88 rom_bb_wdt_get_status = 0x40005c88 + 0x0000000040005c94 rom_bb_wdt_int_enable = 0x40005c94 + 0x0000000040005ca0 rom_bb_wdt_rst_enable = 0x40005ca0 + 0x0000000040005cac rom_bb_wdt_timeout_clear = 0x40005cac + 0x0000000040005cb8 rom_cbw2040_cfg = 0x40005cb8 + 0x0000000040005cc4 rom_check_noise_floor = 0x40005cc4 + 0x0000000040005cd0 rom_chip_i2c_readReg = 0x40005cd0 + 0x0000000040005cdc rom_chip_i2c_writeReg = 0x40005cdc + 0x0000000040005ce8 rom_dc_iq_est = 0x40005ce8 + 0x0000000040005cf4 rom_disable_agc = 0x40005cf4 + 0x0000000040005d00 rom_en_pwdet = 0x40005d00 + 0x0000000040005d0c rom_enable_agc = 0x40005d0c + 0x0000000040005d18 rom_get_bbgain_db = 0x40005d18 + 0x0000000040005d24 rom_get_data_sat = 0x40005d24 + 0x0000000040005d30 rom_get_i2c_read_mask = 0x40005d30 + 0x0000000040005d3c rom_get_pwctrl_correct = 0x40005d3c + 0x0000000040005d48 rom_i2c_readReg = 0x40005d48 + 0x0000000040005d54 rom_i2c_readReg_Mask = 0x40005d54 + 0x0000000040005d60 rom_i2c_writeReg = 0x40005d60 + 0x0000000040005d6c rom_i2c_writeReg_Mask = 0x40005d6c + 0x0000000040005d78 rom_index_to_txbbgain = 0x40005d78 + 0x0000000040005d84 rom_iq_est_disable = 0x40005d84 + 0x0000000040005d90 rom_iq_est_enable = 0x40005d90 + 0x0000000040005d9c rom_linear_to_db = 0x40005d9c + 0x0000000040005da8 rom_loopback_mode_en = 0x40005da8 + 0x0000000040005db4 rom_mhz2ieee = 0x40005db4 + 0x0000000040005dc0 rom_noise_floor_auto_set = 0x40005dc0 + 0x0000000040005dcc rom_pbus_debugmode = 0x40005dcc + 0x0000000040005dd8 rom_pbus_force_mode = 0x40005dd8 + 0x0000000040005de4 rom_pbus_force_test = 0x40005de4 + 0x0000000040005df0 rom_pbus_rd = 0x40005df0 + 0x0000000040005dfc rom_pbus_rd_addr = 0x40005dfc + 0x0000000040005e08 rom_pbus_rd_shift = 0x40005e08 + 0x0000000040005e14 rom_pbus_set_dco = 0x40005e14 + 0x0000000040005e20 rom_pbus_set_rxgain = 0x40005e20 + 0x0000000040005e2c rom_pbus_workmode = 0x40005e2c + 0x0000000040005e38 rom_pbus_xpd_rx_off = 0x40005e38 + 0x0000000040005e44 rom_pbus_xpd_rx_on = 0x40005e44 + 0x0000000040005e50 rom_pbus_xpd_tx_off = 0x40005e50 + 0x0000000040005e5c rom_pbus_xpd_tx_on = 0x40005e5c + 0x0000000040005e68 rom_phy_byte_to_word = 0x40005e68 + 0x0000000040005e74 rom_phy_disable_cca = 0x40005e74 + 0x0000000040005e80 rom_phy_enable_cca = 0x40005e80 + 0x0000000040005e8c rom_phy_get_noisefloor = 0x40005e8c + 0x0000000040005e98 rom_phy_get_rx_freq = 0x40005e98 + 0x0000000040005ea4 rom_phy_set_bbfreq_init = 0x40005ea4 + 0x0000000040005eb0 rom_pow_usr = 0x40005eb0 + 0x0000000040005ebc rom_pwdet_sar2_init = 0x40005ebc + 0x0000000040005ec8 rom_read_hw_noisefloor = 0x40005ec8 + 0x0000000040005ed4 rom_read_sar_dout = 0x40005ed4 + 0x0000000040005ee0 rom_set_cal_rxdc = 0x40005ee0 + 0x0000000040005eec rom_set_chan_cal_interp = 0x40005eec + 0x0000000040005ef8 rom_set_loopback_gain = 0x40005ef8 + 0x0000000040005f04 rom_set_noise_floor = 0x40005f04 + 0x0000000040005f10 rom_set_rxclk_en = 0x40005f10 + 0x0000000040005f1c rom_set_tx_dig_gain = 0x40005f1c + 0x0000000040005f28 rom_set_txcap_reg = 0x40005f28 + 0x0000000040005f34 rom_set_txclk_en = 0x40005f34 + 0x0000000040005f40 rom_spur_cal = 0x40005f40 + 0x0000000040005f4c rom_spur_reg_write_one_tone = 0x40005f4c + 0x0000000040005f58 rom_target_power_add_backoff = 0x40005f58 + 0x0000000040005f64 rom_tx_pwctrl_bg_init = 0x40005f64 + 0x0000000040005f70 rom_txbbgain_to_index = 0x40005f70 + 0x0000000040005f7c rom_wifi_11g_rate_chg = 0x40005f7c + 0x0000000040005f88 rom_write_gain_mem = 0x40005f88 + 0x0000000040005f94 chip728_phyrom_version = 0x40005f94 + 0x0000000040005fa0 rom_disable_wifi_agc = 0x40005fa0 + 0x0000000040005fac rom_enable_wifi_agc = 0x40005fac + 0x0000000040005fb8 rom_bt_index_to_bb = 0x40005fb8 + 0x0000000040005fc4 rom_bt_bb_to_index = 0x40005fc4 + 0x0000000040005fd0 rom_spur_coef_cfg = 0x40005fd0 + 0x0000000040005fdc rom_bb_bss_cbw40 = 0x40005fdc + 0x0000000040005fe8 rom_set_cca = 0x40005fe8 + 0x0000000040005ff4 rom_tx_paon_set = 0x40005ff4 + 0x0000000040006000 rom_i2cmst_reg_init = 0x40006000 + 0x000000004000600c rom_iq_corr_enable = 0x4000600c + 0x0000000040006018 rom_fe_reg_init = 0x40006018 + 0x0000000040006024 rom_agc_reg_init = 0x40006024 + 0x0000000040006030 rom_bb_reg_init = 0x40006030 + 0x000000004000603c rom_mac_enable_bb = 0x4000603c + 0x0000000040006048 rom_bb_wdg_cfg = 0x40006048 + 0x0000000040006054 rom_force_txon = 0x40006054 + 0x0000000040006060 rom_fe_txrx_reset = 0x40006060 + 0x000000004000606c rom_set_rx_comp = 0x4000606c + 0x0000000040006078 rom_set_pbus_reg = 0x40006078 + 0x0000000040006084 rom_write_chan_freq = 0x40006084 + 0x0000000040006090 rom_phy_xpd_rf = 0x40006090 + 0x000000004000609c rom_set_xpd_sar = 0x4000609c + 0x00000000400060a8 rom_get_target_power_offset = 0x400060a8 + 0x00000000400060b4 rom_write_txrate_power_offset = 0x400060b4 + 0x00000000400060c0 rom_get_rate_fcc_index = 0x400060c0 + 0x00000000400060cc rom_get_rate_target_power = 0x400060cc + 0x00000000400060d8 rom_pkdet_vol_start = 0x400060d8 + 0x00000000400060e4 rom_read_sar2_code = 0x400060e4 + 0x00000000400060f0 rom_get_sar2_vol = 0x400060f0 + 0x00000000400060fc rom_get_pll_vol = 0x400060fc + 0x0000000040006108 rom_get_phy_target_power = 0x40006108 + 0x0000000040006114 rom_temp_to_power = 0x40006114 + 0x0000000040006120 rom_phy_track_pll_cap = 0x40006120 + 0x000000004000612c rom_phy_pwdet_always_en = 0x4000612c + 0x0000000040006138 rom_phy_pwdet_onetime_en = 0x40006138 + 0x0000000040006144 rom_get_i2c_mst0_mask = 0x40006144 + 0x0000000040006150 rom_get_i2c_hostid = 0x40006150 + 0x000000004000615c rom_enter_critical_phy = 0x4000615c + 0x0000000040006168 rom_exit_critical_phy = 0x40006168 + 0x0000000040006174 rom_chip_i2c_readReg_org = 0x40006174 + 0x0000000040006180 rom_i2c_paral_set_mst0 = 0x40006180 + 0x000000004000618c rom_i2c_paral_set_read = 0x4000618c + 0x0000000040006198 rom_i2c_paral_read = 0x40006198 + 0x00000000400061a4 rom_i2c_paral_write = 0x400061a4 + 0x00000000400061b0 rom_i2c_paral_write_num = 0x400061b0 + 0x00000000400061bc rom_i2c_paral_write_mask = 0x400061bc + 0x00000000400061c8 rom_bb_bss_cbw40_ana = 0x400061c8 + 0x00000000400061d4 rom_chan_to_freq = 0x400061d4 + 0x00000000400061e0 rom_open_i2c_xpd = 0x400061e0 + 0x00000000400061ec rom_dac_rate_set = 0x400061ec + 0x00000000400061f8 rom_tsens_read_init = 0x400061f8 + 0x0000000040006204 rom_tsens_code_read = 0x40006204 + 0x0000000040006210 rom_tsens_index_to_dac = 0x40006210 + 0x000000004000621c rom_tsens_index_to_offset = 0x4000621c + 0x0000000040006228 rom_tsens_dac_cal = 0x40006228 + 0x0000000040006234 rom_code_to_temp = 0x40006234 + 0x0000000040006240 rom_write_pll_cap_mem = 0x40006240 + 0x000000004000624c rom_pll_correct_dcap = 0x4000624c + 0x0000000040006258 rom_phy_en_hw_set_freq = 0x40006258 + 0x0000000040006264 rom_phy_dis_hw_set_freq = 0x40006264 + 0x0000000040006270 rom_pll_vol_cal = 0x40006270 + 0x000000004000627c rom_wrtie_pll_cap = 0x4000627c + 0x0000000040006288 rom_set_tx_gain_mem = 0x40006288 + 0x0000000040006294 rom_bt_tx_dig_gain = 0x40006294 + 0x00000000400062a0 rom_bt_get_tx_gain = 0x400062a0 + 0x00000000400062ac rom_get_chan_target_power = 0x400062ac + 0x00000000400062b8 rom_get_tx_gain_value = 0x400062b8 + 0x00000000400062c4 rom_wifi_tx_dig_gain = 0x400062c4 + 0x00000000400062d0 rom_wifi_get_tx_gain = 0x400062d0 + 0x00000000400062dc rom_fe_i2c_reg_renew = 0x400062dc + 0x00000000400062e8 rom_wifi_agc_sat_gain = 0x400062e8 + 0x00000000400062f4 rom_i2c_master_reset = 0x400062f4 + 0x0000000040006300 rom_bt_filter_reg = 0x40006300 + 0x000000004000630c rom_phy_bbpll_cal = 0x4000630c + 0x0000000040006318 rom_i2c_sar2_init_code = 0x40006318 + 0x0000000040006324 rom_phy_param_addr = 0x40006324 + 0x0000000040006330 rom_phy_reg_init = 0x40006330 + 0x000000004000633c rom_set_chan_reg = 0x4000633c + 0x0000000040006348 rom_phy_wakeup_init = 0x40006348 + 0x0000000040006354 rom_phy_i2c_init1 = 0x40006354 + 0x0000000040006360 rom_tsens_temp_read = 0x40006360 + 0x000000004000636c rom_bt_track_pll_cap = 0x4000636c + 0x0000000040006378 rom_wifi_track_pll_cap = 0x40006378 + 0x0000000040006384 rom_wifi_set_tx_gain = 0x40006384 + 0x0000000040006390 rom_txpwr_cal_track = 0x40006390 + 0x000000004000639c rom_tx_pwctrl_background = 0x4000639c + 0x00000000400063a8 rom_bt_set_tx_gain = 0x400063a8 + 0x00000000400063b4 rom_noise_check_loop = 0x400063b4 + 0x00000000400063c0 rom_phy_close_rf = 0x400063c0 + 0x00000000400063cc rom_phy_xpd_tsens = 0x400063cc + 0x00000000400063d8 rom_phy_freq_mem_backup = 0x400063d8 + 0x00000000400063e4 rom_phy_ant_init = 0x400063e4 + 0x00000000400063f0 rom_bt_track_tx_power = 0x400063f0 + 0x00000000400063fc rom_wifi_track_tx_power = 0x400063fc + 0x0000000040006408 rom_phy_dig_reg_backup = 0x40006408 + 0x0000000040006414 chip728_phyrom_version_num = 0x40006414 + 0x0000000040006420 rom_mac_tx_chan_offset = 0x40006420 + 0x000000004000642c rom_rx_gain_force = 0x4000642c + 0x000000003fcef81c phy_param_rom = 0x3fcef81c + [!provide] PROVIDE (esp_rom_tjpgd_decomp = 0x40000864) + [!provide] PROVIDE (esp_rom_tjpgd_prepare = 0x40000858) + 0x0000000040001c98 PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] 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) + 0x0000000040001b0c PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x0000000040001b00 PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + [!provide] PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x0000000040001a94 PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + 0x0000000040001aa0 PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + 0x0000000040001f74 PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + 0x0000000040001fa4 PROVIDE (esp_rom_efuse_get_flash_wp_gpio = ets_efuse_get_wp_pad) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + 0x0000000040000648 PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) + 0x000000004000069c PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + 0x0000000040000660 PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + 0x00000000400006c0 PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_usb_acm_init = Uart_Init_USB) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + 0x0000000040001c5c PROVIDE (esp_rom_md5_init = MD5Init) + 0x0000000040001c68 PROVIDE (esp_rom_md5_update = MD5Update) + 0x0000000040001c74 PROVIDE (esp_rom_md5_final = MD5Final) + 0x00000000400005d0 PROVIDE (esp_rom_printf = ets_printf) + 0x0000000040000600 PROVIDE (esp_rom_delay_us = ets_delay_us) + [!provide] PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x000000004000057c PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + [!provide] PROVIDE (esp_rom_spiflash_attach = spi_flash_attach) + 0x000000004000216c __absvdi2 = 0x4000216c + 0x0000000040002178 __absvsi2 = 0x40002178 + 0x0000000040002184 __adddf3 = 0x40002184 + 0x0000000040002190 __addsf3 = 0x40002190 + 0x000000004000219c __addvdi3 = 0x4000219c + 0x00000000400021a8 __addvsi3 = 0x400021a8 + 0x00000000400021b4 __ashldi3 = 0x400021b4 + 0x00000000400021c0 __ashrdi3 = 0x400021c0 + 0x00000000400021cc __bswapdi2 = 0x400021cc + 0x00000000400021d8 __bswapsi2 = 0x400021d8 + 0x00000000400021e4 __clear_cache = 0x400021e4 + 0x00000000400021f0 __clrsbdi2 = 0x400021f0 + 0x00000000400021fc __clrsbsi2 = 0x400021fc + 0x0000000040002208 __clzdi2 = 0x40002208 + 0x0000000040002214 __clzsi2 = 0x40002214 + 0x0000000040002220 __cmpdi2 = 0x40002220 + 0x000000004000222c __ctzdi2 = 0x4000222c + 0x0000000040002238 __ctzsi2 = 0x40002238 + 0x0000000040002244 __divdc3 = 0x40002244 + 0x0000000040002250 __divdf3 = 0x40002250 + 0x000000004000225c __divdi3 = 0x4000225c + 0x0000000040002268 __divsc3 = 0x40002268 + 0x0000000040002274 __divsf3 = 0x40002274 + 0x0000000040002280 __divsi3 = 0x40002280 + 0x000000004000228c __eqdf2 = 0x4000228c + 0x0000000040002298 __eqsf2 = 0x40002298 + 0x00000000400022a4 __extendsfdf2 = 0x400022a4 + 0x00000000400022b0 __ffsdi2 = 0x400022b0 + 0x00000000400022bc __ffssi2 = 0x400022bc + 0x00000000400022c8 __fixdfdi = 0x400022c8 + 0x00000000400022d4 __fixdfsi = 0x400022d4 + 0x00000000400022e0 __fixsfdi = 0x400022e0 + 0x00000000400022ec __fixsfsi = 0x400022ec + 0x00000000400022f8 __fixunsdfsi = 0x400022f8 + 0x0000000040002304 __fixunssfdi = 0x40002304 + 0x0000000040002310 __fixunssfsi = 0x40002310 + 0x000000004000231c __floatdidf = 0x4000231c + 0x0000000040002328 __floatdisf = 0x40002328 + 0x0000000040002334 __floatsidf = 0x40002334 + 0x0000000040002340 __floatsisf = 0x40002340 + 0x000000004000234c __floatundidf = 0x4000234c + 0x0000000040002358 __floatundisf = 0x40002358 + 0x0000000040002364 __floatunsidf = 0x40002364 + 0x0000000040002370 __floatunsisf = 0x40002370 + 0x000000004000237c __gcc_bcmp = 0x4000237c + 0x0000000040002388 __gedf2 = 0x40002388 + 0x0000000040002394 __gesf2 = 0x40002394 + 0x00000000400023a0 __gtdf2 = 0x400023a0 + 0x00000000400023ac __gtsf2 = 0x400023ac + 0x00000000400023b8 __ledf2 = 0x400023b8 + 0x00000000400023c4 __lesf2 = 0x400023c4 + 0x00000000400023d0 __lshrdi3 = 0x400023d0 + 0x00000000400023dc __ltdf2 = 0x400023dc + 0x00000000400023e8 __ltsf2 = 0x400023e8 + 0x00000000400023f4 __moddi3 = 0x400023f4 + 0x0000000040002400 __modsi3 = 0x40002400 + 0x000000004000240c __muldc3 = 0x4000240c + 0x0000000040002418 __muldf3 = 0x40002418 + 0x0000000040002424 __muldi3 = 0x40002424 + 0x0000000040002430 __mulsc3 = 0x40002430 + 0x000000004000243c __mulsf3 = 0x4000243c + 0x0000000040002448 __mulsi3 = 0x40002448 + 0x0000000040002454 __mulvdi3 = 0x40002454 + 0x0000000040002460 __mulvsi3 = 0x40002460 + 0x000000004000246c __nedf2 = 0x4000246c + 0x0000000040002478 __negdf2 = 0x40002478 + 0x0000000040002484 __negdi2 = 0x40002484 + 0x0000000040002490 __negsf2 = 0x40002490 + 0x000000004000249c __negvdi2 = 0x4000249c + 0x00000000400024a8 __negvsi2 = 0x400024a8 + 0x00000000400024b4 __nesf2 = 0x400024b4 + 0x00000000400024c0 __paritysi2 = 0x400024c0 + 0x00000000400024cc __popcountdi2 = 0x400024cc + 0x00000000400024d8 __popcountsi2 = 0x400024d8 + 0x00000000400024e4 __powidf2 = 0x400024e4 + 0x00000000400024f0 __powisf2 = 0x400024f0 + 0x00000000400024fc __subdf3 = 0x400024fc + 0x0000000040002508 __subsf3 = 0x40002508 + 0x0000000040002514 __subvdi3 = 0x40002514 + 0x0000000040002520 __subvsi3 = 0x40002520 + 0x000000004000252c __truncdfsf2 = 0x4000252c + 0x0000000040002538 __ucmpdi2 = 0x40002538 + 0x0000000040002544 __udivdi3 = 0x40002544 + 0x0000000040002550 __udivmoddi4 = 0x40002550 + 0x000000004000255c __udivsi3 = 0x4000255c + 0x0000000040002568 __udiv_w_sdiv = 0x40002568 + 0x0000000040002574 __umoddi3 = 0x40002574 + 0x0000000040002580 __umodsi3 = 0x40002580 + 0x000000004000258c __unorddf2 = 0x4000258c + 0x0000000040002598 __unordsf2 = 0x40002598 + 0x00000000400011dc esp_rom_newlib_init_common_mutexes = 0x400011dc + 0x00000000400011e8 memset = 0x400011e8 + 0x00000000400011f4 memcpy = 0x400011f4 + 0x0000000040001200 memmove = 0x40001200 + 0x000000004000120c memcmp = 0x4000120c + 0x0000000040001218 strcpy = 0x40001218 + 0x0000000040001224 strncpy = 0x40001224 + 0x0000000040001230 strcmp = 0x40001230 + 0x000000004000123c strncmp = 0x4000123c + 0x0000000040001248 strlen = 0x40001248 + 0x0000000040001254 strstr = 0x40001254 + 0x0000000040001260 bzero = 0x40001260 + 0x0000000040001278 sbrk = 0x40001278 + 0x0000000040001284 isalnum = 0x40001284 + 0x0000000040001290 isalpha = 0x40001290 + 0x000000004000129c isascii = 0x4000129c + 0x00000000400012a8 isblank = 0x400012a8 + 0x00000000400012b4 iscntrl = 0x400012b4 + 0x00000000400012c0 isdigit = 0x400012c0 + 0x00000000400012cc islower = 0x400012cc + 0x00000000400012d8 isgraph = 0x400012d8 + 0x00000000400012e4 isprint = 0x400012e4 + 0x00000000400012f0 ispunct = 0x400012f0 + 0x00000000400012fc isspace = 0x400012fc + 0x0000000040001308 isupper = 0x40001308 + 0x0000000040001314 toupper = 0x40001314 + 0x0000000040001320 tolower = 0x40001320 + 0x000000004000132c toascii = 0x4000132c + 0x0000000040001338 memccpy = 0x40001338 + 0x0000000040001344 memchr = 0x40001344 + 0x0000000040001350 memrchr = 0x40001350 + 0x000000004000135c strcasecmp = 0x4000135c + 0x0000000040001368 strcasestr = 0x40001368 + 0x0000000040001374 strcat = 0x40001374 + 0x0000000040001380 strdup = 0x40001380 + 0x000000004000138c strchr = 0x4000138c + 0x0000000040001398 strcspn = 0x40001398 + 0x00000000400013a4 strcoll = 0x400013a4 + 0x00000000400013b0 strlcat = 0x400013b0 + 0x00000000400013bc strlcpy = 0x400013bc + 0x00000000400013c8 strlwr = 0x400013c8 + 0x00000000400013d4 strncasecmp = 0x400013d4 + 0x00000000400013e0 strncat = 0x400013e0 + 0x00000000400013ec strndup = 0x400013ec + 0x00000000400013f8 strnlen = 0x400013f8 + 0x0000000040001404 strrchr = 0x40001404 + 0x0000000040001410 strsep = 0x40001410 + 0x000000004000141c strspn = 0x4000141c + 0x0000000040001428 strtok_r = 0x40001428 + 0x0000000040001434 strupr = 0x40001434 + 0x0000000040001440 longjmp = 0x40001440 + 0x000000004000144c setjmp = 0x4000144c + 0x0000000040001458 abs = 0x40001458 + 0x0000000040001464 div = 0x40001464 + 0x0000000040001470 labs = 0x40001470 + 0x000000004000147c ldiv = 0x4000147c + 0x0000000040001488 qsort = 0x40001488 + 0x0000000040001494 rand_r = 0x40001494 + 0x00000000400014a0 rand = 0x400014a0 + 0x00000000400014ac srand = 0x400014ac + 0x00000000400014b8 utoa = 0x400014b8 + 0x00000000400014c4 itoa = 0x400014c4 + 0x00000000400014d0 atoi = 0x400014d0 + 0x00000000400014dc atol = 0x400014dc + 0x00000000400014e8 strtol = 0x400014e8 + 0x00000000400014f4 strtoul = 0x400014f4 + [!provide] PROVIDE (fflush = 0x40001500) + [!provide] PROVIDE (_fflush_r = 0x4000150c) + [!provide] PROVIDE (_fwalk = 0x40001518) + [!provide] PROVIDE (_fwalk_reent = 0x40001524) + [!provide] PROVIDE (__swbuf_r = 0x40001548) + 0x0000000040001554 __swbuf = 0x40001554 + 0x000000003fceffd4 syscall_table_ptr = 0x3fceffd4 + 0x000000003fceffd0 _global_impure_ptr = 0x3fceffd0 + 0x0000000040000570 _rom_chip_id = 0x40000570 + 0x0000000040000574 _rom_eco_version = 0x40000574 + 0x000000004000126c _isatty_r = 0x4000126c + [!provide] PROVIDE (__smakebuf_r = 0x40001530) + [!provide] PROVIDE (__swsetup_r = 0x40001560) + [!provide] PROVIDE (__swhatbuf_r = 0x4000153c) + 0x0000000060000000 PROVIDE (UART0 = 0x60000000) + 0x0000000060002000 PROVIDE (SPIMEM1 = 0x60002000) + [!provide] PROVIDE (SPIMEM0 = 0x60003000) + 0x0000000060004000 PROVIDE (GPIO = 0x60004000) + [!provide] PROVIDE (SIGMADELTA = 0x60004f00) + 0x0000000060008000 PROVIDE (RTCCNTL = 0x60008000) + 0x0000000060008400 PROVIDE (RTCIO = 0x60008400) + 0x0000000060008800 PROVIDE (SENS = 0x60008800) + [!provide] PROVIDE (HINF = 0x6000b000) + [!provide] PROVIDE (I2S0 = 0x6000f000) + [!provide] PROVIDE (I2S1 = 0x6002d000) + 0x0000000060010000 PROVIDE (UART1 = 0x60010000) + [!provide] PROVIDE (I2C0 = 0x60013000) + [!provide] PROVIDE (UHCI0 = 0x60014000) + [!provide] PROVIDE (UHCI1 = 0x60014000) + [!provide] PROVIDE (HOST = 0x60015000) + [!provide] PROVIDE (RMT = 0x60016000) + [!provide] PROVIDE (RMTMEM = 0x60016800) + [!provide] PROVIDE (PCNT = 0x60017000) + [!provide] PROVIDE (SLC = 0x60018000) + [!provide] PROVIDE (LEDC = 0x60019000) + [!provide] PROVIDE (MCPWM0 = 0x6001e000) + [!provide] PROVIDE (MCPWM1 = 0x6002c000) + [!provide] PROVIDE (MCP = 0x600c3000) + 0x000000006001f000 PROVIDE (TIMERG0 = 0x6001f000) + 0x0000000060020000 PROVIDE (TIMERG1 = 0x60020000) + 0x0000000060023000 PROVIDE (SYSTIMER = 0x60023000) + 0x0000000060024000 PROVIDE (GPSPI2 = 0x60024000) + 0x0000000060025000 PROVIDE (GPSPI3 = 0x60025000) + [!provide] PROVIDE (SYSCON = 0x60026000) + [!provide] PROVIDE (I2C1 = 0x60027000) + [!provide] PROVIDE (SDMMC = 0x60028000) + [!provide] PROVIDE (TWAI = 0x6002b000) + [!provide] PROVIDE (GPSPI4 = 0x60037000) + 0x000000006003f000 PROVIDE (GDMA = 0x6003f000) + 0x000000006002e000 PROVIDE (UART2 = 0x6002e000) + [!provide] PROVIDE (DMA = 0x6003f000) + 0x0000000060040000 PROVIDE (APB_SARADC = 0x60040000) + [!provide] PROVIDE (LCD_CAM = 0x60041000) + 0x0000000060038000 PROVIDE (USB_SERIAL_JTAG = 0x60038000) + [!provide] PROVIDE (USB0 = 0x60080000) + [!provide] PROVIDE (USBH = 0x60080000) + [!provide] PROVIDE (USB_WRAP = 0x60039000) +OUTPUT(hello_world.elf elf32-xtensa-le) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + .xtensa.info 0x0000000000000038 0x0 CMakeFiles/hello_world.elf.dir/project_elf_src_esp32s3.c.obj + .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(hello_world_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(gdma.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(gdma_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + .xtensa.info 0x0000000000000038 0x0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtn.o + +.comment 0x0000000000000000 0x51 + .comment 0x0000000000000000 0x2c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o + 0x2d (size before relaxing) + .comment 0x000000000000002c 0x2d esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(startup.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(cpu_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(soc_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(brownout_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/log/liblog.a(log.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/log/liblog.a(log_freertos.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(multi_heap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(memory_layout.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(port.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(port_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(list.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(abort.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(assert.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(heap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(locks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(pthread.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/main/libmain.a(hello_world_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(gpio.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(mpu_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(systimer_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .comment 0x000000000000002c 0x25 /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + 0x26 (size before relaxing) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + .comment 0x0000000000000051 0x2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + +.debug_frame 0x0000000000000000 0xa170 + .debug_frame 0x0000000000000000 0x58 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_frame 0x0000000000000058 0x3e8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x0000000000000440 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x0000000000000528 0xd0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_frame 0x00000000000005f8 0x70 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_frame 0x0000000000000668 0x1f0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_frame 0x0000000000000858 0x88 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_frame 0x00000000000008e0 0x70 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_frame 0x0000000000000950 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_frame 0x0000000000000990 0x58 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_frame 0x00000000000009e8 0xe8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_frame 0x0000000000000ad0 0xe8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x0000000000000bb8 0xd0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x0000000000000c88 0x40 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_frame 0x0000000000000cc8 0x28 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_frame 0x0000000000000cf0 0x58 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_frame 0x0000000000000d48 0x100 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x0000000000000e48 0x88 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_frame 0x0000000000000ed0 0x100 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_frame 0x0000000000000fd0 0x130 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x0000000000001100 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_frame 0x0000000000001140 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_frame 0x0000000000001168 0x118 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x0000000000001280 0x88 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_frame 0x0000000000001308 0x88 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x0000000000001390 0x40 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_frame 0x00000000000013d0 0x58 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x0000000000001428 0x520 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x0000000000001948 0x190 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_frame 0x0000000000001ad8 0x238 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_frame 0x0000000000001d10 0x2f8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_frame 0x0000000000002008 0xb8 esp-idf/log/liblog.a(log.c.obj) + .debug_frame 0x00000000000020c0 0xa0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_frame 0x0000000000002160 0x328 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x0000000000002488 0x88 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x0000000000002510 0x238 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x0000000000002748 0x250 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_frame 0x0000000000002998 0x88 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_frame 0x0000000000002a20 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_frame 0x0000000000002ad8 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_frame 0x0000000000002bd8 0x250 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_frame 0x0000000000002e28 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_frame 0x0000000000002e80 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x0000000000002f50 0x340 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x0000000000003290 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x0000000000003378 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_frame 0x0000000000003430 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x0000000000003530 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_frame 0x0000000000003558 0x70 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_frame 0x00000000000035c8 0x208 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x00000000000037d0 0x58 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x0000000000003828 0x160 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_frame 0x0000000000003988 0x1f0 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x0000000000003b78 0xb8 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x0000000000003c30 0x58 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_frame 0x0000000000003c88 0x3d0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x0000000000004058 0x8e0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x0000000000004938 0x88 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x00000000000049c0 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x00000000000049e8 0x58 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x0000000000004a40 0x190 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000000000004bd0 0x250 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x0000000000004e20 0x88 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x0000000000004ea8 0x40 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x0000000000004ee8 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x0000000000004f28 0xd0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x0000000000004ff8 0x148 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x0000000000005140 0xb8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x00000000000051f8 0xb8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x00000000000052b0 0x28 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_frame 0x00000000000052d8 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000005450 0x238 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000000000005688 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000000000005758 0x88 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_frame 0x00000000000057e0 0xe8 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_frame 0x00000000000058c8 0x4d8 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_frame 0x0000000000005da0 0xe8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_frame 0x0000000000005e88 0x6d0 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_frame 0x0000000000006558 0x1c0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_frame 0x0000000000006718 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000000000006740 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_frame 0x00000000000067c8 0x1a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x0000000000006970 0x118 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_frame 0x0000000000006a88 0x178 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000000000006c00 0x148 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000000000006d48 0x148 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000000000006e90 0x358 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x00000000000071e8 0x88 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000000000007270 0x1a8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000000000007418 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x00000000000074a0 0x1f0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_frame 0x0000000000007690 0xd0 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_frame 0x0000000000007760 0x190 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_frame 0x00000000000078f0 0x2f8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x0000000000007be8 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_frame 0x0000000000007c58 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_frame 0x0000000000007c98 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_frame 0x0000000000007d08 0xe8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_frame 0x0000000000007df0 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_frame 0x0000000000007e30 0x178 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_frame 0x0000000000007fa8 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_frame 0x0000000000007fe8 0x130 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x0000000000008118 0x58 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_frame 0x0000000000008170 0xa0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_frame 0x0000000000008210 0x118 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_frame 0x0000000000008328 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_frame 0x0000000000008350 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_frame 0x0000000000008378 0x2b0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x0000000000008628 0x58 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x0000000000008680 0x1c0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x0000000000008840 0xa0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_frame 0x00000000000088e0 0x58 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_frame 0x0000000000008938 0xd0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_frame 0x0000000000008a08 0x160 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_frame 0x0000000000008b68 0x28 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_frame 0x0000000000008b90 0x40 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x0000000000008bd0 0x400 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x0000000000008fd0 0x1d8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_frame 0x00000000000091a8 0x2b0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x0000000000009458 0x130 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_frame 0x0000000000009588 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_frame 0x00000000000095b0 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_frame 0x00000000000095d8 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_frame 0x0000000000009600 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_frame 0x0000000000009628 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_frame 0x0000000000009650 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_frame 0x00000000000096a8 0x160 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_frame 0x0000000000009808 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_frame 0x0000000000009848 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_frame 0x0000000000009888 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_frame 0x00000000000098c8 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_frame 0x0000000000009908 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_frame 0x0000000000009930 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_frame 0x0000000000009970 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_frame 0x00000000000099b0 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_frame 0x00000000000099f0 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_frame 0x0000000000009a30 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_frame 0x0000000000009a70 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_frame 0x0000000000009ab0 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_frame 0x0000000000009af0 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_frame 0x0000000000009b78 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_frame 0x0000000000009bb8 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_frame 0x0000000000009be0 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_frame 0x0000000000009c50 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_frame 0x0000000000009c90 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_frame 0x0000000000009cb8 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_frame 0x0000000000009cf8 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_frame 0x0000000000009d38 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_frame 0x0000000000009d60 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_frame 0x0000000000009db8 0x1d8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_frame 0x0000000000009f90 0x28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_frame 0x0000000000009fb8 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_frame 0x000000000000a010 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_frame 0x000000000000a098 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_frame 0x000000000000a0f0 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_frame 0x000000000000a130 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_info 0x0000000000000000 0x1ce2cd + .debug_info 0x0000000000000000 0x1417 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_info 0x0000000000001417 0x32d0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x00000000000046e7 0x1ab3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x000000000000619a 0x1aad esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_info 0x0000000000007c47 0x15c0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_info 0x0000000000009207 0x1d4e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_info 0x000000000000af55 0x10166 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x000000000001b0bb 0x26 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_info 0x000000000001b0e1 0x9372 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x0000000000024453 0x1512 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_info 0x0000000000025965 0x60fe esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x000000000002ba63 0x140c esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_info 0x000000000002ce6f 0xd89f esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x000000000003a70e 0x6575 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x0000000000040c83 0x7b79 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_info 0x00000000000487fc 0x90c7 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_info 0x00000000000518c3 0x1327 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_info 0x0000000000052bea 0x1dc8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x00000000000549b2 0x1a6b esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x000000000005641d 0x26 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_info 0x0000000000056443 0x192d esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x0000000000057d70 0x93f1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x0000000000061161 0x15c esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_info 0x00000000000612bd 0x253f esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_info 0x00000000000637fc 0x65ff esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x0000000000069dfb 0x152d esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_info 0x000000000006b328 0x2789 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x000000000006dab1 0x12af esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_info 0x000000000006ed60 0x4577 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x00000000000732d7 0x6187 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x000000000007945e 0x2adb esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_info 0x000000000007bf39 0x3c89 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_info 0x000000000007fbc2 0x5a85 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_info 0x0000000000085647 0x1343 esp-idf/log/liblog.a(log.c.obj) + .debug_info 0x000000000008698a 0x1750 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_info 0x00000000000880da 0x2f30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x000000000008b00a 0x1c9d esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x000000000008cca7 0x272a esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x000000000008f3d1 0x7649 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_info 0x0000000000096a1a 0x11a0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_info 0x0000000000097bba 0xba0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_info 0x000000000009875a 0x7de8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_info 0x00000000000a0542 0x1800 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_info 0x00000000000a1d42 0x34f9 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_info 0x00000000000a523b 0x6b73 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_info 0x00000000000abdae 0x1aa6 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x00000000000ad854 0x27bf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x00000000000b0013 0x7034 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x00000000000b7047 0xf0f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_info 0x00000000000b7f56 0xee6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x00000000000b8e3c 0xa1b esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_info 0x00000000000b9857 0x15e9 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_info 0x00000000000bae40 0x26 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_info 0x00000000000bae66 0x2427 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x00000000000bd28d 0x135a esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x00000000000be5e7 0x2a8a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_info 0x00000000000c1071 0x2728 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x00000000000c3799 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x00000000000c37bf 0x26 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_info 0x00000000000c37e5 0x22 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_info 0x00000000000c3807 0x1e3c esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x00000000000c5643 0x25ab esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_info 0x00000000000c7bee 0x4e4c esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x00000000000cca3a 0x95e8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x00000000000d6022 0x1174 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_info 0x00000000000d7196 0x26 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_info 0x00000000000d71bc 0x13c2 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x00000000000d857e 0x1338 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x00000000000d98b6 0xee8 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x00000000000da79e 0xebb esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x00000000000db659 0x20a4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x00000000000dd6fd 0xc8a esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x00000000000de387 0xb21 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x00000000000deea8 0x1295 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x00000000000e013d 0xfa5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x00000000000e10e2 0x1a50 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x00000000000e2b32 0xe16 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x00000000000e3948 0x25f4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x00000000000e5f3c 0x14c4 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_info 0x00000000000e7400 0x22d4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000000e96d4 0x2487 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000000ebb5b 0x1d3a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000ed895 0x1291 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000eeb26 0x18ff esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_info 0x00000000000f0425 0x1ff7 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_info 0x00000000000f241c 0x26 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .debug_info 0x00000000000f2442 0xcf03 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_info 0x00000000000ff345 0x1f82 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_info 0x00000000001012c7 0xb4ca esp-idf/driver/libdriver.a(uart.c.obj) + .debug_info 0x000000000010c791 0x4b4b esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_info 0x00000000001112dc 0x1177 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x0000000000112453 0xd12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_info 0x0000000000113165 0x45fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x0000000000117763 0x5fca esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_info 0x000000000011d72d 0x2655 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x000000000011fd82 0x2510 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x0000000000122292 0x6c65 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x0000000000128ef7 0x843d esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x0000000000131334 0x75bd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x00000000001388f1 0x6836 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x000000000013f127 0x1523 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x000000000014064a 0x2c21 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_info 0x000000000014326b 0x5b8e esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_info 0x0000000000148df9 0x1508 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_info 0x000000000014a301 0x1537 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x000000000014b838 0x2d51 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x000000000014e589 0x16ab esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x000000000014fc34 0x5a26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_info 0x000000000015565a 0x174e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x0000000000156da8 0x1bd7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_info 0x000000000015897f 0x15bc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_info 0x0000000000159f3b 0x646e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_info 0x00000000001603a9 0x15b0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_info 0x0000000000161959 0x5d1b esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x0000000000167674 0xcc8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x000000000016833c 0x1911 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x0000000000169c4d 0x6fe2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x0000000000170c2f 0x26 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_info 0x0000000000170c55 0x9b8 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_info 0x000000000017160d 0x1307 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_info 0x0000000000172914 0x3d18 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x000000000017662c 0x59b3 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x000000000017bfdf 0x6f7d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x0000000000182f5c 0xd28 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x0000000000183c84 0x12f8 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_info 0x0000000000184f7c 0x646c esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_info 0x000000000018b3e8 0x2393 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_info 0x000000000018d77b 0x1231 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_info 0x000000000018e9ac 0x1503 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x000000000018feaf 0x39fc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x00000000001938ab 0x4b93 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x000000000019843e 0x7813 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_info 0x000000000019fc51 0x35fb esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x00000000001a324c 0x137f esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_info 0x00000000001a45cb 0x114a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_info 0x00000000001a5715 0x11ab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_info 0x00000000001a68c0 0x10fc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000001a79bc 0x1174 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_info 0x00000000001a8b30 0x43 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .debug_info 0x00000000001a8b73 0x976 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_info 0x00000000001a94e9 0xe62 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_info 0x00000000001aa34b 0x1281 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_info 0x00000000001ab5cc 0xe1b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_info 0x00000000001ac3e7 0xce8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_info 0x00000000001ad0cf 0x11b7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_info 0x00000000001ae286 0xd03 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_info 0x00000000001aef89 0xf30 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_info 0x00000000001afeb9 0xcd4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_info 0x00000000001b0b8d 0xf53 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_info 0x00000000001b1ae0 0xcd2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_info 0x00000000001b27b2 0xdcf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_info 0x00000000001b3581 0xb1d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_info 0x00000000001b409e 0xd26 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_info 0x00000000001b4dc4 0xd50 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_info 0x00000000001b5b14 0xe37 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_info 0x00000000001b694b 0x2c06 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_info 0x00000000001b9551 0xa0e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_info 0x00000000001b9f5f 0x2ee4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_info 0x00000000001bce43 0xca6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_info 0x00000000001bdae9 0xc50 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_info 0x00000000001be739 0x1a6f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_info 0x00000000001c01a8 0xd7e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_info 0x00000000001c0f26 0x9fc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_info 0x00000000001c1922 0x1010 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_info 0x00000000001c2932 0x232b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_info 0x00000000001c4c5d 0xa90 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_info 0x00000000001c56ed 0x24be /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_info 0x00000000001c7bab 0x26d0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_info 0x00000000001ca27b 0xe99 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .debug_info 0x00000000001cb114 0x1126 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_info 0x00000000001cc23a 0x1065 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_info 0x00000000001cd29f 0x102e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_abbrev 0x0000000000000000 0x2273d + .debug_abbrev 0x0000000000000000 0x31c esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_abbrev 0x000000000000031c 0x56b esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x0000000000000887 0x3a1 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000000000000c28 0x2d2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_abbrev 0x0000000000000efa 0x238 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_abbrev 0x0000000000001132 0x345 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_abbrev 0x0000000000001477 0x4f4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x000000000000196b 0x14 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_abbrev 0x000000000000197f 0x40b esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x0000000000001d8a 0x27f esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_abbrev 0x0000000000002009 0x350 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x0000000000002359 0x2bf esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_abbrev 0x0000000000002618 0x460 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x0000000000002a78 0x405 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x0000000000002e7d 0x28a esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_abbrev 0x0000000000003107 0x35a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_abbrev 0x0000000000003461 0x24b esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_abbrev 0x00000000000036ac 0x371 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x0000000000003a1d 0x2fd esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x0000000000003d1a 0x14 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_abbrev 0x0000000000003d2e 0x356 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x0000000000004084 0x543 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x00000000000045c7 0xed esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_abbrev 0x00000000000046b4 0x327 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_abbrev 0x00000000000049db 0x3d0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x0000000000004dab 0x2f9 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_abbrev 0x00000000000050a4 0x370 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x0000000000005414 0x222 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_abbrev 0x0000000000005636 0x2b0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x00000000000058e6 0x539 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x0000000000005e1f 0x332 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_abbrev 0x0000000000006151 0x567 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_abbrev 0x00000000000066b8 0x5be esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_abbrev 0x0000000000006c76 0x486 esp-idf/log/liblog.a(log.c.obj) + .debug_abbrev 0x00000000000070fc 0x32c esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_abbrev 0x0000000000007428 0x4de esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x0000000000007906 0x3b5 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x0000000000007cbb 0x45c esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x0000000000008117 0x523 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_abbrev 0x000000000000863a 0x30b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_abbrev 0x0000000000008945 0x1b4 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_abbrev 0x0000000000008af9 0x3d1 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_abbrev 0x0000000000008eca 0x383 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_abbrev 0x000000000000924d 0x5c7 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_abbrev 0x0000000000009814 0x432 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_abbrev 0x0000000000009c46 0x357 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x0000000000009f9d 0x4e8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x000000000000a485 0x480 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x000000000000a905 0x30a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_abbrev 0x000000000000ac0f 0x302 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x000000000000af11 0x1c0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_abbrev 0x000000000000b0d1 0x2d1 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_abbrev 0x000000000000b3a2 0x14 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_abbrev 0x000000000000b3b6 0x508 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x000000000000b8be 0x257 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x000000000000bb15 0x486 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_abbrev 0x000000000000bf9b 0x5b6 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x000000000000c551 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x000000000000c565 0x14 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_abbrev 0x000000000000c579 0x12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_abbrev 0x000000000000c58b 0x3f6 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x000000000000c981 0x420 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_abbrev 0x000000000000cda1 0x405 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x000000000000d1a6 0x540 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x000000000000d6e6 0x18b esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_abbrev 0x000000000000d871 0x14 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_abbrev 0x000000000000d885 0x210 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x000000000000da95 0x289 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x000000000000dd1e 0x31a esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x000000000000e038 0x2b0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x000000000000e2e8 0x403 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x000000000000e6eb 0x296 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x000000000000e981 0x249 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x000000000000ebca 0x252 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x000000000000ee1c 0x302 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x000000000000f11e 0x3b8 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x000000000000f4d6 0x285 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x000000000000f75b 0x606 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x000000000000fd61 0x259 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_abbrev 0x000000000000ffba 0x1dc esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x0000000000010196 0x335 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x00000000000104cb 0x3ff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000000108ca 0x31f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x0000000000010be9 0x354 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_abbrev 0x0000000000010f3d 0x41b esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_abbrev 0x0000000000011358 0x14 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .debug_abbrev 0x000000000001136c 0x624 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_abbrev 0x0000000000011990 0x385 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_abbrev 0x0000000000011d15 0x630 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_abbrev 0x0000000000012345 0x5d9 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_abbrev 0x000000000001291e 0x1c7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x0000000000012ae5 0x286 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_abbrev 0x0000000000012d6b 0x544 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x00000000000132af 0x3c5 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_abbrev 0x0000000000013674 0x474 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x0000000000013ae8 0x42d esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x0000000000013f15 0x4b2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x00000000000143c7 0x59c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x0000000000014963 0x451 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x0000000000014db4 0x4a2 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x0000000000015256 0x2e1 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x0000000000015537 0x468 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_abbrev 0x000000000001599f 0x393 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_abbrev 0x0000000000015d32 0x3a3 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_abbrev 0x00000000000160d5 0x1d4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00000000000162a9 0x4b9 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x0000000000016762 0x2a0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x0000000000016a02 0x2ec esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_abbrev 0x0000000000016cee 0x2b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x0000000000016fa2 0x311 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_abbrev 0x00000000000172b3 0x24f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_abbrev 0x0000000000017502 0x479 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_abbrev 0x000000000001797b 0x24f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_abbrev 0x0000000000017bca 0x3af esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x0000000000017f79 0x266 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x00000000000181df 0x336 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x0000000000018515 0x4f0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x0000000000018a05 0x14 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_abbrev 0x0000000000018a19 0x1b6 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_abbrev 0x0000000000018bcf 0x26e esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_abbrev 0x0000000000018e3d 0x48b esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x00000000000192c8 0x3af esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x0000000000019677 0x4f1 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x0000000000019b68 0x2fd esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x0000000000019e65 0x1fc esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_abbrev 0x000000000001a061 0x485 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_abbrev 0x000000000001a4e6 0x3e3 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_abbrev 0x000000000001a8c9 0x1c5 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_abbrev 0x000000000001aa8e 0x1cd esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x000000000001ac5b 0x33f esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x000000000001af9a 0x3d7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x000000000001b371 0x4f9 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_abbrev 0x000000000001b86a 0x4ba esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x000000000001bd24 0x2eb esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_abbrev 0x000000000001c00f 0x28e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_abbrev 0x000000000001c29d 0x29b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_abbrev 0x000000000001c538 0x27a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x000000000001c7b2 0x294 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_abbrev 0x000000000001ca46 0x37 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .debug_abbrev 0x000000000001ca7d 0x1b8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_abbrev 0x000000000001cc35 0x2f1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_abbrev 0x000000000001cf26 0x3c8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_abbrev 0x000000000001d2ee 0x2bf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_abbrev 0x000000000001d5ad 0x28d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_abbrev 0x000000000001d83a 0x2eb /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_abbrev 0x000000000001db25 0x27e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_abbrev 0x000000000001dda3 0x26f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_abbrev 0x000000000001e012 0x20d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_abbrev 0x000000000001e21f 0x310 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_abbrev 0x000000000001e52f 0x2a1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_abbrev 0x000000000001e7d0 0x2a4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_abbrev 0x000000000001ea74 0x24f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_abbrev 0x000000000001ecc3 0x264 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_abbrev 0x000000000001ef27 0x2a0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_abbrev 0x000000000001f1c7 0x24f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_abbrev 0x000000000001f416 0x46b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_abbrev 0x000000000001f881 0x202 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_abbrev 0x000000000001fa83 0x4c1 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_abbrev 0x000000000001ff44 0x28b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_abbrev 0x00000000000201cf 0x247 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_abbrev 0x0000000000020416 0x33b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_abbrev 0x0000000000020751 0x2a4 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_abbrev 0x00000000000209f5 0x1f8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_abbrev 0x0000000000020bed 0x293 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_abbrev 0x0000000000020e80 0x472 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_abbrev 0x00000000000212f2 0x262 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_abbrev 0x0000000000021554 0x408 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_abbrev 0x000000000002195c 0x482 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_abbrev 0x0000000000021dde 0x181 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .debug_abbrev 0x0000000000021f5f 0x310 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_abbrev 0x000000000002226f 0x273 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_abbrev 0x00000000000224e2 0x25b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_loc 0x0000000000000000 0x507ed + .debug_loc 0x0000000000000000 0x196 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_loc 0x0000000000000196 0x121d esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x00000000000013b3 0x4f7 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x00000000000018aa 0x38c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_loc 0x0000000000001c36 0x48 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_loc 0x0000000000001c7e 0x182 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x0000000000001e00 0x1ff esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x0000000000001fff 0x5b esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_loc 0x000000000000205a 0x3f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_loc 0x0000000000002099 0x122 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_loc 0x00000000000021bb 0x107 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x00000000000022c2 0x204 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x00000000000024c6 0xe7 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_loc 0x00000000000025ad 0x34 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_loc 0x00000000000025e1 0x358 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x0000000000002939 0x4b7 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_loc 0x0000000000002df0 0x3fb esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_loc 0x00000000000031eb 0x204 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x00000000000033ef 0x10a esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_loc 0x00000000000034f9 0xff7 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x00000000000044f0 0x243 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_loc 0x0000000000004733 0x218 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x000000000000494b 0x94 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_loc 0x00000000000049df 0x4a esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x0000000000004a29 0x427c esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x0000000000008ca5 0x2a9 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_loc 0x0000000000008f4e 0x5ec esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_loc 0x000000000000953a 0x10ed esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_loc 0x000000000000a627 0x4be esp-idf/log/liblog.a(log.c.obj) + .debug_loc 0x000000000000aae5 0xcf esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_loc 0x000000000000abb4 0xf14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x000000000000bac8 0x76e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x000000000000c236 0x9dc esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x000000000000cc12 0x7655 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_loc 0x0000000000014267 0x355 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_loc 0x00000000000145bc 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_loc 0x000000000001466e 0xe2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_loc 0x0000000000014750 0x18f6 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_loc 0x0000000000016046 0x1e0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_loc 0x0000000000016226 0x2b3 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x00000000000164d9 0x88c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x0000000000016d65 0x580 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x00000000000172e5 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_loc 0x00000000000173a3 0x390 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x0000000000017733 0x248 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_loc 0x000000000001797b 0xab2 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x000000000001842d 0x15 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_loc 0x0000000000018442 0x33c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_loc 0x000000000001877e 0x9e9 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x0000000000019167 0x447 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x00000000000195ae 0x244 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_loc 0x00000000000197f2 0x1c10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x000000000001b402 0x3bd7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x000000000001efd9 0xd0 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x000000000001f0a9 0x8a esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x000000000001f133 0x1a2 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x000000000001f2d5 0x235 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x000000000001f50a 0x46d esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x000000000001f977 0x94 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x000000000001fa0b 0x162 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x000000000001fb6d 0x287 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x000000000001fdf4 0x557 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x000000000002034b 0x94 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x00000000000203df 0x2c8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x00000000000206a7 0x23 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_loc 0x00000000000206ca 0x531 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000020bfb 0xca7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000000218a2 0x3e1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000021c83 0x1e6 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_loc 0x0000000000021e69 0x3c4 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_loc 0x000000000002222d 0x262f esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_loc 0x000000000002485c 0x1f08 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_loc 0x0000000000026764 0x37a5 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_loc 0x0000000000029f09 0x819 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_loc 0x000000000002a722 0x5d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_loc 0x000000000002a77f 0x902 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x000000000002b081 0x62 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_loc 0x000000000002b0e3 0x441 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x000000000002b524 0xc7a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x000000000002c19e 0x2bb esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x000000000002c459 0x17a3 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x000000000002dbfc 0x37f esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x000000000002df7b 0x5e8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x000000000002e563 0x103 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x000000000002e666 0xdf7 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_loc 0x000000000002f45d 0x1b8 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_loc 0x000000000002f615 0x3a2 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_loc 0x000000000002f9b7 0x1186 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x0000000000030b3d 0x17c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_loc 0x0000000000030cb9 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_loc 0x0000000000030d45 0x1e2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_loc 0x0000000000030f27 0x6fb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_loc 0x0000000000031622 0x11d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_loc 0x000000000003173f 0x733 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_loc 0x0000000000031e72 0x11d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_loc 0x0000000000031f8f 0x485 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x0000000000032414 0x25 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_loc 0x0000000000032439 0x1a8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_loc 0x00000000000325e1 0x47a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_loc 0x0000000000032a5b 0x46 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_loc 0x0000000000032aa1 0x11f esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_loc 0x0000000000032bc0 0x111b esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x0000000000033cdb 0x405 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x00000000000340e0 0x11da esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x00000000000352ba 0x179 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_loc 0x0000000000035433 0xd3 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_loc 0x0000000000035506 0xc3d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_loc 0x0000000000036143 0xe65 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_loc 0x0000000000036fa8 0xc7 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x000000000003706f 0x1edc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x0000000000038f4b 0x1aef esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_loc 0x000000000003aa3a 0x132e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x000000000003bd68 0x1a4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_loc 0x000000000003bf0c 0xb09 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_loc 0x000000000003ca15 0x7f3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_loc 0x000000000003d208 0xa8a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_loc 0x000000000003dc92 0x974 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_loc 0x000000000003e606 0x28f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_loc 0x000000000003e895 0x18d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_loc 0x000000000003ea22 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_loc 0x000000000003eb0c 0x9e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_loc 0x000000000003ebaa 0x394 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_loc 0x000000000003ef3e 0xfa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_loc 0x000000000003f038 0x5bc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_loc 0x000000000003f5f4 0x11b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_loc 0x000000000003f70f 0x1fd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_loc 0x000000000003f90c 0x89 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_loc 0x000000000003f995 0xfe /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_loc 0x000000000003fa93 0x44 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_loc 0x000000000003fad7 0x135 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_loc 0x000000000003fc0c 0x147 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_loc 0x000000000003fd53 0x14c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_loc 0x000000000003fe9f 0x403f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_loc 0x0000000000043ede 0x25 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_loc 0x0000000000043f03 0x4144 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_loc 0x0000000000048047 0x5f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_loc 0x00000000000480a6 0x5c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_loc 0x0000000000048102 0x1a54 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_loc 0x0000000000049b56 0xfa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_loc 0x0000000000049c50 0x10c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_loc 0x0000000000049d5c 0x6f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_loc 0x0000000000049dcb 0x1933 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_loc 0x000000000004b6fe 0xe2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_loc 0x000000000004b7e0 0x2817 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_loc 0x000000000004dff7 0x25d9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_loc 0x00000000000505d0 0x8c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_loc 0x000000000005065c 0xea /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_loc 0x0000000000050746 0xa7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_aranges 0x0000000000000000 0x4130 + .debug_aranges + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_aranges + 0x0000000000000030 0x160 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_aranges + 0x0000000000000190 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_aranges + 0x00000000000001f0 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_aranges + 0x0000000000000248 0x38 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_aranges + 0x0000000000000280 0xb8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_aranges + 0x0000000000000338 0x40 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_aranges + 0x0000000000000378 0x20 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_aranges + 0x0000000000000398 0x38 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_aranges + 0x00000000000003d0 0x28 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_aranges + 0x00000000000003f8 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_aranges + 0x0000000000000428 0x60 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_aranges + 0x0000000000000488 0x60 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_aranges + 0x00000000000004e8 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_aranges + 0x0000000000000540 0x28 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_aranges + 0x0000000000000568 0x20 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_aranges + 0x0000000000000588 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_aranges + 0x00000000000005b8 0x68 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_aranges + 0x0000000000000620 0x40 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_aranges + 0x0000000000000660 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_aranges + 0x0000000000000680 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_aranges + 0x00000000000006e8 0x78 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_aranges + 0x0000000000000760 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_aranges + 0x0000000000000788 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_aranges + 0x00000000000007a8 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x0000000000000818 0x40 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_aranges + 0x0000000000000858 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_aranges + 0x0000000000000898 0x28 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_aranges + 0x00000000000008c0 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_aranges + 0x00000000000008f0 0x1c8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_aranges + 0x0000000000000ab8 0x98 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_aranges + 0x0000000000000b50 0xd0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_aranges + 0x0000000000000c20 0x110 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_aranges + 0x0000000000000d30 0x50 esp-idf/log/liblog.a(log.c.obj) + .debug_aranges + 0x0000000000000d80 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_aranges + 0x0000000000000dc8 0x120 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_aranges + 0x0000000000000ee8 0x40 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_aranges + 0x0000000000000f28 0xd0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_aranges + 0x0000000000000ff8 0xd8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_aranges + 0x00000000000010d0 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_aranges + 0x0000000000001110 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_aranges + 0x0000000000001128 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_aranges + 0x0000000000001178 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_aranges + 0x00000000000011e0 0xd8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_aranges + 0x00000000000012b8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_aranges + 0x00000000000012e8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_aranges + 0x0000000000001340 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x0000000000001468 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_aranges + 0x00000000000014c8 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_aranges + 0x0000000000001518 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x0000000000001580 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_aranges + 0x00000000000015a0 0x38 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_aranges + 0x00000000000015d8 0x20 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_aranges + 0x00000000000015f8 0xc0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_aranges + 0x00000000000016b8 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_aranges + 0x00000000000016e8 0x88 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_aranges + 0x0000000000001770 0xb8 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_aranges + 0x0000000000001828 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_aranges + 0x0000000000001848 0x20 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_aranges + 0x0000000000001868 0x70 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_aranges + 0x00000000000018d8 0x50 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_aranges + 0x0000000000001928 0x30 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_aranges + 0x0000000000001958 0x158 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_aranges + 0x0000000000001ab0 0x308 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_aranges + 0x0000000000001db8 0x18 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_aranges + 0x0000000000001dd0 0x20 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_aranges + 0x0000000000001df0 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_aranges + 0x0000000000001e30 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_aranges + 0x0000000000001e50 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_aranges + 0x0000000000001e80 0x98 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_aranges + 0x0000000000001f18 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_aranges + 0x0000000000001ff0 0x40 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_aranges + 0x0000000000002030 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_aranges + 0x0000000000002058 0x28 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_aranges + 0x0000000000002080 0x58 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_aranges + 0x00000000000020d8 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_aranges + 0x0000000000002158 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_aranges + 0x00000000000021a8 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_aranges + 0x00000000000021f8 0x20 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_aranges + 0x0000000000002218 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x0000000000002230 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x00000000000022c0 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000002390 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000000000023e8 0x40 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_aranges + 0x0000000000002428 0x60 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_aranges + 0x0000000000002488 0x20 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .debug_aranges + 0x00000000000024a8 0x1b0 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_aranges + 0x0000000000002658 0x60 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_aranges + 0x00000000000026b8 0x258 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_aranges + 0x0000000000002910 0xa8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_aranges + 0x00000000000029b8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x00000000000029d8 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_aranges + 0x0000000000002a18 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x0000000000002ab8 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_aranges + 0x0000000000002b28 0x90 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_aranges + 0x0000000000002bb8 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_aranges + 0x0000000000002c38 0x80 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_aranges + 0x0000000000002cb8 0x130 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_aranges + 0x0000000000002de8 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_aranges + 0x0000000000002e28 0xa0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_aranges + 0x0000000000002ec8 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_aranges + 0x0000000000002f08 0xb8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_aranges + 0x0000000000002fc0 0x58 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_aranges + 0x0000000000003018 0x98 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_aranges + 0x00000000000030b0 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_aranges + 0x00000000000030c8 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_aranges + 0x00000000000031d8 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_aranges + 0x0000000000003210 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_aranges + 0x0000000000003238 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_aranges + 0x0000000000003270 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_aranges + 0x00000000000032d0 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_aranges + 0x00000000000032f8 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_aranges + 0x0000000000003388 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_aranges + 0x00000000000033b0 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_aranges + 0x0000000000003428 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_aranges + 0x0000000000003458 0x48 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_aranges + 0x00000000000034a0 0x70 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_aranges + 0x0000000000003510 0x20 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_aranges + 0x0000000000003530 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_aranges + 0x0000000000003550 0x20 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_aranges + 0x0000000000003570 0xf8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_aranges + 0x0000000000003668 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_aranges + 0x0000000000003698 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_aranges + 0x0000000000003740 0x48 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_aranges + 0x0000000000003788 0x30 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_aranges + 0x00000000000037b8 0x58 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_aranges + 0x0000000000003810 0x88 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_aranges + 0x0000000000003898 0x20 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_aranges + 0x00000000000038b8 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x00000000000038d0 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_aranges + 0x00000000000038f8 0x168 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_aranges + 0x0000000000003a60 0xb0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_aranges + 0x0000000000003b10 0xf8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_aranges + 0x0000000000003c08 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_aranges + 0x0000000000003c80 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_aranges + 0x0000000000003ca0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_aranges + 0x0000000000003cc0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x0000000000003ce0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_aranges + 0x0000000000003d00 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .debug_aranges + 0x0000000000003d18 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_aranges + 0x0000000000003d38 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_aranges + 0x0000000000003d58 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_aranges + 0x0000000000003d78 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_aranges + 0x0000000000003d98 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_aranges + 0x0000000000003db8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_aranges + 0x0000000000003dd8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_aranges + 0x0000000000003df8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_aranges + 0x0000000000003e18 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_aranges + 0x0000000000003e38 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_aranges + 0x0000000000003e58 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_aranges + 0x0000000000003e78 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_aranges + 0x0000000000003e98 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_aranges + 0x0000000000003eb8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_aranges + 0x0000000000003ed8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_aranges + 0x0000000000003ef8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_aranges + 0x0000000000003f18 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_aranges + 0x0000000000003f38 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_aranges + 0x0000000000003f58 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_aranges + 0x0000000000003f78 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_aranges + 0x0000000000003f98 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_aranges + 0x0000000000003fb8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_aranges + 0x0000000000003fd8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_aranges + 0x0000000000003ff8 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_aranges + 0x0000000000004018 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_aranges + 0x0000000000004038 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_aranges + 0x0000000000004058 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_aranges + 0x0000000000004078 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_aranges + 0x0000000000004098 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_aranges + 0x00000000000040b8 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .debug_aranges + 0x00000000000040d0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_aranges + 0x00000000000040f0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_aranges + 0x0000000000004110 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_ranges 0x0000000000000000 0x57a0 + .debug_ranges 0x0000000000000000 0x20 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_ranges 0x0000000000000020 0x1b0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x00000000000001d0 0x70 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x0000000000000240 0x48 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_ranges 0x0000000000000288 0x28 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_ranges 0x00000000000002b0 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_ranges 0x0000000000000358 0x48 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x00000000000003a0 0x28 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x00000000000003c8 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_ranges 0x00000000000003e0 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_ranges 0x0000000000000400 0x68 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_ranges 0x0000000000000468 0x50 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x00000000000004b8 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x0000000000000500 0x18 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_ranges 0x0000000000000518 0x10 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_ranges 0x0000000000000528 0x20 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_ranges 0x0000000000000548 0x70 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x00000000000005b8 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_ranges 0x00000000000005e8 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_ranges 0x0000000000000688 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x00000000000006f0 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_ranges 0x0000000000000708 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_ranges 0x0000000000000718 0x60 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x0000000000000778 0x48 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_ranges 0x00000000000007c0 0x60 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x0000000000000820 0x18 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_ranges 0x0000000000000838 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x0000000000000858 0x218 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x0000000000000a70 0x88 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_ranges 0x0000000000000af8 0xf0 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_ranges 0x0000000000000be8 0x1b8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_ranges 0x0000000000000da0 0x40 esp-idf/log/liblog.a(log.c.obj) + .debug_ranges 0x0000000000000de0 0x50 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_ranges 0x0000000000000e30 0x1d0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x0000000000001000 0x90 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x0000000000001090 0xc0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x0000000000001150 0xcd8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_ranges 0x0000000000001e28 0x58 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_ranges 0x0000000000001e80 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_ranges 0x0000000000001ec0 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_ranges 0x0000000000001f30 0x2d8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_ranges 0x0000000000002208 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_ranges 0x0000000000002228 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x00000000000022e8 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x0000000000002418 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x0000000000002468 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_ranges 0x00000000000024a8 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x0000000000002518 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_ranges 0x0000000000002528 0x28 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_ranges 0x0000000000002550 0x128 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x0000000000002678 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x0000000000002698 0xc0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_ranges 0x0000000000002758 0x160 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x00000000000028b8 0x68 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_ranges 0x0000000000002920 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x0000000000002990 0x50 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_ranges 0x00000000000029e0 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x0000000000002b40 0x3e8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x0000000000002f28 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x0000000000002f58 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x0000000000002f68 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x0000000000002fa0 0x88 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x0000000000003028 0xc8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x00000000000030f0 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x0000000000003120 0x48 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x0000000000003168 0x18 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x0000000000003180 0x48 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x00000000000031c8 0x88 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x0000000000003250 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x0000000000003290 0x40 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x00000000000032d0 0x10 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_ranges 0x00000000000032e0 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000003378 0x108 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003480 0x90 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003510 0x30 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_ranges 0x0000000000003540 0x148 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_ranges 0x0000000000003688 0x210 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_ranges 0x0000000000003898 0xf8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_ranges 0x0000000000003990 0x2b8 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_ranges 0x0000000000003c48 0xf8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_ranges 0x0000000000003d40 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x0000000000003d50 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_ranges 0x0000000000003d80 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x0000000000003e10 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_ranges 0x0000000000003e70 0xe0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x0000000000003f50 0xd0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x0000000000004020 0x70 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x0000000000004090 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00000000000041f8 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x0000000000004228 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x00000000000042b8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x00000000000042e8 0xe8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_ranges 0x00000000000043d0 0x48 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_ranges 0x0000000000004418 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_ranges 0x00000000000044a0 0x118 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x00000000000045b8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_ranges 0x00000000000045e0 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_ranges 0x00000000000045f8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_ranges 0x0000000000004620 0x50 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_ranges 0x0000000000004670 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_ranges 0x0000000000004688 0x80 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_ranges 0x0000000000004708 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_ranges 0x0000000000004720 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x0000000000004788 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_ranges 0x00000000000047a8 0x38 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_ranges 0x00000000000047e0 0x90 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_ranges 0x0000000000004870 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_ranges 0x0000000000004880 0x10 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_ranges 0x0000000000004890 0x130 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x00000000000049c0 0x38 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x00000000000049f8 0xc8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x0000000000004ac0 0x38 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_ranges 0x0000000000004af8 0x20 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_ranges 0x0000000000004b18 0x48 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_ranges 0x0000000000004b60 0x98 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_ranges 0x0000000000004bf8 0x10 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_ranges 0x0000000000004c08 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x0000000000004c20 0x188 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x0000000000004da8 0x220 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_ranges 0x0000000000004fc8 0x180 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x0000000000005148 0x68 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_ranges 0x00000000000051b0 0xa0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_ranges 0x0000000000005250 0x40 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_ranges 0x0000000000005290 0xa0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_ranges 0x0000000000005330 0x58 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_ranges 0x0000000000005388 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_ranges 0x00000000000053a8 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_ranges 0x00000000000053c0 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_ranges 0x00000000000053e0 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_ranges 0x00000000000053f8 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_ranges 0x0000000000005410 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_ranges 0x0000000000005428 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_ranges 0x0000000000005498 0xb8 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_ranges 0x0000000000005550 0x20 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_ranges 0x0000000000005570 0x70 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_ranges 0x00000000000055e0 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_ranges 0x0000000000005640 0x48 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_ranges 0x0000000000005688 0x48 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_ranges 0x00000000000056d0 0x88 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_ranges 0x0000000000005758 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_ranges 0x0000000000005770 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_ranges 0x0000000000005788 0x18 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_line 0x0000000000000000 0xba444 + .debug_line 0x0000000000000000 0x78f esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_line 0x000000000000078f 0x2742 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x0000000000002ed1 0xe30 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x0000000000003d01 0xd62 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_line 0x0000000000004a63 0x564 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_line 0x0000000000004fc7 0x868 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_line 0x000000000000582f 0x13bb esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x0000000000006bea 0x1bb esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_line 0x0000000000006da5 0xd19 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x0000000000007abe 0x68a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_line 0x0000000000008148 0x8ee esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x0000000000008a36 0xa3b esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_line 0x0000000000009471 0x1414 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x000000000000a885 0xee4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x000000000000b769 0x584 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_line 0x000000000000bced 0x987 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_line 0x000000000000c674 0x614 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_line 0x000000000000cc88 0xf91 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x000000000000dc19 0xd43 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x000000000000e95c 0xcb esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_line 0x000000000000ea27 0xec6 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x000000000000f8ed 0x11ce esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x0000000000010abb 0x11d esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_line 0x0000000000010bd8 0x66b esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_line 0x0000000000011243 0x160e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x0000000000012851 0x808 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_line 0x0000000000013059 0x823 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x000000000001387c 0x54d esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_line 0x0000000000013dc9 0x539 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x0000000000014302 0x5a81 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x0000000000019d83 0xb91 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_line 0x000000000001a914 0x1562 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + .debug_line 0x000000000001be76 0x2cd6 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_line 0x000000000001eb4c 0xbfc esp-idf/log/liblog.a(log.c.obj) + .debug_line 0x000000000001f748 0xaa6 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_line 0x00000000000201ee 0x223d esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x000000000002242b 0x1202 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x000000000002362d 0x16a5 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x0000000000024cd2 0x6e24 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_line 0x000000000002baf6 0xc15 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_line 0x000000000002c70b 0x38c esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_line 0x000000000002ca97 0x81e esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_line 0x000000000002d2b5 0x938 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_line 0x000000000002dbed 0x2e9f esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_line 0x0000000000030a8c 0xc98 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_line 0x0000000000031724 0xba0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x00000000000322c4 0x1622 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x00000000000338e6 0x1891 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x0000000000035177 0x9e5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_line 0x0000000000035b5c 0xb06 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x0000000000036662 0x3f4 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_line 0x0000000000036a56 0x8bb esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_line 0x0000000000037311 0xeb esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_line 0x00000000000373fc 0x1be1 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x0000000000038fdd 0x7da esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x00000000000397b7 0xee3 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_line 0x000000000003a69a 0x18af esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x000000000003bf49 0x3e6 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x000000000003c32f 0x39e esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_line 0x000000000003c6cd 0x92e esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_line 0x000000000003cffb 0xe3d esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x000000000003de38 0xbb9 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_line 0x000000000003e9f1 0x3842 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x0000000000042233 0x9099 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x000000000004b2cc 0x442 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_line 0x000000000004b70e 0xe2 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_line 0x000000000004b7f0 0x8d1 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x000000000004c0c1 0x5db esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x000000000004c69c 0x7af esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x000000000004ce4b 0x6de esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x000000000004d529 0xf5e esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x000000000004e487 0x4ec esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x000000000004e973 0x6c2 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x000000000004f035 0x4f9 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x000000000004f52e 0x7a2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x000000000004fcd0 0x10c4 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x0000000000050d94 0x6c6 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x000000000005145a 0xf45 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x000000000005239f 0x776 esp-idf/main/libmain.a(hello_world_main.c.obj) + .debug_line 0x0000000000052b15 0x49d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x0000000000052fb2 0x12f4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00000000000542a6 0x18cf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000055b75 0x11b8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000056d2d 0xa8d esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + .debug_line 0x00000000000577ba 0x100f esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + .debug_line 0x00000000000587c9 0x15f esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + .debug_line 0x0000000000058928 0x46ef esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_line 0x000000000005d017 0x1829 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_line 0x000000000005e840 0x91c5 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_line 0x0000000000067a05 0x19a7 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_line 0x00000000000693ac 0x4d9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0000000000069885 0x639 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + .debug_line 0x0000000000069ebe 0x1694 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x000000000006b552 0x9ca esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + .debug_line 0x000000000006bf1c 0x144c esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x000000000006d368 0x1b31 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x000000000006ee99 0xe22 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x000000000006fcbb 0x3cf0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x00000000000739ab 0x1153 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x0000000000074afe 0x1268 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x0000000000075d66 0x66c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x00000000000763d2 0x1f88 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_line 0x000000000007835a 0x931 esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + .debug_line 0x0000000000078c8b 0xe38 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + .debug_line 0x0000000000079ac3 0x504 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x0000000000079fc7 0x2516 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x000000000007c4dd 0x605 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x000000000007cae2 0x69d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_line 0x000000000007d17f 0x735 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x000000000007d8b4 0xd6d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_line 0x000000000007e621 0x549 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_line 0x000000000007eb6a 0x15d7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + .debug_line 0x0000000000080141 0x530 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_line 0x0000000000080671 0xf2a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x000000000008159b 0x4ec esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x0000000000081a87 0xa32 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x00000000000824b9 0x18c5 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x0000000000083d7e 0x119 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_line 0x0000000000083e97 0x3e9 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + .debug_line 0x0000000000084280 0x588 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_line 0x0000000000084808 0x1a51 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x0000000000086259 0xaf7 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x0000000000086d50 0x1eda esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x0000000000088c2a 0x612 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x000000000008923c 0x559 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_line 0x0000000000089795 0x162d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_line 0x000000000008adc2 0xf3c esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_line 0x000000000008bcfe 0x47a esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_line 0x000000000008c178 0x3de esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x000000000008c556 0xc56 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x000000000008d1ac 0x3ab7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x0000000000090c63 0x246b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_line 0x00000000000930ce 0x2dd6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x0000000000095ea4 0xca5 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_line 0x0000000000096b49 0xaec /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_line 0x0000000000097635 0xbab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_line 0x00000000000981e0 0xa43 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x0000000000098c23 0xb28 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_line 0x000000000009974b 0x7b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + .debug_line 0x00000000000997c6 0x198 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_line 0x000000000009995e 0x851 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + .debug_line 0x000000000009a1af 0x9da /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + .debug_line 0x000000000009ab89 0x44b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_line 0x000000000009afd4 0x285 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_line 0x000000000009b259 0xbd9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_line 0x000000000009be32 0x54f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_line 0x000000000009c381 0xad7 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + .debug_line 0x000000000009ce58 0x43e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + .debug_line 0x000000000009d296 0x5c6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_line 0x000000000009d85c 0x3da /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_line 0x000000000009dc36 0x4af /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_line 0x000000000009e0e5 0x4a9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_line 0x000000000009e58e 0x635 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + .debug_line 0x000000000009ebc3 0x56d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_line 0x000000000009f130 0x3f3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .debug_line 0x000000000009f523 0x5a13 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_line 0x00000000000a4f36 0x221 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_line 0x00000000000a5157 0x5dc6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_line 0x00000000000aaf1d 0x311 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_line 0x00000000000ab22e 0x4ab /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + .debug_line 0x00000000000ab6d9 0x2778 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_line 0x00000000000ade51 0x515 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + .debug_line 0x00000000000ae366 0x378 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_line 0x00000000000ae6de 0x36b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_line 0x00000000000aea49 0x2934 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_line 0x00000000000b137d 0x45e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_line 0x00000000000b17db 0x3fb6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_line 0x00000000000b5791 0x407d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_line 0x00000000000b980e 0x1f0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + .debug_line 0x00000000000b99fe 0x37e /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_line 0x00000000000b9d7c 0x360 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_line 0x00000000000ba0dc 0x368 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + +.debug_str 0x0000000000000000 0x262f6 + .debug_str 0x0000000000000000 0x922 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0xbe9 (size before relaxing) + .debug_str 0x0000000000000922 0x1663 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x1d4b (size before relaxing) + .debug_str 0x0000000000001f85 0x1be esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14d0 (size before relaxing) + .debug_str 0x0000000000002143 0x1e4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x15a7 (size before relaxing) + .debug_str 0x0000000000002327 0x5d2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0xbbd (size before relaxing) + .debug_str 0x00000000000028f9 0x44b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x157a (size before relaxing) + .debug_str 0x0000000000002d44 0x7c23 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x9fcc (size before relaxing) + .debug_str 0x000000000000a967 0x6d esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x95 (size before relaxing) + .debug_str 0x000000000000a9d4 0x5c0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x5ea0 (size before relaxing) + .debug_str 0x000000000000af94 0xba esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x1b62 (size before relaxing) + .debug_str 0x000000000000b04e 0xd8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4e36 (size before relaxing) + .debug_str 0x000000000000b126 0x1d2 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x12e8 (size before relaxing) + .debug_str 0x000000000000b2f8 0x130e esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x84ba (size before relaxing) + .debug_str 0x000000000000c606 0x326 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x48b6 (size before relaxing) + .debug_str 0x000000000000c92c 0xbc esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x4a87 (size before relaxing) + .debug_str 0x000000000000c9e8 0xe9 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x5a44 (size before relaxing) + .debug_str 0x000000000000cad1 0xd3 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + 0x120c (size before relaxing) + .debug_str 0x000000000000cba4 0x19c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x144d (size before relaxing) + .debug_str 0x000000000000cd40 0x13e esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x13d9 (size before relaxing) + .debug_str 0x000000000000ce7e 0x65 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x9b (size before relaxing) + .debug_str 0x000000000000cee3 0x229 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x13b0 (size before relaxing) + .debug_str 0x000000000000d10c 0x2cf esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x64b2 (size before relaxing) + .debug_str 0x000000000000d3db 0xcd esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x226 (size before relaxing) + .debug_str 0x000000000000d4a8 0xb9 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x1978 (size before relaxing) + .debug_str 0x000000000000d561 0x3db esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x3c87 (size before relaxing) + .debug_str 0x000000000000d93c 0x174 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x127f (size before relaxing) + .debug_str 0x000000000000dab0 0x13a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x19b3 (size before relaxing) + .debug_str 0x000000000000dbea 0xb6 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x1171 (size before relaxing) + .debug_str 0x000000000000dca0 0xaa esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x2cf5 (size before relaxing) + .debug_str 0x000000000000dd4a 0x9b0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1ef0 (size before relaxing) + .debug_str 0x000000000000e6fa 0x232 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x195b (size before relaxing) + .debug_str 0x000000000000e92c 0x412 esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + 0x25b7 (size before relaxing) + .debug_str 0x000000000000ed3e 0x659 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x32aa (size before relaxing) + .debug_str 0x000000000000f397 0x271 esp-idf/log/liblog.a(log.c.obj) + 0x984 (size before relaxing) + .debug_str 0x000000000000f608 0x11e esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1458 (size before relaxing) + .debug_str 0x000000000000f726 0x643 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x19d0 (size before relaxing) + .debug_str 0x000000000000fd69 0x183 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x1551 (size before relaxing) + .debug_str 0x000000000000feec 0x41b esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x1733 (size before relaxing) + .debug_str 0x0000000000010307 0x50d esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xcb1 (size before relaxing) + .debug_str 0x0000000000010814 0x4b5 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0xc55 (size before relaxing) + .debug_str 0x0000000000010cc9 0x1af esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x820 (size before relaxing) + .debug_str 0x0000000000010e78 0x123 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4c13 (size before relaxing) + .debug_str 0x0000000000010f9b 0x3d4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x181f (size before relaxing) + .debug_str 0x000000000001136f 0x71d esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x1aa6 (size before relaxing) + .debug_str 0x0000000000011a8c 0x558 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3ec1 (size before relaxing) + .debug_str 0x0000000000011fe4 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x1316 (size before relaxing) + .debug_str 0x0000000000012110 0x420 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1b7e (size before relaxing) + .debug_str 0x0000000000012530 0x14dc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x4c81 (size before relaxing) + .debug_str 0x0000000000013a0c 0x221 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x8ef (size before relaxing) + .debug_str 0x0000000000013c2d 0x1c9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x927 (size before relaxing) + .debug_str 0x0000000000013df6 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + 0x67f (size before relaxing) + .debug_str 0x0000000000013e5c 0xc8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x1249 (size before relaxing) + .debug_str 0x0000000000013f24 0x4e esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x84 (size before relaxing) + .debug_str 0x0000000000013f72 0x46f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1830 (size before relaxing) + .debug_str 0x00000000000143e1 0x94 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x12cc (size before relaxing) + .debug_str 0x0000000000014475 0x907 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x26e2 (size before relaxing) + .debug_str 0x0000000000014d7c 0x523 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x1954 (size before relaxing) + .debug_str 0x000000000001529f 0x54 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x8a (size before relaxing) + .debug_str 0x00000000000152f3 0x5b esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x91 (size before relaxing) + .debug_str 0x000000000001534e 0x5b esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x91 (size before relaxing) + .debug_str 0x00000000000153a9 0x2fa esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x1756 (size before relaxing) + .debug_str 0x00000000000156a3 0x167 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x24a3 (size before relaxing) + .debug_str 0x000000000001580a 0x896 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1cc5 (size before relaxing) + .debug_str 0x00000000000160a0 0xe89 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28e7 (size before relaxing) + .debug_str 0x0000000000016f29 0x63 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x111c (size before relaxing) + .debug_str 0x0000000000016f8c 0x63 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x99 (size before relaxing) + .debug_str 0x0000000000016fef 0x86 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x123d (size before relaxing) + .debug_str 0x0000000000017075 0x5b esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x1153 (size before relaxing) + .debug_str 0x00000000000170d0 0xa3 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x892 (size before relaxing) + .debug_str 0x0000000000017173 0x1eb esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x793 (size before relaxing) + .debug_str 0x000000000001735e 0x38a esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17ae (size before relaxing) + .debug_str 0x00000000000176e8 0xe8 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x791 (size before relaxing) + .debug_str 0x00000000000177d0 0x6a esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x61d (size before relaxing) + .debug_str 0x000000000001783a 0x16a esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0xa78 (size before relaxing) + .debug_str 0x00000000000179a4 0x10c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x8c8 (size before relaxing) + .debug_str 0x0000000000017ab0 0x216 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x14c7 (size before relaxing) + .debug_str 0x0000000000017cc6 0xc6 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xc41 (size before relaxing) + .debug_str 0x0000000000017d8c 0x9ac esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x1bac (size before relaxing) + .debug_str 0x0000000000018738 0x59 esp-idf/main/libmain.a(hello_world_main.c.obj) + 0x1352 (size before relaxing) + .debug_str 0x0000000000018791 0x55 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x1ec6 (size before relaxing) + .debug_str 0x00000000000187e6 0x308 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x24cb (size before relaxing) + .debug_str 0x0000000000018aee 0x44d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xdb8 (size before relaxing) + .debug_str 0x0000000000018f3b 0x1c6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xb05 (size before relaxing) + .debug_str 0x0000000000019101 0x162 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + 0x13e1 (size before relaxing) + .debug_str 0x0000000000019263 0x255 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 0x1eca (size before relaxing) + .debug_str 0x00000000000194b8 0x63 esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + 0x99 (size before relaxing) + .debug_str 0x000000000001951b 0xb3b esp-idf/driver/libdriver.a(gpio.c.obj) + 0x698d (size before relaxing) + .debug_str 0x000000000001a056 0x25b esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x1751 (size before relaxing) + .debug_str 0x000000000001a2b1 0x12c3 esp-idf/driver/libdriver.a(uart.c.obj) + 0x44c4 (size before relaxing) + .debug_str 0x000000000001b574 0x5ec esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x32db (size before relaxing) + .debug_str 0x000000000001bb60 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x114b (size before relaxing) + .debug_str 0x000000000001bbd0 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + 0x991 (size before relaxing) + .debug_str 0x000000000001bd80 0x515 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2a50 (size before relaxing) + .debug_str 0x000000000001c295 0x387 esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + 0x3b67 (size before relaxing) + .debug_str 0x000000000001c61c 0x762 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x1edf (size before relaxing) + .debug_str 0x000000000001cd7e 0x2ba esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x1b1f (size before relaxing) + .debug_str 0x000000000001d038 0x33e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4afb (size before relaxing) + .debug_str 0x000000000001d376 0x7d4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x48ce (size before relaxing) + .debug_str 0x000000000001db4a 0x2e6 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4a90 (size before relaxing) + .debug_str 0x000000000001de30 0x314 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x437b (size before relaxing) + .debug_str 0x000000000001e144 0x8d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0xdc0 (size before relaxing) + .debug_str 0x000000000001e1d1 0x910 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x1b5a (size before relaxing) + .debug_str 0x000000000001eae1 0xdd esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + 0x373d (size before relaxing) + .debug_str 0x000000000001ebbe 0x38d esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + 0xf75 (size before relaxing) + .debug_str 0x000000000001ef4b 0x136 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0xd59 (size before relaxing) + .debug_str 0x000000000001f081 0x813 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x167c (size before relaxing) + .debug_str 0x000000000001f894 0xf0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0xdd5 (size before relaxing) + .debug_str 0x000000000001f984 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x34fc (size before relaxing) + .debug_str 0x000000000001fa10 0xcd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0xe41 (size before relaxing) + .debug_str 0x000000000001fadd 0x194 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0xf6b (size before relaxing) + .debug_str 0x000000000001fc71 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + 0xd52 (size before relaxing) + .debug_str 0x000000000001fcfd 0x29f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) + 0x388c (size before relaxing) + .debug_str 0x000000000001ff9c 0x86 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + 0xd38 (size before relaxing) + .debug_str 0x0000000000020022 0x1d2 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x35a1 (size before relaxing) + .debug_str 0x00000000000201f4 0xa8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x7b3 (size before relaxing) + .debug_str 0x000000000002029c 0x116 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x1cb9 (size before relaxing) + .debug_str 0x00000000000203b2 0x162 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x5290 (size before relaxing) + .debug_str 0x0000000000020514 0x65 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x9b (size before relaxing) + .debug_str 0x0000000000020579 0x6b esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + 0x620 (size before relaxing) + .debug_str 0x00000000000205e4 0xbb esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x11c1 (size before relaxing) + .debug_str 0x000000000002069f 0x435 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x22a5 (size before relaxing) + .debug_str 0x0000000000020ad4 0x17c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x345d (size before relaxing) + .debug_str 0x0000000000020c50 0x700 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x386f (size before relaxing) + .debug_str 0x0000000000021350 0x2d0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x892 (size before relaxing) + .debug_str 0x0000000000021620 0xa5 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x1232 (size before relaxing) + .debug_str 0x00000000000216c5 0x3b0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x3551 (size before relaxing) + .debug_str 0x0000000000021a75 0x256 esp-idf/hal/libhal.a(systimer_hal.c.obj) + 0x147c (size before relaxing) + .debug_str 0x0000000000021ccb 0x79 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + 0x11c7 (size before relaxing) + .debug_str 0x0000000000021d44 0x4f esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0xb01 (size before relaxing) + .debug_str 0x0000000000021d93 0x1369 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x30e0 (size before relaxing) + .debug_str 0x00000000000230fc 0x72a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1c78 (size before relaxing) + .debug_str 0x0000000000023826 0x496 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x40bb (size before relaxing) + .debug_str 0x0000000000023cbc 0x70d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x2053 (size before relaxing) + .debug_str 0x00000000000243c9 0x1cc esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0xda3 (size before relaxing) + .debug_str 0x0000000000024595 0x23b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + 0x761 (size before relaxing) + .debug_str 0x00000000000247d0 0x9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + 0x761 (size before relaxing) + .debug_str 0x00000000000247d9 0xa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + 0x762 (size before relaxing) + .debug_str 0x00000000000247e3 0xa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + 0x762 (size before relaxing) + .debug_str 0x00000000000247ed 0x109 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + 0x116 (size before relaxing) + .debug_str 0x00000000000248f6 0xc9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x5cb (size before relaxing) + .debug_str 0x00000000000249bf 0x20a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + 0x7f0 (size before relaxing) + .debug_str 0x0000000000024bc9 0x145 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + 0x940 (size before relaxing) + .debug_str 0x0000000000024d0e 0x7a /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0x823 (size before relaxing) + .debug_str 0x0000000000024d88 0x6f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x746 (size before relaxing) + .debug_str 0x0000000000024df7 0x97 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x963 (size before relaxing) + .debug_str 0x0000000000024e8e 0x60 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x7b2 (size before relaxing) + .debug_str 0x0000000000024eee 0xd0 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + 0x7cd (size before relaxing) + .debug_str 0x0000000000024fbe 0x67 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + 0x740 (size before relaxing) + .debug_str 0x0000000000025025 0x89 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x895 (size before relaxing) + .debug_str 0x00000000000250ae 0x6f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x769 (size before relaxing) + .debug_str 0x000000000002511d 0x5f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x7f3 (size before relaxing) + .debug_str 0x000000000002517c 0xe6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x5ef (size before relaxing) + .debug_str 0x0000000000025262 0x6b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + 0x783 (size before relaxing) + .debug_str 0x00000000000252cd 0x74 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x790 (size before relaxing) + .debug_str 0x0000000000025341 0x85 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + 0x778 (size before relaxing) + .debug_str 0x00000000000253c6 0x5a2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0xee1 (size before relaxing) + .debug_str 0x0000000000025968 0xe6 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x63a (size before relaxing) + .debug_str 0x0000000000025a4e 0x1f /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0xfe5 (size before relaxing) + .debug_str 0x0000000000025a6d 0x65 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x772 (size before relaxing) + .debug_str 0x0000000000025ad2 0x59 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + 0x759 (size before relaxing) + .debug_str 0x0000000000025b2b 0x187 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0xaa9 (size before relaxing) + .debug_str 0x0000000000025cb2 0x76 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + 0x7f7 (size before relaxing) + .debug_str 0x0000000000025d28 0x5d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x5e7 (size before relaxing) + .debug_str 0x0000000000025d85 0x136 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x944 (size before relaxing) + .debug_str 0x0000000000025ebb 0xa9 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0xa52 (size before relaxing) + .debug_str 0x0000000000025f64 0x100 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x644 (size before relaxing) + .debug_str 0x0000000000026064 0xe /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0xe58 (size before relaxing) + .debug_str 0x0000000000026072 0x17 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0xf2f (size before relaxing) + .debug_str 0x0000000000026089 0xca /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + 0x8c6 (size before relaxing) + .debug_str 0x0000000000026153 0xb2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x9a7 (size before relaxing) + .debug_str 0x0000000000026205 0x75 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x955 (size before relaxing) + .debug_str 0x000000000002627a 0x7c /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + 0x95c (size before relaxing) + +Cross Reference Table + +Symbol File +APB_SARADC esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +Cache_Dbus_MMU_Set esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +Cache_Disable_DCache esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +Cache_Disable_ICache esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +Cache_Enable_ICache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Freeze_DCache_Disable esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +Cache_Freeze_DCache_Enable esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +Cache_Freeze_ICache_Disable esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +Cache_Freeze_ICache_Enable esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +Cache_Get_DROM_MMU_End esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +Cache_Get_IROM_MMU_End esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +Cache_Ibus_MMU_Set esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +Cache_Invalidate_Addr esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +Cache_Invalidate_DCache_All esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Invalidate_ICache_All 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_Occupy_DCache_MEMORY esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Occupy_ICache_MEMORY esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Resume_DCache esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Resume_ICache 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_Set_DCache_Mode esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Set_ICache_Mode esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +Cache_Set_IDROM_MMU_Info esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Set_IDROM_MMU_Size esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Suspend_DCache esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Suspend_ICache 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) +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_ADC2_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_ADC2_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_ADC2_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_ADC2_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_ADC2_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_ADC2_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_ADC2_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_ADC2_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_VER_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_BLK_VER_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_BTLC_GPIO_ENABLE 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-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_DIS_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_CAN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DCACHE 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_EFUSE_DIS_DOWNLOAD_DCACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.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_USB 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_EFUSE_DIS_USB_OTG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.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_EFUSE_FLASH_ECC_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_ECC_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_PAGE_SIZE 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_TYPE 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_HARD_DIS_JTAG 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_esp32xx.c.obj) +ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_esp32xx.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_esp32xx.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_esp32xx.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_esp32xx.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_esp32xx.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_esp32xx.c.obj) +ESP_EFUSE_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_K_RTC_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_MAC_FACTORY esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_PIN_POWER_SELECTION 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_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_RD_DIS_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_esp32xx.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_esp32xx.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_esp32xx.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_EFUSE_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.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_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_D_D0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_HD_D3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_Q_D1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_WP_D2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_STRAP_JTAG_SEL 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_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USB_EXT_PHY_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USB_PHY_SEL 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_EFUSE_VDD_SPI_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_VDD_SPI_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_VDD_SPI_XPD 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-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +ESP_EFUSE_WAFER_VERSION 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_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_GROUP_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_GROUP_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_GROUP_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY0_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY1_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY2_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY3_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY4_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_KEY5_PURPOSE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.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_esp32xx.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_esp32xx.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_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT 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_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +GDMA esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/hal/libhal.a(gdma_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.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/driver/libdriver.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/driver/libdriver.a(gpio.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +GPSPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +GPSPI3 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +RTCCNTL esp-idf/driver/libdriver.a(usb_serial_jtag.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(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +RTCIO esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +SENS esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +SPIMEM1 esp-idf/soc/libsoc.a(spi_periph.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/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SYSTIMER esp-idf/hal/libhal.a(systimer_hal.c.obj) +SysTickIsrHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +TIMERG0 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) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +TIMERG1 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) +UART0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +UART1 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +UART2 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +USB_SERIAL_JTAG esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +Xthal_intlevel /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_Balloc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +_Bfree /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +_DebugExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_DoubleExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_ITM_deregisterTMCloneTable /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +_ITM_registerTMCloneTable /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +_KernelExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level2Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level3Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level4Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level5Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_NMIExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_PathLocale /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +_UserExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +__DTOR_END__ /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +__TMC_END__ /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtend.o + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +__action_table /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__adddf3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__any_on /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__ascii_mbtowc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +__ascii_wctomb /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +__assert esp-idf/newlib/libnewlib.a(assert.c.obj) +__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/hal/libhal.a(adc_hal.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_mxic_opi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.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/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(newlib_init.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/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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(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_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.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.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.c.obj) +__b2d /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__bswapdi2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +__bswapsi2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +__chclass /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__copybits /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.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) +__cxx_eh_arena_size_get esp-idf/esp_system/libesp_system.a(startup.c.obj) +__d2b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__default_global_locale /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +__divdf3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__divdi3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__dso_handle /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +__env_lock /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) +__env_unlock /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) +__eqdf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__errno /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +__fixdfsi /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__floatsidf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__floatunsidf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__fp_lock_all /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__fp_unlock_all /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__gedf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-errno.o) + esp-idf/main/libmain.a(hello_world_main.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/vfs/libvfs.a(vfs.c.obj) +__gettzinfo /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gettzinfo.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +__global_locale_ptr /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) +__gtdf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__hi0bits /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__i2b /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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) +__itoa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) +__ledf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__lo0bits /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__locale_mb_cur_max /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +__localeconv_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) +__lshift /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__ltdf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__mcmp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__mdiff /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__moddi3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__month_lengths /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-month_lengths.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +__mprec_bigtens /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__mprec_tens /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__mprec_tinytens /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__muldf3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__multadd /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__multiply /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__nedf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__popcountsi2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__pow5mult /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) +__ratio /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-envlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__sccl /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sccl.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +__sclose /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__seofread /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) +__sf_fake_stderr /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +__sf_fake_stdin /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +__sf_fake_stdout /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +__sflags /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-flags.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +__sflush_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) +__sfmoreglue /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__sfp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +__sfp_lock_acquire /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +__sfp_lock_release /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +__sfvwrite_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) +__sinit /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +__sinit_lock_acquire /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__sinit_lock_release /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__smakebuf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) +__sprint_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) +__sread /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__srefill_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) +__sseek /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__ssprint_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__ssrefill_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +__ssvfiscanf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) +__state_table /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__subdf3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__submore /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +__swhatbuf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) +__swrite /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +__swsetup_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +__tz_lock /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +__tz_unlock /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzlock.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +__tzcalc_limits /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzcalc_limits.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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) +__ulp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +__umoddi3 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__unorddf2 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +__utoa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) +__wrap___deregister_frame_info /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +__wrap___register_frame_info /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crtbegin.o +_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cleanup /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +_cleanup_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) +_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ctype_ /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ctype_.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) +_data_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_daylight /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +_dtoa_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +_esp_error_check_failed esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.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(cache_utils.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +_fflush_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) +_findenv_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) +_fini /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o +_flash_rodata_align esp-idf/freertos/libfreertos.a(port.c.obj) +_flash_rodata_start esp-idf/freertos/libfreertos.a(port.c.obj) +_fopen_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +_fprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) +_fputs_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) +_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wsetup.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_frxt_dispatch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_setup_switch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_task_coproc_state esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_fseek_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) +_fseeko_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) +_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ftello_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) +_fwalk /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) +_fwalk_reent /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwalk.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +_fwrite_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) +_getenv_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_impure_ptr /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-impure.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +_heap_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_init /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/no-rtti/crti.o +_invalid_pc_placeholder esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +_iram_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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(newlib_init.c.obj) +_localeconv_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_close esp-idf/newlib/libnewlib.a(locks.c.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_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) +_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) +_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_mbrtowc_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_mbtowc_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) +_mprec_log10 /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) +_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_printf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) +_puts_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_reclaim_reent /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_rodata_reserved_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rodata_reserved_start 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_fast_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_sbrk_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_setlocale_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +_sfread_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_siscanf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) +_snprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) +_start /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o +_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_strerror_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) +_strtol_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_strtoll_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_strtoul_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_strtoull_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_sungetc_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +_svfiprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) +_svfprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) +_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_thread_local_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) +_tzname /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) +_tzset_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) +_tzset_unlocked /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +_tzset_unlocked_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) +_ungetc_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) +_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_user_strerror /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-u_strerr.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) +_vector_table esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_vfiprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) +_vfprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) +_vprintf_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) +_wctomb_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-wctomb_r.o) +_write_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_xt_alloca_exc esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_context_restore esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +_xt_context_save esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +_xt_coproc_init esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_owner_sa esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_release esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_restorecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_coproc_sa_offset esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_savecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +_xt_exception_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_xt_interrupt_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_xt_medint2_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_medint3_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) +_xt_panic esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_user_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xtos_set_intlevel esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/hal/libhal.a(adc_hal.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(task_wdt.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(spi_timing_config.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(spi_flash_timing_tuning.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.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(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(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +access esp-idf/vfs/libvfs.a(vfs.c.obj) +adc1_config_channel_atten esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_config_width esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_dma_mode_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_get_raw esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_get_voltage esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_lock_release esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_pad_get_io_num esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_rtc_mode_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_ulp_enable esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_config_channel_atten esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_get_raw esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_pad_get_io_num esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_vref_to_gpio esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_wifi_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_wifi_release esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_cal_offset esp-idf/driver/libdriver.a(adc.c.obj) +adc_channel_io_map esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_common_gpio_init esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_digi_controller_configure esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_deinitialize esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_initialize esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_read_bytes esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_start esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_stop esp-idf/driver/libdriver.a(adc.c.obj) +adc_get_calibration_offset esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_arbiter_config esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_calibration_init esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_context_config esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_convert esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_digi_clr_intr esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_controller_config esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_deinit esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_dis_intr esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_init esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_start esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_stop esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_get_reading_result esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_init esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_self_calibration esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_set_calibration_param esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_set_controller esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_power_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +adc_power_off esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_power_on esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_power_release esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +adc_reg_lock esp-idf/driver/libdriver.a(adc.c.obj) +adc_rtc_reset esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_clk_div esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_data_inv esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_data_width esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_vref_to_gpio esp-idf/driver/libdriver.a(adc_common.c.obj) +adjtime esp-idf/newlib/libnewlib.a(time.c.obj) +app_main esp-idf/main/libmain.a(hello_world_main.c.obj) + esp-idf/freertos/libfreertos.a(port_common.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_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/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_get_chip_revision esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_get_chip_ver_pkg esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32s3.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.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/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.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_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_esp32s3.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_qio_mode esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +bootloader_flash_get_cs_io esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_qe_support_list esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.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) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +bootloader_flash_set_dummy_out esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_wrap_set esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.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_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_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_loader.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_loader.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_esp32s3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.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_esp32s3.c.obj) +bootloader_read_status_16b_rdsr_rdsr2 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_read_status_8b_rdsr esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_read_status_8b_rdsr2 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_read_status_8b_rdsr3 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +bootloader_read_status_8b_xmc25qu64a esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.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) +bootloader_write_status_16b_wrsr esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_write_status_8b_wrsr esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_write_status_8b_wrsr2 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +bootloader_write_status_8b_wrsr3 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +bootloader_write_status_8b_xmc25qu64a esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +brownout_hal_config esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +brownout_hal_intr_clear esp-idf/hal/libhal.a(brownout_hal.c.obj) +brownout_hal_intr_enable esp-idf/hal/libhal.a(brownout_hal.c.obj) +bzero /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) +call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +call_start_cpu1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +call_user_start esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +calloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.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.c.obj) +cfree esp-idf/newlib/libnewlib.a(heap.c.obj) +cleanup_glue /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-reent.o) +clock_getres esp-idf/newlib/libnewlib.a(time.c.obj) +clock_gettime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +clock_settime esp-idf/newlib/libnewlib.a(time.c.obj) +closedir esp-idf/vfs/libvfs.a(vfs.c.obj) +console_access esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_close esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_end_select esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fcntl esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fstat esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fsync esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_open esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_read esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcdrain esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcflush esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcgetattr esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcsetattr esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_write esp-idf/vfs/libvfs.a(vfs_console.c.obj) +cpu_hal_clear_breakpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) +cpu_hal_clear_watchpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +cpu_hal_set_breakpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +cpu_hal_set_vecbase esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +cpu_hal_set_watchpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) +environ /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-environ.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.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.c.obj) +esp_app_desc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) +esp_backtrace_get_next_frame esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) +esp_backtrace_get_start esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.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_backtrace_print_from_frame esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.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.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-idf/esp_system/libesp_system.a(panic_handler.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_chip_info esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + esp-idf/main/libmain.a(hello_world_main.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_apb_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_clk_cpu_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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_clk_private_unlock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.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_clk_slowclk_cal_set esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_clk_xtal_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_config_data_cache_mode esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_config_instruction_cache_mode esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_cpu_clear_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_cpu_in_ocd_debug_mode esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_cpu_reset esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_cpu_set_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_cpu_stall esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_crosscore_int_init esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_crosscore_int_send_freq_switch 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-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_crosscore_int_send_yield esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_crypto_ds_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_ds_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_hmac_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_hmac_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_mpi_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_mpi_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(esp_crypto_lock.c.obj) +esp_crypto_sha_aes_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.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_crypto_sha_aes_lock_release esp-idf/esp_hw_support/libesp_hw_support.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_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-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.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-idf/freertos/libfreertos.a(port_common.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_dport_access_int_abort esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_dport_access_int_pause esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_dport_access_int_resume esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_dport_access_read_buffer esp-idf/esp_hw_support/libesp_hw_support.a(dport_access.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) +esp_dport_access_stall_other_cpu_end esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_dport_access_stall_other_cpu_start esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_esp32xx.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_find_unused_key_block esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_esp32xx.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.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_esp32xx.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_esp32xx.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_rtc_calib_get_cal_temp esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.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/driver/libdriver.a(adc.c.obj) +esp_efuse_rtc_calib_get_ver esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_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_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_esp32xx.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_api_key_esp32xx.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.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.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_mxic_opi esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.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/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.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_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/spi_flash/libspi_flash.a(partition.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_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.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/spi_flash/libspi_flash.a(partition.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_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_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/spi_flash/libspi_flash.a(partition.c.obj) +esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_get_free_internal_heap_size esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/main/libmain.a(hello_world_main.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(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_int_wdt_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_intr_alloc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.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/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_alloc_intrstatus esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) +esp_intr_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.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_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.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_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.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_system/libesp_system.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(gpio.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/driver/libdriver.a(gpio.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_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_ipc_call esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_ipc_call_blocking esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_ipc_func esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) +esp_ipc_func_arg esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_asm_call esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_asm_call_blocking esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_end_fl esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_handler esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +esp_ipc_isr_init esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) +esp_ipc_isr_release_other_cpu esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_stall_abort esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_ipc_isr_stall_other_cpu esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_stall_pause esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_stall_resume esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_ipc_isr_start_fl esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_waiting_for_finish_cmd esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr_routines.S.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) +esp_log_default_level esp-idf/log/liblog.a(log.c.obj) + esp-idf/driver/libdriver.a(spi_common.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_mxic_opi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.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/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 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/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_log_early_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_level_get esp-idf/log/liblog.a(log.c.obj) +esp_log_level_set esp-idf/log/liblog.a(log.c.obj) +esp_log_set_vprintf esp-idf/log/liblog.a(log.c.obj) +esp_log_system_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.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_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.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_mxic_opi.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(spi_flash_hpm_enable.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.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/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_api.c.obj) + esp-idf/newlib/libnewlib.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.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/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/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/pthread/libpthread.a(pthread.c.obj) +esp_log_write esp-idf/log/liblog.a(log.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/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.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_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.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(partition.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(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.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_api.c.obj) + esp-idf/newlib/libnewlib.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_writev esp-idf/log/liblog.a(log.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_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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.c.obj) +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_description esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_ota_get_app_elf_sha256 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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_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/spi_flash/libspi_flash.a(partition.c.obj) +esp_ota_get_state_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_init_app_elf_sha256 esp-idf/app_update/libapp_update.a(esp_app_desc.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-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_partition_check_identity esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_deregister_external esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_erase_range esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_find esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_find_first esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_get esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_get_sha256 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_iterator_release esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_main_flash_region_safe esp-idf/spi_flash/libspi_flash.a(partition.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_partition_mmap esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_next esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_read esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_read_raw esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_register_external esp-idf/spi_flash/libspi_flash.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_verify esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write_raw esp-idf/spi_flash/libspi_flash.a(partition.c.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_pm_configure esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_dump_locks esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_get_configuration esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_get_cpu_freq esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_get_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_idle_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_init esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_isr_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_switch_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_waiti esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_pm_lock_acquire esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_lock_create esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_lock_delete esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_lock_release esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_register_inform_out_light_sleep_overhead_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_register_light_sleep_default_params_config_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_unregister_inform_out_light_sleep_overhead_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_unregister_light_sleep_default_params_config_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +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-idf/esp_system/libesp_system.a(startup.c.obj) +esp_pthread_set_cfg esp-idf/pthread/libpthread.a(pthread.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-idf/esp_system/libesp_system.a(startup.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-idf/freertos/libfreertos.a(port_common.c.obj) +esp_register_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.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_get_hint esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.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/main/libmain.a(hello_world_main.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.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(esp_system.c.obj) +esp_restart_noos_dig esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +esp_rom_delay_us esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.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/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 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_rom_efuse_get_flash_wp_gpio esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_efuse_get_opiconfig esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.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/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_rom_gpio_connect_out_signal esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(gpio.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_install_channel_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_install_uart_printf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_rom_newlib_init_common_mutexes esp-idf/newlib/libnewlib.a(locks.c.obj) +esp_rom_printf esp-idf/driver/libdriver.a(spi_common.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_mxic_opi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.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/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.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/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(debug_helpers.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_rom_spiflash_config_clk esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj) +esp_rom_spiflash_config_readmode esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +esp_rom_spiflash_select_qio_pins esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) +esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_uart_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_set_as_console esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_uart_set_clock_baudrate esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_uart_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_tx_wait_idle esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rtc_get_time_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.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_esp32xx.c.obj) +esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_setup_newlib_syscalls esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_sha_512_t_init_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.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_sha_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.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_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_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_sleep_config_gpio_isolate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_sleep_enable_gpio_switch esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_sleep_isolate_digital_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_startup_start_app esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_startup_start_app_common esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_startup_start_app_other_cores esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_sync_counters_rtc_and_frc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(esp_system.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_task_wdt_add esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.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_init esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_task_wdt_isr_user_handler 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_status esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +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_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_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.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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_time 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/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.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.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_systimer.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(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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.c.obj) +esp_timer_impl_lock 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_systimer.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_timer_impl_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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-idf/esp_system/libesp_system.a(startup.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_systimer.c.obj) +esp_timer_private_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_private_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_timer_start_once esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_start_periodic esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_stop esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +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(tasks.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/vfs/libvfs.a(vfs_console.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_vfs_dev_console_register esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_register esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_driver esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_nonblocking esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_usb_serial_jtag_register esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +esp_vfs_dev_usb_serial_jtag_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +esp_vfs_dev_usb_serial_jtag_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.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_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_mkdir esp-idf/vfs/libvfs.a(vfs.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-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_register_common esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.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_vfs_register_fd_with_local_fd 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/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.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/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.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_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_usb_serial_jtag_get_vfs esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_usb_serial_jtag_use_driver esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +esp_vfs_usb_serial_jtag_use_nonblocking esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +esp_vfs_utime esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_write esp-idf/vfs/libvfs.a(vfs.c.obj) +ets_apb_backup_init_lock_func esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) +ets_efuse_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +ets_efuse_rs_calculate esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +ets_get_cpu_frequency esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +ets_install_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_uart_printf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.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_rom_layout_p esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +ets_set_appcpu_boot_addr esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +ets_update_cpu_frequency esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +fclose /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) +fcntl esp-idf/newlib/libnewlib.a(syscalls.c.obj) +fflush /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-refill.o) + esp-idf/main/libmain.a(hello_world_main.c.obj) +flash_rom_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +fopen /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +fprintf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +fputs /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +free esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.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/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.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.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.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.c.obj) +frexp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) +fseek /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseek.o) +fseeko /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) +fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +ftello /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) +ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +fwrite /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +g_dig_dbias_pvt_240m 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) +g_dig_dbias_pvt_non_240m 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) +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(spi_flash_os_func_app.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +g_flash_guard_no_os_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_rtc_dbias_pvt_240m 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) +g_rtc_dbias_pvt_non_240m 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) +g_spi_lock_main_flash_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_spiram_ok esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +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_ticks_per_us_pro esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +g_uart_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +g_usb_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +gdma_append esp-idf/driver/libdriver.a(gdma.c.obj) +gdma_apply_strategy esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_connect esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_del_channel esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_disconnect esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_get_channel_id esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_hal_init esp-idf/hal/libhal.a(gdma_hal.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) +gdma_new_channel esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_periph_signals esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) +gdma_register_rx_event_callbacks esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gdma_register_tx_event_callbacks esp-idf/driver/libdriver.a(gdma.c.obj) +gdma_reset esp-idf/driver/libdriver.a(gdma.c.obj) +gdma_set_transfer_ability esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_start esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_stop esp-idf/driver/libdriver.a(gdma.c.obj) +get_calibration_offset esp-idf/driver/libdriver.a(adc_common.c.obj) +get_temp_buffer_not_supported esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +get_vfs_for_index esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +get_vfs_for_path esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +gettimeofday /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +gmtime_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) +gpio_config esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +gpio_deep_sleep_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_deep_sleep_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_force_hold_all esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_force_unhold_all esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_level esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_intr_disable esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_intr_enable_on_core esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_install_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_intr_disable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_intr_enable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_iomux_in esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_iomux_out esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_isr_handler_add esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_isr_handler_remove esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_isr_register esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_reset_pin esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +gpio_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_set_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_intr_type esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_level esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_sleep_sel_dis esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_sel_en esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_uninstall_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_disable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_enable esp-idf/driver/libdriver.a(gpio.c.obj) +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/newlib/libnewlib.a(heap.c.obj) +heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.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/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.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(port_common.c.obj) +heap_caps_free esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/newlib/libnewlib.a(heap.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/esp_system/libesp_system.a(esp_system.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/esp_system/libesp_system.a(esp_system.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) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +heap_caps_malloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/driver/libdriver.a(spi_common.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/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_common.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_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_print_heap_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc 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) +include_esp_phy_override esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +int_wdt_app_cpu_ticked esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +interrupt_controller_hal_desc_flags esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +interrupt_controller_hal_desc_level esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +interrupt_controller_hal_desc_table esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) +interrupt_controller_hal_desc_type esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +intr_matrix_set esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + 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_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +iswspace /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) +iswspace_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace_l.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) +itoa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) +ld_include_highint_hdl esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +localeconv /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) +localtime_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) + esp-idf/log/liblog.a(log_freertos.c.obj) +main /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/crt0.o +mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.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) +mbedtls_internal_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_finish_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.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) +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) +mbedtls_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_starts_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_sha256_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbrtowc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) +memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +memchr /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memchr.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) +memcmp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +memcpy /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.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_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.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/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.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(partition.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(spi_flash_timing_tuning.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_tlsf.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.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +memmove /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memmove.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) +memset /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-memset.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-bzero.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.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/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.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(partition.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.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(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + esp-idf/pthread/libpthread.a(pthread.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) +mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +mpu_hal_set_region_access esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.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_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.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.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_block_owner 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_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.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.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_set_lock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +newlib_include_assert_impl esp-idf/newlib/libnewlib.a(assert.c.obj) +newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.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) +opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.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) + esp-idf/esp_system/libesp_system.a(panic_handler.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_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(debug_helpers.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(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.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) + 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) +pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +periph_inform_out_light_sleep_overhead esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +periph_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +periph_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +periph_module_reset esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +phy_i2c_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_i2c_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +port_IntStack esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_IntStackTop esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_interruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_switch_flag esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) +port_uxOldInterruptState esp-idf/freertos/libfreertos.a(port.c.obj) +port_xSchedulerRunning esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +posix_memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +pread esp-idf/vfs/libvfs.a(vfs.c.obj) +printf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-printf.o) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/main/libmain.a(hello_world_main.c.obj) + esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +prvTaskPriorityRaise esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +prvTaskPriorityRestore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.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_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setclock esp-idf/newlib/libnewlib.a(pthread.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) + 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_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) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_delete esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_lazy_init_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_timedlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_trylock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.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_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) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fclose.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-findfp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fflush.o) +pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_sigmask esp-idf/newlib/libnewlib.a(pthread.c.obj) +puts /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + esp-idf/main/libmain.a(hello_world_main.c.obj) + esp-idf/heap/libheap.a(heap_caps.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) +pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +pxCurrentTCB esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +pxGetDelayedTaskList esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxGetOverflowDelayedTaskList esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxGetSuspendedTaskList esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxGetTasksWaitingTermination esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxListGetReadyPendingTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxListGetReadyTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxPortInitialiseStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTCBGetEndOfStack esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTCBGetSize esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTCBGetStartOfStack esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTCBGetStateListItem esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTCBGetTopOfStack esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) +qsort /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +raise esp-idf/newlib/libnewlib.a(syscalls.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) +readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +realloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +regi2c_analog_cali_reg_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_analog_cali_reg_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.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/bootloader_support/libbootloader_support.a(bootloader_random_esp32s3.c.obj) + esp-idf/hal/libhal.a(adc_hal.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) +registered_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +rom_config_data_cache_mode esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +rom_config_instruction_cache_mode esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +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_readReg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_readReg_Mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_writeReg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_writeReg_Mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +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_qio_mode.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.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/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.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_enable_internal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_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) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_8md256_enabled 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) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_bbpll_configure esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.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(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_pm/libesp_pm.a(pm_impl.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_pm/libesp_pm.a(pm_impl.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(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) + esp-idf/esp_pm/libesp_pm.a(pm_impl.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(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +rtc_clk_cpu_freq_to_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_divider_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_freq_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) +rtc_clk_select_rtc_slow_clk esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_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_freq_get_hz 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(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_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(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_deep_slp_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.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) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_gpio_deinit esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_force_hold_all esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_force_hold_dis_all esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_force_hold_en_all esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_get_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_get_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_hold_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_hold_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_init esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_isolate esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_pulldown_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_pulldown_en esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_pullup_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_pullup_en esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_set_direction esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_set_direction_in_sleep esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_set_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_set_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_wakeup_disable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_wakeup_enable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.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_io_desc esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_io_num_map esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_isr_deregister esp-idf/driver/libdriver.a(rtc_module.c.obj) +rtc_isr_register esp-idf/driver/libdriver.a(rtc_module.c.obj) +rtc_light_slp_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_sleep_get_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_sleep_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_sleep_low_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.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_set_wakeup_time esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_spinlock esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.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(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) +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(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +rtc_vddsdio_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +rtc_vddsdio_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +rtcio_hal_isolate esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtcio_hal_set_direction esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtcio_hal_set_direction_in_sleep esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +s_rtc_isr_handler_list_lock esp-idf/driver/libdriver.a(rtc_module.c.obj) +s_spinlock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key_esp32xx.c.obj) +s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +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) +set_xpd_sar esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +setlocale /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) +settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.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_sha512_init_hash 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/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) +sleep esp-idf/newlib/libnewlib.a(time.c.obj) +snprintf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/log/liblog.a(log_freertos.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_hal_stall_core esp-idf/hal/libhal.a(soc_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +soc_hal_unstall_core esp-idf/hal/libhal.a(soc_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.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/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_get_attr esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_init_lock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_lock_acquire_end esp-idf/driver/libdriver.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/driver/libdriver.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/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_check_dev_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_clear_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_entry esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_exit esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_req_exist esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_request esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_acquiring_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_by_id esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_get_dev_id esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_register_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_set_bg_control esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_touch esp-idf/driver/libdriver.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/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_wait_bg_done esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_main_set_lock esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_register_destroy_func esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_common_set_dummy_output esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_dummy_len_fix esp-idf/spi_flash/libspi_flash.a(flash_ops.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_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_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_mxic_opi.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_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_mxic_opi.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_opi.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_mxic_opi.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_mxic_opi.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_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_mxic_opi.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_mxic_opi.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_mxic_opi.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_mxic_opi.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_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_opi_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_erase_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_get_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_read_id esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_read_reg esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_set_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_mxic_opi_write esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.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_chip_xmic_opi_config_host_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj) +spi_flash_chip_xmic_opi_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.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_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.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_high_performance_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.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(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.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_erase_range 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/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_erase_sector esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_get_chip_size esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/main/libmain.a(hello_world_main.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/esp_system/libesp_system.a(startup.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_hpm_dummy_adjust esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +spi_flash_hpm_enable_list esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +spi_flash_hpm_get_dummy esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +spi_flash_hpm_get_dummy_generic esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj) +spi_flash_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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(flash_ops.c.obj) +spi_flash_mmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.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/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/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_op_block_func esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_op_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_op_unlock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_phys2cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_read 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_read_encrypted esp-idf/spi_flash/libspi_flash.a(flash_ops.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_set_rom_required_regs esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_write 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_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_timing_change_speed_mode_cache_safe esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +spi_timing_config_get_core_clock esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_config_get_cs_timing esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) +spi_timing_config_get_flash_clock_reg esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) +spi_timing_config_set_core_clock esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_config_set_flash_clock esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_config_set_psram_clock esp-idf/spi_flash/libspi_flash.a(spi_timing_config.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_enter_mspi_high_speed_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_enter_mspi_low_speed_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_flash_tuning esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +spi_timing_get_flash_timing_param esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_timing_is_tuned esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_timing_psram_tuning esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spi_timing_set_pin_drive_strength esp-idf/spi_flash/libspi_flash.a(spi_flash_timing_tuning.c.obj) +spicommon_bus_free_io_cfg esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_initialize_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_using_iomux esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spicommon_cs_free_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_cs_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dma_chan_alloc esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dma_chan_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_idle esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_req_reset esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_reset_in_progress esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_transfer_active esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqdma_source_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqsource_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_claim esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_in_use esp-idf/driver/libdriver.a(spi_common.c.obj) +start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) +start_cpu_other_cores esp-idf/esp_system/libesp_system.a(startup.c.obj) +startup_resume_other_cores esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +strcat /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +strcmp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-locale.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +strcpy /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strcspn /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strerror /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) +strerror_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror.o) +strerror_r /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlcat /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +strlcpy /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcpy.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +strlen /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlen.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-siscanf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strlcat.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strerror_r.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-puts.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncmp /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncmp.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-getenv_r.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncpy /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strncpy.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +strstr /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strtol /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) +strtol_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtol.o) +strtoll /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) +strtoll_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) +strtoul /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) + /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) +strtoul_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoul.o) +strtoull /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) +strtoull_l /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) +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/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.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/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_enable_alarm_int esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_enable_counter esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_counter_value esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_select_alarm_mode esp-idf/hal/libhal.a(systimer_hal.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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) +taskYIELD_OTHER_CORE esp-idf/freertos/libfreertos.a(tasks.c.obj) +tcdrain esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) +tcgetattr esp-idf/vfs/libvfs.a(vfs.c.obj) +tcgetsid esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsendbreak esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsetattr esp-idf/vfs/libvfs.a(vfs.c.obj) +telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +tlsf_add_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_align_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_alloc_overhead esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size_max esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_block_size_min esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_check esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_create esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_create_with_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_fit_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_free esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_get_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_malloc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_memalign esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_memalign_offs esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_pool_overhead esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_realloc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_remove_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_walk_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +tzset /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-tzset.o) +uart_clear_intr_status esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_pattern_det_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_driver_delete esp-idf/driver/libdriver.a(uart.c.obj) +uart_driver_install esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_pattern_det_baud_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush_input esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_buffered_data_len esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_collision_flag esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_selectlock esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_tx_buffer_free_size esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.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/driver/libdriver.a(uart.c.obj) +uart_hal_init esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_tx_break esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +uart_intr_config esp-idf/driver/libdriver.a(uart.c.obj) +uart_is_driver_installed esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_isr_free esp-idf/driver/libdriver.a(uart.c.obj) +uart_isr_register esp-idf/driver/libdriver.a(uart.c.obj) +uart_param_config esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_get_pos esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_pop_pos esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_queue_reset esp-idf/driver/libdriver.a(uart.c.obj) +uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_read_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_always_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_dtr esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_line_inverse esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_loop_back esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_mode esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_pin esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rts esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_full_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_select_notif_callback esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_sw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_empty_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_idle_num esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_tx_chars esp-idf/driver/libdriver.a(uart.c.obj) +uart_wait_tx_done esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_wait_tx_idle_polling esp-idf/driver/libdriver.a(uart.c.obj) +uart_write_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_write_bytes_with_break esp-idf/driver/libdriver.a(uart.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) +ulTaskNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) +ungetc /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) +usb_serial_jtag_driver_install esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) +usb_serial_jtag_driver_uninstall esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) +usb_serial_jtag_read_bytes esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +usb_serial_jtag_write_bytes esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/vfs/libvfs.a(vfs_usb_serial_jtag.c.obj) +usleep esp-idf/newlib/libnewlib.a(time.c.obj) +utime esp-idf/vfs/libvfs.a(vfs.c.obj) +utoa /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-utoa.o) +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) +uxQueueMessagesWaitingFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +uxQueueSpacesAvailable esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) +uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTopUsedPriority esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.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) +vListInitialise esp-idf/freertos/libfreertos.a(list.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) +vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortEvaluateYieldFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +vPortExitCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.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/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.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_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_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/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.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.c.obj) +vPortExitCriticalCompliance esp-idf/freertos/libfreertos.a(port.c.obj) +vPortReleaseTaskMPUSettings esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.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) +vPortStoreTaskMPUSettings esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortYield esp-idf/freertos/libfreertos.a(portasm.S.obj) +vPortYieldFromInt esp-idf/freertos/libfreertos.a(portasm.S.obj) +vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vQueueDelete esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) +vRingbufferDelete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vTaskAllocateMPURegions esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.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/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/main/libmain.a(hello_world_main.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/pthread/libpthread.a(pthread.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) +vTaskInternalSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.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/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) +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) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) +vTaskReleaseEventListLock esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskRemoveFromUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.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) +vTaskStartScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +vTaskSuspend esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.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) +vTaskTakeEventListLock esp-idf/freertos/libfreertos.a(tasks.c.obj) +valloc esp-idf/newlib/libnewlib.a(heap.c.obj) +vfiprintf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) +vfprintf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) +vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) +vprintf /home/djordje/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) +wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.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(int_wdt.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.c.obj) +wdt_hal_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.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.c.obj) +wdt_hal_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +wdt_hal_feed esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.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.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.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(int_wdt.c.obj) +wdt_hal_is_enabled esp-idf/hal/libhal.a(wdt_hal_iram.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.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(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.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_write_protect_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.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(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wifi_bt_common_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) +wifi_bt_common_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) +wifi_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) +wifi_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) +xPortCheckValidTCBMem esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortEnterCriticalTimeout esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.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/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.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_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_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/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.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.c.obj) +xPortEnterCriticalTimeoutCompliance esp-idf/freertos/libfreertos.a(port.c.obj) +xPortGetTickRateHz esp-idf/freertos/libfreertos.a(port.c.obj) +xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(gdma.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc_isr.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + 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_hw_support/libesp_hw_support.a(regi2c_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/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) +xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortSysTickHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xPortcheckValidStackMem esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xQueueAddToSet esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xQueueCreateCountingSemaphore esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +xQueueCreateCountingSemaphoreStatic esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGetMutexHolderFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.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) +xQueueReceiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueRemoveFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.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/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCanRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreate esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetCurFreeSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.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/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.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/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.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/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.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/driver/libdriver.a(usb_serial_jtag.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(uart.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/freertos/libfreertos.a(queue.c.obj) +xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskCreateRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCreateRestrictedStatic esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetAffinity 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/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetCurrentTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.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/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_ipc/libesp_ipc.a(esp_ipc.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_freertos.c.obj) +xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xTaskNotifyWait esp-idf/freertos/libfreertos.a(tasks.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/freertos/libfreertos.a(queue.c.obj) +xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +xTaskResumeFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerCreateTimerTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +xt_debugexception esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_highint4 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_highint5 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_int_has_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_ints_off esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +xt_ints_on esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_set_exception_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_set_interrupt_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_unhandled_interrupt esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) +xthal_restore_extra_nw /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_save_extra_nw /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_set_intclear /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xthal_spill_registers_into_stack_nw /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) +xthal_window_spill /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) +xthal_window_spill_nw /home/djordje/Documents/Espressif/esp-idf/components/xtensa/esp32s3/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) diff --git a/tools/test_idf_size/expected_output b/tools/test_idf_size/expected_output index c4f212318d..812267d225 100644 --- a/tools/test_idf_size/expected_output +++ b/tools/test_idf_size/expected_output @@ -645,45 +645,45 @@ Total image size: 234780 bytes (.bin may be padded larger) 234780 Per-archive contributions to ELF file: Archive File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- - liblwip.a| 14| 14| | 3751| 3751| | | | | | | | 3765| 3765| | 66978| 66978| | 13936| 13936| | 80928| 80928| - libc.a| | | | | | | | | | | | | | | | 55583| 55583| | 3709| 3709| | 59292| 59292| - libesp32.a| 2635| 2635| | 2375| 2375| | 7758| 7758| | | | | 12768| 12768| | 4814| 4814| | 8133| 8133| | 23340| 23340| - libfreertos.a| 4156| 4156| | 832| 832| | 12428| 12428| | 425| 425| | 17841| 17841| | | | | 1545| 1545| | 18554| 18554| - libspi_flash.a| 36| 36| | 359| 359| | 7004| 7004| | | | | 7399| 7399| | 886| 886| | 1624| 1624| | 9550| 9550| - libsoc.a| 660| 660| | 8| 8| | 3887| 3887| | | | | 4555| 4555| | | | | 3456| 3456| | 8003| 8003| - libheap.a| 1331| 1331| | 4| 4| | 4376| 4376| | | | | 5711| 5711| | 1218| 1218| | 980| 980| | 7905| 7905| - libgcc.a| 4| 4| | 20| 20| | 104| 104| | | | | 128| 128| | 5488| 5488| | 888| 888| | 6484| 6484| - libvfs.a| 232| 232| | 103| 103| | | | | | | | 335| 335| | 3770| 3770| | 403| 403| | 4405| 4405| - libunity.a| | | | 121| 121| | | | | | | | 121| 121| | 2316| 2316| | 830| 830| | 3146| 3146| - libstdc++.a| 8| 8| | 16| 16| | | | | | | | 24| 24| | 1827| 1827| | 1062| 1062| | 2897| 2897| - libnewlib.a| 152| 152| | 272| 272| | 853| 853| | | | | 1277| 1277| | 803| 803| | 86| 86| | 1894| 1894| - libpthread.a| 16| 16| | 12| 12| | 174| 174| | | | | 202| 202| | 774| 774| | 638| 638| | 1602| 1602| - libdriver.a| 40| 40| | 20| 20| | | | | | | | 60| 60| | 961| 961| | 537| 537| | 1538| 1538| - liblog.a| 8| 8| | 268| 268| | 456| 456| | | | | 732| 732| | 396| 396| | 166| 166| | 1026| 1026| - libapp_update.a| | | | | | | | | | | | | | | | 123| 123| | 717| 717| | 840| 840| - libhal.a| | | | | | | 515| 515| | | | | 515| 515| | | | | 32| 32| | 547| 547| - libtcpip_adapter.a| | | | 81| 81| | | | | | | | 81| 81| | 180| 180| | 359| 359| | 539| 539| - libm.a| | | | | | | 92| 92| | | | | 92| 92| | | | | | | | 92| 92| - libmain.a| | | | | | | | | | | | | | | | 53| 53| | 10| 10| | 63| 63| - libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| -libxtensa-debug-module.a| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| - libbootloader_support.a| | | | | | | | | | | | | | | | | | | | | | | | - libcoexist.a| | | | | | | | | | | | | | | | | | | | | | | | - libcore.a| | | | | | | | | | | | | | | | | | | | | | | | - libethernet.a| | | | | | | | | | | | | | | | | | | | | | | | - libmbedtls.a| | | | | | | | | | | | | | | | | | | | | | | | - libmesh.a| | | | | | | | | | | | | | | | | | | | | | | | - libnet80211.a| | | | | | | | | | | | | | | | | | | | | | | | - libnvs_flash.a| | | | | | | | | | | | | | | | | | | | | | | | - libphy.a| | | | | | | | | | | | | | | | | | | | | | | | - libpp.a| | | | | | | | | | | | | | | | | | | | | | | | - librtc.a| | | | | | | | | | | | | | | | | | | | | | | | - libsmartconfig_ack.a| | | | | | | | | | | | | | | | | | | | | | | | - libwpa.a| | | | | | | | | | | | | | | | | | | | | | | | - libwpa2.a| | | | | | | | | | | | | | | | | | | | | | | | - libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | - libwps.a| | | | | | | | | | | | | | | | | | | | | | | | + ----------------------- ----------------------- ----------------------- ----------------------- + liblwip.a| 14| 14| | 3751| 3751| | | | | | | | 3765| 3765| | 66978| 66978| | 13936| 13936| | 80928| 80928| + libc.a| | | | | | | | | | | | | | | | 55583| 55583| | 3709| 3709| | 59292| 59292| + libesp32.a| 2635| 2635| | 2375| 2375| | 7758| 7758| | | | | 12768| 12768| | 4814| 4814| | 8133| 8133| | 23340| 23340| + libfreertos.a| 4156| 4156| | 832| 832| | 12428| 12428| | 425| 425| | 17841| 17841| | | | | 1545| 1545| | 18554| 18554| + libspi_flash.a| 36| 36| | 359| 359| | 7004| 7004| | | | | 7399| 7399| | 886| 886| | 1624| 1624| | 9550| 9550| + libsoc.a| 660| 660| | 8| 8| | 3887| 3887| | | | | 4555| 4555| | | | | 3456| 3456| | 8003| 8003| + libheap.a| 1331| 1331| | 4| 4| | 4376| 4376| | | | | 5711| 5711| | 1218| 1218| | 980| 980| | 7905| 7905| + libgcc.a| 4| 4| | 20| 20| | 104| 104| | | | | 128| 128| | 5488| 5488| | 888| 888| | 6484| 6484| + libvfs.a| 232| 232| | 103| 103| | | | | | | | 335| 335| | 3770| 3770| | 403| 403| | 4405| 4405| + libunity.a| | | | 121| 121| | | | | | | | 121| 121| | 2316| 2316| | 830| 830| | 3146| 3146| + libstdc++.a| 8| 8| | 16| 16| | | | | | | | 24| 24| | 1827| 1827| | 1062| 1062| | 2897| 2897| + libnewlib.a| 152| 152| | 272| 272| | 853| 853| | | | | 1277| 1277| | 803| 803| | 86| 86| | 1894| 1894| + libpthread.a| 16| 16| | 12| 12| | 174| 174| | | | | 202| 202| | 774| 774| | 638| 638| | 1602| 1602| + libdriver.a| 40| 40| | 20| 20| | | | | | | | 60| 60| | 961| 961| | 537| 537| | 1538| 1538| + liblog.a| 8| 8| | 268| 268| | 456| 456| | | | | 732| 732| | 396| 396| | 166| 166| | 1026| 1026| + libapp_update.a| | | | | | | | | | | | | | | | 123| 123| | 717| 717| | 840| 840| + libhal.a| | | | | | | 515| 515| | | | | 515| 515| | | | | 32| 32| | 547| 547| + libtcpip_adapter.a| | | | 81| 81| | | | | | | | 81| 81| | 180| 180| | 359| 359| | 539| 539| + libm.a| | | | | | | 92| 92| | | | | 92| 92| | | | | | | | 92| 92| + libmain.a| | | | | | | | | | | | | | | | 53| 53| | 10| 10| | 63| 63| + libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| +libxtensa-debug-module.a| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| + libbootloader_support.a| | | | | | | | | | | | | | | | | | | | | | | | + libcoexist.a| | | | | | | | | | | | | | | | | | | | | | | | + libcore.a| | | | | | | | | | | | | | | | | | | | | | | | + libethernet.a| | | | | | | | | | | | | | | | | | | | | | | | + libmbedtls.a| | | | | | | | | | | | | | | | | | | | | | | | + libmesh.a| | | | | | | | | | | | | | | | | | | | | | | | + libnet80211.a| | | | | | | | | | | | | | | | | | | | | | | | + libnvs_flash.a| | | | | | | | | | | | | | | | | | | | | | | | + libphy.a| | | | | | | | | | | | | | | | | | | | | | | | + libpp.a| | | | | | | | | | | | | | | | | | | | | | | | + librtc.a| | | | | | | | | | | | | | | | | | | | | | | | + libsmartconfig_ack.a| | | | | | | | | | | | | | | | | | | | | | | | + libwpa.a| | | | | | | | | | | | | | | | | | | | | | | | + libwpa2.a| | | | | | | | | | | | | | | | | | | | | | | | + libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | + libwps.a| | | | | | | | | | | | | | | | | | | | | | | | *** Running idf_size.py diff --archives with another app... @@ -704,7 +704,7 @@ Total image size: 234780 bytes (.bin may be padded larger) 147087 Per-archive contributions to ELF file: Archive File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- + ----------------------- ----------------------- ----------------------- ----------------------- libc.a| | 364| -364| | | | | | | | | | | 364| -364| 55583| 54704| +879| 3709| 3703| +6| 59292| 58771| +521 libesp32.a| 2635| 2118| +517| 2375| 81| +2294| 7758| 5462| +2296| | | | 12768| 7661| +5107| 4814| 4511| +303| 8133| 2751| +5382| 23340| 14842| +8498 libfreertos.a| 4156| 4140| +16| 832| 792| +40| 12428| 12459| -31| 425| 425| | 17841| 17816| +25| | | | 1545| 1451| +94| 18554| 18475| +79 @@ -720,9 +720,9 @@ Per-archive contributions to ELF file: libapp_update.a| | | | | 4| -4| | 109| -109| | | | | 113| -113| 123| 159| -36| 717| 470| +247| 840| 738| +102 libhal.a| | | | | | | 515| 447| +68| | | | 515| 447| +68| | | | 32| 32| | 547| 479| +68 libmain.a| | | | | | | | | | | | | | | | 53| 72| -19| 10| 39| -29| 63| 111| -48 - libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| + libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| libbootloader_support.a| | | | | | | | 1028| -1028| | | | | 1028| -1028| | 565| -565| | 20| -20| | 1613| -1613 - libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | + libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | The following entries are present in only: Archive File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total liblwip.a 14 3751 0 0 3765 66978 13936 80928 @@ -775,7 +775,7 @@ Total image size: 147087 bytes (.bin may be padded larger) 234780 Per-archive contributions to ELF file: Archive File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- + ----------------------- ----------------------- ----------------------- ----------------------- libc.a| 364| | +364| | | | | | | | | | 364| | +364| 54704| 55583| -879| 3703| 3709| -6| 58771| 59292| -521 libfreertos.a| 4140| 4156| -16| 792| 832| -40| 12459| 12428| +31| 425| 425| | 17816| 17841| -25| | | | 1451| 1545| -94| 18475| 18554| -79 libesp32.a| 2118| 2635| -517| 81| 2375| -2294| 5462| 7758| -2296| | | | 7661| 12768| -5107| 4511| 4814| -303| 2751| 8133| -5382| 14842| 23340| -8498 @@ -792,8 +792,8 @@ Per-archive contributions to ELF file: libpthread.a| 8| 16| -8| 12| 12| | | 174| -174| | | | 20| 202| -182| 264| 774| -510| | 638| -638| 272| 1602| -1330 libgcc.a| | 4| -4| | 20| -20| | 104| -104| | | | | 128| -128| | 5488| -5488| 160| 888| -728| 160| 6484| -6324 libmain.a| | | | | | | | | | | | | | | | 72| 53| +19| 39| 10| +29| 111| 63| +48 - libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| - libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | + libcxx.a| | | | | | | | | | | | | | | | 11| 11| | | | | 11| 11| + libwpa_supplicant.a| | | | | | | | | | | | | | | | | | | | | | | | The following entries are present in only: Archive File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total libesp_common.a 8 184 239 0 431 783 5421 6451 @@ -1191,288 +1191,288 @@ Total image size: 234780 bytes (.bin may be padded larger) 234780 Per-file contributions to ELF file: Object File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- - lib_a-vfprintf.o| | | | | | | | | | | | | | | | 14193| 14193| | 704| 704| | 14897| 14897| - lib_a-svfprintf.o| | | | | | | | | | | | | | | | 13834| 13834| | 756| 756| | 14590| 14590| - lib_a-svfiprintf.o| | | | | | | | | | | | | | | | 9642| 9642| | 1176| 1176| | 10818| 10818| - lib_a-vfiprintf.o| | | | | | | | | | | | | | | | 9933| 9933| | 704| 704| | 10637| 10637| - tcp_in.o| | | | 54| 54| | | | | | | | 54| 54| | 8127| 8127| | 916| 916| | 9043| 9043| - nd6.o| 8| 8| | 1027| 1027| | | | | | | | 1035| 1035| | 8427| 8427| | 136| 136| | 8571| 8571| - tasks.o| 20| 20| | 700| 700| | 5667| 5667| | | | | 6387| 6387| | | | | 503| 503| | 6190| 6190| - tcp_out.o| | | | | | | | | | | | | | | | 5060| 5060| | 1124| 1124| | 6184| 6184| - tcp.o| 4| 4| | 23| 23| | | | | | | | 27| 27| | 4290| 4290| | 1384| 1384| | 5678| 5678| - sockets.o| | | | 728| 728| | | | | | | | 728| 728| | 4627| 4627| | 824| 824| | 5451| 5451| - api_msg.o| | | | | | | | | | | | | | | | 3763| 3763| | 1366| 1366| | 5129| 5129| - dhcp.o| | | | 8| 8| | | | | | | | 8| 8| | 3456| 3456| | 1401| 1401| | 4857| 4857| - panic.o| 2579| 2579| | 5| 5| | 2145| 2145| | | | | 4729| 4729| | | | | | | | 4724| 4724| - esp_err_to_name.o| | | | | | | | | | | | | | | | 50| 50| | 4091| 4091| | 4141| 4141| - unwind-dw2-fde.o| 4| 4| | 20| 20| | | | | | | | 24| 24| | 3316| 3316| | 404| 404| | 3724| 3724| - pbuf.o| | | | 1| 1| | | | | | | | 1| 1| | 2453| 2453| | 1161| 1161| | 3614| 3614| - portasm.o| 3084| 3084| | | | | 480| 480| | | | | 3564| 3564| | | | | | | | 3564| 3564| - lib_a-dtoa.o| | | | | | | | | | | | | | | | 3522| 3522| | 13| 13| | 3535| 3535| - ip6.o| | | | | | | | | | | | | | | | 3212| 3212| | 124| 124| | 3336| 3336| - spi_flash_rom_patch.o| | | | | | | 2518| 2518| | | | | 2518| 2518| | | | | 766| 766| | 3284| 3284| - etharp.o| | | | 241| 241| | | | | | | | 241| 241| | 2618| 2618| | 658| 658| | 3276| 3276| - udp.o| 2| 2| | 4| 4| | | | | | | | 6| 6| | 3020| 3020| | 216| 216| | 3238| 3238| - intr_alloc.o| 8| 8| | 22| 22| | 726| 726| | | | | 756| 756| | 1749| 1749| | 710| 710| | 3193| 3193| - multi_heap.o| 857| 857| | | | | 2217| 2217| | | | | 3074| 3074| | | | | | | | 3074| 3074| - queue.o| 8| 8| | 56| 56| | 2569| 2569| | | | | 2633| 2633| | | | | 369| 369| | 2946| 2946| - unwind-dw2-xtensa.o| | | | | | | | | | | | | | | | 2172| 2172| | 324| 324| | 2496| 2496| - flash_ops.o| 32| 32| | 41| 41| | 2352| 2352| | | | | 2425| 2425| | 99| 99| | | | | 2483| 2483| - rtc_clk.o| 660| 660| | 8| 8| | 1794| 1794| | | | | 2462| 2462| | | | | | | | 2454| 2454| - lib_a-mprec.o| | | | | | | | | | | | | | | | 2134| 2134| | 296| 296| | 2430| 2430| - ip6_frag.o| | | | 6| 6| | | | | | | | 6| 6| | 1905| 1905| | 442| 442| | 2347| 2347| - api_lib.o| | | | | | | | | | | | | | | | 1425| 1425| | 919| 919| | 2344| 2344| - vfs.o| 192| 192| | 40| 40| | | | | | | | 232| 232| | 1995| 1995| | 132| 132| | 2319| 2319| - igmp.o| | | | 12| 12| | | | | | | | 12| 12| | 1604| 1604| | 707| 707| | 2311| 2311| - unity_platform.o| | | | 13| 13| | | | | | | | 13| 13| | 1511| 1511| | 600| 600| | 2111| 2111| - vfs_uart.o| 40| 40| | 63| 63| | | | | | | | 103| 103| | 1775| 1775| | 271| 271| | 2086| 2086| - esp_timer_esp32.o| 8| 8| | 26| 26| | 1295| 1295| | | | | 1329| 1329| | 254| 254| | 526| 526| | 2083| 2083| - rtc_periph.o| | | | | | | | | | | | | | | | | | | 2080| 2080| | 2080| 2080| - dns.o| | | | 1292| 1292| | | | | | | | 1292| 1292| | 1809| 1809| | 206| 206| | 2015| 2015| - heap_caps.o| 4| 4| | | | | 1195| 1195| | | | | 1199| 1199| | 188| 188| | 593| 593| | 1980| 1980| - eh_personality.o| | | | | | | | | | | | | | | | 1561| 1561| | 384| 384| | 1945| 1945| - ip4.o| | | | 6| 6| | | | | | | | 6| 6| | 1664| 1664| | 139| 139| | 1803| 1803| - flash_mmap.o| | | | 296| 296| | 1298| 1298| | | | | 1594| 1594| | 124| 124| | 327| 327| | 1749| 1749| - xtensa_vectors.o| 8| 8| | | | | 1272| 1272| | 425| 425| | 1705| 1705| | | | | 36| 36| | 1741| 1741| - cpu_start.o| | | | 1| 1| | 806| 806| | | | | 807| 807| | 277| 277| | 486| 486| | 1569| 1569| - clk.o| | | | | | | 67| 67| | | | | 67| 67| | 581| 581| | 893| 893| | 1541| 1541| - netif.o| | | | 241| 241| | | | | | | | 241| 241| | 1239| 1239| | 287| 287| | 1526| 1526| - sys_arch.o| | | | 8| 8| | | | | | | | 8| 8| | 1216| 1216| | 222| 222| | 1438| 1438| - multi_heap_poisoning.o| 470| 470| | | | | 964| 964| | | | | 1434| 1434| | | | | | | | 1434| 1434| - heap_caps_init.o| | | | 4| 4| | | | | | | | 4| 4| | 1030| 1030| | 387| 387| | 1417| 1417| - timers.o| 8| 8| | 56| 56| | 1149| 1149| | | | | 1213| 1213| | | | | 233| 233| | 1390| 1390| - mld6.o| | | | 4| 4| | | | | | | | 4| 4| | 1334| 1334| | | | | 1334| 1334| - cache_utils.o| 4| 4| | 14| 14| | 836| 836| | | | | 854| 854| | 81| 81| | 390| 390| | 1311| 1311| - raw.o| | | | 4| 4| | | | | | | | 4| 4| | 1087| 1087| | 223| 223| | 1310| 1310| - esp_timer.o| 8| 8| | 20| 20| | 702| 702| | | | | 730| 730| | 429| 429| | 142| 142| | 1281| 1281| - system_api.o| | | | 8| 8| | 589| 589| | | | | 597| 597| | | | | 662| 662| | 1251| 1251| - soc_memory_layout.o| | | | | | | | | | | | | | | | | | | 1239| 1239| | 1239| 1239| - icmp.o| | | | | | | | | | | | | | | | 769| 769| | 371| 371| | 1140| 1140| - xtensa_intr_asm.o| 1024| 1024| | | | | 51| 51| | | | | 1075| 1075| | | | | | | | 1075| 1075| - log.o| 8| 8| | 268| 268| | 456| 456| | | | | 732| 732| | 396| 396| | 166| 166| | 1026| 1026| - pthread.o| 8| 8| | 8| 8| | 174| 174| | | | | 190| 190| | 298| 298| | 512| 512| | 992| 992| - icmp6.o| | | | | | | | | | | | | | | | 863| 863| | 127| 127| | 990| 990| - port.o| | | | 16| 16| | 617| 617| | | | | 633| 633| | | | | 369| 369| | 986| 986| - rtc_init.o| | | | | | | 980| 980| | | | | 980| 980| | | | | | | | 980| 980| - rtc_time.o| | | | | | | 803| 803| | | | | 803| 803| | | | | 137| 137| | 940| 940| - dport_access.o| 8| 8| | 40| 40| | 539| 539| | | | | 587| 587| | 189| 189| | 129| 129| | 865| 865| - lib_a-fseeko.o| | | | | | | | | | | | | | | | 862| 862| | | | | 862| 862| - unity.o| | | | 108| 108| | | | | | | | 108| 108| | 767| 767| | 90| 90| | 857| 857| - esp_ota_ops.o| | | | | | | | | | | | | | | | 123| 123| | 717| 717| | 840| 840| - tcpip.o| | | | 16| 16| | | | | | | | 16| 16| | 644| 644| | 191| 191| | 835| 835| - time.o| | | | 32| 32| | 139| 139| | | | | 171| 171| | 691| 691| | | | | 830| 830| - periph_ctrl.o| 8| 8| | | | | | | | | | | 8| 8| | 520| 520| | 256| 256| | 784| 784| - timers.o| | | | 12| 12| | | | | | | | 12| 12| | 638| 638| | 131| 131| | 769| 769| - partition.o| | | | 8| 8| | | | | | | | 8| 8| | 582| 582| | 141| 141| | 723| 723| - locks.o| 8| 8| | | | | 552| 552| | | | | 560| 560| | | | | 84| 84| | 644| 644| - pthread_local_storage.o| 8| 8| | 4| 4| | | | | | | | 12| 12| | 476| 476| | 126| 126| | 610| 610| - ipc.o| | | | 36| 36| | 159| 159| | | | | 195| 195| | 329| 329| | 104| 104| | 592| 592| - inet_chksum.o| | | | | | | | | | | | | | | | 580| 580| | | | | 580| 580| - tcpip_adapter_lwip.o| | | | 81| 81| | | | | | | | 81| 81| | 180| 180| | 359| 359| | 539| 539| - crosscore_int.o| 8| 8| | 8| 8| | 204| 204| | | | | 220| 220| | 126| 126| | 148| 148| | 486| 486| - netbuf.o| | | | | | | | | | | | | | | | 154| 154| | 326| 326| | 480| 480| - vfs_lwip.o| | | | | | | | | | | | | | | | 307| 307| | 155| 155| | 462| 462| - timer.o| 16| 16| | | | | | | | | | | 16| 16| | 112| 112| | 281| 281| | 409| 409| - int_wdt.o| | | | 1| 1| | 87| 87| | | | | 88| 88| | 301| 301| | | | | 388| 388| - eh_globals.o| | | | 16| 16| | | | | | | | 16| 16| | 149| 149| | 193| 193| | 342| 342| - brownout.o| | | | | | | | | | | | | | | | 145| 145| | 191| 191| | 336| 336| - windowspill_asm.o| | | | | | | 311| 311| | | | | 311| 311| | | | | | | | 311| 311| - cpu_util.o| | | | | | | 310| 310| | | | | 310| 310| | | | | | | | 310| 310| - rtc_module.o| 8| 8| | 8| 8| | | | | | | | 16| 16| | 291| 291| | | | | 299| 299| - xtensa_context.o| | | | | | | 299| 299| | | | | 299| 299| | | | | | | | 299| 299| - eh_terminate.o| | | | | | | | | | | | | | | | 117| 117| | 141| 141| | 258| 258| - ethernet.o| | | | | | | | | | | | | | | | 244| 244| | 12| 12| | 256| 256| -dport_panic_highint_hdl.| 8| 8| | | | | 234| 234| | | | | 242| 242| | | | | | | | 242| 242| - lib_a-reent.o| | | | | | | | | | | | | | | | 232| 232| | | | | 232| 232| - lib_a-fopen.o| | | | | | | | | | | | | | | | 228| 228| | | | | 228| 228| - syscall_table.o| 144| 144| | 240| 240| | | | | | | | 384| 384| | 67| 67| | | | | 211| 211| - dhcpserver.o| | | | 4| 4| | | | | | | | 4| 4| | 203| 203| | | | | 203| 203| - freertos_hooks.o| 8| 8| | 128| 128| | 43| 43| | | | | 179| 179| | 137| 137| | | | | 188| 188| - lib_a-puts.o| | | | | | | | | | | | | | | | 182| 182| | | | | 182| 182| - test_utils.o| | | | | | | | | | | | | | | | 38| 38| | 140| 140| | 178| 178| - lib_a-sprintf.o| | | | | | | | | | | | | | | | 167| 167| | | | | 167| 167| - cache_err_int.o| | | | | | | 56| 56| | | | | 56| 56| | 98| 98| | | | | 154| 154| - list.o| | | | | | | 142| 142| | | | | 142| 142| | | | | | | | 142| 142| - xtensa_intr.o| | | | | | | 104| 104| | | | | 104| 104| | | | | 35| 35| | 139| 139| - syscalls.o| | | | | | | 94| 94| | | | | 94| 94| | 45| 45| | | | | 139| 139| - si_class_type_info.o| | | | | | | | | | | | | | | | | | | 136| 136| | 136| 136| - dbg_stubs.o| | | | 2072| 2072| | 32| 32| | | | | 2104| 2104| | 100| 100| | | | | 132| 132| - lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| - lib_a-flags.o| | | | | | | | | | | | | | | | 127| 127| | | | | 127| 127| - lib_a-printf.o| | | | | | | | | | | | | | | | 116| 116| | | | | 116| 116| - ip4_addr.o| | | | | | | | | | | | | | | | 72| 72| | 40| 40| | 112| 112| - class_type_info.o| | | | | | | | | | | | | | | | | | | 112| 112| | 112| 112| - lib_a-s_frexp.o| | | | | | | | | | | | | | | | 110| 110| | | | | 110| 110| - memp.o| | | | | | | | | | | | | | | | | | | 108| 108| | 108| 108| - lib2funcs.o| | | | | | | 104| 104| | | | | 104| 104| | | | | | | | 104| 104| - lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| - lib_a-s_fpclassify.o| | | | | | | 92| 92| | | | | 92| 92| | | | | | | | 92| 92| - def.o| | | | | | | | | | | | | | | | 91| 91| | | | | 91| 91| - lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| - hw_random.o| | | | 4| 4| | 74| 74| | | | | 78| 78| | | | | | | | 74| 74| - stack_check.o| | | | 4| 4| | | | | | | | 4| 4| | 32| 32| | 42| 42| | 74| 74| - clock.o| | | | | | | 72| 72| | | | | 72| 72| | | | | | | | 72| 72| - reent_init.o| | | | | | | 68| 68| | | | | 68| 68| | | | | 2| 2| | 70| 70| - app_main.o| | | | | | | | | | | | | | | | 53| 53| | 10| 10| | 63| 63| -state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| -state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| - new_opv.o| | | | | | | | | | | | | | | | | | | 56| 56| | 56| 56| - ip.o| | | | 60| 60| | | | | | | | 60| 60| | 50| 50| | | | | 50| 50| - uart.o| 8| 8| | 12| 12| | | | | | | | 20| 20| | 38| 38| | | | | 46| 46| -xtensa_vector_defaults.o| | | | | | | 46| 46| | | | | 46| 46| | | | | | | | 46| 46| - lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| - _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - new_op.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - xtensa_init.o| | | | 4| 4| | 32| 32| | | | | 36| 36| | | | | | | | 32| 32| - interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| - init.o| | | | | | | | | | | | | | | | 27| 27| | | | | 27| 27| - wifi_init.o| | | | | | | | | | | | | | | | 17| 17| | 9| 9| | 26| 26| - ip6_addr.o| | | | | | | | | | | | | | | | | | | 20| 20| | 20| 20| - lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| - int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| - eri.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| - cxx_exception_stubs.o| | | | | | | | | | | | | | | | 6| 6| | | | | 6| 6| - cxx_guards.o| | | | | | | | | | | | | | | | 5| 5| | | | | 5| 5| - FreeRTOS-openocd.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| - eh_term_handler.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| - eh_unex_handler.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| - bootloader_flash.o| | | | | | | | | | | | | | | | | | | | | | | | - bootloader_sha.o| | | | | | | | | | | | | | | | | | | | | | | | - esp_image_format.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-snprintf.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-vsnprintf.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-xpg_strerror_r.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_api.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_arbit.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_core.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_dbg.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_hw.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_param.o| | | | | | | | | | | | | | | | | | | | | | | | - coexist_timer.o| | | | | | | | | | | | | | | | | | | | | | | | - misc_nvs.o| | | | | | | | | | | | | | | | | | | | | | | | - gpio.o| | | | | | | | | | | | | | | | | | | | | | | | - ets_timer_legacy.o| | | | | | | | | | | | | | | | | | | | | | | | -event_default_handlers.o| | | | | | | | | | | | | | | | | | | | | | | | - event_loop.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_printf.o| | | | | | | | | | | | | | | | | | | | | | | | - phy_init.o| | | | | | | | | | | | | | | | | | | | | | | | - sha.o| | | | | | | | | | | | | | | | | | | | | | | | - wifi_os_adapter.o| | | | | | | | | | | | | | | | | | | | | | | | - emac_dev.o| | | | | | | | | | | | | | | | | | | | | | | | - emac_main.o| | | | | | | | | | | | | | | | | | | | | | | | - event_groups.o| | | | | | | | | | | | | | | | | | | | | | | | - ringbuf.o| | | | | | | | | | | | | | | | | | | | | | | | - _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | - _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _divsf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _extendsfdf2.o| | | | | | | | | | | | | | | | | | | | | | | | - _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | - _floatdidf.o| | | | | | | | | | | | | | | | | | | | | | | | - _floatdisf.o| | | | | | | | | | | | | | | | | | | | | | | | - _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | - _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | - ethernetif.o| | | | | | | | | | | | | | | | | | | | | | | | - ethip6.o| | | | | | | | | | | | | | | | | | | | | | | | - wlanif.o| | | | | | | | | | | | | | | | | | | | | | | | - esp_sha256.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_common.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_config.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_main.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_parent.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_route.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_schedule.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_timer.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_utilities.o| | | | | | | | | | | | | | | | | | | | | | | | - mesh_wifi.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_action.o| | | | | | | | | | | | | | | | | | | | | | | | -ieee80211_action_vendor.| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_api.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_crypto.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_crypto_ccmp.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_crypto_tkip.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_crypto_wep.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_debug.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_ets.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_hostap.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_ht.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_ie_vendor.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_input.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_ioctl.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_mesh_quick.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_misc.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_nvs.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_output.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_phy.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_power.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_proto.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_regdomain.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_rfid.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_scan.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_sta.o| | | | | | | | | | | | | | | | | | | | | | | | - ieee80211_timer.o| | | | | | | | | | | | | | | | | | | | | | | | - wl_chm.o| | | | | | | | | | | | | | | | | | | | | | | | - wl_cnx.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_api.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_item_hash_list.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_page.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_pagemanager.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_storage.o| | | | | | | | | | | | | | | | | | | | | | | | - nvs_types.o| | | | | | | | | | | | | | | | | | | | | | | | - phy.o| | | | | | | | | | | | | | | | | | | | | | | | - phy_chip_v7.o| | | | | | | | | | | | | | | | | | | | | | | | - phy_chip_v7_ana.o| | | | | | | | | | | | | | | | | | | | | | | | - phy_chip_v7_cal.o| | | | | | | | | | | | | | | | | | | | | | | | - esf_buf.o| | | | | | | | | | | | | | | | | | | | | | | | - if_hwctrl.o| | | | | | | | | | | | | | | | | | | | | | | | - lmac.o| | | | | | | | | | | | | | | | | | | | | | | | - pm.o| | | | | | | | | | | | | | | | | | | | | | | | - pm_for_bcn_only_mode.o| | | | | | | | | | | | | | | | | | | | | | | | - pp.o| | | | | | | | | | | | | | | | | | | | | | | | - pp_debug.o| | | | | | | | | | | | | | | | | | | | | | | | - pp_timer.o| | | | | | | | | | | | | | | | | | | | | | | | - rate_control.o| | | | | | | | | | | | | | | | | | | | | | | | - trc.o| | | | | | | | | | | | | | | | | | | | | | | | - wdev.o| | | | | | | | | | | | | | | | | | | | | | | | - bt_bb.o| | | | | | | | | | | | | | | | | | | | | | | | - pm.o| | | | | | | | | | | | | | | | | | | | | | | | - rtc.o| | | | | | | | | | | | | | | | | | | | | | | | - rtc_analog.o| | | | | | | | | | | | | | | | | | | | | | | | - smartconfig_ack.o| | | | | | | | | | | | | | | | | | | | | | | | - gpio_periph.o| | | | | | | | | | | | | | | | | | | | | | | | - rtc_sleep.o| | | | | | | | | | | | | | | | | | | | | | | | - bad_alloc.o| | | | | | | | | | | | | | | | | | | | | | | | - del_op.o| | | | | | | | | | | | | | | | | | | | | | | | - del_opv.o| | | | | | | | | | | | | | | | | | | | | | | | - eh_exception.o| | | | | | | | | | | | | | | | | | | | | | | | - new_handler.o| | | | | | | | | | | | | | | | | | | | | | | | - pure.o| | | | | | | | | | | | | | | | | | | | | | | | - tinfo.o| | | | | | | | | | | | | | | | | | | | | | | | - ap_config.o| | | | | | | | | | | | | | | | | | | | | | | | - common.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_auth.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_auth_ie.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_common.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_debug.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_ie.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa_main.o| | | | | | | | | | | | | | | | | | | | | | | | - wpabuf.o| | | | | | | | | | | | | | | | | | | | | | | | - wpas_glue.o| | | | | | | | | | | | | | | | | | | | | | | | - wpa2_internal.o| | | | | | | | | | | | | | | | | | | | | | | | - os_xtensa.o| | | | | | | | | | | | | | | | | | | | | | | | - wps_internal.o| | | | | | | | | | | | | | | | | | | | | | | | + ----------------------- ----------------------- ----------------------- ----------------------- + lib_a-vfprintf.o| | | | | | | | | | | | | | | | 14193| 14193| | 704| 704| | 14897| 14897| + lib_a-svfprintf.o| | | | | | | | | | | | | | | | 13834| 13834| | 756| 756| | 14590| 14590| + lib_a-svfiprintf.o| | | | | | | | | | | | | | | | 9642| 9642| | 1176| 1176| | 10818| 10818| + lib_a-vfiprintf.o| | | | | | | | | | | | | | | | 9933| 9933| | 704| 704| | 10637| 10637| + tcp_in.o| | | | 54| 54| | | | | | | | 54| 54| | 8127| 8127| | 916| 916| | 9043| 9043| + nd6.o| 8| 8| | 1027| 1027| | | | | | | | 1035| 1035| | 8427| 8427| | 136| 136| | 8571| 8571| + tasks.o| 20| 20| | 700| 700| | 5667| 5667| | | | | 6387| 6387| | | | | 503| 503| | 6190| 6190| + tcp_out.o| | | | | | | | | | | | | | | | 5060| 5060| | 1124| 1124| | 6184| 6184| + tcp.o| 4| 4| | 23| 23| | | | | | | | 27| 27| | 4290| 4290| | 1384| 1384| | 5678| 5678| + sockets.o| | | | 728| 728| | | | | | | | 728| 728| | 4627| 4627| | 824| 824| | 5451| 5451| + api_msg.o| | | | | | | | | | | | | | | | 3763| 3763| | 1366| 1366| | 5129| 5129| + dhcp.o| | | | 8| 8| | | | | | | | 8| 8| | 3456| 3456| | 1401| 1401| | 4857| 4857| + panic.o| 2579| 2579| | 5| 5| | 2145| 2145| | | | | 4729| 4729| | | | | | | | 4724| 4724| + esp_err_to_name.o| | | | | | | | | | | | | | | | 50| 50| | 4091| 4091| | 4141| 4141| + unwind-dw2-fde.o| 4| 4| | 20| 20| | | | | | | | 24| 24| | 3316| 3316| | 404| 404| | 3724| 3724| + pbuf.o| | | | 1| 1| | | | | | | | 1| 1| | 2453| 2453| | 1161| 1161| | 3614| 3614| + portasm.o| 3084| 3084| | | | | 480| 480| | | | | 3564| 3564| | | | | | | | 3564| 3564| + lib_a-dtoa.o| | | | | | | | | | | | | | | | 3522| 3522| | 13| 13| | 3535| 3535| + ip6.o| | | | | | | | | | | | | | | | 3212| 3212| | 124| 124| | 3336| 3336| + spi_flash_rom_patch.o| | | | | | | 2518| 2518| | | | | 2518| 2518| | | | | 766| 766| | 3284| 3284| + etharp.o| | | | 241| 241| | | | | | | | 241| 241| | 2618| 2618| | 658| 658| | 3276| 3276| + udp.o| 2| 2| | 4| 4| | | | | | | | 6| 6| | 3020| 3020| | 216| 216| | 3238| 3238| + intr_alloc.o| 8| 8| | 22| 22| | 726| 726| | | | | 756| 756| | 1749| 1749| | 710| 710| | 3193| 3193| + multi_heap.o| 857| 857| | | | | 2217| 2217| | | | | 3074| 3074| | | | | | | | 3074| 3074| + queue.o| 8| 8| | 56| 56| | 2569| 2569| | | | | 2633| 2633| | | | | 369| 369| | 2946| 2946| + unwind-dw2-xtensa.o| | | | | | | | | | | | | | | | 2172| 2172| | 324| 324| | 2496| 2496| + flash_ops.o| 32| 32| | 41| 41| | 2352| 2352| | | | | 2425| 2425| | 99| 99| | | | | 2483| 2483| + rtc_clk.o| 660| 660| | 8| 8| | 1794| 1794| | | | | 2462| 2462| | | | | | | | 2454| 2454| + lib_a-mprec.o| | | | | | | | | | | | | | | | 2134| 2134| | 296| 296| | 2430| 2430| + ip6_frag.o| | | | 6| 6| | | | | | | | 6| 6| | 1905| 1905| | 442| 442| | 2347| 2347| + api_lib.o| | | | | | | | | | | | | | | | 1425| 1425| | 919| 919| | 2344| 2344| + vfs.o| 192| 192| | 40| 40| | | | | | | | 232| 232| | 1995| 1995| | 132| 132| | 2319| 2319| + igmp.o| | | | 12| 12| | | | | | | | 12| 12| | 1604| 1604| | 707| 707| | 2311| 2311| + unity_platform.o| | | | 13| 13| | | | | | | | 13| 13| | 1511| 1511| | 600| 600| | 2111| 2111| + vfs_uart.o| 40| 40| | 63| 63| | | | | | | | 103| 103| | 1775| 1775| | 271| 271| | 2086| 2086| + esp_timer_esp32.o| 8| 8| | 26| 26| | 1295| 1295| | | | | 1329| 1329| | 254| 254| | 526| 526| | 2083| 2083| + rtc_periph.o| | | | | | | | | | | | | | | | | | | 2080| 2080| | 2080| 2080| + dns.o| | | | 1292| 1292| | | | | | | | 1292| 1292| | 1809| 1809| | 206| 206| | 2015| 2015| + heap_caps.o| 4| 4| | | | | 1195| 1195| | | | | 1199| 1199| | 188| 188| | 593| 593| | 1980| 1980| + eh_personality.o| | | | | | | | | | | | | | | | 1561| 1561| | 384| 384| | 1945| 1945| + ip4.o| | | | 6| 6| | | | | | | | 6| 6| | 1664| 1664| | 139| 139| | 1803| 1803| + flash_mmap.o| | | | 296| 296| | 1298| 1298| | | | | 1594| 1594| | 124| 124| | 327| 327| | 1749| 1749| + xtensa_vectors.o| 8| 8| | | | | 1272| 1272| | 425| 425| | 1705| 1705| | | | | 36| 36| | 1741| 1741| + cpu_start.o| | | | 1| 1| | 806| 806| | | | | 807| 807| | 277| 277| | 486| 486| | 1569| 1569| + clk.o| | | | | | | 67| 67| | | | | 67| 67| | 581| 581| | 893| 893| | 1541| 1541| + netif.o| | | | 241| 241| | | | | | | | 241| 241| | 1239| 1239| | 287| 287| | 1526| 1526| + sys_arch.o| | | | 8| 8| | | | | | | | 8| 8| | 1216| 1216| | 222| 222| | 1438| 1438| + multi_heap_poisoning.o| 470| 470| | | | | 964| 964| | | | | 1434| 1434| | | | | | | | 1434| 1434| + heap_caps_init.o| | | | 4| 4| | | | | | | | 4| 4| | 1030| 1030| | 387| 387| | 1417| 1417| + timers.o| 8| 8| | 56| 56| | 1149| 1149| | | | | 1213| 1213| | | | | 233| 233| | 1390| 1390| + mld6.o| | | | 4| 4| | | | | | | | 4| 4| | 1334| 1334| | | | | 1334| 1334| + cache_utils.o| 4| 4| | 14| 14| | 836| 836| | | | | 854| 854| | 81| 81| | 390| 390| | 1311| 1311| + raw.o| | | | 4| 4| | | | | | | | 4| 4| | 1087| 1087| | 223| 223| | 1310| 1310| + esp_timer.o| 8| 8| | 20| 20| | 702| 702| | | | | 730| 730| | 429| 429| | 142| 142| | 1281| 1281| + system_api.o| | | | 8| 8| | 589| 589| | | | | 597| 597| | | | | 662| 662| | 1251| 1251| + soc_memory_layout.o| | | | | | | | | | | | | | | | | | | 1239| 1239| | 1239| 1239| + icmp.o| | | | | | | | | | | | | | | | 769| 769| | 371| 371| | 1140| 1140| + xtensa_intr_asm.o| 1024| 1024| | | | | 51| 51| | | | | 1075| 1075| | | | | | | | 1075| 1075| + log.o| 8| 8| | 268| 268| | 456| 456| | | | | 732| 732| | 396| 396| | 166| 166| | 1026| 1026| + pthread.o| 8| 8| | 8| 8| | 174| 174| | | | | 190| 190| | 298| 298| | 512| 512| | 992| 992| + icmp6.o| | | | | | | | | | | | | | | | 863| 863| | 127| 127| | 990| 990| + port.o| | | | 16| 16| | 617| 617| | | | | 633| 633| | | | | 369| 369| | 986| 986| + rtc_init.o| | | | | | | 980| 980| | | | | 980| 980| | | | | | | | 980| 980| + rtc_time.o| | | | | | | 803| 803| | | | | 803| 803| | | | | 137| 137| | 940| 940| + dport_access.o| 8| 8| | 40| 40| | 539| 539| | | | | 587| 587| | 189| 189| | 129| 129| | 865| 865| + lib_a-fseeko.o| | | | | | | | | | | | | | | | 862| 862| | | | | 862| 862| + unity.o| | | | 108| 108| | | | | | | | 108| 108| | 767| 767| | 90| 90| | 857| 857| + esp_ota_ops.o| | | | | | | | | | | | | | | | 123| 123| | 717| 717| | 840| 840| + tcpip.o| | | | 16| 16| | | | | | | | 16| 16| | 644| 644| | 191| 191| | 835| 835| + time.o| | | | 32| 32| | 139| 139| | | | | 171| 171| | 691| 691| | | | | 830| 830| + periph_ctrl.o| 8| 8| | | | | | | | | | | 8| 8| | 520| 520| | 256| 256| | 784| 784| + timers.o| | | | 12| 12| | | | | | | | 12| 12| | 638| 638| | 131| 131| | 769| 769| + partition.o| | | | 8| 8| | | | | | | | 8| 8| | 582| 582| | 141| 141| | 723| 723| + locks.o| 8| 8| | | | | 552| 552| | | | | 560| 560| | | | | 84| 84| | 644| 644| + pthread_local_storage.o| 8| 8| | 4| 4| | | | | | | | 12| 12| | 476| 476| | 126| 126| | 610| 610| + ipc.o| | | | 36| 36| | 159| 159| | | | | 195| 195| | 329| 329| | 104| 104| | 592| 592| + inet_chksum.o| | | | | | | | | | | | | | | | 580| 580| | | | | 580| 580| + tcpip_adapter_lwip.o| | | | 81| 81| | | | | | | | 81| 81| | 180| 180| | 359| 359| | 539| 539| + crosscore_int.o| 8| 8| | 8| 8| | 204| 204| | | | | 220| 220| | 126| 126| | 148| 148| | 486| 486| + netbuf.o| | | | | | | | | | | | | | | | 154| 154| | 326| 326| | 480| 480| + vfs_lwip.o| | | | | | | | | | | | | | | | 307| 307| | 155| 155| | 462| 462| + timer.o| 16| 16| | | | | | | | | | | 16| 16| | 112| 112| | 281| 281| | 409| 409| + int_wdt.o| | | | 1| 1| | 87| 87| | | | | 88| 88| | 301| 301| | | | | 388| 388| + eh_globals.o| | | | 16| 16| | | | | | | | 16| 16| | 149| 149| | 193| 193| | 342| 342| + brownout.o| | | | | | | | | | | | | | | | 145| 145| | 191| 191| | 336| 336| + windowspill_asm.o| | | | | | | 311| 311| | | | | 311| 311| | | | | | | | 311| 311| + cpu_util.o| | | | | | | 310| 310| | | | | 310| 310| | | | | | | | 310| 310| + rtc_module.o| 8| 8| | 8| 8| | | | | | | | 16| 16| | 291| 291| | | | | 299| 299| + xtensa_context.o| | | | | | | 299| 299| | | | | 299| 299| | | | | | | | 299| 299| + eh_terminate.o| | | | | | | | | | | | | | | | 117| 117| | 141| 141| | 258| 258| + ethernet.o| | | | | | | | | | | | | | | | 244| 244| | 12| 12| | 256| 256| +dport_panic_highint_hdl.| 8| 8| | | | | 234| 234| | | | | 242| 242| | | | | | | | 242| 242| + lib_a-reent.o| | | | | | | | | | | | | | | | 232| 232| | | | | 232| 232| + lib_a-fopen.o| | | | | | | | | | | | | | | | 228| 228| | | | | 228| 228| + syscall_table.o| 144| 144| | 240| 240| | | | | | | | 384| 384| | 67| 67| | | | | 211| 211| + dhcpserver.o| | | | 4| 4| | | | | | | | 4| 4| | 203| 203| | | | | 203| 203| + freertos_hooks.o| 8| 8| | 128| 128| | 43| 43| | | | | 179| 179| | 137| 137| | | | | 188| 188| + lib_a-puts.o| | | | | | | | | | | | | | | | 182| 182| | | | | 182| 182| + test_utils.o| | | | | | | | | | | | | | | | 38| 38| | 140| 140| | 178| 178| + lib_a-sprintf.o| | | | | | | | | | | | | | | | 167| 167| | | | | 167| 167| + cache_err_int.o| | | | | | | 56| 56| | | | | 56| 56| | 98| 98| | | | | 154| 154| + list.o| | | | | | | 142| 142| | | | | 142| 142| | | | | | | | 142| 142| + xtensa_intr.o| | | | | | | 104| 104| | | | | 104| 104| | | | | 35| 35| | 139| 139| + syscalls.o| | | | | | | 94| 94| | | | | 94| 94| | 45| 45| | | | | 139| 139| + si_class_type_info.o| | | | | | | | | | | | | | | | | | | 136| 136| | 136| 136| + dbg_stubs.o| | | | 2072| 2072| | 32| 32| | | | | 2104| 2104| | 100| 100| | | | | 132| 132| + lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| + lib_a-flags.o| | | | | | | | | | | | | | | | 127| 127| | | | | 127| 127| + lib_a-printf.o| | | | | | | | | | | | | | | | 116| 116| | | | | 116| 116| + ip4_addr.o| | | | | | | | | | | | | | | | 72| 72| | 40| 40| | 112| 112| + class_type_info.o| | | | | | | | | | | | | | | | | | | 112| 112| | 112| 112| + lib_a-s_frexp.o| | | | | | | | | | | | | | | | 110| 110| | | | | 110| 110| + memp.o| | | | | | | | | | | | | | | | | | | 108| 108| | 108| 108| + lib2funcs.o| | | | | | | 104| 104| | | | | 104| 104| | | | | | | | 104| 104| + lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| + lib_a-s_fpclassify.o| | | | | | | 92| 92| | | | | 92| 92| | | | | | | | 92| 92| + def.o| | | | | | | | | | | | | | | | 91| 91| | | | | 91| 91| + lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| + hw_random.o| | | | 4| 4| | 74| 74| | | | | 78| 78| | | | | | | | 74| 74| + stack_check.o| | | | 4| 4| | | | | | | | 4| 4| | 32| 32| | 42| 42| | 74| 74| + clock.o| | | | | | | 72| 72| | | | | 72| 72| | | | | | | | 72| 72| + reent_init.o| | | | | | | 68| 68| | | | | 68| 68| | | | | 2| 2| | 70| 70| + app_main.o| | | | | | | | | | | | | | | | 53| 53| | 10| 10| | 63| 63| +state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| +state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| + new_opv.o| | | | | | | | | | | | | | | | | | | 56| 56| | 56| 56| + ip.o| | | | 60| 60| | | | | | | | 60| 60| | 50| 50| | | | | 50| 50| + uart.o| 8| 8| | 12| 12| | | | | | | | 20| 20| | 38| 38| | | | | 46| 46| +xtensa_vector_defaults.o| | | | | | | 46| 46| | | | | 46| 46| | | | | | | | 46| 46| + lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| + _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + new_op.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + xtensa_init.o| | | | 4| 4| | 32| 32| | | | | 36| 36| | | | | | | | 32| 32| + interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| + init.o| | | | | | | | | | | | | | | | 27| 27| | | | | 27| 27| + wifi_init.o| | | | | | | | | | | | | | | | 17| 17| | 9| 9| | 26| 26| + ip6_addr.o| | | | | | | | | | | | | | | | | | | 20| 20| | 20| 20| + lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| + int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| + eri.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| + cxx_exception_stubs.o| | | | | | | | | | | | | | | | 6| 6| | | | | 6| 6| + cxx_guards.o| | | | | | | | | | | | | | | | 5| 5| | | | | 5| 5| + FreeRTOS-openocd.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| + eh_term_handler.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| + eh_unex_handler.o| 4| 4| | | | | | | | | | | 4| 4| | | | | | | | 4| 4| + bootloader_flash.o| | | | | | | | | | | | | | | | | | | | | | | | + bootloader_sha.o| | | | | | | | | | | | | | | | | | | | | | | | + esp_image_format.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-snprintf.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-vsnprintf.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-xpg_strerror_r.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_api.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_arbit.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_core.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_dbg.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_hw.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_param.o| | | | | | | | | | | | | | | | | | | | | | | | + coexist_timer.o| | | | | | | | | | | | | | | | | | | | | | | | + misc_nvs.o| | | | | | | | | | | | | | | | | | | | | | | | + gpio.o| | | | | | | | | | | | | | | | | | | | | | | | + ets_timer_legacy.o| | | | | | | | | | | | | | | | | | | | | | | | +event_default_handlers.o| | | | | | | | | | | | | | | | | | | | | | | | + event_loop.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_printf.o| | | | | | | | | | | | | | | | | | | | | | | | + phy_init.o| | | | | | | | | | | | | | | | | | | | | | | | + sha.o| | | | | | | | | | | | | | | | | | | | | | | | + wifi_os_adapter.o| | | | | | | | | | | | | | | | | | | | | | | | + emac_dev.o| | | | | | | | | | | | | | | | | | | | | | | | + emac_main.o| | | | | | | | | | | | | | | | | | | | | | | | + event_groups.o| | | | | | | | | | | | | | | | | | | | | | | | + ringbuf.o| | | | | | | | | | | | | | | | | | | | | | | | + _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | + _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _divsf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _extendsfdf2.o| | | | | | | | | | | | | | | | | | | | | | | | + _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | + _floatdidf.o| | | | | | | | | | | | | | | | | | | | | | | | + _floatdisf.o| | | | | | | | | | | | | | | | | | | | | | | | + _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | + _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | + ethernetif.o| | | | | | | | | | | | | | | | | | | | | | | | + ethip6.o| | | | | | | | | | | | | | | | | | | | | | | | + wlanif.o| | | | | | | | | | | | | | | | | | | | | | | | + esp_sha256.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_common.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_config.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_main.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_parent.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_route.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_schedule.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_timer.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_utilities.o| | | | | | | | | | | | | | | | | | | | | | | | + mesh_wifi.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_action.o| | | | | | | | | | | | | | | | | | | | | | | | +ieee80211_action_vendor.| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_api.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_crypto.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_crypto_ccmp.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_crypto_tkip.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_crypto_wep.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_debug.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_ets.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_hostap.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_ht.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_ie_vendor.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_input.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_ioctl.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_mesh_quick.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_misc.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_nvs.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_output.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_phy.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_power.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_proto.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_regdomain.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_rfid.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_scan.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_sta.o| | | | | | | | | | | | | | | | | | | | | | | | + ieee80211_timer.o| | | | | | | | | | | | | | | | | | | | | | | | + wl_chm.o| | | | | | | | | | | | | | | | | | | | | | | | + wl_cnx.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_api.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_item_hash_list.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_page.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_pagemanager.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_storage.o| | | | | | | | | | | | | | | | | | | | | | | | + nvs_types.o| | | | | | | | | | | | | | | | | | | | | | | | + phy.o| | | | | | | | | | | | | | | | | | | | | | | | + phy_chip_v7.o| | | | | | | | | | | | | | | | | | | | | | | | + phy_chip_v7_ana.o| | | | | | | | | | | | | | | | | | | | | | | | + phy_chip_v7_cal.o| | | | | | | | | | | | | | | | | | | | | | | | + esf_buf.o| | | | | | | | | | | | | | | | | | | | | | | | + if_hwctrl.o| | | | | | | | | | | | | | | | | | | | | | | | + lmac.o| | | | | | | | | | | | | | | | | | | | | | | | + pm.o| | | | | | | | | | | | | | | | | | | | | | | | + pm_for_bcn_only_mode.o| | | | | | | | | | | | | | | | | | | | | | | | + pp.o| | | | | | | | | | | | | | | | | | | | | | | | + pp_debug.o| | | | | | | | | | | | | | | | | | | | | | | | + pp_timer.o| | | | | | | | | | | | | | | | | | | | | | | | + rate_control.o| | | | | | | | | | | | | | | | | | | | | | | | + trc.o| | | | | | | | | | | | | | | | | | | | | | | | + wdev.o| | | | | | | | | | | | | | | | | | | | | | | | + bt_bb.o| | | | | | | | | | | | | | | | | | | | | | | | + pm.o| | | | | | | | | | | | | | | | | | | | | | | | + rtc.o| | | | | | | | | | | | | | | | | | | | | | | | + rtc_analog.o| | | | | | | | | | | | | | | | | | | | | | | | + smartconfig_ack.o| | | | | | | | | | | | | | | | | | | | | | | | + gpio_periph.o| | | | | | | | | | | | | | | | | | | | | | | | + rtc_sleep.o| | | | | | | | | | | | | | | | | | | | | | | | + bad_alloc.o| | | | | | | | | | | | | | | | | | | | | | | | + del_op.o| | | | | | | | | | | | | | | | | | | | | | | | + del_opv.o| | | | | | | | | | | | | | | | | | | | | | | | + eh_exception.o| | | | | | | | | | | | | | | | | | | | | | | | + new_handler.o| | | | | | | | | | | | | | | | | | | | | | | | + pure.o| | | | | | | | | | | | | | | | | | | | | | | | + tinfo.o| | | | | | | | | | | | | | | | | | | | | | | | + ap_config.o| | | | | | | | | | | | | | | | | | | | | | | | + common.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_auth.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_auth_ie.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_common.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_debug.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_ie.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa_main.o| | | | | | | | | | | | | | | | | | | | | | | | + wpabuf.o| | | | | | | | | | | | | | | | | | | | | | | | + wpas_glue.o| | | | | | | | | | | | | | | | | | | | | | | | + wpa2_internal.o| | | | | | | | | | | | | | | | | | | | | | | | + os_xtensa.o| | | | | | | | | | | | | | | | | | | | | | | | + wps_internal.o| | | | | | | | | | | | | | | | | | | | | | | | *** Running idf_size.py diff --files with another app... @@ -1493,7 +1493,7 @@ Total image size: 234780 bytes (.bin may be padded larger) 147087 Per-file contributions to ELF file: Object File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- + ----------------------- ----------------------- ----------------------- ----------------------- lib_a-vfprintf.o| | | | | | | | | | | | | | | | 14193| 13681| +512| 704| 700| +4| 14897| 14381| +516 lib_a-svfprintf.o| | | | | | | | | | | | | | | | 13834| 13290| +544| 756| 752| +4| 14590| 14042| +548 lib_a-svfiprintf.o| | | | | | | | | | | | | | | | 9642| 9623| +19| 1176| 1172| +4| 10818| 10795| +23 @@ -1505,34 +1505,34 @@ Per-file contributions to ELF file: lib_a-reent.o| | | | | | | | | | | | | | | | 232| 236| -4| | | | 232| 236| -4 lib_a-fopen.o| | | | | | | | | | | | | | | | 228| 244| -16| | | | 228| 244| -16 lib_a-puts.o| | | | | | | | | | | | | | | | 182| 234| -52| | | | 182| 234| -52 - lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| + lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| lib_a-flags.o| | | | | | | | | | | | | | | | 127| 128| -1| | | | 127| 128| -1 lib_a-printf.o| | | | | | | | | | | | | | | | 116| | +116| | | | 116| | +116 lib_a-s_frexp.o| | | | | | | | | | | | | | | | 110| 100| +10| | | | 110| 100| +10 - lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| - lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| -state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| -state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| - lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| - _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| - lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| - int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| - lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| + lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| +state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| +state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| + lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| + _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| + lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| + int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| + lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | lib_a-snprintf.o| | | | | | | | | | | | | | | | | 217| -217| | | | | 217| -217 - lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | - _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | - _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | - _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | - _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | + _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | + _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | + _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | + _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | The following entries are present in only: Object File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total tcp_in.o 0 54 0 0 54 8127 916 9043 @@ -1982,7 +1982,7 @@ Total image size: 147087 bytes (.bin may be padded larger) 234780 Per-file contributions to ELF file: Object File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total | | |-| | |-| | |-| | |-| | |-| | |-| | |-| | |- - ----------------------- ----------------------- ----------------------- ----------------------- + ----------------------- ----------------------- ----------------------- ----------------------- lib_a-vfprintf.o| | | | | | | | | | | | | | | | 13681| 14193| -512| 700| 704| -4| 14381| 14897| -516 lib_a-svfprintf.o| | | | | | | | | | | | | | | | 13290| 13834| -544| 752| 756| -4| 14042| 14590| -548 lib_a-svfiprintf.o| | | | | | | | | | | | | | | | 9623| 9642| -19| 1172| 1176| -4| 10795| 10818| -23 @@ -1995,33 +1995,33 @@ Per-file contributions to ELF file: lib_a-reent.o| | | | | | | | | | | | | | | | 236| 232| +4| | | | 236| 232| +4 lib_a-puts.o| | | | | | | | | | | | | | | | 234| 182| +52| | | | 234| 182| +52 lib_a-snprintf.o| | | | | | | | | | | | | | | | 217| | +217| | | | 217| | +217 - lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| + lib_a-assert.o| | | | | | | | | | | | | | | | 68| 68| | 60| 60| | 128| 128| lib_a-flags.o| | | | | | | | | | | | | | | | 128| 127| +1| | | | 128| 127| +1 lib_a-s_frexp.o| | | | | | | | | | | | | | | | 100| 110| -10| | | | 100| 110| -10 - lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| - lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| -state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| -state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| - lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| - _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| - interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| - lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| - int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| - lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-vprintf.o| | | | | | | | | | | | | | | | 94| 94| | | | | 94| 94| + lib_a-fiprintf.o| | | | | | | | | | | | | | | | 84| 84| | | | | 84| 84| +state_asm--restore_extra| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| +state_asm--save_extra_nw| | | | | | | 62| 62| | | | | 62| 62| | | | | | | | 62| 62| + lib_a-fseek.o| | | | | | | | | | | | | | | | 45| 45| | | | | 45| 45| + _divdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _moddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _udivdi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + _umoddi3.o| | | | | | | | | | | | | | | | | | | 40| 40| | 40| 40| + interrupts--intlevel.o| | | | | | | | | | | | | | | | | | | 32| 32| | 32| 32| + lib_a-errno.o| | | | | | | | | | | | | | | | 10| 10| | | | | 10| 10| + int_asm--set_intclear.o| | | | | | | 8| 8| | | | | 8| 8| | | | | | | | 8| 8| + lib_a-fputs.o| | | | | | | | | | | | | | | | | | | | | | | | lib_a-printf.o| | | | | | | | | | | | | | | | | 116| -116| | | | | 116| -116 - lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | - lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | - _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | - _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | - _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | - _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | - _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-strerror.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-sysgettod.o| | | | | | | | | | | | | | | | | | | | | | | | + lib_a-u_strerr.o| | | | | | | | | | | | | | | | | | | | | | | | + _addsubdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _cmpdf2.o| | | | | | | | | | | | | | | | | | | | | | | | + _divdf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _fixdfsi.o| | | | | | | | | | | | | | | | | | | | | | | | + _floatsidf.o| | | | | | | | | | | | | | | | | | | | | | | | + _muldf3.o| | | | | | | | | | | | | | | | | | | | | | | | + _popcountsi2.o| | | | | | | | | | | | | | | | | | | | | | | | The following entries are present in only: Object File DRAM .data & 0.bss IRAM0 .text & 0.vectors ram_st_total Flash .text & .rodata flash_total tasks.c.obj 12 700 5737 0 6449 0 451 6200 @@ -4421,7 +4421,7 @@ Total sizes: Used static IRAM: 46786 bytes ( 239934 remain, 16.3% used) .text size: 45759 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 11772 bytes ( 123396 remain, 8.7% used) +Used stat D/IRAM: 11772 bytes ( 258564 remain, 4.4% used) .data size: 9252 bytes .bss size: 2520 bytes Used Flash size : 114851 bytes @@ -4429,13 +4429,26 @@ Used Flash size : 114851 bytes .rodata : 27132 bytes Total image size: 170889 bytes (.bin may be padded larger) +*** +Running idf_size.py for esp32s3 configured with 32KB of icache... +Total sizes: +Used stat D/IRAM: 66875 bytes ( 278981 remain, 19.3% used) + .data size: 10609 bytes + .bss size: 2544 bytes + .text size: 52695 bytes + .vectors size: 1027 bytes +Used Flash size : 126703 bytes + .text : 94967 bytes + .rodata : 31480 bytes +Total image size: 191034 bytes (.bin may be padded larger) + *** Running idf_size.py for esp32s3 with overflow... Total sizes: Used static IRAM: 337906 bytes ( -51186 remain, 117.9% used) Overflow detected! You can run idf.py size-files for more information. .text size: 336879 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 94049 bytes ( 41119 remain, 69.6% used) +Used stat D/IRAM: 94049 bytes ( 176287 remain, 34.8% used) .data size: 68929 bytes .bss size: 25120 bytes Used Flash size : 461714 bytes @@ -4449,7 +4462,7 @@ Total sizes: Used static IRAM: 46786 bytes ( 239934 remain, 16.3% used) .text size: 45759 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 11772 bytes ( 123396 remain, 8.7% used) +Used stat D/IRAM: 11772 bytes ( 258564 remain, 4.4% used) .data size: 9252 bytes .bss size: 2520 bytes Used Flash size : 114851 bytes @@ -4463,7 +4476,7 @@ Total sizes: Used static IRAM: 46786 bytes ( 239934 remain, 16.3% used) .text size: 45759 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 11772 bytes ( 123396 remain, 8.7% used) +Used stat D/IRAM: 11772 bytes ( 258564 remain, 4.4% used) .data size: 9252 bytes .bss size: 2520 bytes Used Flash size : 114851 bytes @@ -4507,7 +4520,7 @@ Total sizes: Used static IRAM: 46786 bytes ( 239934 remain, 16.3% used) .text size: 45759 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 11772 bytes ( 123396 remain, 8.7% used) +Used stat D/IRAM: 11772 bytes ( 258564 remain, 4.4% used) .data size: 9252 bytes .bss size: 2520 bytes Used Flash size : 114851 bytes @@ -4773,7 +4786,7 @@ Total sizes: Used static IRAM: 46786 bytes ( 239934 remain, 16.3% used) .text size: 45759 bytes .vectors size: 1027 bytes -Used stat D/IRAM: 11772 bytes ( 123396 remain, 8.7% used) +Used stat D/IRAM: 11772 bytes ( 258564 remain, 4.4% used) .data size: 9252 bytes .bss size: 2520 bytes Used Flash size : 114851 bytes @@ -16560,10 +16573,10 @@ Producing JSON output for esp32s3... "diram_vectors": 0, "diram_rodata": 0, "diram_other": 0, - "diram_total": 135168, + "diram_total": 270336, "used_diram": 11772, - "used_diram_ratio": 0.08709161931818182, - "diram_remain": 123396, + "used_diram_ratio": 0.04354580965909091, + "diram_remain": 258564, "flash_code": 87463, "flash_rodata": 27132, "flash_other": 256, diff --git a/tools/test_idf_size/test.sh b/tools/test_idf_size/test.sh index 0f2956f101..98a9feb801 100755 --- a/tools/test_idf_size/test.sh +++ b/tools/test_idf_size/test.sh @@ -117,6 +117,8 @@ json_test() { && python -m coverage run -a $IDF_PATH/tools/idf_size.py --target esp32c3 --archive_details libdriver.a app_esp32c3.map &>> output \ && echo -e "\n***\nRunning idf_size.py for esp32s3..." &>> output \ && python -m coverage run -a $IDF_PATH/tools/idf_size.py --target esp32s3 app_esp32s3.map &>> output \ + && echo -e "\n***\nRunning idf_size.py for esp32s3 configured with 32KB of icache..." &>> output \ + && python -m coverage run -a $IDF_PATH/tools/idf_size.py --target esp32s3 app_esp32s3_32k_icache.map &>> output \ && echo -e "\n***\nRunning idf_size.py for esp32s3 with overflow..." &>> output \ && python -m coverage run -a $IDF_PATH/tools/idf_size.py --target esp32s3 overflow_esp32s3.map &>> output \ && echo -e "\n***\nRunning idf_size.py for esp32s3 (target autodetected)..." &>> output \