diff --git a/ESP32-Console/build/.bin_timestamp b/ESP32-Console/build/.bin_timestamp index 55efc3e1f..8e1e4f620 100644 --- a/ESP32-Console/build/.bin_timestamp +++ b/ESP32-Console/build/.bin_timestamp @@ -1 +1 @@ -1594024daa997535131102639ddcce41 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/ESP32-Console.bin +30bd4ac713a6db39db6634017370723d /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/ESP32-Console.bin diff --git a/ESP32-Console/build/.ninja_lock b/ESP32-Console/build/.ninja_lock deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP32-Console/build/.ninja_log b/ESP32-Console/build/.ninja_log index d17be7da1..811407b44 100644 --- a/ESP32-Console/build/.ninja_log +++ b/ESP32-Console/build/.ninja_log @@ -988,3 +988,10 @@ 331 404 1736824909128557982 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 1b80614e0080b2b2 348 686 1736824909076557796 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 7862f2b129d0a3b4 686 733 1736824909413559001 esp-idf/main/libmain.a cd0eed6769da8813 +733 14237 1736824922873779861 esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba +733 14237 1736824922873779861 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba +14237 14986 1736824922964781614 ESP32-Console.elf dcedc965aeffc1e6 +14986 15335 1736824924059802675 .bin_timestamp 3215cded7500ce5f +14986 15335 1736824924059802675 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/.bin_timestamp 3215cded7500ce5f +15335 15433 1736824924062802733 esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245 +15335 15433 1736824924062802733 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245 diff --git a/ESP32-Console/build/ESP32-Console.bin b/ESP32-Console/build/ESP32-Console.bin index b9d314ae8..cc98d0ec5 100644 Binary files a/ESP32-Console/build/ESP32-Console.bin and b/ESP32-Console/build/ESP32-Console.bin differ diff --git a/ESP32-Console/build/ESP32-Console.elf b/ESP32-Console/build/ESP32-Console.elf index eca44772f..98862c376 100755 Binary files a/ESP32-Console/build/ESP32-Console.elf and b/ESP32-Console/build/ESP32-Console.elf differ diff --git a/ESP32-Console/build/ESP32-Console.map b/ESP32-Console/build/ESP32-Console.map index 4b766ebed..b7bee0cd4 100644 --- a/ESP32-Console/build/ESP32-Console.map +++ b/ESP32-Console/build/ESP32-Console.map @@ -13247,7 +13247,7 @@ END GROUP 0x3fc90678 _bss_end = ABSOLUTE (.) 0x00000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) -.flash.text 0x42000020 0x299b4 +.flash.text 0x42000020 0x299e8 0x42000020 _stext = . 0x42000020 _instruction_reserved_start = ABSOLUTE (.) 0x42000020 _text_start = ABSOLUTE (.) @@ -14190,1455 +14190,1455 @@ END GROUP .text.register_info 0x42008d42 0x106 esp-idf/main/libmain.a(main.c.obj) .text.exec_info_cmd - 0x42008e48 0x2de esp-idf/main/libmain.a(main.c.obj) + 0x42008e48 0x312 esp-idf/main/libmain.a(main.c.obj) .text.initialize_nvs - 0x42009126 0x78 esp-idf/main/libmain.a(main.c.obj) + 0x4200915a 0x78 esp-idf/main/libmain.a(main.c.obj) .text.register_commands - 0x4200919e 0xe esp-idf/main/libmain.a(main.c.obj) - 0x4200919e register_commands + 0x420091d2 0xe esp-idf/main/libmain.a(main.c.obj) + 0x420091d2 register_commands .text.app_main - 0x420091ac 0xa0 esp-idf/main/libmain.a(main.c.obj) - 0x420091ac app_main + 0x420091e0 0xa0 esp-idf/main/libmain.a(main.c.obj) + 0x420091e0 app_main .text.find_command_by_name - 0x4200924c 0x54 esp-idf/console/libconsole.a(commands.c.obj) + 0x42009280 0x54 esp-idf/console/libconsole.a(commands.c.obj) .text.print_arg_help - 0x420092a0 0x70 esp-idf/console/libconsole.a(commands.c.obj) + 0x420092d4 0x70 esp-idf/console/libconsole.a(commands.c.obj) .text.help_command - 0x42009310 0xbe esp-idf/console/libconsole.a(commands.c.obj) + 0x42009344 0xbe esp-idf/console/libconsole.a(commands.c.obj) .text.esp_console_init - 0x420093ce 0x82 esp-idf/console/libconsole.a(commands.c.obj) - 0x420093ce esp_console_init + 0x42009402 0x82 esp-idf/console/libconsole.a(commands.c.obj) + 0x42009402 esp_console_init .text.esp_console_deinit - 0x42009450 0x7c esp-idf/console/libconsole.a(commands.c.obj) - 0x42009450 esp_console_deinit + 0x42009484 0x7c esp-idf/console/libconsole.a(commands.c.obj) + 0x42009484 esp_console_deinit .text.esp_console_cmd_register - 0x420094cc 0x136 esp-idf/console/libconsole.a(commands.c.obj) - 0x420094cc esp_console_cmd_register + 0x42009500 0x136 esp-idf/console/libconsole.a(commands.c.obj) + 0x42009500 esp_console_cmd_register .text.esp_console_get_completion - 0x42009602 0x58 esp-idf/console/libconsole.a(commands.c.obj) - 0x42009602 esp_console_get_completion + 0x42009636 0x58 esp-idf/console/libconsole.a(commands.c.obj) + 0x42009636 esp_console_get_completion .text.esp_console_get_hint - 0x4200965a 0x74 esp-idf/console/libconsole.a(commands.c.obj) - 0x4200965a esp_console_get_hint + 0x4200968e 0x74 esp-idf/console/libconsole.a(commands.c.obj) + 0x4200968e esp_console_get_hint .text.esp_console_run - 0x420096ce 0xcc esp-idf/console/libconsole.a(commands.c.obj) - 0x420096ce esp_console_run + 0x42009702 0xcc esp-idf/console/libconsole.a(commands.c.obj) + 0x42009702 esp_console_run .text.esp_console_register_help_command - 0x4200979a 0x6c esp-idf/console/libconsole.a(commands.c.obj) - 0x4200979a esp_console_register_help_command + 0x420097ce 0x6c esp-idf/console/libconsole.a(commands.c.obj) + 0x420097ce esp_console_register_help_command .text.esp_console_setup_prompt - 0x42009806 0x58 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x42009806 esp_console_setup_prompt + 0x4200983a 0x58 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x4200983a esp_console_setup_prompt .text.esp_console_setup_history - 0x4200985e 0x54 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200985e esp_console_setup_history + 0x42009892 0x54 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x42009892 esp_console_setup_history .text.esp_console_common_init - 0x420098b2 0x78 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x420098b2 esp_console_common_init + 0x420098e6 0x78 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x420098e6 esp_console_common_init .text.esp_console_start_repl - 0x4200992a 0x30 esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200992a esp_console_start_repl + 0x4200995e 0x30 esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x4200995e esp_console_start_repl .text.esp_console_repl_task - 0x4200995a 0x15c esp-idf/console/libconsole.a(esp_console_common.c.obj) - 0x4200995a esp_console_repl_task + 0x4200998e 0x15c esp-idf/console/libconsole.a(esp_console_common.c.obj) + 0x4200998e esp_console_repl_task .text.esp_console_split_argv - 0x42009ab6 0x10a esp-idf/console/libconsole.a(split_argv.c.obj) - 0x42009ab6 esp_console_split_argv - .text.abInit 0x42009bc0 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009aea 0x10a esp-idf/console/libconsole.a(split_argv.c.obj) + 0x42009aea esp_console_split_argv + .text.abInit 0x42009bf4 0xa esp-idf/console/libconsole.a(linenoise.c.obj) .text.prompt_len_ignore_escape_seq - 0x42009bca 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009bfe 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) .text.sanitize - 0x42009bf6 0x32 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009c2a 0x32 esp-idf/console/libconsole.a(linenoise.c.obj) .text.flushWrite - 0x42009c28 0x3a esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009c5c 0x3a esp-idf/console/libconsole.a(linenoise.c.obj) .text.abAppend - 0x42009c62 0x4c esp-idf/console/libconsole.a(linenoise.c.obj) - .text.abFree 0x42009cae 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009c96 0x4c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.abFree 0x42009ce2 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) .text.freeCompletions - 0x42009cc2 0x3e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009cf6 0x3e esp-idf/console/libconsole.a(linenoise.c.obj) .text.getCursorPosition - 0x42009d00 0xe8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009d34 0xe8 esp-idf/console/libconsole.a(linenoise.c.obj) .text.getColumns - 0x42009de8 0xec esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009e1c 0xec esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseBeep - 0x42009ed4 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009f08 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseDumb - 0x42009ef2 0xc6 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009f26 0xc6 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseSetMultiLine - 0x42009fb8 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x42009fb8 linenoiseSetMultiLine + 0x42009fec 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009fec linenoiseSetMultiLine .text.linenoiseSetDumbMode - 0x42009fc2 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x42009fc2 linenoiseSetDumbMode + 0x42009ff6 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x42009ff6 linenoiseSetDumbMode .text.linenoiseIsDumbMode - 0x42009fcc 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - 0x42009fcc linenoiseIsDumbMode + 0x4200a000 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a000 linenoiseIsDumbMode .text.linenoiseClearScreen - 0x42009fda 0x28 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x42009fda linenoiseClearScreen + 0x4200a00e 0x28 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a00e linenoiseClearScreen .text.linenoiseSetCompletionCallback - 0x4200a002 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a002 linenoiseSetCompletionCallback + 0x4200a036 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a036 linenoiseSetCompletionCallback .text.linenoiseSetHintsCallback - 0x4200a00c 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a00c linenoiseSetHintsCallback + 0x4200a040 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a040 linenoiseSetHintsCallback .text.linenoiseAddCompletion - 0x4200a016 0x74 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a016 linenoiseAddCompletion + 0x4200a04a 0x74 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a04a linenoiseAddCompletion .text.refreshShowHints - 0x4200a08a 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a08a refreshShowHints + 0x4200a0be 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a0be refreshShowHints .text.refreshMultiLine - 0x4200a166 0x206 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a19a 0x206 esp-idf/console/libconsole.a(linenoise.c.obj) .text.refreshSingleLine - 0x4200a36c 0x110 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a3a0 0x110 esp-idf/console/libconsole.a(linenoise.c.obj) .text.refreshLine - 0x4200a47c 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a4b0 0x1e esp-idf/console/libconsole.a(linenoise.c.obj) .text.completeLine - 0x4200a49a 0x136 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a4ce 0x136 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseEditInsert - 0x4200a5d0 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a5d0 linenoiseEditInsert + 0x4200a604 0xdc esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a604 linenoiseEditInsert .text.linenoiseInsertPastedChar - 0x4200a6ac 0x6e esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a6ac linenoiseInsertPastedChar + 0x4200a6e0 0x6e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a6e0 linenoiseInsertPastedChar .text.linenoiseEditMoveLeft - 0x4200a71a 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a71a linenoiseEditMoveLeft - .text.linenoiseEditMoveRight - 0x4200a732 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a732 linenoiseEditMoveRight - .text.linenoiseEditMoveHome 0x4200a74e 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a74e linenoiseEditMoveHome + 0x4200a74e linenoiseEditMoveLeft + .text.linenoiseEditMoveRight + 0x4200a766 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a766 linenoiseEditMoveRight + .text.linenoiseEditMoveHome + 0x4200a782 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a782 linenoiseEditMoveHome .text.linenoiseEditMoveEnd - 0x4200a766 0x1a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a766 linenoiseEditMoveEnd + 0x4200a79a 0x1a esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a79a linenoiseEditMoveEnd .text.linenoiseEditHistoryNext - 0x4200a780 0xca esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a780 linenoiseEditHistoryNext + 0x4200a7b4 0xca esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a7b4 linenoiseEditHistoryNext .text.linenoiseEditDelete - 0x4200a84a 0x46 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a84a linenoiseEditDelete + 0x4200a87e 0x46 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a87e linenoiseEditDelete .text.linenoiseEditBackspace - 0x4200a890 0x48 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a890 linenoiseEditBackspace + 0x4200a8c4 0x48 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a8c4 linenoiseEditBackspace .text.linenoiseEditDeletePrevWord - 0x4200a8d8 0x7a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a8d8 linenoiseEditDeletePrevWord + 0x4200a90c 0x7a esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a90c linenoiseEditDeletePrevWord .text.getMillis - 0x4200a952 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a952 getMillis + 0x4200a986 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a986 getMillis .text.linenoiseProbe - 0x4200a97e 0xc0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200a97e linenoiseProbe + 0x4200a9b2 0xc0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200a9b2 linenoiseProbe .text.linenoiseFree - 0x4200aa3e 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200aa3e linenoiseFree + 0x4200aa72 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200aa72 linenoiseFree .text.linenoiseHistoryAdd - 0x4200aa50 0xf4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200aa50 linenoiseHistoryAdd + 0x4200aa84 0xf4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200aa84 linenoiseHistoryAdd .text.linenoiseEdit - 0x4200ab44 0x3d0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200ab78 0x3d0 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoiseRaw - 0x4200af14 0x38 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200af48 0x38 esp-idf/console/libconsole.a(linenoise.c.obj) .text.linenoise - 0x4200af4c 0x6c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200af4c linenoise + 0x4200af80 0x6c esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200af80 linenoise .text.linenoiseHistorySetMaxLen - 0x4200afb8 0xd2 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200afb8 linenoiseHistorySetMaxLen + 0x4200afec 0xd2 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200afec linenoiseHistorySetMaxLen .text.linenoiseHistorySave - 0x4200b08a 0x5e esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200b08a linenoiseHistorySave + 0x4200b0be 0x5e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200b0be linenoiseHistorySave .text.linenoiseHistoryLoad - 0x4200b0e8 0x8a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200b0e8 linenoiseHistoryLoad + 0x4200b11c 0x8a esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200b11c linenoiseHistoryLoad .text.linenoiseSetMaxLineLen - 0x4200b172 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4200b172 linenoiseSetMaxLineLen + 0x4200b1a6 0x14 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4200b1a6 linenoiseSetMaxLineLen .text.esp_console_repl_usb_serial_jtag_delete - 0x4200b186 0x5e esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + 0x4200b1ba 0x5e esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) .text.esp_console_new_repl_usb_serial_jtag - 0x4200b1e4 0x12a esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - 0x4200b1e4 esp_console_new_repl_usb_serial_jtag + 0x4200b218 0x12a esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + 0x4200b218 esp_console_new_repl_usb_serial_jtag .text.arg_dstr_create - 0x4200b30e 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b30e arg_dstr_create + 0x4200b342 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b342 arg_dstr_create .text.arg_dstr_cstr - 0x4200b33c 0x4 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b33c arg_dstr_cstr + 0x4200b370 0x4 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b370 arg_dstr_cstr .text.arg_dstr_free - 0x4200b340 0x2a esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b340 arg_dstr_free + 0x4200b374 0x2a esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b374 arg_dstr_free .text.setup_append_buf - 0x4200b36a 0xd8 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b39e 0xd8 esp-idf/console/libconsole.a(arg_dstr.c.obj) .text.arg_dstr_cat - 0x4200b442 0x50 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b442 arg_dstr_cat + 0x4200b476 0x50 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b476 arg_dstr_cat .text.arg_dstr_catf - 0x4200b492 0xae esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b492 arg_dstr_catf + 0x4200b4c6 0xae esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b4c6 arg_dstr_catf .text.arg_dstr_catc - 0x4200b540 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b540 arg_dstr_catc + 0x4200b574 0x2e esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b574 arg_dstr_catc .text.arg_dstr_reset - 0x4200b56e 0x38 esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b56e arg_dstr_reset + 0x4200b5a2 0x38 esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b5a2 arg_dstr_reset .text.arg_dstr_destroy - 0x4200b5a6 0x1a esp-idf/console/libconsole.a(arg_dstr.c.obj) - 0x4200b5a6 arg_dstr_destroy + 0x4200b5da 0x1a esp-idf/console/libconsole.a(arg_dstr.c.obj) + 0x4200b5da arg_dstr_destroy .text.arg_end_resetfn - 0x4200b5c0 0x6 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x4200b5f4 0x6 esp-idf/console/libconsole.a(arg_end.c.obj) .text.arg_end_errorfn - 0x4200b5c6 0xda esp-idf/console/libconsole.a(arg_end.c.obj) - .text.arg_end 0x4200b6a0 0x64 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200b6a0 arg_end + 0x4200b5fa 0xda esp-idf/console/libconsole.a(arg_end.c.obj) + .text.arg_end 0x4200b6d4 0x64 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x4200b6d4 arg_end .text.arg_print_errors_ds - 0x4200b704 0x54 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200b704 arg_print_errors_ds + 0x4200b738 0x54 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x4200b738 arg_print_errors_ds .text.arg_print_errors - 0x4200b758 0x40 esp-idf/console/libconsole.a(arg_end.c.obj) - 0x4200b758 arg_print_errors + 0x4200b78c 0x40 esp-idf/console/libconsole.a(arg_end.c.obj) + 0x4200b78c arg_print_errors .text.arg_lit_resetfn - 0x4200b798 0x6 esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b7cc 0x6 esp-idf/console/libconsole.a(arg_lit.c.obj) .text.arg_lit_scanfn - 0x4200b79e 0x14 esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b7d2 0x14 esp-idf/console/libconsole.a(arg_lit.c.obj) .text.arg_lit_checkfn - 0x4200b7b2 0xa esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b7e6 0xa esp-idf/console/libconsole.a(arg_lit.c.obj) .text.arg_lit_errorfn - 0x4200b7bc 0x8a esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b7f0 0x8a esp-idf/console/libconsole.a(arg_lit.c.obj) .text.arg_litn - 0x4200b846 0x7a esp-idf/console/libconsole.a(arg_lit.c.obj) - 0x4200b846 arg_litn + 0x4200b87a 0x7a esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b87a arg_litn .text.arg_lit0 - 0x4200b8c0 0x14 esp-idf/console/libconsole.a(arg_lit.c.obj) - 0x4200b8c0 arg_lit0 + 0x4200b8f4 0x14 esp-idf/console/libconsole.a(arg_lit.c.obj) + 0x4200b8f4 arg_lit0 .text.arg_str_resetfn - 0x4200b8d4 0x24 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200b908 0x24 esp-idf/console/libconsole.a(arg_str.c.obj) .text.arg_str_scanfn - 0x4200b8f8 0x28 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200b92c 0x28 esp-idf/console/libconsole.a(arg_str.c.obj) .text.arg_str_checkfn - 0x4200b920 0xa esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200b954 0xa esp-idf/console/libconsole.a(arg_str.c.obj) .text.arg_str_errorfn - 0x4200b92a 0xa2 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200b95e 0xa2 esp-idf/console/libconsole.a(arg_str.c.obj) .text.arg_strn - 0x4200b9cc 0xb2 esp-idf/console/libconsole.a(arg_str.c.obj) - 0x4200b9cc arg_strn + 0x4200ba00 0xb2 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200ba00 arg_strn .text.arg_str0 - 0x4200ba7e 0x14 esp-idf/console/libconsole.a(arg_str.c.obj) - 0x4200ba7e arg_str0 - .text.panic 0x4200ba92 0x4e esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x4200bab2 0x14 esp-idf/console/libconsole.a(arg_str.c.obj) + 0x4200bab2 arg_str0 + .text.panic 0x4200bac6 0x4e esp-idf/console/libconsole.a(arg_utils.c.obj) .text.argtable3_xmalloc - 0x4200bae0 0x2c esp-idf/console/libconsole.a(arg_utils.c.obj) - 0x4200bae0 argtable3_xmalloc + 0x4200bb14 0x2c esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x4200bb14 argtable3_xmalloc .text.argtable3_xfree - 0x4200bb0c 0x12 esp-idf/console/libconsole.a(arg_utils.c.obj) - 0x4200bb0c argtable3_xfree + 0x4200bb40 0x12 esp-idf/console/libconsole.a(arg_utils.c.obj) + 0x4200bb40 argtable3_xfree .text.arg_register_error - 0x4200bb1e 0x5a esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bb52 0x5a esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_endindex - 0x4200bb78 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bbac 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_parse_untagged - 0x4200bb92 0xe8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bbc6 0xe8 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_parse_check - 0x4200bc7a 0x56 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bcae 0x56 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_reset - 0x4200bcd0 0x3a esp-idf/console/libconsole.a(argtable3.c.obj) - .text.arg_cat 0x4200bd0a 0x3e esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bd04 0x3a esp-idf/console/libconsole.a(argtable3.c.obj) + .text.arg_cat 0x4200bd3e 0x3e esp-idf/console/libconsole.a(argtable3.c.obj) .text.alloc_shortoptions - 0x4200bd48 0xb4 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bd7c 0xb4 esp-idf/console/libconsole.a(argtable3.c.obj) .text.alloc_longoptions - 0x4200bdfc 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200be30 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) .text.find_shortoption - 0x4200bf56 0x46 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bf8a 0x46 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_parse_tagged - 0x4200bf9c 0x19e esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200bfd0 0x19e esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_cat_optionv - 0x4200c13a 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c16e 0x15a esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_cat_option - 0x4200c294 0x14e esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c2c8 0x14e esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_gnuswitch_ds - 0x4200c3e2 0xd6 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c416 0xd6 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_formatted_ds - 0x4200c4b8 0x11c esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c4ec 0x11c esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_parse - 0x4200c5d4 0xa8 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c5d4 arg_parse + 0x4200c608 0xa8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c608 arg_parse .text.arg_print_option_ds - 0x4200c67c 0x6e esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c67c arg_print_option_ds + 0x4200c6b0 0x6e esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c6b0 arg_print_option_ds .text.arg_print_syntax_ds - 0x4200c6ea 0x14c esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c6ea arg_print_syntax_ds + 0x4200c71e 0x14c esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c71e arg_print_syntax_ds .text.arg_print_glossary_ds - 0x4200c836 0x94 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c836 arg_print_glossary_ds + 0x4200c86a 0x94 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c86a arg_print_glossary_ds .text.arg_print_glossary - 0x4200c8ca 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c8ca arg_print_glossary + 0x4200c8fe 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c8fe arg_print_glossary .text.arg_print_formatted - 0x4200c90a 0x48 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4200c90a arg_print_formatted + 0x4200c93e 0x48 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4200c93e arg_print_formatted .text.riscv_decode_offset_from_jal_instruction - 0x4200c952 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - 0x4200c952 riscv_decode_offset_from_jal_instruction + 0x4200c986 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x4200c986 riscv_decode_offset_from_jal_instruction .text.gpio_ll_iomux_out - 0x4200c99e 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200c9d2 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_input_enable - 0x4200c9fa 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200ca2e 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_input_disable - 0x4200ca7a 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200caae 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_output_disable - 0x4200cafa 0x9e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cb2e 0x9e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_od_enable - 0x4200cb98 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cbcc 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_od_disable - 0x4200cc18 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cc4c 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_input_enable - 0x4200cc96 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200ccca 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_input_disable - 0x4200cd18 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cd4c 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_output_enable - 0x4200cd98 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cdcc 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_output_disable - 0x4200ce1a 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200ce4e 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pulldown_en - 0x4200ce9a 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cece 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pullup_en - 0x4200cf32 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cf66 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pulldown_dis - 0x4200cfca 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200cffe 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_sleep_pullup_dis - 0x4200d060 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d094 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_output_enable - 0x4200d0f6 0x9c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d12a 0x9c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) .text.gpio_pullup_en - 0x4200d192 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d192 gpio_pullup_en + 0x4200d1c6 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d1c6 gpio_pullup_en .text.gpio_pullup_dis - 0x4200d23a 0xc2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d23a gpio_pullup_dis + 0x4200d26e 0xc2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d26e gpio_pullup_dis .text.gpio_pulldown_en - 0x4200d2fc 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d2fc gpio_pulldown_en + 0x4200d330 0xa8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d330 gpio_pulldown_en .text.gpio_pulldown_dis - 0x4200d3a4 0xa4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d3a4 gpio_pulldown_dis + 0x4200d3d8 0xa4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d3d8 gpio_pulldown_dis .text.gpio_set_level - 0x4200d448 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d448 gpio_set_level + 0x4200d47c 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d47c gpio_set_level .text.gpio_set_pull_mode - 0x4200d4d0 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d4d0 gpio_set_pull_mode + 0x4200d504 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d504 gpio_set_pull_mode .text.gpio_set_direction - 0x4200d616 0xb4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d616 gpio_set_direction + 0x4200d64a 0xb4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d64a gpio_set_direction .text.gpio_iomux_in - 0x4200d6ca 0x2c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d6ca gpio_iomux_in + 0x4200d6fe 0x2c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d6fe gpio_iomux_in .text.gpio_iomux_out - 0x4200d6f6 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d6f6 gpio_iomux_out + 0x4200d72a 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d72a gpio_iomux_out .text.gpio_sleep_set_direction - 0x4200d710 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d710 gpio_sleep_set_direction + 0x4200d744 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d744 gpio_sleep_set_direction .text.gpio_sleep_set_pull_mode - 0x4200d7b0 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d7b0 gpio_sleep_set_pull_mode + 0x4200d7e4 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d7e4 gpio_sleep_set_pull_mode .text.gpio_sleep_sel_en - 0x4200d8f6 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d8f6 gpio_sleep_sel_en + 0x4200d92a 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d92a gpio_sleep_sel_en .text.gpio_sleep_sel_dis - 0x4200d98e 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200d98e gpio_sleep_sel_dis + 0x4200d9c2 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200d9c2 gpio_sleep_sel_dis .text.gpio_func_sel - 0x4200da24 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4200da24 gpio_func_sel + 0x4200da58 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200da58 gpio_func_sel .text.rtc_gpio_is_valid_gpio - 0x4200dad2 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - 0x4200dad2 rtc_gpio_is_valid_gpio + 0x4200db06 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x4200db06 rtc_gpio_is_valid_gpio .text.bootloader_init_mem - 0x4200dad6 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x4200dad6 bootloader_init_mem + 0x4200db0a 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4200db0a bootloader_init_mem .text.bootloader_flash_update_id - 0x4200dae4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x4200dae4 bootloader_flash_update_id + 0x4200db18 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x4200db18 bootloader_flash_update_id .text.s_mem_caps_check - 0x4200db04 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200db38 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_find_available_region - 0x4200db1a 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200db4e 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_is_enclosed - 0x4200db54 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200db88 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_is_overlapped - 0x4200db6a 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200db9e 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_get_bus_mask - 0x4200db8c 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200dbc0 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_reserve_irom_region - 0x4200dbe4 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200dc18 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.s_reserve_drom_region - 0x4200dc8c 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200dcc0 0xa8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) .text.esp_mmu_map_init - 0x4200dd34 0x19a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x4200dd34 esp_mmu_map_init + 0x4200dd68 0x19a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200dd68 esp_mmu_map_init .text.esp_mmu_map - 0x4200dece 0x514 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x4200dece esp_mmu_map + 0x4200df02 0x514 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200df02 esp_mmu_map .text.esp_mmu_unmap - 0x4200e3e2 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x4200e3e2 esp_mmu_unmap + 0x4200e416 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200e416 esp_mmu_unmap .text.esp_mmu_vaddr_to_paddr - 0x4200e56a 0xfa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x4200e56a esp_mmu_vaddr_to_paddr + 0x4200e59e 0xfa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4200e59e esp_mmu_vaddr_to_paddr .text.spi_flash_init_lock - 0x4200e664 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4200e664 spi_flash_init_lock + 0x4200e698 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200e698 spi_flash_init_lock .text.spi_flash_op_lock - 0x4200e666 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4200e666 spi_flash_op_lock + 0x4200e69a 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200e69a spi_flash_op_lock .text.spi_flash_op_unlock - 0x4200e678 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4200e678 spi_flash_op_unlock + 0x4200e6ac 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4200e6ac spi_flash_op_unlock .text.spi_flash_mmap - 0x4200e68a 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x4200e68a spi_flash_mmap + 0x4200e6be 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200e6be spi_flash_mmap .text.spi_flash_munmap - 0x4200e752 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x4200e752 spi_flash_munmap + 0x4200e786 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200e786 spi_flash_munmap .text.spi_flash_cache2phys - 0x4200e7c0 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x4200e7c0 spi_flash_cache2phys + 0x4200e7f4 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4200e7f4 spi_flash_cache2phys .text.esp_mspi_get_io - 0x4200e7e4 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x4200e7e4 esp_mspi_get_io + 0x4200e818 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200e818 esp_mspi_get_io .text.esp_mspi_pin_reserve - 0x4200e87e 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x4200e87e esp_mspi_pin_reserve + 0x4200e8b2 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4200e8b2 esp_mspi_pin_reserve .text.esp_flash_read_chip_id - 0x4200e8d2 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x4200e8d2 esp_flash_read_chip_id + 0x4200e906 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4200e906 esp_flash_read_chip_id .text.spimem_flash_ll_get_source_freq_mhz - 0x4200e8e6 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200e91a 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .text.esp_flash_init_default_chip - 0x4200e924 0x176 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x4200e924 esp_flash_init_default_chip + 0x4200e958 0x176 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200e958 esp_flash_init_default_chip .text.esp_flash_app_init - 0x4200ea9a 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x4200ea9a esp_flash_app_init + 0x4200eace 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4200eace esp_flash_app_init .text.esp_flash_app_enable_os_functions - 0x4200eaba 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0x4200eaba esp_flash_app_enable_os_functions + 0x4200eaee 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4200eaee esp_flash_app_enable_os_functions .text.esp_crosscore_int_init - 0x4200eae4 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - 0x4200eae4 esp_crosscore_int_init + 0x4200eb18 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4200eb18 esp_crosscore_int_init .text.esp_vApplicationIdleHook - 0x4200eb4a 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4200eb4a esp_vApplicationIdleHook + 0x4200eb7e 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200eb7e esp_vApplicationIdleHook .text.esp_register_freertos_idle_hook_for_cpu - 0x4200eb90 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4200eb90 esp_register_freertos_idle_hook_for_cpu + 0x4200ebc4 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200ebc4 esp_register_freertos_idle_hook_for_cpu .text.esp_register_freertos_tick_hook_for_cpu - 0x4200ec04 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4200ec04 esp_register_freertos_tick_hook_for_cpu + 0x4200ec38 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200ec38 esp_register_freertos_tick_hook_for_cpu .text.esp_register_freertos_tick_hook - 0x4200ec78 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4200ec78 esp_register_freertos_tick_hook + 0x4200ecac 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4200ecac esp_register_freertos_tick_hook .text.esp_int_wdt_init - 0x4200ec88 0xc8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x4200ec88 esp_int_wdt_init + 0x4200ecbc 0xc8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200ecbc esp_int_wdt_init .text.esp_int_wdt_cpu_init - 0x4200ed50 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x4200ed50 esp_int_wdt_cpu_init + 0x4200ed84 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x4200ed84 esp_int_wdt_cpu_init .text.find_entry_and_check_all_reset - 0x4200eda4 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200edd8 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.find_entry_from_task_handle_and_check_all_reset - 0x4200edd4 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ee08 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.task_wdt_timer_feed - 0x4200ee06 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ee3a 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.add_entry - 0x4200ee32 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200ee66 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.get_task_affinity - 0x4200efac 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200efe0 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.task_wdt_timeout_abort - 0x4200efd2 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4200efd2 task_wdt_timeout_abort + 0x4200f006 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f006 task_wdt_timeout_abort .text.task_wdt_timeout_handling - 0x4200f06c 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f0a0 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_add - 0x4200f0bc 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4200f0bc esp_task_wdt_add + 0x4200f0f0 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f0f0 esp_task_wdt_add .text.subscribe_idle - 0x4200f122 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f156 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_init - 0x4200f1d4 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4200f1d4 esp_task_wdt_init + 0x4200f208 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f208 esp_task_wdt_init .text.esp_task_wdt_reset - 0x4200f318 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4200f318 esp_task_wdt_reset + 0x4200f34c 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f34c esp_task_wdt_reset .text.idle_hook_cb - 0x4200f3e4 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f418 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_print_triggered_tasks - 0x4200f3f4 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4200f3f4 esp_task_wdt_print_triggered_tasks + 0x4200f428 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f428 esp_task_wdt_print_triggered_tasks .text.task_wdt_isr - 0x4200f51e 0x106 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4200f552 0x106 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) .text.esp_task_wdt_impl_timer_allocate - 0x4200f624 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x4200f624 esp_task_wdt_impl_timer_allocate + 0x4200f658 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200f658 esp_task_wdt_impl_timer_allocate .text.esp_task_wdt_impl_timer_feed - 0x4200f716 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x4200f716 esp_task_wdt_impl_timer_feed + 0x4200f74a 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200f74a esp_task_wdt_impl_timer_feed .text.esp_task_wdt_impl_timeout_triggered - 0x4200f74c 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x4200f74c esp_task_wdt_impl_timeout_triggered + 0x4200f780 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200f780 esp_task_wdt_impl_timeout_triggered .text.esp_task_wdt_impl_timer_restart - 0x4200f77a 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x4200f77a esp_task_wdt_impl_timer_restart + 0x4200f7ae 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x4200f7ae esp_task_wdt_impl_timer_restart .text.gpspi_flash_ll_calculate_clock_reg - 0x4200f7ba 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200f7ee 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spimem_flash_ll_calculate_clock_reg - 0x4200f7e6 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200f81a 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.get_flash_clock_divider - 0x4200f812 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200f846 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spi_flash_cal_clock - 0x4200f8b6 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200f8ea 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) .text.spi_flash_hal_init - 0x4200f8de 0x108 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x4200f8de spi_flash_hal_init + 0x4200f912 0x108 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200f912 spi_flash_hal_init .text.spi_flash_hal_supports_direct_write - 0x4200f9e6 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x4200f9e6 spi_flash_hal_supports_direct_write + 0x4200fa1a 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200fa1a spi_flash_hal_supports_direct_write .text.spi_flash_hal_supports_direct_read - 0x4200f9f8 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x4200f9f8 spi_flash_hal_supports_direct_read + 0x4200fa2c 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4200fa2c spi_flash_hal_supports_direct_read .text.esp_cpu_configure_region_protection - 0x4200fa0a 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x4200fa0a esp_cpu_configure_region_protection + 0x4200fa3e 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x4200fa3e esp_cpu_configure_region_protection .text.esp_gpio_reserve - 0x4200fb0a 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - 0x4200fb0a esp_gpio_reserve + 0x4200fb3e 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x4200fb3e esp_gpio_reserve .text.uart_pattern_queue_update - 0x4200fb26 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fb5a 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_find_pattern_from_last - 0x4200fb6a 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fb9e 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_reenable_intr_mask - 0x4200fb90 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fbc4 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_ll_enable_bus_clock - 0x4200fc20 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fc54 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_ll_reset_register - 0x4200fc66 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fc9a 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_pattern_enqueue - 0x4200fcec 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fd20 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_pattern_link_free - 0x4200fd58 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fd8c 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_try_set_iomux_pin - 0x4200fda2 0xb0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fdd6 0xb0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_module_enable - 0x4200fe52 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200fe86 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_module_disable - 0x4200feea 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200ff1e 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_enable_tx_write_fifo - 0x4200ff5a 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200ff8e 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_check_buf_full - 0x4200ffda 0x82 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4201000e 0x82 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_rx_intr_handler_default - 0x4201005c 0x7be esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010090 0x7be esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_free_driver_obj - 0x4201081a 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4201084e 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_alloc_driver_obj - 0x42010886 0xe8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420108ba 0xe8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_disable_intr_mask - 0x4201096e 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4201096e uart_disable_intr_mask + 0x420109a2 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420109a2 uart_disable_intr_mask .text.uart_pattern_queue_reset - 0x420109fe 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420109fe uart_pattern_queue_reset + 0x42010a32 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010a32 uart_pattern_queue_reset .text.uart_disable_rx_intr - 0x42010af4 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42010af4 uart_disable_rx_intr + 0x42010b28 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010b28 uart_disable_rx_intr .text.uart_disable_tx_intr - 0x42010b06 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42010b06 uart_disable_tx_intr + 0x42010b3a 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010b3a uart_disable_tx_intr .text.uart_enable_tx_intr - 0x42010b16 0xc6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42010b16 uart_enable_tx_intr + 0x42010b4a 0xc6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010b4a uart_enable_tx_intr .text.uart_tx_all - 0x42010bdc 0x1e4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010c10 0x1e4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) .text.uart_set_pin - 0x42010dc0 0x2f4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42010dc0 uart_set_pin + 0x42010df4 0x2f4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42010df4 uart_set_pin .text.uart_param_config - 0x420110b4 0x35c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420110b4 uart_param_config + 0x420110e8 0x35c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420110e8 uart_param_config .text.uart_intr_config - 0x42011410 0x12e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42011410 uart_intr_config + 0x42011444 0x12e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42011444 uart_intr_config .text.uart_write_bytes - 0x4201153e 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4201153e uart_write_bytes + 0x42011572 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42011572 uart_write_bytes .text.uart_read_bytes - 0x42011612 0x1ba esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42011612 uart_read_bytes + 0x42011646 0x1ba esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42011646 uart_read_bytes .text.uart_get_buffered_data_len - 0x420117cc 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420117cc uart_get_buffered_data_len + 0x42011800 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x42011800 uart_get_buffered_data_len .text.uart_driver_delete - 0x4201188e 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4201188e uart_driver_delete + 0x420118c2 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420118c2 uart_driver_delete .text.uart_driver_install - 0x42011978 0x376 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42011978 uart_driver_install + 0x420119ac 0x376 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x420119ac uart_driver_install .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ - 0x42011cee 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011d22 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag - 0x42011d14 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011d48 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ - 0x42011d44 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011d78 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text.nvs_flash_init_partition - 0x42011d54 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42011d54 nvs_flash_init_partition + 0x42011d88 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011d88 nvs_flash_init_partition .text.nvs_flash_init - 0x42011d8c 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42011d8c nvs_flash_init + 0x42011dc0 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011dc0 nvs_flash_init .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE - 0x42011da2 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42011da2 intrusive_list::erase(intrusive_list::iterator) + 0x42011dd6 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011dd6 intrusive_list::erase(intrusive_list::iterator) .text._ZL24close_handles_and_deinitPKc - 0x42011dbe 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011df2 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .text.nvs_flash_erase_partition - 0x42011e0c 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42011e0c nvs_flash_erase_partition + 0x42011e40 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011e40 nvs_flash_erase_partition .text.nvs_flash_erase - 0x42011e6a 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42011e6a nvs_flash_erase + 0x42011e9e 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x42011e9e nvs_flash_erase .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ - 0x42011e80 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42011eb4 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ - 0x42011eca 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42011efe 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x42011f14 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42011f48 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x42011f74 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42011fa8 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x42011fa8 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42011fdc 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x42012028 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201205c 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x4201207e 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x420120b2 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x420120b2 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x420120e6 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .text._ZN3nvs4Item6getKeyEPcj - 0x42012132 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42012132 nvs::Item::getKey(char*, unsigned int) + 0x42012166 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012166 nvs::Item::getKey(char*, unsigned int) .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE - 0x4201216c 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201216c nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) + 0x420121a0 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x420121a0 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ - 0x4201220a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201220a intrusive_list::push_back(nvs::Storage::BlobIndexNode*) + 0x4201223e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201223e intrusive_list::push_back(nvs::Storage::BlobIndexNode*) .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - 0x4201222a 0xa4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201222a nvs::Storage::populateBlobIndices(intrusive_list&) + 0x4201225e 0xa4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201225e nvs::Storage::populateBlobIndices(intrusive_list&) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE - 0x420122ce 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420122ce intrusive_list::erase(intrusive_list::iterator) + 0x42012302 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012302 intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE - 0x420122ea 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420122ea nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) + 0x4201231e 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201231e nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb - 0x4201240a 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201240a CompressedEnumTable::set(unsigned int, bool) + 0x4201243e 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201243e CompressedEnumTable::set(unsigned int, bool) .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ - 0x4201243a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201243a intrusive_list::push_back(nvs::Storage::NamespaceEntry*) + 0x4201246e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201246e intrusive_list::push_back(nvs::Storage::NamespaceEntry*) .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv - 0x4201245a 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201245a intrusive_list::clearAndFreeNodes() + 0x4201248e 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201248e intrusive_list::clearAndFreeNodes() .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ - 0x42012488 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42012488 std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const + 0x420124bc 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x420124bc std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev - 0x420124d4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420124d4 std::unique_ptr >::~unique_ptr() - 0x420124d4 std::unique_ptr >::~unique_ptr() + 0x42012508 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012508 std::unique_ptr >::~unique_ptr() + 0x42012508 std::unique_ptr >::~unique_ptr() .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE - 0x420124f0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420124f0 intrusive_list::erase(intrusive_list::iterator) + 0x42012524 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012524 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv - 0x4201250c 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201250c intrusive_list::clearAndFreeNodes() + 0x42012540 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012540 intrusive_list::clearAndFreeNodes() .text._ZN3nvs7Storage15clearNamespacesEv - 0x4201253a 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201253a nvs::Storage::clearNamespaces() + 0x4201256e 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4201256e nvs::Storage::clearNamespaces() .text._ZN3nvs7Storage4initEmm - 0x4201254c 0x13e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201254c nvs::Storage::init(unsigned long, unsigned long) + 0x42012580 0x13e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x42012580 nvs::Storage::init(unsigned long, unsigned long) .text._ZN3nvs7StorageD2Ev - 0x4201268a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201268a nvs::Storage::~Storage() - 0x4201268a nvs::Storage::~Storage() + 0x420126be 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x420126be nvs::Storage::~Storage() + 0x420126be nvs::Storage::~Storage() .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv - 0x420126a6 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420126a6 nvs::NVSHandleSimple::get_partition_name() const + 0x420126da 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x420126da nvs::NVSHandleSimple::get_partition_name() const .text._ZN3nvs12NVSPartitionD2Ev - 0x420126ba 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126ba nvs::NVSPartition::~NVSPartition() - 0x420126ba nvs::NVSPartition::~NVSPartition() + 0x420126ee 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x420126ee nvs::NVSPartition::~NVSPartition() + 0x420126ee nvs::NVSPartition::~NVSPartition() .text._ZN3nvs12NVSPartition18get_partition_nameEv - 0x420126d0 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126d0 nvs::NVSPartition::get_partition_name() + 0x42012704 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x42012704 nvs::NVSPartition::get_partition_name() .text._ZN3nvs12NVSPartition11get_addressEv - 0x420126d6 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126d6 nvs::NVSPartition::get_address() + 0x4201270a 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4201270a nvs::NVSPartition::get_address() .text._ZN3nvs12NVSPartition8get_sizeEv - 0x420126dc 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126dc nvs::NVSPartition::get_size() + 0x42012710 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x42012710 nvs::NVSPartition::get_size() .text._ZN3nvs12NVSPartition12get_readonlyEv - 0x420126e2 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126e2 nvs::NVSPartition::get_readonly() + 0x42012716 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x42012716 nvs::NVSPartition::get_readonly() .text._ZN3nvs12NVSPartition8read_rawEjPvj - 0x420126ea 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126ea nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) + 0x4201271e 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4201271e nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) .text._ZN3nvs12NVSPartition4readEjPvj - 0x420126fa 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420126fa nvs::NVSPartition::read(unsigned int, void*, unsigned int) + 0x4201272e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4201272e nvs::NVSPartition::read(unsigned int, void*, unsigned int) .text._ZN3nvs12NVSPartition9write_rawEjPKvj - 0x42012716 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42012716 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) + 0x4201274a 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4201274a nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) .text._ZN3nvs12NVSPartition5writeEjPKvj - 0x42012726 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42012726 nvs::NVSPartition::write(unsigned int, void const*, unsigned int) + 0x4201275a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4201275a nvs::NVSPartition::write(unsigned int, void const*, unsigned int) .text._ZN3nvs12NVSPartition11erase_rangeEjj - 0x42012742 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42012742 nvs::NVSPartition::erase_range(unsigned int, unsigned int) + 0x42012776 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x42012776 nvs::NVSPartition::erase_range(unsigned int, unsigned int) .text._ZN3nvs12NVSPartitionD0Ev - 0x42012752 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42012752 nvs::NVSPartition::~NVSPartition() + 0x42012786 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x42012786 nvs::NVSPartition::~NVSPartition() .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t - 0x42012778 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42012778 nvs::NVSPartition::NVSPartition(esp_partition_t const*) - 0x42012778 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x420127ac 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x420127ac nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x420127ac nvs::NVSPartition::NVSPartition(esp_partition_t const*) .text._ZN3nvs19NVSPartitionManagerD2Ev - 0x420127aa 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420127aa nvs::NVSPartitionManager::~NVSPartitionManager() - 0x420127aa nvs::NVSPartitionManager::~NVSPartitionManager() + 0x420127de 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x420127de nvs::NVSPartitionManager::~NVSPartitionManager() + 0x420127de nvs::NVSPartitionManager::~NVSPartitionManager() .text._ZN3nvs19NVSPartitionManagerD0Ev - 0x420127b6 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420127b6 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x420127ea 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x420127ea nvs::NVSPartitionManager::~NVSPartitionManager() .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ - 0x420127d2 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012806 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x420127f8 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4201282c 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ - 0x42012828 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4201285c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .text._ZN3nvs7StorageC2EPNS_9PartitionE - 0x42012838 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012838 nvs::Storage::Storage(nvs::Partition*) - 0x42012838 nvs::Storage::Storage(nvs::Partition*) + 0x4201286c 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4201286c nvs::Storage::Storage(nvs::Partition*) + 0x4201286c nvs::Storage::Storage(nvs::Partition*) .text._ZN3nvs19NVSPartitionManager12get_instanceEv - 0x42012882 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012882 nvs::NVSPartitionManager::get_instance() + 0x420128b6 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x420128b6 nvs::NVSPartitionManager::get_instance() .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - 0x420128e4 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420128e4 nvs::NVSPartitionManager::lookup_storage_from_name(char const*) + 0x42012918 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012918 nvs::NVSPartitionManager::lookup_storage_from_name(char const*) .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ - 0x420128f8 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420128f8 intrusive_list::push_back(nvs::NVSPartition*) + 0x4201292c 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4201292c intrusive_list::push_back(nvs::NVSPartition*) .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE - 0x42012918 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012918 intrusive_list::erase(intrusive_list::iterator) + 0x4201294c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4201294c intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ - 0x42012934 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012934 intrusive_list::push_back(nvs::Storage*) + 0x42012968 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012968 intrusive_list::push_back(nvs::Storage*) .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm - 0x42012954 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012954 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) + 0x42012988 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012988 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc - 0x42012a04 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012a04 nvs::NVSPartitionManager::init_partition(char const*) + 0x42012a38 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012a38 nvs::NVSPartitionManager::init_partition(char const*) .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE - 0x42012a7e 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012a7e intrusive_list::erase(intrusive_list::iterator) + 0x42012ab2 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012ab2 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE - 0x42012a9a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012a9a intrusive_list::erase(intrusive_list::iterator) + 0x42012ace 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012ace intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc - 0x42012ab6 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42012ab6 nvs::NVSPartitionManager::deinit_partition(char const*) + 0x42012aea 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x42012aea nvs::NVSPartitionManager::deinit_partition(char const*) .text._ZN3nvs4LockC2Ev - 0x42012b54 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42012b54 nvs::Lock::Lock() - 0x42012b54 nvs::Lock::Lock() + 0x42012b88 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x42012b88 nvs::Lock::Lock() + 0x42012b88 nvs::Lock::Lock() .text._ZN3nvs4LockD2Ev - 0x42012b6e 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42012b6e nvs::Lock::~Lock() - 0x42012b6e nvs::Lock::~Lock() + 0x42012ba2 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x42012ba2 nvs::Lock::~Lock() + 0x42012ba2 nvs::Lock::~Lock() .text._ZN3nvs4Lock4initEv - 0x42012b88 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42012b88 nvs::Lock::init() + 0x42012bbc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x42012bbc nvs::Lock::init() .text._ZN3nvs8HashListC2Ev - 0x42012b8c 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012b8c nvs::HashList::HashList() - 0x42012b8c nvs::HashList::HashList() + 0x42012bc0 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012bc0 nvs::HashList::HashList() + 0x42012bc0 nvs::HashList::HashList() .text._ZN3nvs8HashList13HashListBlockC2Ev - 0x42012b9a 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012b9a nvs::HashList::HashListBlock::HashListBlock() - 0x42012b9a nvs::HashList::HashListBlock::HashListBlock() + 0x42012bce 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012bce nvs::HashList::HashListBlock::HashListBlock() + 0x42012bce nvs::HashList::HashListBlock::HashListBlock() .text._ZN3nvs8HashList4findEjRKNS_4ItemE - 0x42012bc4 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012bc4 nvs::HashList::find(unsigned int, nvs::Item const&) + 0x42012bf8 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012bf8 nvs::HashList::find(unsigned int, nvs::Item const&) .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE - 0x42012c28 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012c28 intrusive_list::erase(intrusive_list::iterator) + 0x42012c5c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012c5c intrusive_list::erase(intrusive_list::iterator) .text._ZN3nvs8HashList5clearEv - 0x42012c44 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012c44 nvs::HashList::clear() + 0x42012c78 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012c78 nvs::HashList::clear() .text._ZN3nvs8HashListD2Ev - 0x42012c7a 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012c7a nvs::HashList::~HashList() - 0x42012c7a nvs::HashList::~HashList() + 0x42012cae 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012cae nvs::HashList::~HashList() + 0x42012cae nvs::HashList::~HashList() .text._ZN3nvs8HashList5eraseEj - 0x42012c88 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012c88 nvs::HashList::erase(unsigned int) + 0x42012cbc 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012cbc nvs::HashList::erase(unsigned int) .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ - 0x42012d2a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012d2a intrusive_list::push_back(nvs::HashList::HashListBlock*) + 0x42012d5e 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012d5e intrusive_list::push_back(nvs::HashList::HashListBlock*) .text._ZN3nvs8HashList6insertERKNS_4ItemEj - 0x42012d4a 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42012d4a nvs::HashList::insert(nvs::Item const&, unsigned int) + 0x42012d7e 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x42012d7e nvs::HashList::insert(nvs::Item const&, unsigned int) .text._ZSt9__find_ifIPmN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEmEUlmE_EEET_SA_SA_T0_St26random_access_iterator_tag - 0x42012de0 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012e14 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch - 0x42012e66 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012e66 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) - 0x42012e66 nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x42012e9a 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012e9a nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x42012e9a nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) .text._ZN3nvs4PageC2Ev - 0x42012ec6 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012ec6 nvs::Page::Page() - 0x42012ec6 nvs::Page::Page() + 0x42012efa 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012efa nvs::Page::Page() + 0x42012efa nvs::Page::Page() .text._ZN3nvs4Page6Header14calculateCrc32Ev - 0x42012f08 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012f08 nvs::Page::Header::calculateCrc32() + 0x42012f3c 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012f3c nvs::Page::Header::calculateCrc32() .text._ZN3nvs4Page20updateFirstUsedEntryEjj - 0x42012f22 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012f22 nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) + 0x42012f56 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012f56 nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) .text._ZN3nvs4Page10initializeEv - 0x42012f7a 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012f7a nvs::Page::initialize() + 0x42012fae 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42012fae nvs::Page::initialize() .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE - 0x42012ff6 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42012ff6 nvs::Page::readEntry(unsigned int, nvs::Item&) const + 0x4201302a 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201302a nvs::Page::readEntry(unsigned int, nvs::Item&) const .text._ZNK3nvs4Page12getSeqNumberERm - 0x42013022 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013022 nvs::Page::getSeqNumber(unsigned long&) const + 0x42013056 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013056 nvs::Page::getSeqNumber(unsigned long&) const .text._ZN3nvs4Page12setSeqNumberEm - 0x4201304c 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4201304c nvs::Page::setSeqNumber(unsigned long) + 0x42013080 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013080 nvs::Page::setSeqNumber(unsigned long) .text._ZN3nvs4Page5eraseEv - 0x42013062 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013062 nvs::Page::erase() + 0x42013096 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013096 nvs::Page::erase() .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ - 0x420130a6 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420130a6 CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) + 0x420130da 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420130da CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE - 0x420130d8 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420130d8 nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) + 0x4201310c 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201310c nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page10writeEntryERKNS_4ItemE - 0x4201312e 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4201312e nvs::Page::writeEntry(nvs::Item const&) + 0x42013162 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013162 nvs::Page::writeEntry(nvs::Item const&) .text._ZN3nvs4Page9copyItemsERS0_ - 0x42013196 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013196 nvs::Page::copyItems(nvs::Page&) + 0x420131ca 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420131ca nvs::Page::copyItems(nvs::Page&) .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - 0x42013266 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013266 nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) + 0x4201329a 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4201329a nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) .text._ZN3nvs4Page17eraseEntryAndSpanEj - 0x42013302 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013302 nvs::Page::eraseEntryAndSpan(unsigned int) + 0x42013336 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013336 nvs::Page::eraseEntryAndSpan(unsigned int) .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - 0x42013442 0x244 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013442 nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) + 0x42013476 0x244 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013476 nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x42013686 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013686 nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) + 0x420136ba 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420136ba nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) .text._ZN3nvs4Page15mLoadEntryTableEv - 0x420136b0 0x3cc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420136b0 nvs::Page::mLoadEntryTable() + 0x420136e4 0x3cc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x420136e4 nvs::Page::mLoadEntryTable() .text._ZN3nvs4Page4loadEPNS_9PartitionEm - 0x42013a7c 0x138 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42013a7c nvs::Page::load(nvs::Partition*, unsigned long) + 0x42013ab0 0x138 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x42013ab0 nvs::Page::load(nvs::Partition*, unsigned long) .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ - 0x42013bb4 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013be8 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag - 0x42013bdc 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013c10 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ - 0x42013c0c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013c40 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ - 0x42013c1c 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013c1c intrusive_list::push_back(nvs::Page*) + 0x42013c50 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013c50 intrusive_list::push_back(nvs::Page*) .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE - 0x42013c3c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013c3c intrusive_list::erase(intrusive_list::iterator) + 0x42013c70 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013c70 intrusive_list::erase(intrusive_list::iterator) .text._ZN14intrusive_listIN3nvs4PageEE5clearEv - 0x42013c58 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013c58 intrusive_list::clear() + 0x42013c8c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013c8c intrusive_list::clear() .text._ZN3nvs11PageManager12activatePageEv - 0x42013c74 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013c74 nvs::PageManager::activatePage() + 0x42013ca8 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013ca8 nvs::PageManager::activatePage() .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ - 0x42013cca 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013cca intrusive_list::push_front(nvs::Page*) + 0x42013cfe 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013cfe intrusive_list::push_front(nvs::Page*) .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ - 0x42013ce8 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013ce8 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) + 0x42013d1c 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013d1c intrusive_list::insert(intrusive_list::iterator, nvs::Page*) .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm - 0x42013d16 0x26e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42013d16 nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) + 0x42013d4a 0x26e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42013d4a nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE - 0x42013f84 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - 0x42013f84 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) + 0x42013fb8 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x42013fb8 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) .text._ZNK3nvs4Item14calculateCrc32Ev - 0x42013fdc 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x42013fdc nvs::Item::calculateCrc32() const + 0x42014010 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42014010 nvs::Item::calculateCrc32() const .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv - 0x42014016 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x42014016 nvs::Item::calculateCrc32WithoutValue() const + 0x4201404a 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4201404a nvs::Item::calculateCrc32WithoutValue() const .text._ZNK3nvs4Item22checkHeaderConsistencyEh - 0x42014050 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x42014050 nvs::Item::checkHeaderConsistency(unsigned char) const + 0x42014084 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x42014084 nvs::Item::checkHeaderConsistency(unsigned char) const .text.load_partitions - 0x42014182 0x1e4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x420141b6 0x1e4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.ensure_partitions_loaded - 0x42014366 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201439a 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.iterator_create - 0x420143e4 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014418 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) .text.esp_partition_iterator_release - 0x42014422 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42014422 esp_partition_iterator_release + 0x42014456 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014456 esp_partition_iterator_release .text.esp_partition_next - 0x42014434 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42014434 esp_partition_next + 0x42014468 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014468 esp_partition_next .text.esp_partition_find - 0x420144ea 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x420144ea esp_partition_find + 0x4201451e 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201451e esp_partition_find .text.esp_partition_get - 0x42014530 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42014530 esp_partition_get + 0x42014564 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014564 esp_partition_get .text.esp_partition_find_first - 0x42014562 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42014562 esp_partition_find_first + 0x42014596 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014596 esp_partition_find_first .text.esp_partition_write - 0x4201458e 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x4201458e esp_partition_write + 0x420145c2 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420145c2 esp_partition_write .text.esp_partition_read_raw - 0x4201461e 0x5c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x4201461e esp_partition_read_raw + 0x42014652 0x5c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014652 esp_partition_read_raw .text.esp_partition_write_raw - 0x4201467a 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x4201467a esp_partition_write_raw + 0x420146ae 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420146ae esp_partition_write_raw .text.esp_partition_erase_range - 0x420146e2 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420146e2 esp_partition_erase_range + 0x42014716 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014716 esp_partition_erase_range .text.esp_partition_mmap - 0x42014762 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42014762 esp_partition_mmap + 0x42014796 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014796 esp_partition_mmap .text.esp_partition_munmap - 0x420147f2 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420147f2 esp_partition_munmap + 0x42014826 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014826 esp_partition_munmap .text.esp_partition_read - 0x42014800 0xac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42014800 esp_partition_read + 0x42014834 0xac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014834 esp_partition_read .text.esp_partition_is_flash_region_writable - 0x420148ac 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420148ac esp_partition_is_flash_region_writable + 0x420148e0 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420148e0 esp_partition_is_flash_region_writable .text.esp_partition_main_flash_region_safe - 0x42014912 0x4e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42014912 esp_partition_main_flash_region_safe + 0x42014946 0x4e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014946 esp_partition_main_flash_region_safe .text.uart_hal_get_sclk - 0x42014960 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014960 uart_hal_get_sclk + 0x42014994 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014994 uart_hal_get_sclk .text.uart_hal_set_stop_bits - 0x42014986 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014986 uart_hal_set_stop_bits + 0x420149ba 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420149ba uart_hal_set_stop_bits .text.uart_hal_set_data_bit_num - 0x42014998 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014998 uart_hal_set_data_bit_num + 0x420149cc 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420149cc uart_hal_set_data_bit_num .text.uart_hal_set_parity - 0x420149a8 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420149a8 uart_hal_set_parity + 0x420149dc 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420149dc uart_hal_set_parity .text.uart_hal_set_hw_flow_ctrl - 0x420149c8 0x4a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420149c8 uart_hal_set_hw_flow_ctrl + 0x420149fc 0x4a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420149fc uart_hal_set_hw_flow_ctrl .text.uart_hal_set_tx_idle_num - 0x42014a12 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014a12 uart_hal_set_tx_idle_num + 0x42014a46 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014a46 uart_hal_set_tx_idle_num .text.uart_hal_set_rxfifo_full_thr - 0x42014a2c 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014a2c uart_hal_set_rxfifo_full_thr + 0x42014a60 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014a60 uart_hal_set_rxfifo_full_thr .text.uart_hal_set_txfifo_empty_thr - 0x42014a3e 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014a3e uart_hal_set_txfifo_empty_thr + 0x42014a72 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014a72 uart_hal_set_txfifo_empty_thr .text.uart_hal_init - 0x42014a58 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014a58 uart_hal_init + 0x42014a8c 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014a8c uart_hal_init .text.uart_hal_get_symb_len - 0x42014ac0 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014ac0 uart_hal_get_symb_len + 0x42014af4 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014af4 uart_hal_get_symb_len .text.uart_hal_set_rx_timeout - 0x42014afe 0x5a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42014afe uart_hal_set_rx_timeout + 0x42014b32 0x5a esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42014b32 uart_hal_set_rx_timeout .text.uart_hal_txfifo_rst - 0x42014b58 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42014b58 uart_hal_txfifo_rst + 0x42014b8c 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42014b8c uart_hal_txfifo_rst .text.uart_hal_rxfifo_rst - 0x42014b72 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42014b72 uart_hal_rxfifo_rst + 0x42014ba6 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42014ba6 uart_hal_rxfifo_rst .text.uart_hal_tx_break - 0x42014b8a 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42014b8a uart_hal_tx_break + 0x42014bbe 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42014bbe uart_hal_tx_break .text.uart_hal_write_txfifo - 0x42014bbc 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42014bbc uart_hal_write_txfifo + 0x42014bf0 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42014bf0 uart_hal_write_txfifo .text.uart_hal_read_rxfifo - 0x42014bfc 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42014bfc uart_hal_read_rxfifo + 0x42014c30 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42014c30 uart_hal_read_rxfifo .text.periph_rtc_dig_clk8m_enable - 0x42014c28 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - 0x42014c28 periph_rtc_dig_clk8m_enable + 0x42014c5c 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x42014c5c periph_rtc_dig_clk8m_enable .text.periph_rtc_dig_clk8m_disable - 0x42014c86 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - 0x42014c86 periph_rtc_dig_clk8m_disable + 0x42014cba 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x42014cba periph_rtc_dig_clk8m_disable .text.esp_clk_tree_src_get_freq_hz - 0x42014cf0 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - 0x42014cf0 esp_clk_tree_src_get_freq_hz + 0x42014d24 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x42014d24 esp_clk_tree_src_get_freq_hz .text.clk_tree_rtc_slow_calibration - 0x42014e88 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42014ebc 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) .text.esp_clk_tree_rc_fast_d256_get_freq_hz - 0x42014ef2 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42014ef2 esp_clk_tree_rc_fast_d256_get_freq_hz + 0x42014f26 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42014f26 esp_clk_tree_rc_fast_d256_get_freq_hz .text.esp_clk_tree_xtal32k_get_freq_hz - 0x42014f68 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42014f68 esp_clk_tree_xtal32k_get_freq_hz + 0x42014f9c 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42014f9c esp_clk_tree_xtal32k_get_freq_hz .text.esp_clk_tree_lp_slow_get_freq_hz - 0x42014fe2 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42014fe2 esp_clk_tree_lp_slow_get_freq_hz + 0x42015016 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42015016 esp_clk_tree_lp_slow_get_freq_hz .text.esp_clk_tree_rc_fast_get_freq_hz - 0x42015022 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42015022 esp_clk_tree_rc_fast_get_freq_hz + 0x42015056 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42015056 esp_clk_tree_rc_fast_get_freq_hz .text.esp_clk_tree_lp_fast_get_freq_hz - 0x42015042 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x42015042 esp_clk_tree_lp_fast_get_freq_hz + 0x42015076 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42015076 esp_clk_tree_lp_fast_get_freq_hz .text.esp_ota_get_running_partition - 0x420150ac 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - 0x420150ac esp_ota_get_running_partition + 0x420150e0 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x420150e0 esp_ota_get_running_partition .text.clk_hal_lp_slow_get_freq_hz - 0x42015172 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42015172 clk_hal_lp_slow_get_freq_hz + 0x420151a6 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x420151a6 clk_hal_lp_slow_get_freq_hz .text.clk_hal_xtal_get_freq_mhz - 0x420151ce 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x420151ce clk_hal_xtal_get_freq_mhz + 0x42015202 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42015202 clk_hal_xtal_get_freq_mhz .text.clk_hal_soc_root_get_freq_mhz - 0x4201522c 0x62 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x4201522c clk_hal_soc_root_get_freq_mhz + 0x42015260 0x62 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42015260 clk_hal_soc_root_get_freq_mhz .text.clk_hal_cpu_get_freq_hz - 0x4201528e 0x78 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x4201528e clk_hal_cpu_get_freq_hz + 0x420152c2 0x78 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x420152c2 clk_hal_cpu_get_freq_hz .text.clk_hal_ahb_get_freq_hz - 0x42015306 0x2c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4201533a 0x2c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .text.clk_hal_apb_get_freq_hz - 0x42015332 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42015332 clk_hal_apb_get_freq_hz - .text._ZdaPv 0x42015340 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - 0x42015340 operator delete[](void*) - .text._ZdaPvj 0x42015342 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - 0x42015342 operator delete[](void*, unsigned int) + 0x42015366 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42015366 clk_hal_apb_get_freq_hz + .text._ZdaPv 0x42015374 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + 0x42015374 operator delete[](void*) + .text._ZdaPvj 0x42015376 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + 0x42015376 operator delete[](void*, unsigned int) .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv - 0x42015346 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42015346 __gnu_cxx::__concurrence_lock_error::what() const + 0x4201537a 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201537a __gnu_cxx::__concurrence_lock_error::what() const .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv - 0x42015350 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42015350 __gnu_cxx::__concurrence_unlock_error::what() const + 0x42015384 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42015384 __gnu_cxx::__concurrence_unlock_error::what() const .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev - 0x4201535a 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x4201535a __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() - 0x4201535a __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x4201538e 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201538e __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x4201538e __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev - 0x42015366 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42015366 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x4201539a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x4201539a __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev - 0x4201537e 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x4201537e __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() - 0x4201537e __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420153b2 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420153b2 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420153b2 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev - 0x4201538a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x4201538a __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x420153be 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420153be __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() .text._ZN9__gnu_cxx7__mutex4lockEv - 0x420153a2 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420153a2 __gnu_cxx::__mutex::lock() + 0x420153d6 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x420153d6 __gnu_cxx::__mutex::lock() .text._ZN9__gnu_cxx7__mutex6unlockEv - 0x420153d2 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x420153d2 __gnu_cxx::__mutex::unlock() + 0x42015406 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42015406 __gnu_cxx::__mutex::unlock() .text._ZSt15get_new_handlerv - 0x42015402 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x42015402 std::get_new_handler() + 0x42015436 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42015436 std::get_new_handler() .text.startup._GLOBAL__sub_I__ZSt7nothrow - 0x42015432 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x42015466 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .text._ZnajRKSt9nothrow_t - 0x42015440 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - 0x42015440 operator new[](unsigned int, std::nothrow_t const&) + 0x42015474 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x42015474 operator new[](unsigned int, std::nothrow_t const&) .text._ZN10__cxxabiv120__si_class_type_infoD2Ev - 0x42015454 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x42015454 __cxxabiv1::__si_class_type_info::~__si_class_type_info() - 0x42015454 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x42015488 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42015488 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x42015488 __cxxabiv1::__si_class_type_info::~__si_class_type_info() .text._ZN10__cxxabiv120__si_class_type_infoD0Ev - 0x42015460 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x42015460 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x42015494 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x42015494 __cxxabiv1::__si_class_type_info::~__si_class_type_info() .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x42015478 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420154ac 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE - 0x420154b2 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x420154b2 __cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + 0x420154e6 0xb4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420154e6 __cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ - 0x42015566 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x42015566 __cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + 0x4201559a 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4201559a __cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE - 0x420155aa 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x420155aa __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + 0x420155de 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x420155de __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const .text._ZNSt9type_infoD2Ev - 0x420155ec 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - 0x420155ec std::type_info::~type_info() - 0x420155ec std::type_info::~type_info() + 0x42015620 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42015620 std::type_info::~type_info() + 0x42015620 std::type_info::~type_info() .text._ZNKSt9type_info14__is_pointer_pEv - 0x420155ee 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - 0x420155ee std::type_info::__is_function_p() const - 0x420155ee std::type_info::__is_pointer_p() const + 0x42015622 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + 0x42015622 std::type_info::__is_function_p() const + 0x42015622 std::type_info::__is_pointer_p() const .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv - 0x420155f2 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x420155f2 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const + 0x42015626 0x36 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42015626 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ - 0x42015628 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42015628 __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + 0x4201565c 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201565c __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const .text._ZN10__cxxabiv117__class_type_infoD2Ev - 0x42015632 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42015632 __cxxabiv1::__class_type_info::~__class_type_info() - 0x42015632 __cxxabiv1::__class_type_info::~__class_type_info() + 0x42015666 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42015666 __cxxabiv1::__class_type_info::~__class_type_info() + 0x42015666 __cxxabiv1::__class_type_info::~__class_type_info() .text._ZN10__cxxabiv117__class_type_infoD0Ev - 0x42015640 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42015640 __cxxabiv1::__class_type_info::~__class_type_info() + 0x42015674 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42015674 __cxxabiv1::__class_type_info::~__class_type_info() .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x42015658 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x4201568c 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - 0x42015692 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42015692 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + 0x420156c6 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x420156c6 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - 0x420156bc 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x420156bc __cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + 0x420156f0 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x420156f0 __cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - 0x42015710 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x42015710 __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const - .text._ZdlPv 0x42015754 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - 0x42015754 operator delete(void*) - .text._ZdlPvj 0x4201575c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - 0x4201575c operator delete(void*, unsigned int) + 0x42015744 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x42015744 __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const + .text._ZdlPv 0x42015788 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + 0x42015788 operator delete(void*) + .text._ZdlPvj 0x42015790 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + 0x42015790 operator delete(void*, unsigned int) .text.__cxa_begin_catch - 0x42015760 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - 0x42015760 __cxa_begin_catch + 0x42015794 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x42015794 __cxa_begin_catch .text.__cxa_end_catch - 0x420157d0 0x66 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - 0x420157d0 __cxa_end_catch + 0x42015804 0x66 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + 0x42015804 __cxa_end_catch .text._ZNSt9exceptionD2Ev - 0x42015836 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - 0x42015836 std::exception::~exception() - 0x42015836 std::exception::~exception() + 0x4201586a 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + 0x4201586a std::exception::~exception() + 0x4201586a std::exception::~exception() .text._ZL15eh_globals_dtorPv - 0x42015838 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x4201586c 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .text.__cxa_get_globals_fast - 0x42015868 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - 0x42015868 __cxa_get_globals_fast + 0x4201589c 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x4201589c __cxa_get_globals_fast .text.__cxa_get_globals - 0x42015892 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - 0x42015892 __cxa_get_globals + 0x420158c6 0x5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x420158c6 __cxa_get_globals .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE - 0x420158ee 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42015922 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .text._ZN10__cxxabiv111__terminateEPFvvE - 0x42015918 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x42015918 __cxxabiv1::__terminate(void (*)()) + 0x4201594c 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x4201594c __cxxabiv1::__terminate(void (*)()) .text._ZSt13get_terminatev - 0x42015932 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x42015932 std::get_terminate() + 0x42015966 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x42015966 std::get_terminate() .text._ZSt9terminatev - 0x4201595e 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x4201595e std::terminate() + 0x42015992 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x42015992 std::terminate() .text.startup._GLOBAL__sub_I__ZN10__cxxabiv111__terminateEPFvvE - 0x4201596a 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .text._Znaj 0x42015978 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - 0x42015978 operator new[](unsigned int) - .text._Znwj 0x4201597a 0x4a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x4201597a operator new(unsigned int) + 0x4201599e 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._Znaj 0x420159ac 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + 0x420159ac operator new[](unsigned int) + .text._Znwj 0x420159ae 0x4a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x420159ae operator new(unsigned int) .text._ZNKSt9bad_alloc4whatEv - 0x420159c4 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x420159c4 std::bad_alloc::what() const + 0x420159f8 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x420159f8 std::bad_alloc::what() const .text._ZNSt9bad_allocD2Ev - 0x420159ce 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x420159ce std::bad_alloc::~bad_alloc() - 0x420159ce std::bad_alloc::~bad_alloc() + 0x42015a02 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x42015a02 std::bad_alloc::~bad_alloc() + 0x42015a02 std::bad_alloc::~bad_alloc() .text._ZNSt9bad_allocD0Ev - 0x420159dc 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x420159dc std::bad_alloc::~bad_alloc() + 0x42015a10 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x42015a10 std::bad_alloc::~bad_alloc() .text._Z12abort_returnIiET_v - 0x420159f6 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42015a2a 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .text.__wrap__Unwind_DeleteException - 0x42015a02 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42015a02 __wrap__Unwind_DeleteException + 0x42015a36 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42015a36 __wrap__Unwind_DeleteException .text.__wrap___gxx_personality_v0 - 0x42015a0e 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42015a0e __wrap___gxx_personality_v0 + 0x42015a42 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42015a42 __wrap___gxx_personality_v0 .text.__wrap___cxa_allocate_exception - 0x42015a16 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42015a16 __wrap___cxa_allocate_exception + 0x42015a4a 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42015a4a __wrap___cxa_allocate_exception .text.__wrap___cxa_throw - 0x42015a22 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42015a22 __wrap___cxa_throw - .text 0x42015a2e 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - 0x42015a2e exit - .text 0x42015a4e 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - 0x42015a4e _findenv - 0x42015a6c getenv - .text 0x42015a86 0xac /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - 0x42015a86 _findenv_r - 0x42015b24 _getenv_r - .text 0x42015b32 0x184 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - 0x42015c68 _strtol_r - 0x42015c6a strtol_l - .text 0x42015cb6 0x758 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - 0x4201635a getopt - 0x4201638c getopt_long - 0x420163c2 getopt_long_only - 0x420163f8 __getopt_r - 0x42016402 __getopt_long_r - 0x42016408 __getopt_long_only_r - .text 0x4201640e 0x2830 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - 0x42016842 _vfprintf_r - 0x42018b70 vfprintf - .text 0x42018c3e 0x1a72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - 0x42019072 __sprint_r - 0x42019096 _vfiprintf_r - 0x4201a5e4 vfiprintf - .text 0x4201a6b0 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - 0x4201a6b0 _fclose_r - 0x4201a788 fclose - .text 0x4201a79e 0x1e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - 0x4201a79e __sflush_r - 0x4201a8ec _fflush_r - 0x4201a952 fflush - .text 0x4201a97e 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - 0x4201a97e _fgetc_r - 0x4201a9f4 fgetc - .text 0x4201aa0a 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - 0x4201aa0a _fgets_r - 0x4201ab1e fgets - .text 0x4201ab44 0x74 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - 0x4201ab44 fileno - .text 0x4201abb8 0x2ec /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - 0x4201ad4c __sfp_lock_acquire - 0x4201ad5c __sfp_lock_release - 0x4201ad6c __sfp - 0x4201ae42 __sinit - 0x4201ae70 __fp_lock_all - 0x4201ae8a __fp_unlock_all - .text 0x4201aea4 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - 0x4201aea4 _fopen_r - 0x4201af82 fopen - .text 0x4201afa0 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - 0x4201afa0 _fprintf_r - 0x4201afbc fprintf - .text 0x4201aff4 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - 0x4201aff4 _fputc_r - 0x4201b05a fputc - .text 0x4201b078 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - 0x4201b078 _fputs_r - 0x4201b0f2 fputs - .text 0x4201b110 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - 0x4201b110 _fseek_r - 0x4201b114 fseek - .text 0x4201b13c 0x2ee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - 0x4201b13c __sfvwrite_r - .text 0x4201b42a 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - 0x4201b42a _fwalk_sglue - .text 0x4201b492 0xd4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - 0x4201b492 _fwrite_r - 0x4201b538 fwrite - .text 0x4201b566 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - 0x4201b566 _printf_r - 0x4201b588 printf - .text 0x4201b5ba 0xb2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - 0x4201b5ba _putc_r - 0x4201b64e putc - .text 0x4201b66c 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - 0x4201b66c _putchar_r - 0x4201b672 putchar - .text 0x4201b68c 0xa6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - 0x4201b68c _puts_r - 0x4201b71c puts - .text 0x4201b732 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - 0x4201b75a __srefill_r - .text 0x4201b866 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - 0x4201b866 __srget_r - 0x4201b8a6 __srget - .text 0x4201b8bc 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - 0x4201b8bc setvbuf - .text 0x4201ba86 0xea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - 0x4201ba86 _snprintf_r - 0x4201baf4 snprintf - .text 0x4201bb70 0x88 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - 0x4201bb70 _sprintf_r - 0x4201bbaa sprintf - .text 0x4201bbf8 0xb6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - 0x4201bbf8 sscanf - 0x4201bc56 _sscanf_r - .text 0x4201bcae 0xc8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - 0x4201bcae __sread - 0x4201bce0 __seofread - 0x4201bce4 __swrite - 0x4201bd36 __sseek - 0x4201bd6e __sclose - .text 0x4201bd76 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - 0x4201bd76 vprintf - 0x4201bd94 _vprintf_r - .text 0x4201bd9e 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - 0x4201bd9e _vsnprintf_r - 0x4201be02 vsnprintf - .text 0x4201be30 0xba /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - 0x4201be30 __swbuf_r - .text 0x4201beea 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - 0x4201beea __swsetup_r - .text 0x4201bfbc 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - 0x4201bfbc _asprintf_r - 0x4201bffe asprintf - .text 0x4201c054 0x31e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - 0x4201c054 _fseeko_r - 0x4201c34c fseeko - .text 0x4201c372 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - 0x4201c372 __localeconv_l - 0x4201c378 _localeconv_r - 0x4201c382 localeconv - .text 0x4201c38c 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - 0x4201c38c _reclaim_reent - .text 0x4201c488 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - 0x4201c488 __errno - .text 0x4201c49a 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - 0x4201c49a close - .text 0x4201c4b2 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - 0x4201c4b2 fstat - .text 0x4201c4d2 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - 0x4201c4d2 gettimeofday - .text 0x4201c4f6 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - 0x4201c4f6 open - .text 0x4201c530 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - 0x4201c530 read - .text 0x4201c558 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - 0x4201c558 write - .text 0x4201c580 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - 0x4201c580 frexp - .text 0x4201c604 0xde /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - 0x4201c604 __call_exitprocs - .text 0x4201c6e2 0xe2e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - 0x4201c812 _dtoa_r - .text 0x4201d510 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - 0x4201d510 __env_lock - 0x4201d520 __env_unlock - .text 0x4201d530 0xbbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - 0x4201d530 _Balloc - 0x4201d5ee _Bfree - 0x4201d656 __multadd - 0x4201d718 __s2b - 0x4201d7d8 __hi0bits - 0x4201d81e __lo0bits - 0x4201d888 __i2b - 0x4201d8c2 __multiply - 0x4201da40 __pow5mult - 0x4201db18 __lshift - 0x4201dc16 __mcmp - 0x4201dc4c __mdiff - 0x4201ddb2 __ulp - 0x4201ddf6 __b2d - 0x4201deaa __d2b - 0x4201df8a __ratio - 0x4201dffc _mprec_log10 - 0x4201e05c __copybits - 0x4201e0a8 __any_on - .text 0x4201e0ee 0x154 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - 0x4201e1f4 _strtoul_r - 0x4201e1f6 strtoul_l - .text 0x4201e242 0x1a0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - 0x4201e662 __ssprint_r - 0x4201e7a8 _svfiprintf_r - .text 0x4201fc4c 0x1c80 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - 0x4201fc8c _sungetc_r - 0x4201fd24 __ssrefill_r - 0x4201fd70 _sfread_r - 0x4201fe0c __ssvfiscanf_r - .text 0x420218cc 0x26d4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - 0x42021d00 _svfprintf_r - .text 0x42023fa0 0x2106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - 0x42023fe0 __ssvfscanf_r - .text 0x420260a6 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - 0x420260a6 __sflags - .text 0x42026120 0x120 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - 0x42026120 __swhatbuf_r - 0x420261a0 __smakebuf_r - .text 0x42026240 0xae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - 0x42026240 __sccl - .text 0x420262ee 0x1f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - 0x420262ee __submore - 0x42026386 _ungetc_r - 0x420264c4 ungetc - .text 0x420264e2 0x82 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - 0x420264e2 _setlocale_r - 0x4202653c __locale_mb_cur_max - 0x42026546 setlocale - .text 0x42026564 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - 0x42026564 nanf - .text 0x4202656e 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - 0x4202656e _mbtowc_r - 0x42026578 __ascii_mbtowc - .text 0x420265b2 0xff2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - 0x42026606 _strtod_l - 0x42027342 _strtod_r - 0x4202734a strtod_l - 0x42027372 strtod - 0x42027396 strtof_l - 0x42027490 strtof - .text 0x420275a4 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - 0x420275a4 _wctomb_r - 0x420275ae __ascii_wctomb - .text 0x420275ce 0x1fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - 0x4202777a _strtoll_r - 0x4202777c strtoll_l - 0x420277a2 strtoll - .text 0x420277c8 0x1ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - 0x42027964 _strtoull_r - 0x42027966 strtoull_l - 0x4202798c strtoull - .text 0x420279b2 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - 0x420279b2 _mbrtowc_r - 0x420279f0 mbrtowc - .text 0x42027a1e 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - 0x42027a1e iswspace - .text 0x42027a22 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - 0x42027a22 iswspace_l - .text 0x42027a40 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - 0x42027a40 nan - .text 0x42027a4e 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - 0x42027af8 __hexdig_fun - 0x42027b3a __gethex - .text 0x42027fee 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - 0x42028018 __match - 0x42028048 __hexnan - .text 0x420281b8 0x178 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - 0x420281b8 __extenddftf2 - .text 0x42028330 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) - 0x42028330 __trunctfdf2 + 0x42015a56 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42015a56 __wrap___cxa_throw + .text 0x42015a62 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + 0x42015a62 exit + .text 0x42015a82 0x38 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + 0x42015a82 _findenv + 0x42015aa0 getenv + .text 0x42015aba 0xac /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + 0x42015aba _findenv_r + 0x42015b58 _getenv_r + .text 0x42015b66 0x184 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + 0x42015c9c _strtol_r + 0x42015c9e strtol_l + .text 0x42015cea 0x758 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + 0x4201638e getopt + 0x420163c0 getopt_long + 0x420163f6 getopt_long_only + 0x4201642c __getopt_r + 0x42016436 __getopt_long_r + 0x4201643c __getopt_long_only_r + .text 0x42016442 0x2830 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x42016876 _vfprintf_r + 0x42018ba4 vfprintf + .text 0x42018c72 0x1a72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x420190a6 __sprint_r + 0x420190ca _vfiprintf_r + 0x4201a618 vfiprintf + .text 0x4201a6e4 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x4201a6e4 _fclose_r + 0x4201a7bc fclose + .text 0x4201a7d2 0x1e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x4201a7d2 __sflush_r + 0x4201a920 _fflush_r + 0x4201a986 fflush + .text 0x4201a9b2 0x8c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + 0x4201a9b2 _fgetc_r + 0x4201aa28 fgetc + .text 0x4201aa3e 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + 0x4201aa3e _fgets_r + 0x4201ab52 fgets + .text 0x4201ab78 0x74 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + 0x4201ab78 fileno + .text 0x4201abec 0x2ec /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x4201ad80 __sfp_lock_acquire + 0x4201ad90 __sfp_lock_release + 0x4201ada0 __sfp + 0x4201ae76 __sinit + 0x4201aea4 __fp_lock_all + 0x4201aebe __fp_unlock_all + .text 0x4201aed8 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x4201aed8 _fopen_r + 0x4201afb6 fopen + .text 0x4201afd4 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + 0x4201afd4 _fprintf_r + 0x4201aff0 fprintf + .text 0x4201b028 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + 0x4201b028 _fputc_r + 0x4201b08e fputc + .text 0x4201b0ac 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + 0x4201b0ac _fputs_r + 0x4201b126 fputs + .text 0x4201b144 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x4201b144 _fseek_r + 0x4201b148 fseek + .text 0x4201b170 0x2ee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x4201b170 __sfvwrite_r + .text 0x4201b45e 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x4201b45e _fwalk_sglue + .text 0x4201b4c6 0xd4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + 0x4201b4c6 _fwrite_r + 0x4201b56c fwrite + .text 0x4201b59a 0x54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + 0x4201b59a _printf_r + 0x4201b5bc printf + .text 0x4201b5ee 0xb2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x4201b5ee _putc_r + 0x4201b682 putc + .text 0x4201b6a0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x4201b6a0 _putchar_r + 0x4201b6a6 putchar + .text 0x4201b6c0 0xa6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x4201b6c0 _puts_r + 0x4201b750 puts + .text 0x4201b766 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x4201b78e __srefill_r + .text 0x4201b89a 0x56 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + 0x4201b89a __srget_r + 0x4201b8da __srget + .text 0x4201b8f0 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + 0x4201b8f0 setvbuf + .text 0x4201baba 0xea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + 0x4201baba _snprintf_r + 0x4201bb28 snprintf + .text 0x4201bba4 0x88 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + 0x4201bba4 _sprintf_r + 0x4201bbde sprintf + .text 0x4201bc2c 0xb6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + 0x4201bc2c sscanf + 0x4201bc8a _sscanf_r + .text 0x4201bce2 0xc8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x4201bce2 __sread + 0x4201bd14 __seofread + 0x4201bd18 __swrite + 0x4201bd6a __sseek + 0x4201bda2 __sclose + .text 0x4201bdaa 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + 0x4201bdaa vprintf + 0x4201bdc8 _vprintf_r + .text 0x4201bdd2 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + 0x4201bdd2 _vsnprintf_r + 0x4201be36 vsnprintf + .text 0x4201be64 0xba /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + 0x4201be64 __swbuf_r + .text 0x4201bf1e 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + 0x4201bf1e __swsetup_r + .text 0x4201bff0 0x98 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + 0x4201bff0 _asprintf_r + 0x4201c032 asprintf + .text 0x4201c088 0x31e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + 0x4201c088 _fseeko_r + 0x4201c380 fseeko + .text 0x4201c3a6 0x1a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + 0x4201c3a6 __localeconv_l + 0x4201c3ac _localeconv_r + 0x4201c3b6 localeconv + .text 0x4201c3c0 0xfc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + 0x4201c3c0 _reclaim_reent + .text 0x4201c4bc 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + 0x4201c4bc __errno + .text 0x4201c4ce 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + 0x4201c4ce close + .text 0x4201c4e6 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + 0x4201c4e6 fstat + .text 0x4201c506 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + 0x4201c506 gettimeofday + .text 0x4201c52a 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + 0x4201c52a open + .text 0x4201c564 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + 0x4201c564 read + .text 0x4201c58c 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + 0x4201c58c write + .text 0x4201c5b4 0x84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + 0x4201c5b4 frexp + .text 0x4201c638 0xde /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + 0x4201c638 __call_exitprocs + .text 0x4201c716 0xe2e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + 0x4201c846 _dtoa_r + .text 0x4201d544 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + 0x4201d544 __env_lock + 0x4201d554 __env_unlock + .text 0x4201d564 0xbbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x4201d564 _Balloc + 0x4201d622 _Bfree + 0x4201d68a __multadd + 0x4201d74c __s2b + 0x4201d80c __hi0bits + 0x4201d852 __lo0bits + 0x4201d8bc __i2b + 0x4201d8f6 __multiply + 0x4201da74 __pow5mult + 0x4201db4c __lshift + 0x4201dc4a __mcmp + 0x4201dc80 __mdiff + 0x4201dde6 __ulp + 0x4201de2a __b2d + 0x4201dede __d2b + 0x4201dfbe __ratio + 0x4201e030 _mprec_log10 + 0x4201e090 __copybits + 0x4201e0dc __any_on + .text 0x4201e122 0x154 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + 0x4201e228 _strtoul_r + 0x4201e22a strtoul_l + .text 0x4201e276 0x1a0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x4201e696 __ssprint_r + 0x4201e7dc _svfiprintf_r + .text 0x4201fc80 0x1c80 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + 0x4201fcc0 _sungetc_r + 0x4201fd58 __ssrefill_r + 0x4201fda4 _sfread_r + 0x4201fe40 __ssvfiscanf_r + .text 0x42021900 0x26d4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + 0x42021d34 _svfprintf_r + .text 0x42023fd4 0x2106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + 0x42024014 __ssvfscanf_r + .text 0x420260da 0x7a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + 0x420260da __sflags + .text 0x42026154 0x120 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + 0x42026154 __swhatbuf_r + 0x420261d4 __smakebuf_r + .text 0x42026274 0xae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + 0x42026274 __sccl + .text 0x42026322 0x1f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + 0x42026322 __submore + 0x420263ba _ungetc_r + 0x420264f8 ungetc + .text 0x42026516 0x82 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x42026516 _setlocale_r + 0x42026570 __locale_mb_cur_max + 0x4202657a setlocale + .text 0x42026598 0xa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + 0x42026598 nanf + .text 0x420265a2 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + 0x420265a2 _mbtowc_r + 0x420265ac __ascii_mbtowc + .text 0x420265e6 0xff2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + 0x4202663a _strtod_l + 0x42027376 _strtod_r + 0x4202737e strtod_l + 0x420273a6 strtod + 0x420273ca strtof_l + 0x420274c4 strtof + .text 0x420275d8 0x2a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + 0x420275d8 _wctomb_r + 0x420275e2 __ascii_wctomb + .text 0x42027602 0x1fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + 0x420277ae _strtoll_r + 0x420277b0 strtoll_l + 0x420277d6 strtoll + .text 0x420277fc 0x1ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + 0x42027998 _strtoull_r + 0x4202799a strtoull_l + 0x420279c0 strtoull + .text 0x420279e6 0x6c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + 0x420279e6 _mbrtowc_r + 0x42027a24 mbrtowc + .text 0x42027a52 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + 0x42027a52 iswspace + .text 0x42027a56 0x1e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + 0x42027a56 iswspace_l + .text 0x42027a74 0xe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + 0x42027a74 nan + .text 0x42027a82 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + 0x42027b2c __hexdig_fun + 0x42027b6e __gethex + .text 0x42028022 0x1ca /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + 0x4202804c __match + 0x4202807c __hexnan + .text 0x420281ec 0x178 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + 0x420281ec __extenddftf2 + .text 0x42028364 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + 0x42028364 __trunctfdf2 *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) *(.wifiextrairam .wifiextrairam.*) *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) @@ -15650,156 +15650,156 @@ END GROUP *libesp_event.a:esp_event.*(.text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) *libesp_hw_support.a:cpu.*(.text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint) .text.esp_cpu_set_breakpoint - 0x42028582 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x42028582 esp_cpu_set_breakpoint + 0x420285b6 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x420285b6 esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint - 0x420285d6 0xde esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x420285d6 esp_cpu_set_watchpoint + 0x4202860a 0xde esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4202860a esp_cpu_set_watchpoint .text.esp_cpu_clear_watchpoint - 0x420286b4 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x420286b4 esp_cpu_clear_watchpoint + 0x420286e8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x420286e8 esp_cpu_clear_watchpoint *libesp_hw_support.a:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_channel_id .text.gdma_get_free_m2m_trig_id_mask .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) .text.periph_ll_get_clk_en_mask - 0x420286f4 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028728 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_rst_en_mask - 0x42028864 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028898 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_clk_en_reg - 0x420289c2 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x420289f6 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_get_rst_en_reg - 0x42028a1c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028a50 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_ll_enable_clk_clear_rst - 0x42028a78 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028aac 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .text.periph_rcc_acquire_enter - 0x42028ac8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42028ac8 periph_rcc_acquire_enter + 0x42028afc 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028afc periph_rcc_acquire_enter .text.periph_rcc_acquire_exit - 0x42028af0 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42028af0 periph_rcc_acquire_exit + 0x42028b24 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028b24 periph_rcc_acquire_exit .text.periph_module_enable - 0x42028b12 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x42028b12 periph_module_enable + 0x42028b46 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x42028b46 periph_module_enable *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_adc_power_acquire .text.s_sar_adc_power_release .text.sar_periph_ctrl_adc_continuous_power_acquire .text.sar_periph_ctrl_adc_continuous_power_release .text.sar_periph_ctrl_adc_oneshot_power_acquire .text.sar_periph_ctrl_adc_oneshot_power_release .text.sar_periph_ctrl_init .text.sar_periph_ctrl_power_disable .text.sar_periph_ctrl_pwdet_power_acquire .text.sar_periph_ctrl_pwdet_power_release) .text.sar_periph_ctrl_init - 0x42028bb2 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x42028bb2 sar_periph_ctrl_init + 0x42028be6 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x42028be6 sar_periph_ctrl_init *libesp_system.a:esp_system_chip.*(.text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size) *libesp_wifi.a:esp_adapter.*(.text .text.clear_intr_wrapper .text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper .text.coex_init_wrapper .text.coex_register_start_cb_wrapper .text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper .text.coex_schm_flexible_period_get_wrapper .text.coex_schm_flexible_period_set_wrapper .text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper .text.coex_schm_register_cb_wrapper .text.coex_schm_status_bit_clear_wrapper .text.coex_schm_status_bit_set_wrapper .text.coex_wifi_channel_set_wrapper .text.coex_wifi_request_wrapper .text.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_wrapper .text.queue_recv_wrapper .text.queue_send_to_back_wrapper .text.queue_send_to_front_wrapper .text.queue_send_wrapper .text.recursive_mutex_create_wrapper .text.set_intr_wrapper .text.set_isr_wrapper .text.task_create_pinned_to_core_wrapper .text.task_create_wrapper .text.task_get_max_priority_wrapper .text.wifi_clock_disable_wrapper .text.wifi_clock_enable_wrapper .text.wifi_create_queue .text.wifi_create_queue_wrapper .text.wifi_delete_queue .text.wifi_delete_queue_wrapper .text.wifi_reset_mac_wrapper .text.wifi_thread_semphr_free .text.wifi_thread_semphr_get_wrapper) *libesp_wifi.a:wifi_netif.*(.text .text.esp_wifi_create_if_driver .text.esp_wifi_destroy_if_driver .text.esp_wifi_get_if_mac .text.esp_wifi_is_if_ready_when_started .text.esp_wifi_register_if_rxcb .text.wifi_ap_receive .text.wifi_driver_start .text.wifi_free .text.wifi_transmit) *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) .text.main_task - 0x42028bcc 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x42028c00 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) .text.esp_startup_start_app - 0x42028ca0 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - 0x42028ca0 esp_startup_start_app + 0x42028cd4 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x42028cd4 esp_startup_start_app *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) .text.xQueueCreateWithCaps - 0x42028d16 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x42028d16 xQueueCreateWithCaps + 0x42028d4a 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x42028d4a xQueueCreateWithCaps .text.vQueueDeleteWithCaps - 0x42028d90 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x42028d90 vQueueDeleteWithCaps + 0x42028dc4 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x42028dc4 vQueueDeleteWithCaps .text.xSemaphoreCreateGenericWithCaps - 0x42028df4 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x42028df4 xSemaphoreCreateGenericWithCaps + 0x42028e28 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x42028e28 xSemaphoreCreateGenericWithCaps .text.vSemaphoreDeleteWithCaps - 0x42028e92 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - 0x42028e92 vSemaphoreDeleteWithCaps + 0x42028ec6 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x42028ec6 vSemaphoreDeleteWithCaps *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) .text.pxGetTaskListByIndex - 0x42028eec 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x42028f20 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) .text.xTaskGetNext - 0x42028f44 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x42028f44 xTaskGetNext + 0x42028f78 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x42028f78 xTaskGetNext *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy .text.gdma_ll_rx_enable_interrupt .text.gdma_ll_tx_enable_interrupt) *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) *libheap.a:multi_heap.*(.text .text.multi_heap_check .text.multi_heap_dump .text.multi_heap_dump_tlsf .text.multi_heap_free_size_impl .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes .text.multi_heap_walk) .text.multi_heap_get_info_tlsf - 0x42028fdc 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x42029010 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) .text.multi_heap_register_impl - 0x42028ffe 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x42028ffe multi_heap_register_impl - 0x42028ffe multi_heap_register + 0x42029032 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x42029032 multi_heap_register_impl + 0x42029032 multi_heap_register .text.multi_heap_free_size_impl - 0x4202906a 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4202906a multi_heap_free_size_impl - 0x4202906a multi_heap_free_size + 0x4202909e 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4202909e multi_heap_free_size_impl + 0x4202909e multi_heap_free_size .text.multi_heap_get_info_impl - 0x42029074 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x42029074 multi_heap_get_info - 0x42029074 multi_heap_get_info_impl + 0x420290a8 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x420290a8 multi_heap_get_info + 0x420290a8 multi_heap_get_info_impl *libheap.a:tlsf.*(.text .text.control_construct .text.default_walker .text.integrity_walker .text.tlsf_add_pool .text.tlsf_check .text.tlsf_check_pool .text.tlsf_create .text.tlsf_create_with_pool .text.tlsf_destroy .text.tlsf_fit_size .text.tlsf_malloc_addr .text.tlsf_pool_overhead .text.tlsf_remove_pool .text.tlsf_walk_pool) .text.control_construct - 0x42029108 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4202913c 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) .text.default_walker - 0x420292ca 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x420292fe 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) .text.tlsf_walk_pool - 0x420292fe 0x84 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420292fe tlsf_walk_pool + 0x42029332 0x84 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x42029332 tlsf_walk_pool .text.tlsf_fit_size - 0x42029382 0x76 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x42029382 tlsf_fit_size + 0x420293b6 0x76 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x420293b6 tlsf_fit_size .text.tlsf_pool_overhead - 0x420293f8 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420293f8 tlsf_pool_overhead + 0x4202942c 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4202942c tlsf_pool_overhead .text.tlsf_add_pool - 0x420293fc 0x226 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420293fc tlsf_add_pool + 0x42029430 0x226 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x42029430 tlsf_add_pool .text.tlsf_create - 0x42029622 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x42029622 tlsf_create + 0x42029656 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x42029656 tlsf_create .text.tlsf_create_with_pool - 0x4202964a 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4202964a tlsf_create_with_pool + 0x4202967e 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4202967e tlsf_create_with_pool *liblog.a:log.*(.text .text.add_to_cache .text.clear_log_level_list .text.esp_log_level_get .text.esp_log_level_set .text.esp_log_set_vprintf .text.esp_log_writev .text.fix_cache_generation_overflow .text.get_cached_log_level .text.get_uncached_log_level .text.heap_bubble_down .text.heap_swap .text.s_log_level_get_and_unlock) .text.fix_cache_generation_overflow - 0x4202968c 0x32 esp-idf/log/liblog.a(log.c.obj) + 0x420296c0 0x32 esp-idf/log/liblog.a(log.c.obj) .text.heap_swap - 0x420296be 0x2a esp-idf/log/liblog.a(log.c.obj) + 0x420296f2 0x2a esp-idf/log/liblog.a(log.c.obj) .text.heap_bubble_down - 0x420296e8 0x4e esp-idf/log/liblog.a(log.c.obj) + 0x4202971c 0x4e esp-idf/log/liblog.a(log.c.obj) .text.add_to_cache - 0x42029736 0x90 esp-idf/log/liblog.a(log.c.obj) + 0x4202976a 0x90 esp-idf/log/liblog.a(log.c.obj) .text.get_uncached_log_level - 0x420297c6 0x46 esp-idf/log/liblog.a(log.c.obj) + 0x420297fa 0x46 esp-idf/log/liblog.a(log.c.obj) .text.get_cached_log_level - 0x4202980c 0xf6 esp-idf/log/liblog.a(log.c.obj) + 0x42029840 0xf6 esp-idf/log/liblog.a(log.c.obj) .text.s_log_level_get_and_unlock - 0x42029902 0x4a esp-idf/log/liblog.a(log.c.obj) + 0x42029936 0x4a esp-idf/log/liblog.a(log.c.obj) .text.esp_log_writev - 0x4202994c 0x42 esp-idf/log/liblog.a(log.c.obj) - 0x4202994c esp_log_writev + 0x42029980 0x42 esp-idf/log/liblog.a(log.c.obj) + 0x42029980 esp_log_writev *liblog.a:log_freertos.*(.text .text.esp_log_system_timestamp) *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) .text.intr_handler_get - 0x4202998e 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x4202998e intr_handler_get + 0x420299c2 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x420299c2 intr_handler_get *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) .text.intr_handler_set - 0x420299a2 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x420299a2 intr_handler_set + 0x420299d6 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x420299d6 intr_handler_set *(.stub) *(.gnu.linkonce.t.*) *(.gnu.warning) *(.irom0.text) - 0x420299d4 . = (. + 0x10) - *fill* 0x420299c4 0x10 - 0x420299d4 _text_end = ABSOLUTE (.) - 0x420299d4 _instruction_reserved_end = ABSOLUTE (.) - 0x420299d4 _etext = . + 0x42029a08 . = (. + 0x10) + *fill* 0x420299f8 0x10 + 0x42029a08 _text_end = ABSOLUTE (.) + 0x42029a08 _instruction_reserved_end = ABSOLUTE (.) + 0x42029a08 _etext = . 0x00000000 _flash_cache_start = ABSOLUTE (0x0) .flash_rodata_dummy 0x3c000020 0x30000 0x3c000020 _flash_rodata_dummy_start = . - 0x3c0299d4 . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) - *fill* 0x3c000020 0x299b4 + 0x3c029a08 . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) + *fill* 0x3c000020 0x299e8 0x3c030020 . = (ALIGN (0x10000) + 0x20) - *fill* 0x3c0299d4 0x664c + *fill* 0x3c029a08 0x6618 .flash.appdesc 0x3c030020 0x100 0x3c030020 _rodata_reserved_start = ABSOLUTE (.) @@ -15811,1417 +15811,1417 @@ END GROUP 0x3c030120 . = ALIGN (ALIGNOF (.flash.rodata)) 0x00000001 ASSERT ((ADDR (.flash.rodata) == (ADDR (.flash.appdesc) + SIZEOF (.flash.appdesc))), The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.) -.flash.rodata 0x3c030120 0xc37c +.flash.rodata 0x3c030120 0xc3c4 0x3c030120 _flash_rodata_start = ABSOLUTE (.) *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2 EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) .rodata.__esp_system_init_fn_init_show_app_info.str1.4 - 0x3c030120 0x8a15 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c030120 0x8a5d esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) 0x12d (size before relaxing) .rodata.__esp_system_init_fn_init_efuse_show_app_info.str1.4 - 0x3c038b35 0xc1 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c038b7d 0xc1 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .rodata.__esp_system_init_fn_init_efuse.str1.4 - 0x3c038b35 0x3c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - *fill* 0x3c038b35 0x3 - .rodata.__FUNCTION__.0 - 0x3c038b38 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .rodata.esp_efuse_utility_check_errors.str1.4 - 0x3c038b58 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 - 0x3c038b58 0x64 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.__esp_system_init_fn_init_flash.str1.4 - 0x3c038b58 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.__func__.0 - 0x3c038b58 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.str1.4 - 0x3c038b78 0xef esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .srodata 0x3c038b78 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .rodata.select_rtc_slow_clk.str1.4 - 0x3c038b7d 0x5c esp-idf/esp_system/libesp_system.a(clk.c.obj) - .rodata.esp_clk_init.str1.4 - 0x3c038b7d 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x3c038b7d 0x3c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) *fill* 0x3c038b7d 0x3 + .rodata.__FUNCTION__.0 + 0x3c038b80 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .rodata.esp_efuse_utility_check_errors.str1.4 + 0x3c038ba0 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 + 0x3c038ba0 0x64 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.__esp_system_init_fn_init_flash.str1.4 + 0x3c038ba0 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .rodata.__func__.0 - 0x3c038b80 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) - *fill* 0x3c038b8d 0x3 - .srodata 0x3c038b90 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x3c038ba0 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .rodata.str1.4 - 0x3c038b94 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x3c038bc0 0xef esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .srodata 0x3c038bc0 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .rodata.select_rtc_slow_clk.str1.4 + 0x3c038bc5 0x5c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.esp_clk_init.str1.4 + 0x3c038bc5 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c038bc5 0x3 .rodata.__func__.0 - 0x3c038b94 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x3c038bc8 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x3c038bd5 0x3 + .srodata 0x3c038bd8 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) .rodata.str1.4 - 0x3c038bae 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - *fill* 0x3c038bae 0x2 + 0x3c038bdc 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.__func__.0 + 0x3c038bdc 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.str1.4 + 0x3c038bf6 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + *fill* 0x3c038bf6 0x2 .rodata.cache_ilg_bits - 0x3c038bb0 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c038bb0 cache_ilg_bits + 0x3c038bf8 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c038bf8 cache_ilg_bits .rodata.core0_acs_bits - 0x3c038bc8 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c038bc8 core0_acs_bits + 0x3c038c10 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x3c038c10 core0_acs_bits .rodata.esp_panic_handler.str1.4 - 0x3c038bf8 0xc7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3c038c40 0xc7 esp-idf/esp_system/libesp_system.a(panic.c.obj) .rodata.do_system_init_fn.str1.4 - 0x3c038bf8 0x51 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3c038c40 0x51 esp-idf/esp_system/libesp_system.a(startup.c.obj) .srodata.g_startup_fn - 0x3c038bf8 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x3c038bf8 g_startup_fn + 0x3c038c40 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x3c038c40 g_startup_fn .rodata.frame_to_panic_info.str1.4 - 0x3c038bfc 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3c038c44 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .rodata.print_state_for_core.str1.4 - 0x3c038bfc 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3c038c44 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .rodata.esp_mprot_mem_type_to_str.str1.4 - 0x3c038bfc 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_register_array.str1.4 - 0x3c038bfc 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_basic_backtrace.str1.4 - 0x3c038bfc 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_memprot_err_details.str1.4 - 0x3c038bfc 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_assist_debug_details.str1.4 - 0x3c038bfc 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.print_cache_err_details.str1.4 - 0x3c038bfc 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_print_registers.str1.4 - 0x3c038bfc 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_soc_fill_info.str1.4 - 0x3c038bfc 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.panic_arch_fill_info.str1.4 - 0x3c038bfc 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.str1.4 - 0x3c038bfc 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .rodata.reason.0 - 0x3c038bfc 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata 0x3c038c3c 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x3c038c44 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata 0x3c038c84 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) .srodata.esp_unknown_msg - 0x3c038cd0 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x3c038d18 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .rodata.str1.4 - 0x3c038cd6 0x180a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - *fill* 0x3c038cd6 0x2 + 0x3c038d1e 0x180a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x3c038d1e 0x2 .rodata.esp_err_msg_table - 0x3c038cd8 0x6d0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x3c038d20 0x6d0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .rodata.get_cached_log_level.str1.4 - 0x3c0393a8 0x67 esp-idf/log/liblog.a(log.c.obj) + 0x3c0393f0 0x67 esp-idf/log/liblog.a(log.c.obj) .rodata.__func__.0 - 0x3c0393a8 0x15 esp-idf/log/liblog.a(log.c.obj) - *fill* 0x3c0393bd 0x3 + 0x3c0393f0 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x3c039405 0x3 .rodata.__func__.5 - 0x3c0393c0 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0393d1 0x3 + 0x3c039408 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c039419 0x3 .rodata.__func__.6 - 0x3c0393d4 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0393e6 0x2 + 0x3c03941c 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c03942e 0x2 .rodata.__func__.10 - 0x3c0393e8 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c039402 0x2 + 0x3c039430 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c03944a 0x2 .rodata.__func__.11 - 0x3c039404 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c03941d 0x3 + 0x3c03944c 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x3c039465 0x3 .rodata.__func__.12 - 0x3c039420 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3c039468 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) .rodata.register_heap.str1.4 - 0x3c039431 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c039479 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.heap_caps_init.str1.4 - 0x3c039431 0x130 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c039431 0x3 + 0x3c039479 0x130 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c039479 0x3 .rodata.__func__.1 - 0x3c039434 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c03947c 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.__func__.2 - 0x3c039448 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c039457 0x1 + 0x3c039490 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x3c03949f 0x1 .rodata.__func__.3 - 0x3c039458 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c0394a0 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) .rodata.assert_valid_block.str1.4 - 0x3c039466 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0394ae 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_register_impl.str1.4 - 0x3c039466 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0394ae 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_get_first_block.str1.4 - 0x3c039466 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x3c039466 0x2 + 0x3c0394ae 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x3c0394ae 0x2 .rodata.__func__.4 - 0x3c039468 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0394b0 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.__func__.0 - 0x3c039480 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c0394c8 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.control_construct.str1.4 - 0x3c039499 0xca esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0xca esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.default_walker.str1.4 - 0x3c039499 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_check.str1.4 - 0x3c039499 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_add_pool.str1.4 - 0x3c039499 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_remove_pool.str1.4 - 0x3c039499 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_create.str1.4 - 0x3c039499 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_malloc.str1.4 - 0x3c039499 0x1a7 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x1a7 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_memalign_offs.str1.4 - 0x3c039499 0x6b esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x6b esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_free.str1.4 - 0x3c039499 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e1 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.tlsf_realloc.str1.4 - 0x3c039499 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039499 0x3 + 0x3c0394e1 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0394e1 0x3 .rodata.__func__.0 - 0x3c03949c 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c0394e4 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.1 - 0x3c0394ac 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0394b9 0x3 + 0x3c0394f4 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039501 0x3 .rodata.__func__.2 - 0x3c0394bc 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0394cd 0x3 + 0x3c039504 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039515 0x3 .rodata.__func__.3 - 0x3c0394d0 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0394dd 0x3 + 0x3c039518 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039525 0x3 .rodata.__func__.5 - 0x3c0394e0 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0394f1 0x3 + 0x3c039528 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039539 0x3 .rodata.__func__.6 - 0x3c0394f4 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0394fe 0x2 + 0x3c03953c 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039546 0x2 .rodata.__func__.7 - 0x3c039500 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039513 0x1 + 0x3c039548 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c03955b 0x1 .rodata.__func__.8 - 0x3c039514 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c03955c 0xc esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.9 - 0x3c039520 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c039568 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.__func__.10 - 0x3c039530 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039543 0x1 + 0x3c039578 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c03958b 0x1 .rodata.__func__.11 - 0x3c039544 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03955a 0x2 - .rodata.__func__.12 - 0x3c03955c 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c03956e 0x2 - .rodata.__func__.13 - 0x3c039570 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039582 0x2 - .rodata.__func__.14 - 0x3c039584 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c039596 0x2 - .rodata.__func__.16 - 0x3c039598 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c03958c 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) *fill* 0x3c0395a2 0x2 - .rodata.__func__.17 + .rodata.__func__.12 0x3c0395a4 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) *fill* 0x3c0395b6 0x2 + .rodata.__func__.13 + 0x3c0395b8 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0395ca 0x2 + .rodata.__func__.14 + 0x3c0395cc 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0395de 0x2 + .rodata.__func__.16 + 0x3c0395e0 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0395ea 0x2 + .rodata.__func__.17 + 0x3c0395ec 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c0395fe 0x2 .rodata.__func__.19 - 0x3c0395b8 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0395c1 0x3 + 0x3c039600 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x3c039609 0x3 .rodata.__func__.20 - 0x3c0395c4 0xb esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c03960c 0xb esp-idf/heap/libheap.a(tlsf.c.obj) .rodata.s_prepare_reserved_regions.str1.4 - 0x3c0395cf 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c0395cf 0x1 + 0x3c039617 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c039617 0x1 .rodata.__func__.0 - 0x3c0395d0 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c0395eb 0x1 + 0x3c039618 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x3c039633 0x1 .srodata.soc_memory_region_count - 0x3c0395ec 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0395ec soc_memory_region_count + 0x3c039634 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c039634 soc_memory_region_count .rodata.soc_memory_regions - 0x3c0395f0 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0395f0 soc_memory_regions + 0x3c039638 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c039638 soc_memory_regions .rodata.str1.4 - 0x3c039654 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c03969c 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) .rodata.soc_memory_types - 0x3c039654 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c039654 soc_memory_types + 0x3c03969c 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c03969c soc_memory_types .rodata.str1.4 - 0x3c039684 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c0396cc 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.__func__.0 - 0x3c039684 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - *fill* 0x3c03969b 0x1 + 0x3c0396cc 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x3c0396e3 0x1 .rodata.__func__.1 - 0x3c03969c 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c0396e4 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.__func__.2 - 0x3c0396b4 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c0396fc 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) .rodata.find_desc_for_source.str1.4 - 0x3c0396c3 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c03970b 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.is_vect_desc_usable.str1.4 - 0x3c0396c3 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c03970b 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.esp_intr_alloc_intrstatus.str1.4 - 0x3c0396c3 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c03970b 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.intr_free_for_current_cpu.str1.4 - 0x3c0396c3 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0396c3 0x1 + 0x3c03970b 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c03970b 0x1 .rodata.__func__.2 - 0x3c0396c4 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0396d5 0x3 + 0x3c03970c 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c03971d 0x3 .rodata.__func__.3 - 0x3c0396d8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0396f2 0x2 + 0x3c039720 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c03973a 0x2 .rodata.__func__.5 - 0x3c0396f4 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c03970e 0x2 + 0x3c03973c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c039756 0x2 .rodata.__func__.6 - 0x3c039710 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c039726 0x2 + 0x3c039758 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c03976e 0x2 .rodata.__func__.7 - 0x3c039728 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c039741 0x3 + 0x3c039770 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x3c039789 0x3 .rodata.__func__.9 - 0x3c039744 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c03978c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.__func__.10 - 0x3c039758 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x3c0397a0 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) .rodata.periph_module_enable.str1.4 - 0x3c03976d 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - *fill* 0x3c03976d 0x3 + 0x3c0397b5 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x3c0397b5 0x3 .rodata.__func__.2 - 0x3c039770 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x3c0397b8 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) .rodata.gpio_ll_deepsleep_wakeup_is_enabled.str1.4 - 0x3c039785 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c0397cd 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.esp_sleep_config_gpio_isolate.str1.4 - 0x3c039785 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c0397cd 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.esp_sleep_enable_gpio_switch.str1.4 - 0x3c039785 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c039785 0x3 + 0x3c0397cd 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c0397cd 0x3 .rodata.__func__.0 - 0x3c039788 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c0397a9 0x3 + 0x3c0397d0 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x3c0397f1 0x3 .rodata.__func__.1 - 0x3c0397ac 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c0397f4 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .rodata.set_ocode_by_efuse.str1.4 - 0x3c0397d0 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c039818 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.get_dig_dbias_by_efuse.str1.4 - 0x3c0397d0 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c039818 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.calibrate_ocode.str1.4 - 0x3c0397d0 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c039818 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.__func__.0 - 0x3c0397d0 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0397e7 0x1 + 0x3c039818 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c03982f 0x1 .rodata.__func__.1 - 0x3c0397e8 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0397ff 0x1 + 0x3c039830 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c039847 0x1 .rodata.__func__.2 - 0x3c039800 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c039813 0x1 - .rodata 0x3c039814 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3c039848 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + *fill* 0x3c03985b 0x1 + .rodata 0x3c03985c 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) .rodata.rtc_clk_cal_ratio.str1.4 - 0x3c03981e 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x3c039866 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) .rodata.rtc_time_us_to_slowclk.str1.4 - 0x3c03981e 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c03981e 0x2 - .rodata.__func__.0 - 0x3c039820 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c039837 0x1 - .rodata.__func__.1 - 0x3c039838 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.esp_mprot_oper_type_to_str.str1.4 - 0x3c039844 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .rodata.esp_mprot_pms_world_to_str.str1.4 - 0x3c039844 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .rodata.main_task.str1.4 - 0x3c039844 0xdd esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .rodata.esp_startup_start_app.str1.4 - 0x3c039844 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .rodata.__func__.0 - 0x3c039844 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) - *fill* 0x3c03984e 0x2 - .rodata.__func__.1 - 0x3c039850 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .rodata.prvNotifyQueueSetContainer.str1.4 - 0x3c039866 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericReset.str1.4 - 0x3c039866 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericCreateStatic.str1.4 - 0x3c039866 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericGetStaticBuffers.str1.4 - 0x3c039866 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGetMutexHolder.str1.4 - 0x3c039866 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 - 0x3c039866 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericSend.str1.4 - 0x3c039866 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.prvInitialiseMutex.str1.4 - 0x3c039866 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGiveMutexRecursive.str1.4 - 0x3c039866 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGiveFromISR.str1.4 - 0x3c039866 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueReceive.str1.4 - 0x3c039866 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueReceiveFromISR.str1.4 - 0x3c039866 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c039866 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) *fill* 0x3c039866 0x2 + .rodata.__func__.0 + 0x3c039868 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x3c03987f 0x1 + .rodata.__func__.1 + 0x3c039880 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.esp_mprot_oper_type_to_str.str1.4 + 0x3c03988c 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .rodata.esp_mprot_pms_world_to_str.str1.4 + 0x3c03988c 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .rodata.main_task.str1.4 + 0x3c03988c 0xdd esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.esp_startup_start_app.str1.4 + 0x3c03988c 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.__func__.0 + 0x3c03988c 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x3c039896 0x2 + .rodata.__func__.1 + 0x3c039898 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x3c0398ae 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericReset.str1.4 + 0x3c0398ae 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x3c0398ae 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericGetStaticBuffers.str1.4 + 0x3c0398ae 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolder.str1.4 + 0x3c0398ae 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x3c0398ae 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericSend.str1.4 + 0x3c0398ae 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.prvInitialiseMutex.str1.4 + 0x3c0398ae 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x3c0398ae 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x3c0398ae 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceive.str1.4 + 0x3c0398ae 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceiveFromISR.str1.4 + 0x3c0398ae 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0398ae 0x2 .rodata.__func__.2 - 0x3c039868 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039875 0x3 + 0x3c0398b0 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0398bd 0x3 .rodata.__func__.4 - 0x3c039878 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c03988f 0x1 + 0x3c0398c0 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0398d7 0x1 .rodata.__func__.7 - 0x3c039890 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0398a5 0x3 + 0x3c0398d8 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0398ed 0x3 .rodata.__func__.9 - 0x3c0398a8 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c0398f0 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.11 - 0x3c0398bc 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0398ce 0x2 + 0x3c039904 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c039916 0x2 .rodata.__func__.12 - 0x3c0398d0 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0398e9 0x3 + 0x3c039918 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c039931 0x3 .rodata.__func__.13 - 0x3c0398ec 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039907 0x1 + 0x3c039934 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c03994f 0x1 .rodata.__func__.14 - 0x3c039908 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c03991a 0x2 + 0x3c039950 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c039962 0x2 .rodata.__func__.16 - 0x3c03991c 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c039964 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.17 - 0x3c039940 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039959 0x3 + 0x3c039988 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0399a1 0x3 .rodata.__func__.18 - 0x3c03995c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c039975 0x3 + 0x3c0399a4 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0399bd 0x3 .rodata.__func__.20 - 0x3c039978 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c03998d 0x3 + 0x3c0399c0 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c0399d5 0x3 .rodata.__func__.21 - 0x3c039990 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c0399d8 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.22 - 0x3c0399a4 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0399c2 0x2 + 0x3c0399ec 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c039a0a 0x2 .rodata.__func__.23 - 0x3c0399c4 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0399de 0x2 + 0x3c039a0c 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x3c039a26 0x2 .rodata.__func__.24 - 0x3c0399e0 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c039a28 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.__func__.25 - 0x3c0399f4 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c039a3c 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.prvTaskIsTaskSuspended.str1.4 - 0x3c039a07 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvDeleteTCB.str1.4 - 0x3c039a07 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvInitialiseNewTask.str1.4 - 0x3c039a07 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskDelete.str1.4 - 0x3c039a07 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.eTaskGetState.str1.4 - 0x3c039a07 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskIncrementTick.str1.4 - 0x3c039a07 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskResumeAll.str1.4 - 0x3c039a07 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskSwitchContext.str1.4 - 0x3c039a07 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskPlaceOnEventList.str1.4 - 0x3c039a07 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskRemoveFromEventList.str1.4 - 0x3c039a07 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskSetTimeOutState.str1.4 - 0x3c039a07 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCheckForTimeOut.str1.4 - 0x3c039a07 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskPriorityDisinherit.str1.4 - 0x3c039a07 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 - 0x3c039a07 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.ulTaskGenericNotifyTake.str1.4 - 0x3c039a07 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskGenericNotify.str1.4 - 0x3c039a07 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCreatePinnedToCore.str1.4 - 0x3c039a07 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskCreateStaticPinnedToCore.str1.4 - 0x3c039a07 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.prvCreateIdleTasks.str1.4 - 0x3c039a07 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.vTaskStartScheduler.str1.4 - 0x3c039a07 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039a4f 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.xTaskGetIdleTaskHandleForCore.str1.4 - 0x3c039a07 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039a07 0x1 + 0x3c039a4f 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039a4f 0x1 .rodata.__func__.2 - 0x3c039a08 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039a29 0x3 + 0x3c039a50 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039a71 0x3 .rodata.__func__.3 - 0x3c039a2c 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039a4a 0x2 + 0x3c039a74 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039a92 0x2 .rodata.__func__.4 - 0x3c039a4c 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039a6a 0x2 + 0x3c039a94 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039ab2 0x2 .rodata.__func__.5 - 0x3c039a6c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039a81 0x3 + 0x3c039ab4 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039ac9 0x3 .rodata.__func__.6 - 0x3c039a84 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039acc 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.10 - 0x3c039a9c 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039aaf 0x1 + 0x3c039ae4 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039af7 0x1 .rodata.__func__.12 - 0x3c039ab0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039af8 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.13 - 0x3c039ac8 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039b10 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.14 - 0x3c039aec 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039b34 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.16 - 0x3c039b04 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b19 0x3 + 0x3c039b4c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039b61 0x3 .rodata.__func__.19 - 0x3c039b1c 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b35 0x3 + 0x3c039b64 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039b7d 0x3 .rodata.__func__.22 - 0x3c039b38 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b4e 0x2 + 0x3c039b80 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039b96 0x2 .rodata.__func__.23 - 0x3c039b50 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b63 0x1 + 0x3c039b98 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039bab 0x1 .rodata.__func__.24 - 0x3c039b64 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b77 0x1 + 0x3c039bac 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039bbf 0x1 .rodata.__func__.29 - 0x3c039b78 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b86 0x2 + 0x3c039bc0 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039bce 0x2 .rodata.__func__.30 - 0x3c039b88 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039b97 0x1 + 0x3c039bd0 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039bdf 0x1 .rodata.__func__.31 - 0x3c039b98 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039be0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.__func__.38 - 0x3c039bac 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039bb7 0x1 + 0x3c039bf4 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039bff 0x1 .rodata.__func__.40 - 0x3c039bb8 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c039bc5 0x3 + 0x3c039c00 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x3c039c0d 0x3 .rodata.__func__.41 - 0x3c039bc8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039c10 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) .rodata.non_ready_task_lists - 0x3c039bd4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039c1c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) .srodata.uxTopUsedPriority - 0x3c039be8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3c039be8 uxTopUsedPriority + 0x3c039c30 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c039c30 uxTopUsedPriority .rodata.vPortTaskWrapper.str1.4 - 0x3c039bec 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c34 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vPortTLSPointersDelCb.str1.4 - 0x3c039bec 0x7e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c34 0x7e esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.pxPortInitialiseStack.str1.4 - 0x3c039bec 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c34 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vPortExitCritical.str1.4 - 0x3c039bec 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c34 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vApplicationStackOverflowHook.str1.4 - 0x3c039bec 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c34 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.__func__.0 - 0x3c039bec 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x3c039bfe 0x2 + 0x3c039c34 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x3c039c46 0x2 .rodata.__func__.2 - 0x3c039c00 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x3c039c48 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) .rodata.vApplicationGetIdleTaskMemory.str1.4 - 0x3c039c16 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) - *fill* 0x3c039c16 0x2 - .rodata.__func__.1 - 0x3c039c18 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) - .rodata.vSystimerSetup.str1.4 - 0x3c039c36 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - *fill* 0x3c039c36 0x2 - .rodata.__func__.0 - 0x3c039c38 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .rodata.str1.4 - 0x3c039c47 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) - .rodata.esp_newlib_locks_init.str1.4 - 0x3c039c47 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039c47 0x1 - .rodata.__func__.4 - 0x3c039c48 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3c039c5e 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) *fill* 0x3c039c5e 0x2 - .rodata.__func__.3 - 0x3c039c60 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039c73 0x1 - .rodata.__func__.2 - 0x3c039c74 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039c89 0x3 .rodata.__func__.1 - 0x3c039c8c 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c039ca1 0x3 + 0x3c039c60 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.vSystimerSetup.str1.4 + 0x3c039c7e 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + *fill* 0x3c039c7e 0x2 .rodata.__func__.0 - 0x3c039ca4 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x3c039c80 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .rodata.str1.4 + 0x3c039c8f 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.esp_newlib_locks_init.str1.4 + 0x3c039c8f 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c039c8f 0x1 + .rodata.__func__.4 + 0x3c039c90 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c039ca6 0x2 + .rodata.__func__.3 + 0x3c039ca8 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c039cbb 0x1 + .rodata.__func__.2 + 0x3c039cbc 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c039cd1 0x3 + .rodata.__func__.1 + 0x3c039cd4 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x3c039ce9 0x3 + .rodata.__func__.0 + 0x3c039cec 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) .rodata.esp_newlib_init_global_stdio.str1.4 - 0x3c039cb0 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c039cf8 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .rodata.__esp_system_init_fn_init_newlib_stdio.str1.4 - 0x3c039cb0 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c039cf8 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .rodata.pthread_create.str1.4 - 0x3c039cb0 0xf7 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c039cf8 0xf7 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.pthread_mutex_unlock.str1.4 - 0x3c039cb0 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c039cf8 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.__func__.0 - 0x3c039cb0 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c039cf8 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 - 0x3c039cc5 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x3c039cc5 0x3 + 0x3c039d0d 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x3c039d0d 0x3 .rodata.__func__.0 - 0x3c039cc8 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x3c039d10 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .rodata.esp_timer_impl_init_system_time.str1.4 - 0x3c039cf6 0x51 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x3c039d3e 0x51 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) .rodata.usb_serial_jtag_return_char.str1.4 - 0x3c039cf6 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c039d3e 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .rodata.usb_serial_jtag_vfs_register.str1.4 - 0x3c039cf6 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - *fill* 0x3c039cf6 0x2 + 0x3c039d3e 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + *fill* 0x3c039d3e 0x2 .rodata.__func__.0 - 0x3c039cf8 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c039d40 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .rodata.usj_vfs - 0x3c039d14 0xa4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c039d5c 0xa4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .rodata.usb_serial_jtag_write_bytes.str1.4 - 0x3c039db8 0xcb esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x3c039e00 0xcb esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) .rodata.usb_serial_jtag_driver_uninstall.str1.4 - 0x3c039db8 0x39 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x3c039e00 0x39 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) .rodata.usb_serial_jtag_driver_install.str1.4 - 0x3c039db8 0x16c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x3c039e00 0x16c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) .rodata.__FUNCTION__.0 - 0x3c039db8 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x3c039e00 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) .rodata.__FUNCTION__.1 - 0x3c039dd4 0x1f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x3c039e1c 0x1f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) .rodata.console_open.str1.4 - 0x3c039df3 0x10 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c039e3b 0x10 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .rodata.console_access.str1.4 - 0x3c039df3 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c039e3b 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .rodata.esp_vfs_dev_console_register.str1.4 - 0x3c039df3 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - *fill* 0x3c039df3 0x1 - .rodata.vfs 0x3c039df4 0xa4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c039e3b 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + *fill* 0x3c039e3b 0x1 + .rodata.vfs 0x3c039e3c 0xa4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .rodata.translate_path.str1.4 - 0x3c039e98 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3c039ee0 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) .rodata.__func__.0 - 0x3c039e98 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x3c039ee0 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) .rodata.esp_core_dump_get_user_ram_info.str1.4 - 0x3c039ea7 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c039eef 0x4c esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.esp_core_dump_write_internal.str1.4 - 0x3c039ea7 0x3d esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - *fill* 0x3c039ea7 0x1 + 0x3c039eef 0x3d esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + *fill* 0x3c039eef 0x1 .rodata.__func__.0 - 0x3c039ea8 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c039ef0 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.s_memory_sections - 0x3c039ec8 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .rodata.TAG 0x3c039ee8 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + 0x3c039f10 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .rodata.TAG 0x3c039f30 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) .rodata.esp_core_dump_uart_print_write_start.str1.4 - 0x3c039efd 0x33 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x33 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_print_write_end.str1.4 - 0x3c039efd 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x3c esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_write_start.str1.4 - 0x3c039efd 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_write_end.str1.4 - 0x3c039efd 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x4e esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_uart_hw_init.str1.4 - 0x3c039efd 0x42 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x42 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.esp_core_dump_init.str1.4 - 0x3c039efd 0x2f esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - *fill* 0x3c039efd 0x3 - .rodata.b64.0 0x3c039f00 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - *fill* 0x3c039f41 0x3 - .rodata.TAG 0x3c039f44 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + 0x3c039f45 0x2f esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + *fill* 0x3c039f45 0x3 + .rodata.b64.0 0x3c039f48 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + *fill* 0x3c039f89 0x3 + .rodata.TAG 0x3c039f8c 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) .rodata.elf_write_segment_header.str1.4 - 0x3c039f57 0x86 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x86 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_note_segment.str1.4 - 0x3c039f57 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_segment.str1.4 - 0x3c039f57 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x80 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_tcb.str1.4 - 0x3c039f57 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x36 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_task_tcb.str1.4 - 0x3c039f57 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x72 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_file_header.str1.4 - 0x3c039f57 0x3e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x3e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_note_header.str1.4 - 0x3c039f57 0x85 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x85 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_note.str1.4 - 0x3c039f57 0xc1 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0xc1 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_note.str1.4 - 0x3c039f57 0x8f esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x8f esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_regs.str1.4 - 0x3c039f57 0x45 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x45 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_task_stack.str1.4 - 0x3c039f57 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x52 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_save_task.str1.4 - 0x3c039f57 0x92 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x92 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_process_tasks_regs.str1.4 - 0x3c039f57 0xa9 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0xa9 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_tasks_data.str1.4 - 0x3c039f57 0x9e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x9e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_core_dump_user_data.str1.4 - 0x3c039f57 0x83 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x83 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_add_wdt_panic_details.str1.4 - 0x3c039f57 0x98 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x98 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.elf_write_core_dump_info.str1.4 - 0x3c039f57 0x19e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x19e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.esp_core_dump_do_write_elf_pass.str1.4 - 0x3c039f57 0x130 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039f9f 0x130 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.esp_core_dump_write_elf.str1.4 - 0x3c039f57 0x122 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f57 0x1 + 0x3c039f9f 0x122 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c039f9f 0x1 .rodata.__FUNCTION__.18 - 0x3c039f58 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f72 0x2 + 0x3c039fa0 0x1a esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c039fba 0x2 .rodata.__FUNCTION__.17 - 0x3c039f74 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039f8d 0x3 + 0x3c039fbc 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c039fd5 0x3 .rodata.__FUNCTION__.16 - 0x3c039f90 0x1e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039fae 0x2 + 0x3c039fd8 0x1e esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c039ff6 0x2 .rodata.__FUNCTION__.15 - 0x3c039fb0 0x10 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c039ff8 0x10 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.__FUNCTION__.14 - 0x3c039fc0 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039fce 0x2 + 0x3c03a008 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a016 0x2 .rodata.__FUNCTION__.13 - 0x3c039fd0 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c039fe7 0x1 + 0x3c03a018 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a02f 0x1 .rodata.__FUNCTION__.12 - 0x3c039fe8 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c03a030 0xc esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) .rodata.__FUNCTION__.11 - 0x3c039ff4 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a009 0x3 - .rodata.__FUNCTION__.10 - 0x3c03a00c 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a01a 0x2 - .rodata.__FUNCTION__.9 - 0x3c03a01c 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a035 0x3 - .rodata.__FUNCTION__.8 - 0x3c03a038 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + 0x3c03a03c 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) *fill* 0x3c03a051 0x3 - .rodata.__FUNCTION__.7 - 0x3c03a054 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a06a 0x2 - .rodata.__FUNCTION__.5 - 0x3c03a06c 0xf esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a07b 0x1 - .rodata.__FUNCTION__.4 - 0x3c03a07c 0xd esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a089 0x3 - .rodata.__FUNCTION__.3 - 0x3c03a08c 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a0a3 0x1 - .rodata.__FUNCTION__.2 - 0x3c03a0a4 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a0b9 0x3 - .rodata.__FUNCTION__.1 - 0x3c03a0bc 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - *fill* 0x3c03a0d2 0x2 - .rodata.__FUNCTION__.0 - 0x3c03a0d4 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .rodata.TAG 0x3c03a0f4 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .rodata.core_dump_crc_print.str1.4 - 0x3c03a106 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .rodata.core_dump_crc_update.str1.4 - 0x3c03a106 0x43 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - *fill* 0x3c03a106 0x2 - .rodata.__func__.0 - 0x3c03a108 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .rodata.TAG 0x3c03a11c 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .rodata.esp_core_dump_get_stack.str1.4 - 0x3c03a12e 0x75 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .rodata.esp_core_dump_get_task_regs_dump.str1.4 - 0x3c03a12e 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - *fill* 0x3c03a12e 0x2 - .rodata.__func__.1 - 0x3c03a130 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .rodata.TAG 0x3c03a148 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .rodata.register_info.str1.4 - 0x3c03a15b 0x116 esp-idf/main/libmain.a(main.c.obj) - .rodata.exec_info_cmd.str1.4 - 0x3c03a15b 0x269 esp-idf/main/libmain.a(main.c.obj) - .rodata.initialize_nvs.str1.4 - 0x3c03a15b 0x28 esp-idf/main/libmain.a(main.c.obj) - .rodata.app_main.str1.4 - 0x3c03a15b 0x6d esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c03a15b 0x1 - .rodata.__func__.0 - 0x3c03a15c 0xf esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c03a16b 0x1 - .rodata.__func__.1 - 0x3c03a16c 0x9 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c03a175 0x3 - .rodata.__func__.2 - 0x3c03a178 0xe esp-idf/main/libmain.a(main.c.obj) - *fill* 0x3c03a186 0x2 - .rodata 0x3c03a188 0x1c esp-idf/main/libmain.a(main.c.obj) - .rodata.print_arg_help.str1.4 - 0x3c03a1a4 0x1c esp-idf/console/libconsole.a(commands.c.obj) - .rodata.help_command.str1.4 - 0x3c03a1a4 0x7b esp-idf/console/libconsole.a(commands.c.obj) - .rodata.esp_console_cmd_register.str1.4 - 0x3c03a1a4 0x4 esp-idf/console/libconsole.a(commands.c.obj) - .rodata.esp_console_register_help_command.str1.4 - 0x3c03a1a4 0x96 esp-idf/console/libconsole.a(commands.c.obj) - .rodata.esp_console_setup_prompt.str1.4 - 0x3c03a1a4 0x1c esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_setup_history.str1.4 - 0x3c03a1a4 0x4d esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_common_init.str1.4 - 0x3c03a1a4 0x3 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.esp_console_repl_task.str1.4 - 0x3c03a1a4 0x1ac esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata 0x3c03a1a4 0x14 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .rodata.getCursorPosition.str1.4 - 0x3c03a1b8 0x6 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.getColumns.str1.4 - 0x3c03a1b8 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseDumb.str1.4 - 0x3c03a1b8 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseClearScreen.str1.4 - 0x3c03a1b8 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.refreshShowHints.str1.4 - 0x3c03a1b8 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.refreshMultiLine.str1.4 - 0x3c03a1b8 0x1b esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.completeLine.str1.4 - 0x3c03a1b8 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseProbe.str1.4 - 0x3c03a1b8 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseEdit.str1.4 - 0x3c03a1b8 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseHistorySave.str1.4 - 0x3c03a1b8 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.linenoiseHistoryLoad.str1.4 - 0x3c03a1b8 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.__func__.0 - 0x3c03a1b8 0xb esp-idf/console/libconsole.a(linenoise.c.obj) - .rodata.esp_console_repl_usb_serial_jtag_delete.str1.4 - 0x3c03a1c3 0x3f esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .rodata.esp_console_new_repl_usb_serial_jtag.str1.4 - 0x3c03a1c3 0xd esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .rodata.arg_end_errorfn.str1.4 - 0x3c03a1c3 0xaa esp-idf/console/libconsole.a(arg_end.c.obj) - .rodata.arg_lit_errorfn.str1.4 - 0x3c03a1c3 0x2f esp-idf/console/libconsole.a(arg_lit.c.obj) - .rodata.arg_str_resetfn.str1.4 - 0x3c03a1c3 0x1 esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.arg_str_errorfn.str1.4 - 0x3c03a1c3 0x2b esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.arg_strn.str1.4 - 0x3c03a1c3 0x9 esp-idf/console/libconsole.a(arg_str.c.obj) - .rodata.panic.str1.4 - 0x3c03a1c3 0xc esp-idf/console/libconsole.a(arg_utils.c.obj) - .rodata.argtable3_xmalloc.str1.4 - 0x3c03a1c3 0x10 esp-idf/console/libconsole.a(arg_utils.c.obj) - .rodata.arg_cat_optionv.str1.4 - 0x3c03a1c3 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_gnuswitch_ds.str1.4 - 0x3c03a1c3 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_formatted_ds.str1.4 - 0x3c03a1c3 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_option_ds.str1.4 - 0x3c03a1c3 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_syntax_ds.str1.4 - 0x3c03a1c3 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.arg_print_glossary_ds.str1.4 - 0x3c03a1c3 0xf esp-idf/console/libconsole.a(argtable3.c.obj) - .rodata.intr_get_item.str1.4 - 0x3c03a1c3 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .rodata._global_interrupt_handler.str1.4 - 0x3c03a1c3 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c03a1c3 0x1 - .rodata.__func__.0 - 0x3c03a1c4 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c03a1de 0x2 - .rodata.__func__.1 - 0x3c03a1e0 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .rodata.gpio_input_enable.str1.4 - 0x3c03a1f8 0x3f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_sleep_output_enable.str1.4 - 0x3c03a1f8 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_set_pull_mode.str1.4 - 0x3c03a1f8 0x5e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.0 - 0x3c03a1f8 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a206 0x2 - .rodata.__FUNCTION__.4 - 0x3c03a208 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a21b 0x1 - .rodata.__FUNCTION__.5 - 0x3c03a21c 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a22e 0x2 - .rodata.__FUNCTION__.6 - 0x3c03a230 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a246 0x2 - .rodata.__FUNCTION__.7 - 0x3c03a248 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.8 - 0x3c03a260 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a275 0x3 - .rodata.__FUNCTION__.9 - 0x3c03a278 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a28f 0x1 .rodata.__FUNCTION__.10 - 0x3c03a290 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a2a9 0x3 - .rodata.__FUNCTION__.11 - 0x3c03a2ac 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a2c6 0x2 - .rodata.__FUNCTION__.12 - 0x3c03a2c8 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a2e1 0x3 - .rodata.__FUNCTION__.13 - 0x3c03a2e4 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a2fd 0x3 - .rodata.__FUNCTION__.14 - 0x3c03a300 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.15 - 0x3c03a318 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a331 0x3 - .rodata.__FUNCTION__.27 - 0x3c03a334 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.28 - 0x3c03a344 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a353 0x1 - .rodata.__FUNCTION__.29 - 0x3c03a354 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.30 - 0x3c03a368 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a37b 0x1 - .rodata.__FUNCTION__.31 - 0x3c03a37c 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a38f 0x1 - .rodata.__FUNCTION__.32 - 0x3c03a390 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a3a2 0x2 - .rodata.__FUNCTION__.33 - 0x3c03a3a4 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a3b7 0x1 - .rodata.__FUNCTION__.34 - 0x3c03a3b8 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a3cb 0x1 - .rodata.__FUNCTION__.35 - 0x3c03a3cc 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a3db 0x1 - .rodata.__FUNCTION__.39 - 0x3c03a3dc 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a3ee 0x2 - .rodata.__FUNCTION__.40 - 0x3c03a3f0 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c03a401 0x3 - .rodata.__FUNCTION__.41 - 0x3c03a404 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.42 - 0x3c03a414 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.str1.4 - 0x3c03a423 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3c03a423 0x1 - .rodata.__func__.1 - 0x3c03a424 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.s_get_bus_mask.str1.4 - 0x3c03a44c 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.s_reserve_irom_region.str1.4 - 0x3c03a44c 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.s_reserve_drom_region.str1.4 - 0x3c03a44c 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.str1.4 - 0x3c03a44c 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_init.str1.4 - 0x3c03a44c 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 - 0x3c03a44c 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 - 0x3c03a44c 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map.str1.4 - 0x3c03a44c 0x17e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_unmap.str1.4 - 0x3c03a44c 0xa3 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_vaddr_to_paddr.str1.4 - 0x3c03a44c 0x7b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.1 - 0x3c03a44c 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a463 0x1 - .rodata.__FUNCTION__.2 - 0x3c03a464 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a472 0x2 - .rodata.__func__.3 - 0x3c03a474 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a48b 0x1 - .rodata.__func__.4 - 0x3c03a48c 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.5 - 0x3c03a498 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__func__.8 - 0x3c03a4a4 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a4ba 0x2 - .rodata.__func__.9 - 0x3c03a4bc 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__func__.10 - 0x3c03a4d0 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a4e6 0x2 - .rodata.__func__.11 - 0x3c03a4e8 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c03a4f9 0x3 - .rodata.g_mmu_mem_regions - 0x3c03a4fc 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - 0x3c03a4fc g_mmu_mem_regions - .rodata.s_merge_contiguous_pages.str1.4 - 0x3c03a514 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.spi_flash_munmap.str1.4 - 0x3c03a514 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.__func__.1 - 0x3c03a514 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.esp_mspi_get_io.str1.4 - 0x3c03a525 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - *fill* 0x3c03a525 0x3 - .rodata.__func__.0 - 0x3c03a528 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .srodata.s_mspi_io_num_default - 0x3c03a538 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .rodata.str1.4 - 0x3c03a53e 0x198 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.esp_flash_read_unique_chip_id.str1.4 - 0x3c03a53e 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c03a53e 0x2 - .rodata.__func__.0 - 0x3c03a540 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.__func__.1 - 0x3c03a550 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c03a567 0x1 - .rodata.io_mode_str - 0x3c03a568 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.esp_flash_init_default_chip.str1.4 - 0x3c03a61c 0x13f esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.__FUNCTION__.0 - 0x3c03a61c 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.TAG 0x3c03a638 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.str1.4 - 0x3c03a642 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - *fill* 0x3c03a642 0x2 - .rodata.__func__.0 - 0x3c03a644 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .rodata.str1.4 - 0x3c03a65d 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .rodata.esp_crosscore_int_init.str1.4 - 0x3c03a65d 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c03a65d 0x3 - .rodata.__func__.0 - 0x3c03a660 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c03a677 0x1 - .rodata.__func__.1 - 0x3c03a678 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .rodata.add_entry.str1.4 - 0x3c03a68f 0xc7 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.delete_entry.str1.4 - 0x3c03a68f 0x5f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_timeout_abort.str1.4 - 0x3c03a68f 0x64 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_timeout_handling.str1.4 - 0x3c03a68f 0x3e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_add.str1.4 - 0x3c03a68f 0x3b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.subscribe_idle.str1.4 - 0x3c03a68f 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_init.str1.4 - 0x3c03a68f 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_print_triggered_tasks.str1.4 - 0x3c03a68f 0xc1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_isr.str1.4 - 0x3c03a68f 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a68f 0x1 - .rodata.__FUNCTION__.5 - 0x3c03a690 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6a3 0x1 - .rodata.__FUNCTION__.7 - 0x3c03a6a4 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6ae 0x2 + 0x3c03a054 0xe esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a062 0x2 + .rodata.__FUNCTION__.9 + 0x3c03a064 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a07d 0x3 .rodata.__FUNCTION__.8 - 0x3c03a6b0 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6c1 0x3 - .rodata.__func__.12 - 0x3c03a6c4 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6d3 0x1 - .rodata.__func__.13 - 0x3c03a6d4 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6e1 0x3 - .rodata.__FUNCTION__.14 - 0x3c03a6e4 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c03a6f6 0x2 - .rodata.__func__.15 - 0x3c03a6f8 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.str1.4 - 0x3c03a70f 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .rodata.get_flash_clock_divider.str1.4 - 0x3c03a70f 0x93 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .rodata.str1.4 - 0x3c03a70f 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) - *fill* 0x3c03a70f 0x1 - .rodata.esp_isr_names - 0x3c03a710 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) - 0x3c03a710 esp_isr_names - .rodata.GPIO_HOLD_MASK - 0x3c03a808 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c03a808 GPIO_HOLD_MASK - .rodata.GPIO_PIN_MUX_REG - 0x3c03a860 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c03a860 GPIO_PIN_MUX_REG - .srodata.g_spi_lock_main_flash_dev - 0x3c03a8b8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - 0x3c03a8b8 g_spi_lock_main_flash_dev - .rodata.prvReturnItemByteBuf.str1.4 - 0x3c03a8bc 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvGetItemByteBuf.str1.4 - 0x3c03a8bc 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvCheckItemFitsByteBuffer.str1.4 - 0x3c03a8bc 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvReturnItemDefault.str1.4 - 0x3c03a8bc 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvGetItemDefault.str1.4 - 0x3c03a8bc 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvAcquireItemNoSplit.str1.4 - 0x3c03a8bc 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvSendItemDoneNoSplit.str1.4 - 0x3c03a8bc 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvInitializeNewRingbuffer.str1.4 - 0x3c03a8bc 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvReceiveGeneric.str1.4 - 0x3c03a8bc 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferCreate.str1.4 - 0x3c03a8bc 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferCreateStatic.str1.4 - 0x3c03a8bc 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSendAcquire.str1.4 - 0x3c03a8bc 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSendComplete.str1.4 - 0x3c03a8bc 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSend.str1.4 - 0x3c03a8bc 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferReceive.str1.4 - 0x3c03a8bc 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferReceiveUpTo.str1.4 - 0x3c03a8bc 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferGetStaticBuffer.str1.4 - 0x3c03a8bc 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.vRingbufferDeleteWithCaps.str1.4 - 0x3c03a8bc 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.0 - 0x3c03a8bc 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8d6 0x2 - .rodata.__func__.1 - 0x3c03a8d8 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a8f3 0x1 - .rodata.__func__.8 - 0x3c03a8f4 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a90e 0x2 - .rodata.__func__.9 - 0x3c03a910 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a922 0x2 - .rodata.__func__.10 - 0x3c03a924 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a941 0x3 - .rodata.__func__.11 - 0x3c03a944 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a95a 0x2 - .rodata.__func__.12 - 0x3c03a95c 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a97a 0x2 - .rodata.__func__.13 - 0x3c03a97c 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a993 0x1 - .rodata.__func__.16 - 0x3c03a994 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9ad 0x3 - .rodata.__func__.17 - 0x3c03a9b0 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9ca 0x2 - .rodata.__func__.18 - 0x3c03a9cc 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9de 0x2 - .rodata.__func__.20 - 0x3c03a9e0 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03a9f7 0x1 - .rodata.__func__.21 - 0x3c03a9f8 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.24 - 0x3c03aa08 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.25 - 0x3c03aa20 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.26 - 0x3c03aa34 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.27 - 0x3c03aa4c 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa63 0x1 - .rodata.__func__.28 - 0x3c03aa64 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa7a 0x2 - .rodata.__func__.29 - 0x3c03aa7c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aa8e 0x2 - .rodata.__func__.30 - 0x3c03aa90 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aaa5 0x3 - .rodata.__func__.31 - 0x3c03aaa8 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aabe 0x2 - .rodata.__func__.32 - 0x3c03aac0 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aadb 0x1 - .rodata.__func__.33 - 0x3c03aadc 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03aaef 0x1 - .rodata.__func__.34 - 0x3c03aaf0 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03ab02 0x2 - .rodata.__func__.35 - 0x3c03ab04 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c03ab19 0x3 - .rodata.__func__.36 - 0x3c03ab1c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.uart_reenable_intr_mask.str1.4 - 0x3c03ab2e 0x37 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_enqueue.str1.4 - 0x3c03ab2e 0x51 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_word_length.str1.4 - 0x3c03ab2e 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_baudrate.str1.4 - 0x3c03ab2e 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_hw_flow_ctrl.str1.4 - 0x3c03ab2e 0x6f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_pop_pos.str1.4 - 0x3c03ab2e 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_enable_tx_intr.str1.4 - 0x3c03ab2e 0x3b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_pin.str1.4 - 0x3c03ab2e 0xc5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_param_config.str1.4 - 0x3c03ab2e 0x6e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_tx_chars.str1.4 - 0x3c03ab2e 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_write_bytes_with_break.str1.4 - 0x3c03ab2e 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_delete.str1.4 - 0x3c03ab2e 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_install.str1.4 - 0x3c03ab2e 0x21f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03ab2e 0x2 - .rodata.__FUNCTION__.39 - 0x3c03ab30 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03ab43 0x1 - .rodata.__FUNCTION__.37 - 0x3c03ab44 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.34 - 0x3c03ab58 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03ab73 0x1 - .rodata.__FUNCTION__.33 - 0x3c03ab74 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.32 - 0x3c03ab8c 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.30 - 0x3c03ab9c 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03abad 0x3 - .rodata.__FUNCTION__.26 - 0x3c03abb0 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03abc1 0x3 - .rodata.__FUNCTION__.25 - 0x3c03abc4 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03abd6 0x2 - .rodata.__FUNCTION__.20 - 0x3c03abd8 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03abe5 0x3 - .rodata.__FUNCTION__.19 - 0x3c03abe8 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.17 - 0x3c03abfc 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c03ac15 0x3 - .rodata.__FUNCTION__.14 - 0x3c03ac18 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.nvs_flash_init.str1.4 - 0x3c03ac2f 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - *fill* 0x3c03ac2f 0x1 - .rodata._ZTVN3nvs9PartitionE - 0x3c03ac30 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c03ac30 vtable for nvs::Partition - .rodata._ZTVN3nvs12NVSPartitionE - 0x3c03ac64 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c03ac64 vtable for nvs::NVSPartition - .rodata._ZTVN3nvs19NVSPartitionManagerE - 0x3c03ac98 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x3c03ac98 vtable for nvs::NVSPartitionManager - .rodata.load_partitions.str1.4 - 0x3c03aca8 0x79 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.ensure_partitions_loaded.str1.4 - 0x3c03aca8 0x36 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_unload_all.str1.4 - 0x3c03aca8 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_next.str1.4 - 0x3c03aca8 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_get.str1.4 - 0x3c03aca8 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.__func__.2 - 0x3c03aca8 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - *fill* 0x3c03acba 0x2 - .rodata.__func__.3 - 0x3c03acbc 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_write.str1.4 - 0x3c03accf 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03accf 0x1 - .rodata.__func__.0 - 0x3c03acd0 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ace3 0x1 - .rodata.__func__.1 - 0x3c03ace4 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03acfe 0x2 - .rodata.__func__.2 - 0x3c03ad00 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.__func__.3 - 0x3c03ad18 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ad2f 0x1 - .rodata.__func__.4 - 0x3c03ad30 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.__func__.5 - 0x3c03ad44 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c03ad57 0x1 - .rodata.uart_periph_signal - 0x3c03ad58 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) - 0x3c03ad58 uart_periph_signal - .rodata.periph_rtc_dig_clk8m_disable.str1.4 - 0x3c03ad80 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.__func__.0 - 0x3c03ad80 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.esp_clk_tree_src_get_freq_hz.str1.4 - 0x3c03ad9d 0xec esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - *fill* 0x3c03ad9d 0x3 + 0x3c03a080 0x19 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a099 0x3 + .rodata.__FUNCTION__.7 + 0x3c03a09c 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a0b2 0x2 + .rodata.__FUNCTION__.5 + 0x3c03a0b4 0xf esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a0c3 0x1 + .rodata.__FUNCTION__.4 + 0x3c03a0c4 0xd esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a0d1 0x3 + .rodata.__FUNCTION__.3 + 0x3c03a0d4 0x17 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a0eb 0x1 + .rodata.__FUNCTION__.2 + 0x3c03a0ec 0x15 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a101 0x3 + .rodata.__FUNCTION__.1 + 0x3c03a104 0x16 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + *fill* 0x3c03a11a 0x2 .rodata.__FUNCTION__.0 - 0x3c03ada0 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .rodata.clk_tree_rtc_slow_calibration.str1.4 - 0x3c03adbd 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 - 0x3c03adbd 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c03adbd 0x3 + 0x3c03a11c 0x20 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .rodata.TAG 0x3c03a13c 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .rodata.core_dump_crc_print.str1.4 + 0x3c03a14e 0x5a esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .rodata.core_dump_crc_update.str1.4 + 0x3c03a14e 0x43 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + *fill* 0x3c03a14e 0x2 .rodata.__func__.0 - 0x3c03adc0 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c03ade1 0x3 + 0x3c03a150 0x14 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .rodata.TAG 0x3c03a164 0x12 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .rodata.esp_core_dump_get_stack.str1.4 + 0x3c03a176 0x75 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .rodata.esp_core_dump_get_task_regs_dump.str1.4 + 0x3c03a176 0x41 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + *fill* 0x3c03a176 0x2 .rodata.__func__.1 - 0x3c03ade4 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .rodata.prvTaskDeleteWithCaps.str1.4 - 0x3c03ae02 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - *fill* 0x3c03ae02 0x2 + 0x3c03a178 0x18 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .rodata.TAG 0x3c03a190 0x13 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .rodata.register_info.str1.4 + 0x3c03a1a3 0x116 esp-idf/main/libmain.a(main.c.obj) + .rodata.exec_info_cmd.str1.4 + 0x3c03a1a3 0x2b1 esp-idf/main/libmain.a(main.c.obj) + .rodata.initialize_nvs.str1.4 + 0x3c03a1a3 0x28 esp-idf/main/libmain.a(main.c.obj) + .rodata.app_main.str1.4 + 0x3c03a1a3 0x6d esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c03a1a3 0x1 + .rodata.__func__.0 + 0x3c03a1a4 0xf esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c03a1b3 0x1 + .rodata.__func__.1 + 0x3c03a1b4 0x9 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c03a1bd 0x3 .rodata.__func__.2 - 0x3c03ae04 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - *fill* 0x3c03ae1d 0x3 - .rodata.__func__.3 - 0x3c03ae20 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.esp_ota_get_running_partition.str1.4 - 0x3c03ae35 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x3c03ae35 0x3 - .rodata.__func__.1 - 0x3c03ae38 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 - 0x3c03ae56 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .rodata.clk_hal_xtal_get_freq_mhz.str1.4 - 0x3c03ae56 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - *fill* 0x3c03ae56 0x2 + 0x3c03a1c0 0xe esp-idf/main/libmain.a(main.c.obj) + *fill* 0x3c03a1ce 0x2 + .rodata 0x3c03a1d0 0x1c esp-idf/main/libmain.a(main.c.obj) + .rodata.print_arg_help.str1.4 + 0x3c03a1ec 0x1c esp-idf/console/libconsole.a(commands.c.obj) + .rodata.help_command.str1.4 + 0x3c03a1ec 0x7b esp-idf/console/libconsole.a(commands.c.obj) + .rodata.esp_console_cmd_register.str1.4 + 0x3c03a1ec 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .rodata.esp_console_register_help_command.str1.4 + 0x3c03a1ec 0x96 esp-idf/console/libconsole.a(commands.c.obj) + .rodata.esp_console_setup_prompt.str1.4 + 0x3c03a1ec 0x1c esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_setup_history.str1.4 + 0x3c03a1ec 0x4d esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_common_init.str1.4 + 0x3c03a1ec 0x3 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.esp_console_repl_task.str1.4 + 0x3c03a1ec 0x1ac esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata 0x3c03a1ec 0x14 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .rodata.getCursorPosition.str1.4 + 0x3c03a200 0x6 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.getColumns.str1.4 + 0x3c03a200 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseDumb.str1.4 + 0x3c03a200 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseClearScreen.str1.4 + 0x3c03a200 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.refreshShowHints.str1.4 + 0x3c03a200 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.refreshMultiLine.str1.4 + 0x3c03a200 0x1b esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.completeLine.str1.4 + 0x3c03a200 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseProbe.str1.4 + 0x3c03a200 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseEdit.str1.4 + 0x3c03a200 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseHistorySave.str1.4 + 0x3c03a200 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.linenoiseHistoryLoad.str1.4 + 0x3c03a200 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) .rodata.__func__.0 - 0x3c03ae58 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x3c03a200 0xb esp-idf/console/libconsole.a(linenoise.c.obj) + .rodata.esp_console_repl_usb_serial_jtag_delete.str1.4 + 0x3c03a20b 0x3f esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .rodata.esp_console_new_repl_usb_serial_jtag.str1.4 + 0x3c03a20b 0xd esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .rodata.arg_end_errorfn.str1.4 + 0x3c03a20b 0xaa esp-idf/console/libconsole.a(arg_end.c.obj) + .rodata.arg_lit_errorfn.str1.4 + 0x3c03a20b 0x2f esp-idf/console/libconsole.a(arg_lit.c.obj) + .rodata.arg_str_resetfn.str1.4 + 0x3c03a20b 0x1 esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.arg_str_errorfn.str1.4 + 0x3c03a20b 0x2b esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.arg_strn.str1.4 + 0x3c03a20b 0x9 esp-idf/console/libconsole.a(arg_str.c.obj) + .rodata.panic.str1.4 + 0x3c03a20b 0xc esp-idf/console/libconsole.a(arg_utils.c.obj) + .rodata.argtable3_xmalloc.str1.4 + 0x3c03a20b 0x10 esp-idf/console/libconsole.a(arg_utils.c.obj) + .rodata.arg_cat_optionv.str1.4 + 0x3c03a20b 0x1a esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_gnuswitch_ds.str1.4 + 0x3c03a20b 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_formatted_ds.str1.4 + 0x3c03a20b 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_option_ds.str1.4 + 0x3c03a20b 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_syntax_ds.str1.4 + 0x3c03a20b 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.arg_print_glossary_ds.str1.4 + 0x3c03a20b 0xf esp-idf/console/libconsole.a(argtable3.c.obj) + .rodata.intr_get_item.str1.4 + 0x3c03a20b 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata._global_interrupt_handler.str1.4 + 0x3c03a20b 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) + *fill* 0x3c03a20b 0x1 + .rodata.__func__.0 + 0x3c03a20c 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) + *fill* 0x3c03a226 0x2 .rodata.__func__.1 - 0x3c03ae74 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x3c03a228 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.gpio_input_enable.str1.4 + 0x3c03a240 0x3f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_sleep_output_enable.str1.4 + 0x3c03a240 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_pull_mode.str1.4 + 0x3c03a240 0x5e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.0 + 0x3c03a240 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a24e 0x2 + .rodata.__FUNCTION__.4 + 0x3c03a250 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a263 0x1 + .rodata.__FUNCTION__.5 + 0x3c03a264 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a276 0x2 + .rodata.__FUNCTION__.6 + 0x3c03a278 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a28e 0x2 + .rodata.__FUNCTION__.7 + 0x3c03a290 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.8 + 0x3c03a2a8 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a2bd 0x3 + .rodata.__FUNCTION__.9 + 0x3c03a2c0 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a2d7 0x1 + .rodata.__FUNCTION__.10 + 0x3c03a2d8 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a2f1 0x3 + .rodata.__FUNCTION__.11 + 0x3c03a2f4 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a30e 0x2 + .rodata.__FUNCTION__.12 + 0x3c03a310 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a329 0x3 + .rodata.__FUNCTION__.13 + 0x3c03a32c 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a345 0x3 + .rodata.__FUNCTION__.14 + 0x3c03a348 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.15 + 0x3c03a360 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a379 0x3 + .rodata.__FUNCTION__.27 + 0x3c03a37c 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.28 + 0x3c03a38c 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a39b 0x1 + .rodata.__FUNCTION__.29 + 0x3c03a39c 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.30 + 0x3c03a3b0 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a3c3 0x1 + .rodata.__FUNCTION__.31 + 0x3c03a3c4 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a3d7 0x1 + .rodata.__FUNCTION__.32 + 0x3c03a3d8 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a3ea 0x2 + .rodata.__FUNCTION__.33 + 0x3c03a3ec 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a3ff 0x1 + .rodata.__FUNCTION__.34 + 0x3c03a400 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a413 0x1 + .rodata.__FUNCTION__.35 + 0x3c03a414 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a423 0x1 + .rodata.__FUNCTION__.39 + 0x3c03a424 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a436 0x2 + .rodata.__FUNCTION__.40 + 0x3c03a438 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x3c03a449 0x3 + .rodata.__FUNCTION__.41 + 0x3c03a44c 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.42 + 0x3c03a45c 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.str1.4 + 0x3c03a46b 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3c03a46b 0x1 + .rodata.__func__.1 + 0x3c03a46c 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.s_get_bus_mask.str1.4 + 0x3c03a494 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_irom_region.str1.4 + 0x3c03a494 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_drom_region.str1.4 + 0x3c03a494 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.str1.4 + 0x3c03a494 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_init.str1.4 + 0x3c03a494 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 + 0x3c03a494 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 + 0x3c03a494 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map.str1.4 + 0x3c03a494 0x17e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_unmap.str1.4 + 0x3c03a494 0xa3 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_vaddr_to_paddr.str1.4 + 0x3c03a494 0x7b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.1 + 0x3c03a494 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a4ab 0x1 + .rodata.__FUNCTION__.2 + 0x3c03a4ac 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a4ba 0x2 + .rodata.__func__.3 + 0x3c03a4bc 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a4d3 0x1 + .rodata.__func__.4 + 0x3c03a4d4 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.5 + 0x3c03a4e0 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.8 + 0x3c03a4ec 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a502 0x2 + .rodata.__func__.9 + 0x3c03a504 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.10 + 0x3c03a518 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a52e 0x2 + .rodata.__func__.11 + 0x3c03a530 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x3c03a541 0x3 + .rodata.g_mmu_mem_regions + 0x3c03a544 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x3c03a544 g_mmu_mem_regions + .rodata.s_merge_contiguous_pages.str1.4 + 0x3c03a55c 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_munmap.str1.4 + 0x3c03a55c 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.1 + 0x3c03a55c 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.esp_mspi_get_io.str1.4 + 0x3c03a56d 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x3c03a56d 0x3 + .rodata.__func__.0 + 0x3c03a570 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .srodata.s_mspi_io_num_default + 0x3c03a580 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.str1.4 + 0x3c03a586 0x198 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_read_unique_chip_id.str1.4 + 0x3c03a586 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c03a586 0x2 + .rodata.__func__.0 + 0x3c03a588 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__.1 + 0x3c03a598 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x3c03a5af 0x1 + .rodata.io_mode_str + 0x3c03a5b0 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_init_default_chip.str1.4 + 0x3c03a664 0x13f esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__FUNCTION__.0 + 0x3c03a664 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x3c03a680 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.str1.4 + 0x3c03a68a 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x3c03a68a 0x2 + .rodata.__func__.0 + 0x3c03a68c 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.str1.4 + 0x3c03a6a5 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.esp_crosscore_int_init.str1.4 + 0x3c03a6a5 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c03a6a5 0x3 + .rodata.__func__.0 + 0x3c03a6a8 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x3c03a6bf 0x1 + .rodata.__func__.1 + 0x3c03a6c0 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.add_entry.str1.4 + 0x3c03a6d7 0xc7 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.delete_entry.str1.4 + 0x3c03a6d7 0x5f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_abort.str1.4 + 0x3c03a6d7 0x64 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_handling.str1.4 + 0x3c03a6d7 0x3e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_add.str1.4 + 0x3c03a6d7 0x3b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.subscribe_idle.str1.4 + 0x3c03a6d7 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_init.str1.4 + 0x3c03a6d7 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_print_triggered_tasks.str1.4 + 0x3c03a6d7 0xc1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_isr.str1.4 + 0x3c03a6d7 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a6d7 0x1 + .rodata.__FUNCTION__.5 + 0x3c03a6d8 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a6eb 0x1 + .rodata.__FUNCTION__.7 + 0x3c03a6ec 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a6f6 0x2 + .rodata.__FUNCTION__.8 + 0x3c03a6f8 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a709 0x3 + .rodata.__func__.12 + 0x3c03a70c 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a71b 0x1 + .rodata.__func__.13 + 0x3c03a71c 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a729 0x3 + .rodata.__FUNCTION__.14 + 0x3c03a72c 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x3c03a73e 0x2 + .rodata.__func__.15 + 0x3c03a740 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.str1.4 + 0x3c03a757 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .rodata.get_flash_clock_divider.str1.4 + 0x3c03a757 0x93 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.str1.4 + 0x3c03a757 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) + *fill* 0x3c03a757 0x1 + .rodata.esp_isr_names + 0x3c03a758 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x3c03a758 esp_isr_names + .rodata.GPIO_HOLD_MASK + 0x3c03a850 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c03a850 GPIO_HOLD_MASK + .rodata.GPIO_PIN_MUX_REG + 0x3c03a8a8 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x3c03a8a8 GPIO_PIN_MUX_REG + .srodata.g_spi_lock_main_flash_dev + 0x3c03a900 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x3c03a900 g_spi_lock_main_flash_dev + .rodata.prvReturnItemByteBuf.str1.4 + 0x3c03a904 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemByteBuf.str1.4 + 0x3c03a904 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x3c03a904 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReturnItemDefault.str1.4 + 0x3c03a904 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemDefault.str1.4 + 0x3c03a904 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvAcquireItemNoSplit.str1.4 + 0x3c03a904 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x3c03a904 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x3c03a904 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReceiveGeneric.str1.4 + 0x3c03a904 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreate.str1.4 + 0x3c03a904 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x3c03a904 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendAcquire.str1.4 + 0x3c03a904 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendComplete.str1.4 + 0x3c03a904 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSend.str1.4 + 0x3c03a904 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceive.str1.4 + 0x3c03a904 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x3c03a904 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferGetStaticBuffer.str1.4 + 0x3c03a904 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.vRingbufferDeleteWithCaps.str1.4 + 0x3c03a904 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.0 + 0x3c03a904 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a91e 0x2 + .rodata.__func__.1 + 0x3c03a920 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a93b 0x1 + .rodata.__func__.8 + 0x3c03a93c 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a956 0x2 + .rodata.__func__.9 + 0x3c03a958 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a96a 0x2 + .rodata.__func__.10 + 0x3c03a96c 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a989 0x3 + .rodata.__func__.11 + 0x3c03a98c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a9a2 0x2 + .rodata.__func__.12 + 0x3c03a9a4 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a9c2 0x2 + .rodata.__func__.13 + 0x3c03a9c4 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a9db 0x1 + .rodata.__func__.16 + 0x3c03a9dc 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03a9f5 0x3 + .rodata.__func__.17 + 0x3c03a9f8 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aa12 0x2 + .rodata.__func__.18 + 0x3c03aa14 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aa26 0x2 + .rodata.__func__.20 + 0x3c03aa28 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aa3f 0x1 + .rodata.__func__.21 + 0x3c03aa40 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.24 + 0x3c03aa50 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.25 + 0x3c03aa68 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.26 + 0x3c03aa7c 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.27 + 0x3c03aa94 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aaab 0x1 + .rodata.__func__.28 + 0x3c03aaac 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aac2 0x2 + .rodata.__func__.29 + 0x3c03aac4 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aad6 0x2 + .rodata.__func__.30 + 0x3c03aad8 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03aaed 0x3 + .rodata.__func__.31 + 0x3c03aaf0 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03ab06 0x2 + .rodata.__func__.32 + 0x3c03ab08 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03ab23 0x1 + .rodata.__func__.33 + 0x3c03ab24 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03ab37 0x1 + .rodata.__func__.34 + 0x3c03ab38 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03ab4a 0x2 + .rodata.__func__.35 + 0x3c03ab4c 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x3c03ab61 0x3 + .rodata.__func__.36 + 0x3c03ab64 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.uart_reenable_intr_mask.str1.4 + 0x3c03ab76 0x37 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x3c03ab76 0x51 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_word_length.str1.4 + 0x3c03ab76 0x2f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_baudrate.str1.4 + 0x3c03ab76 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x3c03ab76 0x6f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_pop_pos.str1.4 + 0x3c03ab76 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x3c03ab76 0x3b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x3c03ab76 0xc5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_param_config.str1.4 + 0x3c03ab76 0x6e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x3c03ab76 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x3c03ab76 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_delete.str1.4 + 0x3c03ab76 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x3c03ab76 0x21f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ab76 0x2 + .rodata.__FUNCTION__.39 + 0x3c03ab78 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ab8b 0x1 + .rodata.__FUNCTION__.37 + 0x3c03ab8c 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.34 + 0x3c03aba0 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03abbb 0x1 + .rodata.__FUNCTION__.33 + 0x3c03abbc 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.32 + 0x3c03abd4 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.30 + 0x3c03abe4 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03abf5 0x3 + .rodata.__FUNCTION__.26 + 0x3c03abf8 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ac09 0x3 + .rodata.__FUNCTION__.25 + 0x3c03ac0c 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ac1e 0x2 + .rodata.__FUNCTION__.20 + 0x3c03ac20 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ac2d 0x3 + .rodata.__FUNCTION__.19 + 0x3c03ac30 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.17 + 0x3c03ac44 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x3c03ac5d 0x3 + .rodata.__FUNCTION__.14 + 0x3c03ac60 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.nvs_flash_init.str1.4 + 0x3c03ac77 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x3c03ac77 0x1 + .rodata._ZTVN3nvs9PartitionE + 0x3c03ac78 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c03ac78 vtable for nvs::Partition + .rodata._ZTVN3nvs12NVSPartitionE + 0x3c03acac 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x3c03acac vtable for nvs::NVSPartition + .rodata._ZTVN3nvs19NVSPartitionManagerE + 0x3c03ace0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3c03ace0 vtable for nvs::NVSPartitionManager + .rodata.load_partitions.str1.4 + 0x3c03acf0 0x79 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.ensure_partitions_loaded.str1.4 + 0x3c03acf0 0x36 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_unload_all.str1.4 + 0x3c03acf0 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_next.str1.4 + 0x3c03acf0 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_get.str1.4 + 0x3c03acf0 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.2 + 0x3c03acf0 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x3c03ad02 0x2 + .rodata.__func__.3 + 0x3c03ad04 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_write.str1.4 + 0x3c03ad17 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c03ad17 0x1 + .rodata.__func__.0 + 0x3c03ad18 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c03ad2b 0x1 + .rodata.__func__.1 + 0x3c03ad2c 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c03ad46 0x2 + .rodata.__func__.2 + 0x3c03ad48 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.3 + 0x3c03ad60 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c03ad77 0x1 + .rodata.__func__.4 + 0x3c03ad78 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.5 + 0x3c03ad8c 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x3c03ad9f 0x1 + .rodata.uart_periph_signal + 0x3c03ada0 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x3c03ada0 uart_periph_signal + .rodata.periph_rtc_dig_clk8m_disable.str1.4 + 0x3c03adc8 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.__func__.0 + 0x3c03adc8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.esp_clk_tree_src_get_freq_hz.str1.4 + 0x3c03ade5 0xec esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + *fill* 0x3c03ade5 0x3 + .rodata.__FUNCTION__.0 + 0x3c03ade8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .rodata.clk_tree_rtc_slow_calibration.str1.4 + 0x3c03ae05 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 + 0x3c03ae05 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c03ae05 0x3 + .rodata.__func__.0 + 0x3c03ae08 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x3c03ae29 0x3 + .rodata.__func__.1 + 0x3c03ae2c 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.prvTaskDeleteWithCaps.str1.4 + 0x3c03ae4a 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + *fill* 0x3c03ae4a 0x2 + .rodata.__func__.2 + 0x3c03ae4c 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + *fill* 0x3c03ae65 0x3 + .rodata.__func__.3 + 0x3c03ae68 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.esp_ota_get_running_partition.str1.4 + 0x3c03ae7d 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x3c03ae7d 0x3 + .rodata.__func__.1 + 0x3c03ae80 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 + 0x3c03ae9e 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.clk_hal_xtal_get_freq_mhz.str1.4 + 0x3c03ae9e 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x3c03ae9e 0x2 + .rodata.__func__.0 + 0x3c03aea0 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.__func__.1 + 0x3c03aebc 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 - 0x3c03ae92 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03aeda 0x24 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.4 - 0x3c03ae92 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - *fill* 0x3c03ae92 0x2 + 0x3c03aeda 0x26 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + *fill* 0x3c03aeda 0x2 .rodata._ZTSSt9exception - 0x3c03ae94 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03ae94 typeinfo name for std::exception - *fill* 0x3c03aea1 0x3 + 0x3c03aedc 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03aedc typeinfo name for std::exception + *fill* 0x3c03aee9 0x3 .srodata._ZTISt9exception - 0x3c03aea4 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03aea4 typeinfo for std::exception + 0x3c03aeec 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03aeec typeinfo for std::exception .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03aeac 0x27 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03aeac typeinfo name for __gnu_cxx::__concurrence_lock_error - *fill* 0x3c03aed3 0x1 + 0x3c03aef4 0x27 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03aef4 typeinfo name for __gnu_cxx::__concurrence_lock_error + *fill* 0x3c03af1b 0x1 .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03aed4 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03aed4 typeinfo for __gnu_cxx::__concurrence_lock_error + 0x3c03af1c 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af1c typeinfo for __gnu_cxx::__concurrence_lock_error .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03aee0 0x29 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03aee0 typeinfo name for __gnu_cxx::__concurrence_unlock_error - *fill* 0x3c03af09 0x3 + 0x3c03af28 0x29 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af28 typeinfo name for __gnu_cxx::__concurrence_unlock_error + *fill* 0x3c03af51 0x3 .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03af0c 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03af0c typeinfo for __gnu_cxx::__concurrence_unlock_error + 0x3c03af54 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af54 typeinfo for __gnu_cxx::__concurrence_unlock_error .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE - 0x3c03af18 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03af18 vtable for __gnu_cxx::__concurrence_lock_error + 0x3c03af60 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af60 vtable for __gnu_cxx::__concurrence_lock_error .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c03af2c 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03af2c vtable for __gnu_cxx::__concurrence_unlock_error + 0x3c03af74 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af74 vtable for __gnu_cxx::__concurrence_unlock_error .srodata._ZSt7nothrow - 0x3c03af40 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - 0x3c03af40 std::nothrow - *fill* 0x3c03af41 0x3 + 0x3c03af88 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03af88 std::nothrow + *fill* 0x3c03af89 0x3 .rodata._ZTVN10__cxxabiv120__si_class_type_infoE - 0x3c03af44 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - 0x3c03af44 vtable for __cxxabiv1::__si_class_type_info + 0x3c03af8c 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + 0x3c03af8c vtable for __cxxabiv1::__si_class_type_info .rodata._ZTVN10__cxxabiv117__class_type_infoE - 0x3c03af70 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - 0x3c03af70 vtable for __cxxabiv1::__class_type_info + 0x3c03afb8 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + 0x3c03afb8 vtable for __cxxabiv1::__class_type_info .rodata._ZTSSt9bad_alloc - 0x3c03af9c 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x3c03af9c typeinfo name for std::bad_alloc - *fill* 0x3c03afa9 0x3 + 0x3c03afe4 0xd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c03afe4 typeinfo name for std::bad_alloc + *fill* 0x3c03aff1 0x3 .rodata._ZTISt9bad_alloc - 0x3c03afac 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - 0x3c03afac typeinfo for std::bad_alloc + 0x3c03aff4 0xc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + 0x3c03aff4 typeinfo for std::bad_alloc .rodata._ZNKSt9bad_alloc4whatEv.str1.4 - 0x3c03afb8 0xf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x3c03b000 0xf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) .rodata._ZTVSt9bad_alloc - 0x3c03afb8 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - 0x3c03afb8 vtable for std::bad_alloc + 0x3c03b000 0x14 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + 0x3c03b000 vtable for std::bad_alloc .rodata.str1.4 - 0x3c03afcc 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .rodata 0x3c03afcc 0x101 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - 0x3c03afcc _ctype_ - *fill* 0x3c03b0cd 0x3 - .rodata 0x3c03b0d0 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x3c03b014 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .rodata 0x3c03b014 0x101 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + 0x3c03b014 _ctype_ + *fill* 0x3c03b115 0x3 + .rodata 0x3c03b118 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) .rodata.str1.4 - 0x3c03b310 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .srodata.cst8 0x3c03b310 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + 0x3c03b358 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .srodata.cst8 0x3c03b358 0xa0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) 0x20 (size before relaxing) - .rodata 0x3c03b3b0 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata 0x3c03b3f8 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .rodata.str1.4 - 0x3c03b5f0 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + 0x3c03b638 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) .rodata.str1.4 - 0x3c03b5f0 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .srodata.cst8 0x3c03b5f0 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + 0x3c03b638 0x2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .srodata.cst8 0x3c03b638 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) .rodata.str1.4 - 0x3c03b5f0 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .srodata.cst8 0x3c03b5f0 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + 0x3c03b638 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .srodata.cst8 0x3c03b638 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) .rodata.str1.4 - 0x3c03b5f0 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .srodata.cst8 0x3c03b5f0 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .rodata 0x3c03b5f0 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - 0x3c03b600 __mprec_tens - 0x3c03b6c8 __mprec_tinytens - 0x3c03b6f0 __mprec_bigtens - .rodata 0x3c03b718 0x418 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - 0x3c03b938 __chclass - 0x3c03ba38 __state_table - 0x3c03baa4 __action_table + 0x3c03b638 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .srodata.cst8 0x3c03b638 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .rodata 0x3c03b638 0x128 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + 0x3c03b648 __mprec_tens + 0x3c03b710 __mprec_tinytens + 0x3c03b738 __mprec_bigtens + .rodata 0x3c03b760 0x418 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + 0x3c03b980 __chclass + 0x3c03ba80 __state_table + 0x3c03baec __action_table .rodata.str1.4 - 0x3c03bb30 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .rodata 0x3c03bb30 0x13e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - *fill* 0x3c03bc6e 0x2 - .rodata 0x3c03bc70 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + 0x3c03bb78 0x25 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .rodata 0x3c03bb78 0x13e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + *fill* 0x3c03bcb6 0x2 + .rodata 0x3c03bcb8 0x240 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) .rodata.str1.4 - 0x3c03beb0 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .srodata.cst8 0x3c03beb0 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + 0x3c03bef8 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .srodata.cst8 0x3c03bef8 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) .rodata.str1.4 - 0x3c03beb0 0x9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .rodata 0x3c03beb0 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + 0x3c03bef8 0x9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .rodata 0x3c03bef8 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) .rodata.str1.4 - 0x3c03c1a6 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - *fill* 0x3c03c1a6 0x2 - .rodata 0x3c03c1a8 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - 0x3c03c1a8 __default_global_locale - .srodata.cst4 0x3c03c314 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + 0x3c03c1ee 0x12 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + *fill* 0x3c03c1ee 0x2 + .rodata 0x3c03c1f0 0x16c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + 0x3c03c1f0 __default_global_locale + .srodata.cst4 0x3c03c35c 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) 0x4 (size before relaxing) .rodata.str1.4 - 0x3c03c31c 0x15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - *fill* 0x3c03c31c 0x4 - .rodata 0x3c03c320 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .srodata.cst8 0x3c03c388 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .srodata.cst4 0x3c03c388 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + 0x3c03c364 0x15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + *fill* 0x3c03c364 0x4 + .rodata 0x3c03c368 0x68 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .srodata.cst8 0x3c03c3d0 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .srodata.cst4 0x3c03c3d0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) .rodata.str1.4 - 0x3c03c388 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .srodata.cst8 0x3c03c388 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + 0x3c03c3d0 0x1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .srodata.cst8 0x3c03c3d0 0x8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) .rodata.str1.4 - 0x3c03c388 0x75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + 0x3c03c3d0 0x75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) *(.rodata_wlog_error .rodata_wlog_error.*) *(.rodata_wlog_info .rodata_wlog_info.*) *(.rodata_wlog_warning .rodata_wlog_warning.*) @@ -17230,113 +17230,113 @@ END GROUP *(.rodata1) *(.gcc_except_table .gcc_except_table.*) .gcc_except_table._ZSt15get_new_handlerv - 0x3c03c388 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + 0x3c03c3d0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) .gcc_except_table._ZnajRKSt9nothrow_t - 0x3c03c38c 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + 0x3c03c3d4 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) .gcc_except_table.__cxa_get_globals_fast - 0x3c03c39c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3c03c3e4 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .gcc_except_table.__cxa_get_globals - 0x3c03c3a0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x3c03c3e8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE - 0x3c03c3a4 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c03c3ec 0x10 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) .gcc_except_table._ZSt13get_terminatev - 0x3c03c3b4 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c03c3fc 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) *(.gnu.linkonce.e.*) - 0x3c03c400 . = ALIGN (0x4) - 0x3c03c3b8 __init_priority_array_start = ABSOLUTE (.) + 0x3c03c448 . = ALIGN (0x4) + 0x3c03c400 __init_priority_array_start = ABSOLUTE (.) *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array.*) - 0x3c03c3b8 __init_priority_array_end = ABSOLUTE (.) - 0x3c03c400 . = ALIGN (0x4) - 0x3c03c3b8 __init_array_start = ABSOLUTE (.) + 0x3c03c400 __init_priority_array_end = ABSOLUTE (.) + 0x3c03c448 . = ALIGN (0x4) + 0x3c03c400 __init_array_start = ABSOLUTE (.) *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array) - .init_array 0x3c03c3b8 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .init_array 0x3c03c3bc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .init_array 0x3c03c3c0 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .init_array 0x3c03c3c4 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .init_array 0x3c03c3c8 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - 0x3c03c3cc __init_array_end = ABSOLUTE (.) - 0x3c03c400 . = ALIGN (0x4) - 0x3c03c3cc soc_reserved_memory_region_start = ABSOLUTE (.) + .init_array 0x3c03c400 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .init_array 0x3c03c404 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .init_array 0x3c03c408 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .init_array 0x3c03c40c 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .init_array 0x3c03c410 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + 0x3c03c414 __init_array_end = ABSOLUTE (.) + 0x3c03c448 . = ALIGN (0x4) + 0x3c03c414 soc_reserved_memory_region_start = ABSOLUTE (.) *(.reserved_memory_address) .reserved_memory_address - 0x3c03c3cc 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c03c3ec soc_reserved_memory_region_end = ABSOLUTE (.) - 0x3c03c400 . = ALIGN (0x4) - 0x3c03c3ec _esp_system_init_fn_array_start = ABSOLUTE (.) + 0x3c03c414 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x3c03c434 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x3c03c448 . = ALIGN (0x4) + 0x3c03c434 _esp_system_init_fn_array_start = ABSOLUTE (.) *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) .esp_system_init_fn.1 - 0x3c03c3ec 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c03c434 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.10 - 0x3c03c3f4 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c43c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.20 - 0x3c03c3fc 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x3c03c444 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .esp_system_init_fn.21 - 0x3c03c404 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c03c44c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.100 - 0x3c03c40c 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3c03c454 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .esp_system_init_fn.101 - 0x3c03c414 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x3c03c45c 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) .esp_system_init_fn.101 - 0x3c03c41c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x3c03c464 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) .esp_system_init_fn.102 - 0x3c03c424 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c03c46c 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .esp_system_init_fn.104 - 0x3c03c42c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c474 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.105 - 0x3c03c434 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c47c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.105 - 0x3c03c43c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x3c03c484 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) .esp_system_init_fn.111 - 0x3c03c444 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x3c03c48c 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) .esp_system_init_fn.114 - 0x3c03c44c 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x3c03c494 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) .esp_system_init_fn.115 - 0x3c03c454 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3c03c49c 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) .esp_system_init_fn.115 - 0x3c03c45c 0x8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + 0x3c03c4a4 0x8 esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) .esp_system_init_fn.120 - 0x3c03c464 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c03c4ac 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) .esp_system_init_fn.130 - 0x3c03c46c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c4b4 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.130 - 0x3c03c474 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + 0x3c03c4bc 0x8 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) .esp_system_init_fn.140 - 0x3c03c47c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x3c03c4c4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) .esp_system_init_fn.203 - 0x3c03c484 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c4cc 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) .esp_system_init_fn.230 - 0x3c03c48c 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x3c03c4d4 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) .esp_system_init_fn.999 - 0x3c03c494 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 0x3c03c49c _esp_system_init_fn_array_end = ABSOLUTE (.) - 0x3c03c49c _rodata_end = ABSOLUTE (.) - 0x3c03c49c . = ALIGN (ALIGNOF (.eh_frame_hdr)) + 0x3c03c4dc 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x3c03c4e4 _esp_system_init_fn_array_end = ABSOLUTE (.) + 0x3c03c4e4 _rodata_end = ABSOLUTE (.) + 0x3c03c4e4 . = ALIGN (ALIGNOF (.eh_frame_hdr)) 0x00000001 ASSERT ((ADDR (.eh_frame_hdr) == (ADDR (.flash.rodata) + SIZEOF (.flash.rodata))), The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.) -.eh_frame_hdr 0x3c03c49c 0x0 - 0x3c03c49c . = ALIGN (ALIGNOF (.eh_frame)) +.eh_frame_hdr 0x3c03c4e4 0x0 + 0x3c03c4e4 . = ALIGN (ALIGNOF (.eh_frame)) 0x00000001 ASSERT ((ADDR (.eh_frame) == (ADDR (.eh_frame_hdr) + SIZEOF (.eh_frame_hdr))), The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.) -.eh_frame 0x3c03c49c 0x0 - 0x3c03c49c . = ALIGN (ALIGNOF (.flash.tdata)) +.eh_frame 0x3c03c4e4 0x0 + 0x3c03c4e4 . = ALIGN (ALIGNOF (.flash.tdata)) 0x00000001 ASSERT ((ADDR (.flash.tdata) == (ADDR (.eh_frame) + SIZEOF (.eh_frame))), The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.) -.flash.tdata 0x3c03c49c 0x0 - 0x3c03c49c _thread_local_data_start = ABSOLUTE (.) +.flash.tdata 0x3c03c4e4 0x0 + 0x3c03c4e4 _thread_local_data_start = ABSOLUTE (.) *(.tdata .tdata.* .gnu.linkonce.td.*) - 0x3c03c49c . = ALIGN (ALIGNOF (.flash.tbss)) - 0x3c03c49c _thread_local_data_end = ABSOLUTE (.) + 0x3c03c4e4 . = ALIGN (ALIGNOF (.flash.tbss)) + 0x3c03c4e4 _thread_local_data_end = ABSOLUTE (.) 0x00000001 ASSERT ((ADDR (.flash.tbss) == (ADDR (.flash.tdata) + SIZEOF (.flash.tdata))), The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.) -.flash.tbss 0x3c03c49c 0x0 - 0x3c03c49c _thread_local_bss_start = ABSOLUTE (.) +.flash.tbss 0x3c03c4e4 0x0 + 0x3c03c4e4 _thread_local_bss_start = ABSOLUTE (.) *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon .tcommon.*) - 0x3c03c49c _thread_local_bss_end = ABSOLUTE (.) + 0x3c03c4e4 _thread_local_bss_end = ABSOLUTE (.) .flash.rodata_noload - 0x3c03c49c 0x0 - 0x3c03c49c _rodata_reserved_end = ADDR (.flash.tbss) + 0x3c03c4e4 0x0 + 0x3c03c4e4 _rodata_reserved_end = ADDR (.flash.tbss) *(.rodata_wlog_debug .rodata_wlog_debug.*) *(.rodata_wlog_verbose .rodata_wlog_verbose.*) @@ -17950,7 +17950,7 @@ END GROUP .debug_pubnames *(.debug_pubnames) -.debug_info 0x00000000 0x1b5f3e +.debug_info 0x00000000 0x1b6032 *(.debug_info .gnu.linkonce.wi.*) .debug_info 0x00000000 0x5e1 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_info 0x000005e1 0x3fb esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18045,195 +18045,195 @@ END GROUP .debug_info 0x000a83f6 0x42d esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .debug_info 0x000a8823 0xe99 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .debug_info 0x000a96bc 0xc46 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_info 0x000aa302 0x17db esp-idf/main/libmain.a(main.c.obj) - .debug_info 0x000abadd 0x178d esp-idf/console/libconsole.a(commands.c.obj) - .debug_info 0x000ad26a 0x140c esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_info 0x000ae676 0x1bc esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_info 0x000ae832 0x30ac esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_info 0x000b18de 0x108b esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_info 0x000b2969 0x7b8 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_info 0x000b3121 0xe90 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_info 0x000b3fb1 0x65d esp-idf/console/libconsole.a(arg_lit.c.obj) - .debug_info 0x000b460e 0x6fc esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_info 0x000b4d0a 0xf8d esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_info 0x000b5c97 0x2d4c esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_info 0x000b89e3 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_info 0x000b8b5c 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_info 0x000b8f70 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_info 0x000b8fae 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_info 0x000b8fe0 0x63d6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_info 0x000bf3b6 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_info 0x000bf520 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_info 0x000bf5bf 0x3ae2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_info 0x000c30a1 0xc22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_info 0x000c3cc3 0xad7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_info 0x000c479a 0x2f9e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_info 0x000c7738 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_info 0x000c78f9 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_info 0x000c7a7b 0xc99 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_info 0x000c8714 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_info 0x000c88f1 0x730 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_info 0x000c9021 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_info 0x000ca656 0x3fc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_info 0x000caa52 0x441e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_info 0x000cee70 0x65ff esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_info 0x000d546f 0x1254 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_info 0x000d66c3 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_info 0x000d7082 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_info 0x000d7cfb 0x2651 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_info 0x000da34c 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_info 0x000db361 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_info 0x000dc454 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_info 0x000dd518 0x1425 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_info 0x000de93d 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_info 0x000df82c 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_info 0x000e071b 0x4738 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_info 0x000e4e53 0x3e0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_info 0x000e5233 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_info 0x000e59da 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_info 0x000e5f33 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_info 0x000ef352 0x1fe2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_info 0x000f1334 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_info 0x000faa21 0x54a esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_info 0x000faf6b 0x1020 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_info 0x000fbf8b 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_info 0x000fcc1f 0x40ec esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_info 0x00100d0b 0x535b esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_info 0x00106066 0x4ff esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_info 0x00106565 0x1805 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_info 0x00107d6a 0x463d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_info 0x0010c3a7 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_info 0x0010c5ec 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_info 0x0010c6c4 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_info 0x0010c7f8 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_info 0x0010ca63 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_info 0x0010cc2b 0x1f44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_info 0x0010eb6f 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_info 0x0010ec44 0x24 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_info 0x0010ec68 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_info 0x00112b5d 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_info 0x001161f5 0xd903 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_info 0x00123af8 0xc4b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_info 0x0012ffb0 0xb8a2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_info 0x0013b852 0x749a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_info 0x00142cec 0x1705 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_info 0x001443f1 0x8c12 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_info 0x0014d003 0xa25 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_info 0x0014da28 0x3b8c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_info 0x001515b4 0x739d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_info 0x00158951 0x6caa esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_info 0x0015f5fb 0xf77 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_info 0x00160572 0x2d6d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_info 0x001632df 0x1a9e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_info 0x00164d7d 0x13f2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_info 0x0016616f 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_info 0x00168b82 0x1914 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_info 0x0016a496 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_info 0x0016a7c4 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_info 0x0016aa73 0x632 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_info 0x0016b0a5 0x5e4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_info 0x0016b689 0x1eeb esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_info 0x0016d574 0x2bdd esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_info 0x00170151 0x846 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_info 0x00170997 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_info 0x00170a29 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_info 0x00170ad4 0x1082 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_info 0x00171b56 0x11a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_info 0x00171c70 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_info 0x001726cc 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_info 0x00172c24 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_info 0x001736b8 0x5b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_info 0x00173c6c 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_info 0x00173d17 0xd9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_info 0x00174ab2 0x8c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_info 0x00175374 0xfda /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_info 0x0017634e 0x1bd1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_info 0x00177f1f 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_info 0x00177fca 0x8b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_info 0x0017887a 0x883 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_info 0x001790fd 0x28b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_info 0x00179388 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_info 0x0017ae51 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_info 0x0017aebc 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_info 0x0017afc2 0x8f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_info 0x0017b8b3 0x9ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_info 0x0017c261 0xe5f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_info 0x0017d0c0 0x15a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_info 0x0017e667 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_info 0x0017e720 0x2a5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_info 0x0018117b 0x21f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_info 0x00183372 0xa02 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_info 0x00183d74 0xac8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_info 0x0018483c 0x956 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_info 0x00185192 0xa9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_info 0x00185c2d 0x8dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_info 0x0018650a 0x1038 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_info 0x00187542 0xb08 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_info 0x0018804a 0x97e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_info 0x001889c8 0x98a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_info 0x00189352 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_info 0x00189dae 0x9b3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_info 0x0018a761 0xc0e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_info 0x0018b36f 0x8b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_info 0x0018bc27 0xa86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_info 0x0018c6ad 0x965 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_info 0x0018d012 0x9e6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_info 0x0018d9f8 0x8f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_info 0x0018e2eb 0xa49 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_info 0x0018ed34 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_info 0x0018f7a5 0x90d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_info 0x001900b2 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_info 0x00190b23 0x9c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_info 0x001914e4 0x9a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_info 0x00191e85 0xa0d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_info 0x00192892 0xb63 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_info 0x001933f5 0x954 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_info 0x00193d49 0x9aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_info 0x001946f3 0x992 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_info 0x00195085 0x8ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_info 0x00195974 0x99b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_info 0x0019630f 0xe45 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_info 0x00197154 0xbe9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_info 0x00197d3d 0x986 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_info 0x001986c3 0x84c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_info 0x00198f0f 0x840 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_info 0x0019974f 0x872 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_info 0x00199fc1 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_info 0x0019aa55 0x8f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_info 0x0019b34a 0x8c9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_info 0x0019bc13 0x8bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_info 0x0019c4d2 0x8c5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_info 0x0019cd97 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_info 0x0019cf66 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_info 0x0019d1d0 0x1885 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_info 0x0019ea55 0x89a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_info 0x0019f2ef 0x1c9f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_info 0x001a0f8e 0xddf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_info 0x001a1d6d 0x2086 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_info 0x001a3df3 0x20eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_info 0x001a5ede 0x2805 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_info 0x001a86e3 0x229c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_info 0x001aa97f 0x87e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_info 0x001ab1fd 0xbc1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_info 0x001abdbe 0xfa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_info 0x001abeb8 0xab0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_info 0x001ac968 0xcbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_info 0x001ad626 0xcb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_info 0x001ad6f1 0xc00 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_info 0x001ae2f1 0x1e11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_info 0x001b0102 0xbbf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_info 0x001b0cc1 0xe15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_info 0x001b1ad6 0xe11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_info 0x001b28e7 0xbf6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_info 0x001b34dd 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_info 0x001b35ca 0xad7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_info 0x001b40a1 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_info 0x001b4170 0x126a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_info 0x001b53da 0x347 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_info 0x001b5721 0x398 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_info 0x001b5ab9 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_info 0x000aa302 0x18cf esp-idf/main/libmain.a(main.c.obj) + .debug_info 0x000abbd1 0x178d esp-idf/console/libconsole.a(commands.c.obj) + .debug_info 0x000ad35e 0x140c esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_info 0x000ae76a 0x1bc esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_info 0x000ae926 0x30ac esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_info 0x000b19d2 0x108b esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .debug_info 0x000b2a5d 0x7b8 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_info 0x000b3215 0xe90 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_info 0x000b40a5 0x65d esp-idf/console/libconsole.a(arg_lit.c.obj) + .debug_info 0x000b4702 0x6fc esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_info 0x000b4dfe 0xf8d esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_info 0x000b5d8b 0x2d4c esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_info 0x000b8ad7 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_info 0x000b8c50 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_info 0x000b9064 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_info 0x000b90a2 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_info 0x000b90d4 0x63d6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_info 0x000bf4aa 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_info 0x000bf614 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x000bf6b3 0x3ae2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000c3195 0xc22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_info 0x000c3db7 0xad7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x000c488e 0x2f9e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_info 0x000c782c 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_info 0x000c79ed 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_info 0x000c7b6f 0xc99 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_info 0x000c8808 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_info 0x000c89e5 0x730 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x000c9115 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x000ca74a 0x3fc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x000cab46 0x441e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x000cef64 0x65ff esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x000d5563 0x1254 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x000d67b7 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x000d7176 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x000d7def 0x2651 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x000da440 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x000db455 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_info 0x000dc548 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x000dd60c 0x1425 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_info 0x000dea31 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_info 0x000df920 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_info 0x000e080f 0x4738 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x000e4f47 0x3e0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x000e5327 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x000e5ace 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x000e6027 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x000ef446 0x1fe2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x000f1428 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_info 0x000fab15 0x54a esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x000fb05f 0x1020 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x000fc07f 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_info 0x000fcd13 0x40ec esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x00100dff 0x535b esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x0010615a 0x4ff esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x00106659 0x1805 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_info 0x00107e5e 0x463d esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_info 0x0010c49b 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_info 0x0010c6e0 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x0010c7b8 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_info 0x0010c8ec 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x0010cb57 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_info 0x0010cd1f 0x1f44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_info 0x0010ec63 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_info 0x0010ed38 0x24 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x0010ed5c 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_info 0x00112c51 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x001162e9 0xd903 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_info 0x00123bec 0xc4b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x001300a4 0xb8a2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x0013b946 0x749a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x00142de0 0x1705 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x001444e5 0x8c12 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x0014d0f7 0xa25 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_info 0x0014db1c 0x3b8c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x001516a8 0x739d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x00158a45 0x6caa esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x0015f6ef 0xf77 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x00160666 0x2d6d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x001633d3 0x1a9e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_info 0x00164e71 0x13f2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_info 0x00166263 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x00168c76 0x1914 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x0016a58a 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x0016a8b8 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_info 0x0016ab67 0x632 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_info 0x0016b199 0x5e4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_info 0x0016b77d 0x1eeb esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_info 0x0016d668 0x2bdd esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x00170245 0x846 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_info 0x00170a8b 0x92 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x00170b1d 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_info 0x00170bc8 0x1082 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x00171c4a 0x11a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x00171d64 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x001727c0 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x00172d18 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x001737ac 0x5b4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x00173d60 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x00173e0b 0xd9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_info 0x00174ba6 0x8c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_info 0x00175468 0xfda /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x00176442 0x1bd1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x00178013 0xab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_info 0x001780be 0x8b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x0017896e 0x883 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_info 0x001791f1 0x28b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_info 0x0017947c 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x0017af45 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_info 0x0017afb0 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_info 0x0017b0b6 0x8f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_info 0x0017b9a7 0x9ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_info 0x0017c355 0xe5f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_info 0x0017d1b4 0x15a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_info 0x0017e75b 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_info 0x0017e814 0x2a5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_info 0x0018126f 0x21f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_info 0x00183466 0xa02 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_info 0x00183e68 0xac8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_info 0x00184930 0x956 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_info 0x00185286 0xa9b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_info 0x00185d21 0x8dd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_info 0x001865fe 0x1038 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_info 0x00187636 0xb08 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_info 0x0018813e 0x97e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_info 0x00188abc 0x98a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_info 0x00189446 0xa5c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_info 0x00189ea2 0x9b3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_info 0x0018a855 0xc0e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_info 0x0018b463 0x8b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_info 0x0018bd1b 0xa86 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_info 0x0018c7a1 0x965 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_info 0x0018d106 0x9e6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_info 0x0018daec 0x8f3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_info 0x0018e3df 0xa49 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_info 0x0018ee28 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_info 0x0018f899 0x90d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_info 0x001901a6 0xa71 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_info 0x00190c17 0x9c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_info 0x001915d8 0x9a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_info 0x00191f79 0xa0d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_info 0x00192986 0xb63 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_info 0x001934e9 0x954 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_info 0x00193e3d 0x9aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_info 0x001947e7 0x992 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_info 0x00195179 0x8ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_info 0x00195a68 0x99b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_info 0x00196403 0xe45 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_info 0x00197248 0xbe9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_info 0x00197e31 0x986 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_info 0x001987b7 0x84c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x00199003 0x840 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_info 0x00199843 0x872 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_info 0x0019a0b5 0xa94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_info 0x0019ab49 0x8f5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_info 0x0019b43e 0x8c9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_info 0x0019bd07 0x8bf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_info 0x0019c5c6 0x8c5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_info 0x0019ce8b 0x1cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_info 0x0019d05a 0x26a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_info 0x0019d2c4 0x1885 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_info 0x0019eb49 0x89a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_info 0x0019f3e3 0x1c9f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_info 0x001a1082 0xddf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_info 0x001a1e61 0x2086 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_info 0x001a3ee7 0x20eb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_info 0x001a5fd2 0x2805 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_info 0x001a87d7 0x229c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_info 0x001aaa73 0x87e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_info 0x001ab2f1 0xbc1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_info 0x001abeb2 0xfa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_info 0x001abfac 0xab0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_info 0x001aca5c 0xcbe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_info 0x001ad71a 0xcb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_info 0x001ad7e5 0xc00 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_info 0x001ae3e5 0x1e11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_info 0x001b01f6 0xbbf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_info 0x001b0db5 0xe15 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_info 0x001b1bca 0xe11 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_info 0x001b29db 0xbf6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_info 0x001b35d1 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_info 0x001b36be 0xad7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_info 0x001b4195 0xcf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_info 0x001b4264 0x126a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_info 0x001b54ce 0x347 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_info 0x001b5815 0x398 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_info 0x001b5bad 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_abbrev 0x00000000 0x33871 +.debug_abbrev 0x00000000 0x33886 *(.debug_abbrev) .debug_abbrev 0x00000000 0x274 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_abbrev 0x00000274 0x223 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18328,195 +18328,195 @@ END GROUP .debug_abbrev 0x0001088d 0x1f4 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .debug_abbrev 0x00010a81 0x418 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .debug_abbrev 0x00010e99 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_abbrev 0x000110f5 0x303 esp-idf/main/libmain.a(main.c.obj) - .debug_abbrev 0x000113f8 0x391 esp-idf/console/libconsole.a(commands.c.obj) - .debug_abbrev 0x00011789 0x317 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_abbrev 0x00011aa0 0xce esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_abbrev 0x00011b6e 0x4aa esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_abbrev 0x00012018 0x327 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_abbrev 0x0001233f 0x252 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_abbrev 0x00012591 0x2cb esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_abbrev 0x0001285c 0x1d9 esp-idf/console/libconsole.a(arg_lit.c.obj) - .debug_abbrev 0x00012a35 0x1ea esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_abbrev 0x00012c1f 0x2f9 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_abbrev 0x00012f18 0x3ee esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_abbrev 0x00013306 0x10c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_abbrev 0x00013412 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_abbrev 0x0001362e 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_abbrev 0x00013656 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_abbrev 0x0001367e 0x69a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_abbrev 0x00013d18 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_abbrev 0x00013dc2 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_abbrev 0x00013e24 0x511 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_abbrev 0x00014335 0x29e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_abbrev 0x000145d3 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_abbrev 0x0001484f 0x554 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_abbrev 0x00014da3 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_abbrev 0x00014e60 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_abbrev 0x00014f37 0x217 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_abbrev 0x0001514e 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_abbrev 0x00015278 0x208 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_abbrev 0x00015480 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_abbrev 0x00015882 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_abbrev 0x00015b13 0x54b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_abbrev 0x0001605e 0x548 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_abbrev 0x000165a6 0x3ba esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_abbrev 0x00016960 0x243 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_abbrev 0x00016ba3 0x142 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_abbrev 0x00016ce5 0x471 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_abbrev 0x00017156 0x229 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_abbrev 0x0001737f 0x205 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_abbrev 0x00017584 0x279 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_abbrev 0x000177fd 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_abbrev 0x00017a7d 0x1d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_abbrev 0x00017c4f 0x1e3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_abbrev 0x00017e32 0x3ee esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_abbrev 0x00018220 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_abbrev 0x00018399 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_abbrev 0x00018602 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_abbrev 0x000187b1 0x38a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_abbrev 0x00018b3b 0x3f6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_abbrev 0x00018f31 0x37c esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_abbrev 0x000192ad 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_abbrev 0x00019442 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_abbrev 0x000197a9 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_abbrev 0x00019ac9 0x3fc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_abbrev 0x00019ec5 0x4fb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_abbrev 0x0001a3c0 0x208 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_abbrev 0x0001a5c8 0x38e esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_abbrev 0x0001a956 0x472 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_abbrev 0x0001adc8 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_abbrev 0x0001ae4e 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_abbrev 0x0001aebe 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_abbrev 0x0001af61 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_abbrev 0x0001aff1 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_abbrev 0x0001b0b5 0x45d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_abbrev 0x0001b512 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_abbrev 0x0001b5a7 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_abbrev 0x0001b5bb 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_abbrev 0x0001b72c 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_abbrev 0x0001ba9f 0x63f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_abbrev 0x0001c0de 0xf5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_abbrev 0x0001d03c 0xee2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_abbrev 0x0001df1e 0xb2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_abbrev 0x0001ea4b 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_abbrev 0x0001ef67 0xdbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_abbrev 0x0001fd22 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_abbrev 0x00020002 0x801 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_abbrev 0x00020803 0xbd1 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_abbrev 0x000213d4 0xcfb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_abbrev 0x000220cf 0x417 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_abbrev 0x000224e6 0x5e1 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_abbrev 0x00022ac7 0x343 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_abbrev 0x00022e0a 0x282 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_abbrev 0x0002308c 0x3d4 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_abbrev 0x00023460 0x2dc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_abbrev 0x0002373c 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_abbrev 0x00023810 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_abbrev 0x000239aa 0x16d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_abbrev 0x00023b17 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_abbrev 0x00023d4b 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_abbrev 0x00024147 0x400 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_abbrev 0x00024547 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_abbrev 0x00024800 0x8f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_abbrev 0x0002488f 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_abbrev 0x00024938 0x5cd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_abbrev 0x00024f05 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_abbrev 0x00025027 0x47f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_abbrev 0x000254a6 0x306 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_abbrev 0x000257ac 0x471 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_abbrev 0x00025c1d 0x1a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_abbrev 0x00025dbd 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_abbrev 0x00025e66 0x509 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_abbrev 0x0002636f 0x3f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_abbrev 0x00026761 0x57b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_abbrev 0x00026cdc 0x7cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_abbrev 0x000274a7 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_abbrev 0x0002754b 0x342 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_abbrev 0x0002788d 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_abbrev 0x00027b83 0x1f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_abbrev 0x00027d79 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_abbrev 0x000281c6 0x5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_abbrev 0x00028221 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_abbrev 0x000282f3 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_abbrev 0x000284fc 0x21c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_abbrev 0x00028718 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_abbrev 0x00028a0c 0x352 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_abbrev 0x00028d5e 0x62 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_abbrev 0x00028dc0 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_abbrev 0x0002925b 0x44f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_abbrev 0x000296aa 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_abbrev 0x00029933 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_abbrev 0x00029c1a 0x233 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_abbrev 0x00029e4d 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_abbrev 0x0002a09f 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_abbrev 0x0002a276 0x424 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_abbrev 0x0002a69a 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_abbrev 0x0002a923 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_abbrev 0x0002ab36 0x246 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_abbrev 0x0002ad7c 0x253 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_abbrev 0x0002afcf 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_abbrev 0x0002b216 0x23a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_abbrev 0x0002b450 0x1bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_abbrev 0x0002b60d 0x274 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_abbrev 0x0002b881 0x224 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_abbrev 0x0002baa5 0x27a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_abbrev 0x0002bd1f 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_abbrev 0x0002bf1f 0x265 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_abbrev 0x0002c184 0x2bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_abbrev 0x0002c441 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_abbrev 0x0002c668 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_abbrev 0x0002c8e4 0x237 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_abbrev 0x0002cb1b 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_abbrev 0x0002cd2e 0x21e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_abbrev 0x0002cf4c 0x255 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_abbrev 0x0002d1a1 0x210 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_abbrev 0x0002d3b1 0x22d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_abbrev 0x0002d5de 0x25a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_abbrev 0x0002d838 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_abbrev 0x0002da41 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_abbrev 0x0002dc66 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_abbrev 0x0002df44 0x260 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_abbrev 0x0002e1a4 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_abbrev 0x0002e3b6 0x174 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_abbrev 0x0002e52a 0x196 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_abbrev 0x0002e6c0 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_abbrev 0x0002e891 0x1e1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_abbrev 0x0002ea72 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_abbrev 0x0002ec43 0x1ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_abbrev 0x0002ee32 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_abbrev 0x0002f004 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_abbrev 0x0002f1db 0x13c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_abbrev 0x0002f317 0x1c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_abbrev 0x0002f4d9 0x325 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_abbrev 0x0002f7fe 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_abbrev 0x0002f9e5 0x45d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_abbrev 0x0002fe42 0x2be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_abbrev 0x00030100 0x3cc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_abbrev 0x000304cc 0x420 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_abbrev 0x000308ec 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_abbrev 0x00030d19 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_abbrev 0x0003112b 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_abbrev 0x000312e9 0x257 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_abbrev 0x00031540 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_abbrev 0x000315d4 0x299 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_abbrev 0x0003186d 0x285 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_abbrev 0x00031af2 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_abbrev 0x00031b69 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_abbrev 0x00031dc6 0x50e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_abbrev 0x000322d4 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_abbrev 0x0003251b 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_abbrev 0x000327fe 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_abbrev 0x00032ae8 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_abbrev 0x00032d29 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_abbrev 0x00032de2 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_abbrev 0x00032f90 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_abbrev 0x00033007 0x3c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_abbrev 0x000333c8 0x187 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_abbrev 0x0003354f 0x197 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_abbrev 0x000336e6 0x18b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_abbrev 0x000110f5 0x318 esp-idf/main/libmain.a(main.c.obj) + .debug_abbrev 0x0001140d 0x391 esp-idf/console/libconsole.a(commands.c.obj) + .debug_abbrev 0x0001179e 0x317 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_abbrev 0x00011ab5 0xce esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_abbrev 0x00011b83 0x4aa esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_abbrev 0x0001202d 0x327 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .debug_abbrev 0x00012354 0x252 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_abbrev 0x000125a6 0x2cb esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_abbrev 0x00012871 0x1d9 esp-idf/console/libconsole.a(arg_lit.c.obj) + .debug_abbrev 0x00012a4a 0x1ea esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_abbrev 0x00012c34 0x2f9 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_abbrev 0x00012f2d 0x3ee esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_abbrev 0x0001331b 0x10c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_abbrev 0x00013427 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_abbrev 0x00013643 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_abbrev 0x0001366b 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_abbrev 0x00013693 0x69a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_abbrev 0x00013d2d 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_abbrev 0x00013dd7 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x00013e39 0x511 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x0001434a 0x29e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_abbrev 0x000145e8 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x00014864 0x554 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_abbrev 0x00014db8 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_abbrev 0x00014e75 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_abbrev 0x00014f4c 0x217 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_abbrev 0x00015163 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_abbrev 0x0001528d 0x208 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x00015495 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x00015897 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x00015b28 0x54b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x00016073 0x548 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x000165bb 0x3ba esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x00016975 0x243 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x00016bb8 0x142 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00016cfa 0x471 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x0001716b 0x229 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x00017394 0x205 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_abbrev 0x00017599 0x279 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x00017812 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_abbrev 0x00017a92 0x1d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_abbrev 0x00017c64 0x1e3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_abbrev 0x00017e47 0x3ee esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x00018235 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x000183ae 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x00018617 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x000187c6 0x38a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x00018b50 0x3f6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x00018f46 0x37c esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_abbrev 0x000192c2 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x00019457 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x000197be 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_abbrev 0x00019ade 0x3fc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x00019eda 0x4fb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x0001a3d5 0x208 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x0001a5dd 0x38e esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_abbrev 0x0001a96b 0x472 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_abbrev 0x0001addd 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_abbrev 0x0001ae63 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x0001aed3 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_abbrev 0x0001af76 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x0001b006 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_abbrev 0x0001b0ca 0x45d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_abbrev 0x0001b527 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_abbrev 0x0001b5bc 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x0001b5d0 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_abbrev 0x0001b741 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0001bab4 0x63f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_abbrev 0x0001c0f3 0xf5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x0001d051 0xee2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0001df33 0xb2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x0001ea60 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x0001ef7c 0xdbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x0001fd37 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_abbrev 0x00020017 0x801 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x00020818 0xbd1 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x000213e9 0xcfb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x000220e4 0x417 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x000224fb 0x5e1 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x00022adc 0x343 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_abbrev 0x00022e1f 0x282 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_abbrev 0x000230a1 0x3d4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x00023475 0x2dc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x00023751 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x00023825 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_abbrev 0x000239bf 0x16d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_abbrev 0x00023b2c 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_abbrev 0x00023d60 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_abbrev 0x0002415c 0x400 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x0002455c 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_abbrev 0x00024815 0x8f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x000248a4 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_abbrev 0x0002494d 0x5cd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x00024f1a 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x0002503c 0x47f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x000254bb 0x306 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x000257c1 0x471 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x00025c32 0x1a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x00025dd2 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x00025e7b 0x509 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_abbrev 0x00026384 0x3f2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_abbrev 0x00026776 0x57b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x00026cf1 0x7cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x000274bc 0xa4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_abbrev 0x00027560 0x342 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x000278a2 0x2f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_abbrev 0x00027b98 0x1f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_abbrev 0x00027d8e 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x000281db 0x5b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_abbrev 0x00028236 0xd2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_abbrev 0x00028308 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_abbrev 0x00028511 0x21c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_abbrev 0x0002872d 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_abbrev 0x00028a21 0x352 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_abbrev 0x00028d73 0x62 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_abbrev 0x00028dd5 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_abbrev 0x00029270 0x44f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_abbrev 0x000296bf 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_abbrev 0x00029948 0x2e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_abbrev 0x00029c2f 0x233 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_abbrev 0x00029e62 0x252 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_abbrev 0x0002a0b4 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_abbrev 0x0002a28b 0x424 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_abbrev 0x0002a6af 0x289 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_abbrev 0x0002a938 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_abbrev 0x0002ab4b 0x246 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_abbrev 0x0002ad91 0x253 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_abbrev 0x0002afe4 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_abbrev 0x0002b22b 0x23a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_abbrev 0x0002b465 0x1bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_abbrev 0x0002b622 0x274 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_abbrev 0x0002b896 0x224 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_abbrev 0x0002baba 0x27a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_abbrev 0x0002bd34 0x200 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_abbrev 0x0002bf34 0x265 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_abbrev 0x0002c199 0x2bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_abbrev 0x0002c456 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_abbrev 0x0002c67d 0x27c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_abbrev 0x0002c8f9 0x237 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_abbrev 0x0002cb30 0x213 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_abbrev 0x0002cd43 0x21e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_abbrev 0x0002cf61 0x255 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_abbrev 0x0002d1b6 0x210 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_abbrev 0x0002d3c6 0x22d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_abbrev 0x0002d5f3 0x25a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_abbrev 0x0002d84d 0x209 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_abbrev 0x0002da56 0x225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_abbrev 0x0002dc7b 0x2de /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_abbrev 0x0002df59 0x260 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_abbrev 0x0002e1b9 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_abbrev 0x0002e3cb 0x174 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x0002e53f 0x196 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_abbrev 0x0002e6d5 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_abbrev 0x0002e8a6 0x1e1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_abbrev 0x0002ea87 0x1d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_abbrev 0x0002ec58 0x1ef /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_abbrev 0x0002ee47 0x1d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_abbrev 0x0002f019 0x1d7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_abbrev 0x0002f1f0 0x13c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_abbrev 0x0002f32c 0x1c2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_abbrev 0x0002f4ee 0x325 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_abbrev 0x0002f813 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_abbrev 0x0002f9fa 0x45d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_abbrev 0x0002fe57 0x2be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_abbrev 0x00030115 0x3cc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_abbrev 0x000304e1 0x420 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_abbrev 0x00030901 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_abbrev 0x00030d2e 0x412 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_abbrev 0x00031140 0x1be /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_abbrev 0x000312fe 0x257 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_abbrev 0x00031555 0x94 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_abbrev 0x000315e9 0x299 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_abbrev 0x00031882 0x285 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_abbrev 0x00031b07 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_abbrev 0x00031b7e 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_abbrev 0x00031ddb 0x50e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_abbrev 0x000322e9 0x247 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_abbrev 0x00032530 0x2e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_abbrev 0x00032813 0x2ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_abbrev 0x00032afd 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_abbrev 0x00032d3e 0xb9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_abbrev 0x00032df7 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_abbrev 0x00032fa5 0x77 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_abbrev 0x0003301c 0x3c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_abbrev 0x000333dd 0x187 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_abbrev 0x00033564 0x197 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_abbrev 0x000336fb 0x18b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_line 0x00000000 0xe152e +.debug_line 0x00000000 0xe15ff *(.debug_line) .debug_line 0x00000000 0x6f3 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) .debug_line 0x000006f3 0x591 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) @@ -18611,193 +18611,193 @@ END GROUP .debug_line 0x00054871 0x5ae esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) .debug_line 0x00054e1f 0xc62 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) .debug_line 0x00055a81 0xf56 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_line 0x000569d7 0xdc3 esp-idf/main/libmain.a(main.c.obj) - .debug_line 0x0005779a 0xfae esp-idf/console/libconsole.a(commands.c.obj) - .debug_line 0x00058748 0xa74 esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_line 0x000591bc 0x3eb esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_line 0x000595a7 0x3422 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_line 0x0005c9c9 0x9dc esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_line 0x0005d3a5 0x9aa esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_line 0x0005dd4f 0x652 esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_line 0x0005e3a1 0x47c esp-idf/console/libconsole.a(arg_lit.c.obj) - .debug_line 0x0005e81d 0x5de esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_line 0x0005edfb 0x7fc esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_line 0x0005f5f7 0x26b8 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_line 0x00061caf 0x28a esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_line 0x00061f39 0x40a esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_line 0x00062343 0x20c esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_line 0x0006254f 0x12c esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_line 0x0006267b 0x504e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_line 0x000676c9 0xdf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_line 0x000677a8 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_line 0x00067890 0x1419 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_line 0x00068ca9 0xbdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_line 0x00069888 0xfb9 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_line 0x0006a841 0x2dfd esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_line 0x0006d63e 0x2a9 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_line 0x0006d8e7 0x448 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_line 0x0006dd2f 0x1033 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_line 0x0006ed62 0x293 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_line 0x0006eff5 0x74f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_line 0x0006f744 0x10d7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_line 0x0007081b 0x5c0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_line 0x00070ddb 0x35ac esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_line 0x00074387 0x135c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_line 0x000756e3 0xeb4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_line 0x00076597 0x496 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_line 0x00076a2d 0x3af esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_line 0x00076ddc 0x2312 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_line 0x000790ee 0x472 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_line 0x00079560 0x4dd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_line 0x00079a3d 0x5d8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_line 0x0007a015 0xb2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_line 0x0007ab3f 0x3bb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_line 0x0007aefa 0x3b9 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_line 0x0007b2b3 0xdda esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_line 0x0007c08d 0x3f8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_line 0x0007c485 0x7af esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_line 0x0007cc34 0x971 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_line 0x0007d5a5 0x7a8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_line 0x0007dd4d 0x268e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_line 0x000803db 0x9b3 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_line 0x00080d8e 0x6fe esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_line 0x0008148c 0xcc6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_line 0x00082152 0x96e esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_line 0x00082ac0 0x920 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_line 0x000833e0 0x1adf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_line 0x00084ebf 0x591 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_line 0x00085450 0xadc esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_line 0x00085f2c 0x11dc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_line 0x00087108 0xba esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_line 0x000871c2 0x1b7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_line 0x00087379 0x213 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_line 0x0008758c 0x3bf esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_line 0x0008794b 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_line 0x00087b6a 0x1bf8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_line 0x00089762 0x1cd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_line 0x0008992f 0x19e esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_line 0x00089acd 0x233f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_line 0x0008be0c 0x3a19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_line 0x0008f825 0x80af esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_line 0x000978d4 0x307d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_line 0x0009a951 0x382e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_line 0x0009e17f 0x10f1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_line 0x0009f270 0x901 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_line 0x0009fb71 0x17e2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_line 0x000a1353 0x526 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_line 0x000a1879 0xfad esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_line 0x000a2826 0x3e01 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_line 0x000a6627 0x19dc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_line 0x000a8003 0x876 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_line 0x000a8879 0xc51 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_line 0x000a94ca 0x15fb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_line 0x000aaac5 0xcd8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_line 0x000ab79d 0x1210 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_line 0x000ac9ad 0x54b esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_line 0x000acef8 0x20b esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_line 0x000ad103 0x543 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_line 0x000ad646 0x717 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_line 0x000add5d 0x83b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_line 0x000ae598 0xe38 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_line 0x000af3d0 0x2918 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_line 0x000b1ce8 0x848 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_line 0x000b2530 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_line 0x000b259b 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_line 0x000b2606 0x53e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_line 0x000b2b44 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_line 0x000b2bed 0x442 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_line 0x000b302f 0x1a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_line 0x000b31d0 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_line 0x000b366b 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_line 0x000b36ec 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_line 0x000b3757 0x45a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_line 0x000b3bb1 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_line 0x000b3d98 0x3da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_line 0x000b4172 0x7cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_line 0x000b4941 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_line 0x000b49ac 0x8a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_line 0x000b4a36 0x139 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_line 0x000b4b6f 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_line 0x000b4c5d 0x7af esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_line 0x000b540c 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_line 0x000b5446 0xcc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_line 0x000b5512 0x103 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_line 0x000b5615 0x245 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_line 0x000b585a 0x5ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_line 0x000b5e08 0x12e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_line 0x000b70f0 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_line 0x000b712e 0x51e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_line 0x000bc313 0x35e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_line 0x000bf8f6 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_line 0x000bfbea 0x588 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_line 0x000c0172 0x18a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_line 0x000c02fc 0x394 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_line 0x000c0690 0x170 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_line 0x000c0800 0x848 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_line 0x000c1048 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_line 0x000c12dd 0x14d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_line 0x000c142a 0x19a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_line 0x000c15c4 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_line 0x000c17d6 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_line 0x000c18c3 0x8bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_line 0x000c2180 0x14b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_line 0x000c22cb 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_line 0x000c2528 0x171 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_line 0x000c2699 0x1f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_line 0x000c2889 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_line 0x000c2976 0x262 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_line 0x000c2bd8 0x3fe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_line 0x000c2fd6 0x163 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_line 0x000c3139 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_line 0x000c35be 0x360 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_line 0x000c391e 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_line 0x000c3b5f 0x2b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_line 0x000c3e0f 0x27d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_line 0x000c408c 0xf9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_line 0x000c4185 0x22a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_line 0x000c43af 0x256 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_line 0x000c4605 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_line 0x000c48a9 0x272 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_line 0x000c4b1b 0x8c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_line 0x000c53df 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_line 0x000c5513 0x2c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_line 0x000c57d7 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_line 0x000c5828 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_line 0x000c58b6 0xb1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_line 0x000c5967 0xdf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_line 0x000c5a46 0xd5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_line 0x000c5b1b 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_line 0x000c5c03 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_line 0x000c5cde 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_line 0x000c5db9 0x1c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_line 0x000c5f80 0x2e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_line 0x000c6260 0x20d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_line 0x000c8332 0x89 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_line 0x000c83bb 0x21fd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_line 0x000ca5b8 0x55c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_line 0x000cab14 0x35e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_line 0x000ce0f6 0x3be9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_line 0x000d1cdf 0x4ef1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_line 0x000d6bd0 0x4225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_line 0x000dadf5 0x189 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_line 0x000daf7e 0x395 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_line 0x000db313 0x216 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_line 0x000db529 0x5f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_line 0x000dbb1f 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_line 0x000dbccd 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_line 0x000dbd3d 0x1a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_line 0x000dbee4 0x22d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_line 0x000de1b5 0x13b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_line 0x000de2f0 0x59e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_line 0x000de88e 0x58c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_line 0x000dee1a 0x1b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_line 0x000defd2 0x79 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_line 0x000df04b 0xc4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_line 0x000df10f 0x72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_line 0x000df181 0x101c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_line 0x000e019d 0x5ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_line 0x000e078a 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_line 0x000e0d13 0x81b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_line 0x000569d7 0xe94 esp-idf/main/libmain.a(main.c.obj) + .debug_line 0x0005786b 0xfae esp-idf/console/libconsole.a(commands.c.obj) + .debug_line 0x00058819 0xa74 esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_line 0x0005928d 0x3eb esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_line 0x00059678 0x3422 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_line 0x0005ca9a 0x9dc esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .debug_line 0x0005d476 0x9aa esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_line 0x0005de20 0x652 esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_line 0x0005e472 0x47c esp-idf/console/libconsole.a(arg_lit.c.obj) + .debug_line 0x0005e8ee 0x5de esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_line 0x0005eecc 0x7fc esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_line 0x0005f6c8 0x26b8 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_line 0x00061d80 0x28a esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_line 0x0006200a 0x40a esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_line 0x00062414 0x20c esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_line 0x00062620 0x12c esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_line 0x0006274c 0x504e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_line 0x0006779a 0xdf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_line 0x00067879 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x00067961 0x1419 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x00068d7a 0xbdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_line 0x00069959 0xfb9 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x0006a912 0x2dfd esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_line 0x0006d70f 0x2a9 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_line 0x0006d9b8 0x448 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_line 0x0006de00 0x1033 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_line 0x0006ee33 0x293 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_line 0x0006f0c6 0x74f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x0006f815 0x10d7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x000708ec 0x5c0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x00070eac 0x35ac esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x00074458 0x135c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x000757b4 0xeb4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x00076668 0x496 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x00076afe 0x3af esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x00076ead 0x2312 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x000791bf 0x472 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x00079631 0x4dd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_line 0x00079b0e 0x5d8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x0007a0e6 0xb2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_line 0x0007ac10 0x3bb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_line 0x0007afcb 0x3b9 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_line 0x0007b384 0xdda esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x0007c15e 0x3f8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x0007c556 0x7af esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x0007cd05 0x971 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x0007d676 0x7a8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x0007de1e 0x268e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x000804ac 0x9b3 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_line 0x00080e5f 0x6fe esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x0008155d 0xcc6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x00082223 0x96e esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_line 0x00082b91 0x920 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x000834b1 0x1adf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x00084f90 0x591 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x00085521 0xadc esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_line 0x00085ffd 0x11dc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_line 0x000871d9 0xba esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_line 0x00087293 0x1b7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0008744a 0x213 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_line 0x0008765d 0x3bf esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x00087a1c 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_line 0x00087c3b 0x1bf8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_line 0x00089833 0x1cd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_line 0x00089a00 0x19e esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x00089b9e 0x233f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_line 0x0008bedd 0x3a19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x0008f8f6 0x80af esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_line 0x000979a5 0x307d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x0009aa22 0x382e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x0009e250 0x10f1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x0009f341 0x901 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x0009fc42 0x17e2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x000a1424 0x526 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_line 0x000a194a 0xfad esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x000a28f7 0x3e01 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x000a66f8 0x19dc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x000a80d4 0x876 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x000a894a 0xc51 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x000a959b 0x15fb esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_line 0x000aab96 0xcd8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_line 0x000ab86e 0x1210 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x000aca7e 0x54b esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x000acfc9 0x20b esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x000ad1d4 0x543 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_line 0x000ad717 0x717 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_line 0x000ade2e 0x83b esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_line 0x000ae669 0xe38 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_line 0x000af4a1 0x2918 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x000b1db9 0x848 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_line 0x000b2601 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x000b266c 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_line 0x000b26d7 0x53e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x000b2c15 0xa9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x000b2cbe 0x442 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x000b3100 0x1a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x000b32a1 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x000b373c 0x81 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x000b37bd 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x000b3828 0x45a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line 0x000b3c82 0x1e7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line 0x000b3e69 0x3da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x000b4243 0x7cf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x000b4a12 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line 0x000b4a7d 0x8a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x000b4b07 0x139 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line 0x000b4c40 0xee /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line 0x000b4d2e 0x7af esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x000b54dd 0x3a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line 0x000b5517 0xcc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_line 0x000b55e3 0x103 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_line 0x000b56e6 0x245 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_line 0x000b592b 0x5ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_line 0x000b5ed9 0x12e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_line 0x000b71c1 0x3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line 0x000b71ff 0x51e5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line 0x000bc3e4 0x35e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line 0x000bf9c7 0x2f4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line 0x000bfcbb 0x588 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line 0x000c0243 0x18a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_line 0x000c03cd 0x394 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_line 0x000c0761 0x170 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_line 0x000c08d1 0x848 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line 0x000c1119 0x295 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line 0x000c13ae 0x14d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line 0x000c14fb 0x19a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line 0x000c1695 0x212 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line 0x000c18a7 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line 0x000c1994 0x8bd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line 0x000c2251 0x14b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line 0x000c239c 0x25d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line 0x000c25f9 0x171 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line 0x000c276a 0x1f0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line 0x000c295a 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line 0x000c2a47 0x262 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line 0x000c2ca9 0x3fe /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_line 0x000c30a7 0x163 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_line 0x000c320a 0x485 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_line 0x000c368f 0x360 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line 0x000c39ef 0x241 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line 0x000c3c30 0x2b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_line 0x000c3ee0 0x27d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line 0x000c415d 0xf9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line 0x000c4256 0x22a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line 0x000c4480 0x256 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line 0x000c46d6 0x2a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line 0x000c497a 0x272 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_line 0x000c4bec 0x8c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line 0x000c54b0 0x134 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line 0x000c55e4 0x2c4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line 0x000c58a8 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x000c58f9 0x8e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line 0x000c5987 0xb1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line 0x000c5a38 0xdf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line 0x000c5b17 0xd5 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line 0x000c5bec 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line 0x000c5cd4 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line 0x000c5daf 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line 0x000c5e8a 0x1c7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line 0x000c6051 0x2e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_line 0x000c6331 0x20d2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line 0x000c8403 0x89 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_line 0x000c848c 0x21fd /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line 0x000ca689 0x55c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_line 0x000cabe5 0x35e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line 0x000ce1c7 0x3be9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_line 0x000d1db0 0x4ef1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line 0x000d6ca1 0x4225 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_line 0x000daec6 0x189 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line 0x000db04f 0x395 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line 0x000db3e4 0x216 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_line 0x000db5fa 0x5f6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_line 0x000dbbf0 0x1ae /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line 0x000dbd9e 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_line 0x000dbe0e 0x1a7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line 0x000dbfb5 0x22d1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_line 0x000de286 0x13b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line 0x000de3c1 0x59e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_line 0x000de95f 0x58c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_line 0x000deeeb 0x1b8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_line 0x000df0a3 0x79 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_line 0x000df11c 0xc4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_line 0x000df1e0 0x72 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_line 0x000df252 0x101c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_line 0x000e026e 0x5ed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_line 0x000e085b 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_line 0x000e0de4 0x81b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_frame 0x00000000 0x15d18 *(.debug_frame) @@ -19053,289 +19053,289 @@ END GROUP .debug_frame 0x00015cb0 0x3c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) .debug_frame 0x00015cec 0x2c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) -.debug_str 0x00000000 0x3db87 +.debug_str 0x00000000 0x3db93 *(.debug_str) - .debug_str 0x00000000 0x3db87 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_str 0x00000000 0x3db93 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) 0x47c (size before relaxing) - .debug_str 0x0003db87 0x49d esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_str 0x0003db87 0x96c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_str 0x0003db87 0x2bf7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x0003db87 0x2a2 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_str 0x0003db87 0x33b6 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_str 0x0003db87 0x6db esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_str 0x0003db87 0x1452 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_str 0x0003db87 0x2ec esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_str 0x0003db87 0x2a9d esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_str 0x0003db87 0x3c9b esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_str 0x0003db87 0x838 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_str 0x0003db87 0x29bf esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_str 0x0003db87 0xbb0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_str 0x0003db87 0x30b esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_str 0x0003db87 0x3edb esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_str 0x0003db87 0x47d esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_str 0x0003db87 0x3300 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_str 0x0003db87 0xfa1 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_str 0x0003db87 0x4ed8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_str 0x0003db87 0x501 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_str 0x0003db87 0x2817 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0003db87 0x29de esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0003db87 0x5138 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_str 0x0003db87 0x218f esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_str 0x0003db87 0x5c9 esp-idf/log/liblog.a(log.c.obj) - .debug_str 0x0003db87 0x54c esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_str 0x0003db87 0xb16 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_str 0x0003db87 0x70b esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_str 0x0003db87 0x94c esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_str 0x0003db87 0xa5c esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_str 0x0003db87 0x859 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_str 0x0003db87 0x438 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_str 0x0003db87 0x5a4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_str 0x0003db87 0x509 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_str 0x0003db87 0x4e8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_str 0x0003db87 0x1678 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_str 0x0003db87 0x7c0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_str 0x0003db87 0x29f0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_str 0x0003db87 0x1e8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_str 0x0003db87 0x4fa esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_str 0x0003db87 0x138a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_str 0x0003db87 0x2eff esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_str 0x0003db87 0xa37 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_str 0x0003db87 0x51f3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_str 0x0003db87 0x3211 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_str 0x0003db87 0x23bc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_str 0x0003db87 0x497 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_str 0x0003db87 0x363 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_str 0x0003db87 0x4a3 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_str 0x0003db87 0xe17 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_str 0x0003db87 0x1d59 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_str 0x0003db87 0x1570 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_str 0x0003db87 0x352 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_str 0x0003db87 0x7ec esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_str 0x0003db87 0x5918 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_str 0x0003db87 0x35b esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_str 0x0003db87 0x287 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_str 0x0003db87 0x320 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_str 0x0003db87 0x7ac esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_str 0x0003db87 0x8dd esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_str 0x0003db87 0x2ca esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_str 0x0003db87 0x65c esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_str 0x0003db87 0xcb0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_str 0x0003db87 0x897 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_str 0x0003db87 0xa54 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_str 0x0003db87 0x930 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_str 0x0003db87 0xe37 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_str 0x0003db87 0x86d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_str 0x0003db87 0x52a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_str 0x0003db87 0x59e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_str 0x0003db87 0x41e esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_str 0x0003db87 0xb61 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_str 0x0003db87 0x489 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_str 0x0003db87 0x2fd esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_str 0x0003db87 0x3c9 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_str 0x0003db87 0x5ac6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_str 0x0003db87 0x73d esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) - .debug_str 0x0003db87 0x3e8 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) - .debug_str 0x0003db87 0xd2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) - .debug_str 0x0003db87 0xe3f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_str 0x0003db87 0x165f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_str 0x0003db87 0x5a01 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_str 0x0003db87 0x3b2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_str 0x0003db87 0xa1a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_str 0x0003db87 0x1399 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_str 0x0003db87 0x2c0 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) - .debug_str 0x0003db87 0xaac esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) - .debug_str 0x0003db87 0x14e6 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) - .debug_str 0x0003db87 0xf50 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) - .debug_str 0x0003db87 0x3e9 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) - .debug_str 0x0003db87 0x8a4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) - .debug_str 0x0003db87 0x96b esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_str 0x0003db87 0xc1d esp-idf/main/libmain.a(main.c.obj) - .debug_str 0x0003db87 0xacb esp-idf/console/libconsole.a(commands.c.obj) - .debug_str 0x0003db87 0xbbc esp-idf/console/libconsole.a(esp_console_common.c.obj) - .debug_str 0x0003db87 0x2c7 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_str 0x0003db87 0xe12 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_str 0x0003db87 0xc15 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) - .debug_str 0x0003db87 0x402 esp-idf/console/libconsole.a(arg_dstr.c.obj) - .debug_str 0x0003db87 0x7ea esp-idf/console/libconsole.a(arg_end.c.obj) - .debug_str 0x0003db87 0x409 esp-idf/console/libconsole.a(arg_lit.c.obj) - .debug_str 0x0003db87 0x441 esp-idf/console/libconsole.a(arg_str.c.obj) - .debug_str 0x0003db87 0x754 esp-idf/console/libconsole.a(arg_utils.c.obj) - .debug_str 0x0003db87 0xb9a esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_str 0x0003db87 0x296 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_str 0x0003db87 0x329 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_str 0x0003db87 0xa1 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_str 0x0003db87 0x92 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_str 0x0003db87 0x2db0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_str 0x0003db87 0x351 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_str 0x0003db87 0x242 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_str 0x0003db87 0x294e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_str 0x0003db87 0x137c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_str 0x0003db87 0x9ea esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_str 0x0003db87 0x100c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_str 0x0003db87 0x35d esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_str 0x0003db87 0x2a0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_str 0x0003db87 0x59e esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_str 0x0003db87 0x352 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_str 0x0003db87 0xe12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_str 0x0003db87 0xb9a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_str 0x0003db87 0x5d9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_str 0x0003db87 0x2273 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_str 0x0003db87 0x3cf1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_str 0x0003db87 0xc0d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_str 0x0003db87 0x776 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_str 0x0003db87 0x96e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_str 0x0003db87 0x1b16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_str 0x0003db87 0xc97 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_str 0x0003db87 0x1367 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_str 0x0003db87 0xccd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_str 0x0003db87 0xd74 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_str 0x0003db87 0xbf6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_str 0x0003db87 0xbee esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_str 0x0003db87 0x2cff esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_str 0x0003db87 0x2fb esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_str 0x0003db87 0xb80 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_str 0x0003db87 0x4be esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_str 0x0003db87 0x7426 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_str 0x0003db87 0xc44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_str 0x0003db87 0x7485 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_str 0x0003db87 0x425 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_str 0x0003db87 0x616 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_str 0x0003db87 0x619 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_str 0x0003db87 0x28ad esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_str 0x0003db87 0x26aa esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_str 0x0003db87 0x4ed esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_str 0x0003db87 0xe50 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_str 0x0003db87 0x2230 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_str 0x0003db87 0x8a8 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_str 0x0003db87 0x230 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_str 0x0003db87 0x263 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_str 0x0003db87 0x242 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_str 0x0003db87 0x2cf esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_str 0x0003db87 0x11f6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_str 0x0003db87 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_str 0x0003db87 0xa1 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_str 0x0003db87 0xe49 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_str 0x0003db87 0xe4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_str 0x0003db87 0x71f3 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_str 0x0003db87 0x8f3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_str 0x0003db87 0x8735 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_str 0x0003db87 0x6fa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_str 0x0003db87 0x1100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_str 0x0003db87 0x843b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_str 0x0003db87 0x504 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_str 0x0003db87 0x24b3 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_str 0x0003db87 0x35c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_str 0x0003db87 0x5521 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_str 0x0003db87 0xdcc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_str 0x0003db87 0x1763 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_str 0x0003db87 0x1071 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_str 0x0003db87 0xf0a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_str 0x0003db87 0x13c3 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_str 0x0003db87 0xa35 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_str 0x0003db87 0x941 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_str 0x0003db87 0x41f esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_str 0x0003db87 0xa19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_str 0x0003db87 0x653 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_str 0x0003db87 0xf87 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_str 0x0003db87 0x1847 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_str 0x0003db87 0xba5 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_str 0x0003db87 0x111 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) - .debug_str 0x0003db87 0x10a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) - .debug_str 0x0003db87 0xf46 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) - .debug_str 0x0003db87 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) - .debug_str 0x0003db87 0x95f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_str 0x0003db87 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) - .debug_str 0x0003db87 0x8da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) - .debug_str 0x0003db87 0x2a3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) - .debug_str 0x0003db87 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) - .debug_str 0x0003db87 0xb0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) - .debug_str 0x0003db87 0x989 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) - .debug_str 0x0003db87 0xcce /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) - .debug_str 0x0003db87 0x17b9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) - .debug_str 0x0003db87 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) - .debug_str 0x0003db87 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_str 0x0003db87 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) - .debug_str 0x0003db87 0x20c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) - .debug_str 0x0003db87 0x1005 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_str 0x0003db87 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) - .debug_str 0x0003db87 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) - .debug_str 0x0003db87 0x4fb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) - .debug_str 0x0003db87 0x52d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) - .debug_str 0x0003db87 0x765 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) - .debug_str 0x0003db87 0x6f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) - .debug_str 0x0003db87 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) - .debug_str 0x0003db87 0xd54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) - .debug_str 0x0003db87 0xc3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) - .debug_str 0x0003db87 0x5a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) - .debug_str 0x0003db87 0x599 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) - .debug_str 0x0003db87 0x555 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) - .debug_str 0x0003db87 0x565 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) - .debug_str 0x0003db87 0x543 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) - .debug_str 0x0003db87 0x752 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) - .debug_str 0x0003db87 0x5cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) - .debug_str 0x0003db87 0x521 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) - .debug_str 0x0003db87 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) - .debug_str 0x0003db87 0x5a2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) - .debug_str 0x0003db87 0x500 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) - .debug_str 0x0003db87 0x585 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) - .debug_str 0x0003db87 0x4e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) - .debug_str 0x0003db87 0x5a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) - .debug_str 0x0003db87 0x51f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) - .debug_str 0x0003db87 0x562 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) - .debug_str 0x0003db87 0x4fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) - .debug_str 0x0003db87 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) - .debug_str 0x0003db87 0x55b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) - .debug_str 0x0003db87 0x50f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) - .debug_str 0x0003db87 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) - .debug_str 0x0003db87 0x530 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) - .debug_str 0x0003db87 0x522 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) - .debug_str 0x0003db87 0x53a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) - .debug_str 0x0003db87 0x547 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) - .debug_str 0x0003db87 0x527 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) - .debug_str 0x0003db87 0x532 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) - .debug_str 0x0003db87 0x519 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) - .debug_str 0x0003db87 0x512 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) - .debug_str 0x0003db87 0x529 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) - .debug_str 0x0003db87 0x705 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) - .debug_str 0x0003db87 0x727 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) - .debug_str 0x0003db87 0x502 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) - .debug_str 0x0003db87 0x4e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) - .debug_str 0x0003db87 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) - .debug_str 0x0003db87 0x4e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) - .debug_str 0x0003db87 0x62e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) - .debug_str 0x0003db87 0x54c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) - .debug_str 0x0003db87 0x515 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) - .debug_str 0x0003db87 0x4e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) - .debug_str 0x0003db87 0x4ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) - .debug_str 0x0003db87 0x172 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) - .debug_str 0x0003db87 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) - .debug_str 0x0003db87 0x89c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) - .debug_str 0x0003db87 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) - .debug_str 0x0003db87 0x7f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) - .debug_str 0x0003db87 0x761 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) - .debug_str 0x0003db87 0xb84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) - .debug_str 0x0003db87 0x963 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) - .debug_str 0x0003db87 0xc75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) - .debug_str 0x0003db87 0x9db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) - .debug_str 0x0003db87 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) - .debug_str 0x0003db87 0x674 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) - .debug_str 0x0003db87 0x11b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) - .debug_str 0x0003db87 0x582 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) - .debug_str 0x0003db87 0x77b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) - .debug_str 0x0003db87 0x12a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) - .debug_str 0x0003db87 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) - .debug_str 0x0003db87 0xa78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) - .debug_str 0x0003db87 0x710 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) - .debug_str 0x0003db87 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) - .debug_str 0x0003db87 0x779 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) - .debug_str 0x0003db87 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) - .debug_str 0x0003db87 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) - .debug_str 0x0003db87 0x6c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) - .debug_str 0x0003db87 0x125 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) - .debug_str 0x0003db87 0x8d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) - .debug_str 0x0003db87 0x24b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) - .debug_str 0x0003db87 0x221 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) - .debug_str 0x0003db87 0x350 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_str 0x0003db93 0x49d esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_str 0x0003db93 0x96c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x0003db93 0x2bf7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x0003db93 0x2a2 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_str 0x0003db93 0x33b6 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_str 0x0003db93 0x6db esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_str 0x0003db93 0x1452 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_str 0x0003db93 0x2ec esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_str 0x0003db93 0x2a9d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_str 0x0003db93 0x3c9b esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_str 0x0003db93 0x838 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_str 0x0003db93 0x29bf esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_str 0x0003db93 0xbb0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_str 0x0003db93 0x30b esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) + .debug_str 0x0003db93 0x3edb esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_str 0x0003db93 0x47d esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_str 0x0003db93 0x3300 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_str 0x0003db93 0xfa1 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_str 0x0003db93 0x4ed8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_str 0x0003db93 0x501 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_str 0x0003db93 0x2817 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003db93 0x29de esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003db93 0x5138 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_str 0x0003db93 0x218f esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_str 0x0003db93 0x5c9 esp-idf/log/liblog.a(log.c.obj) + .debug_str 0x0003db93 0x54c esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_str 0x0003db93 0xb16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_str 0x0003db93 0x70b esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_str 0x0003db93 0x94c esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_str 0x0003db93 0xa5c esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_str 0x0003db93 0x859 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_str 0x0003db93 0x438 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_str 0x0003db93 0x5a4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_str 0x0003db93 0x509 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_str 0x0003db93 0x4e8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_str 0x0003db93 0x1678 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_str 0x0003db93 0x7c0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_str 0x0003db93 0x29f0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_str 0x0003db93 0x1e8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_str 0x0003db93 0x4fa esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_str 0x0003db93 0x138a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x0003db93 0x2eff esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_str 0x0003db93 0xa37 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_str 0x0003db93 0x51f3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_str 0x0003db93 0x3211 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_str 0x0003db93 0x23bc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) + .debug_str 0x0003db93 0x497 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) + .debug_str 0x0003db93 0x363 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_str 0x0003db93 0x4a3 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_str 0x0003db93 0xe17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_str 0x0003db93 0x1d59 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_str 0x0003db93 0x1570 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_str 0x0003db93 0x352 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_str 0x0003db93 0x7ec esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_str 0x0003db93 0x5918 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_str 0x0003db93 0x35b esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_str 0x0003db93 0x287 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_str 0x0003db93 0x320 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_str 0x0003db93 0x7ac esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_str 0x0003db93 0x8dd esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_str 0x0003db93 0x2ca esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_str 0x0003db93 0x65c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_str 0x0003db93 0xcb0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_str 0x0003db93 0x897 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_str 0x0003db93 0xa54 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_str 0x0003db93 0x930 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_str 0x0003db93 0xe37 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_str 0x0003db93 0x86d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_str 0x0003db93 0x52a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_str 0x0003db93 0x59e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_str 0x0003db93 0x41e esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_str 0x0003db93 0xb61 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_str 0x0003db93 0x489 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_str 0x0003db93 0x2fd esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_str 0x0003db93 0x3c9 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_str 0x0003db93 0x5ac6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_str 0x0003db93 0x73d esp-idf/app_trace/libapp_trace.a(app_trace.c.obj) + .debug_str 0x0003db93 0x3e8 esp-idf/app_trace/libapp_trace.a(app_trace_util.c.obj) + .debug_str 0x0003db93 0xd2a esp-idf/app_trace/libapp_trace.a(port_uart.c.obj) + .debug_str 0x0003db93 0xe3f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_str 0x0003db93 0x165f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_str 0x0003db93 0x5a01 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_str 0x0003db93 0x3b2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_str 0x0003db93 0xa1a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_str 0x0003db93 0x1399 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_str 0x0003db93 0x2c0 esp-idf/espcoredump/libespcoredump.a(core_dump_init.c.obj) + .debug_str 0x0003db93 0xaac esp-idf/espcoredump/libespcoredump.a(core_dump_common.c.obj) + .debug_str 0x0003db93 0x14e6 esp-idf/espcoredump/libespcoredump.a(core_dump_uart.c.obj) + .debug_str 0x0003db93 0xf50 esp-idf/espcoredump/libespcoredump.a(core_dump_elf.c.obj) + .debug_str 0x0003db93 0x3e9 esp-idf/espcoredump/libespcoredump.a(core_dump_crc.c.obj) + .debug_str 0x0003db93 0x8a4 esp-idf/espcoredump/libespcoredump.a(core_dump_port.c.obj) + .debug_str 0x0003db93 0x96b esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_str 0x0003db93 0xcfc esp-idf/main/libmain.a(main.c.obj) + .debug_str 0x0003db93 0xacb esp-idf/console/libconsole.a(commands.c.obj) + .debug_str 0x0003db93 0xbbc esp-idf/console/libconsole.a(esp_console_common.c.obj) + .debug_str 0x0003db93 0x2c7 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_str 0x0003db93 0xe12 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_str 0x0003db93 0xc15 esp-idf/console/libconsole.a(esp_console_repl_chip.c.obj) + .debug_str 0x0003db93 0x402 esp-idf/console/libconsole.a(arg_dstr.c.obj) + .debug_str 0x0003db93 0x7ea esp-idf/console/libconsole.a(arg_end.c.obj) + .debug_str 0x0003db93 0x409 esp-idf/console/libconsole.a(arg_lit.c.obj) + .debug_str 0x0003db93 0x441 esp-idf/console/libconsole.a(arg_str.c.obj) + .debug_str 0x0003db93 0x754 esp-idf/console/libconsole.a(arg_utils.c.obj) + .debug_str 0x0003db93 0xb9a esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_str 0x0003db93 0x296 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_str 0x0003db93 0x329 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_str 0x0003db93 0xa1 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_str 0x0003db93 0x92 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_str 0x0003db93 0x2db0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_str 0x0003db93 0x351 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_str 0x0003db93 0x242 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x0003db93 0x294e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x0003db93 0x137c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_str 0x0003db93 0x9ea esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x0003db93 0x100c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_str 0x0003db93 0x35d esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_str 0x0003db93 0x2a0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_str 0x0003db93 0x59e esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_str 0x0003db93 0x352 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_str 0x0003db93 0xe12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_str 0x0003db93 0xb9a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_str 0x0003db93 0x5d9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_str 0x0003db93 0x2273 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_str 0x0003db93 0x3cf1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_str 0x0003db93 0xc0d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_str 0x0003db93 0x776 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_str 0x0003db93 0x96e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_str 0x0003db93 0x1b16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_str 0x0003db93 0xc97 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_str 0x0003db93 0x1367 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_str 0x0003db93 0xccd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_str 0x0003db93 0xd74 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_str 0x0003db93 0xbf6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) + .debug_str 0x0003db93 0xbee esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) + .debug_str 0x0003db93 0x2cff esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_str 0x0003db93 0x2fb esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_str 0x0003db93 0xb80 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_str 0x0003db93 0x4be esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_str 0x0003db93 0x7426 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_str 0x0003db93 0xc44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_str 0x0003db93 0x7485 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_str 0x0003db93 0x425 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_str 0x0003db93 0x616 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x0003db93 0x619 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_str 0x0003db93 0x28ad esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_str 0x0003db93 0x26aa esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_str 0x0003db93 0x4ed esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_str 0x0003db93 0xe50 esp-idf/hal/libhal.a(systimer_hal.c.obj) + .debug_str 0x0003db93 0x2230 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_str 0x0003db93 0x8a8 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_str 0x0003db93 0x230 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_str 0x0003db93 0x263 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_str 0x0003db93 0x242 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x0003db93 0x2cf esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_str 0x0003db93 0x11f6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_str 0x0003db93 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_str 0x0003db93 0xa1 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_str 0x0003db93 0xe49 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_str 0x0003db93 0xe4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_str 0x0003db93 0x71f3 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_str 0x0003db93 0x8f3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_str 0x0003db93 0x8735 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_str 0x0003db93 0x6fa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_str 0x0003db93 0x1100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_str 0x0003db93 0x843b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_str 0x0003db93 0x504 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_str 0x0003db93 0x24b3 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_str 0x0003db93 0x35c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_str 0x0003db93 0x5521 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_str 0x0003db93 0xdcc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_str 0x0003db93 0x1763 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_str 0x0003db93 0x1071 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_str 0x0003db93 0xf0a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_str 0x0003db93 0x13c3 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_str 0x0003db93 0xa35 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_str 0x0003db93 0x941 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x0003db93 0x41f esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_str 0x0003db93 0xa19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_str 0x0003db93 0x653 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_str 0x0003db93 0xf87 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_str 0x0003db93 0x1847 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_str 0x0003db93 0xba5 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_str 0x0003db93 0x111 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_str 0x0003db93 0x10a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opvs.o) + .debug_str 0x0003db93 0xf46 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_str 0x0003db93 0x153 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_str 0x0003db93 0x95f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_str 0x0003db93 0x49b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_str 0x0003db93 0x8da /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_str 0x0003db93 0x2a3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_str 0x0003db93 0x106 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_str 0x0003db93 0xb0a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_str 0x0003db93 0x989 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_str 0x0003db93 0xcce /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_str 0x0003db93 0x17b9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_str 0x0003db93 0x110 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_str 0x0003db93 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_str 0x0003db93 0x42d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_str 0x0003db93 0x20c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_str 0x0003db93 0x1005 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_str 0x0003db93 0x95 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_str 0x0003db93 0x13a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-exit.o) + .debug_str 0x0003db93 0x4fb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv.o) + .debug_str 0x0003db93 0x52d /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getenv_r.o) + .debug_str 0x0003db93 0x765 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtol.o) + .debug_str 0x0003db93 0x6f1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-getopt.o) + .debug_str 0x0003db93 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_str 0x0003db93 0xd54 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_str 0x0003db93 0xc3e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_str 0x0003db93 0x5a4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_str 0x0003db93 0x599 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_str 0x0003db93 0x555 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgetc.o) + .debug_str 0x0003db93 0x565 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fgets.o) + .debug_str 0x0003db93 0x543 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fileno.o) + .debug_str 0x0003db93 0x752 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_str 0x0003db93 0x5cb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_str 0x0003db93 0x521 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_str 0x0003db93 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_str 0x0003db93 0x5a2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_str 0x0003db93 0x500 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_str 0x0003db93 0x585 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_str 0x0003db93 0x4e0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_str 0x0003db93 0x5a1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_str 0x0003db93 0x51f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_str 0x0003db93 0x562 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_str 0x0003db93 0x4fa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_str 0x0003db93 0x5a0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_str 0x0003db93 0x55b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .debug_str 0x0003db93 0x50f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-rget.o) + .debug_str 0x0003db93 0x589 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-setvbuf.o) + .debug_str 0x0003db93 0x530 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_str 0x0003db93 0x522 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_str 0x0003db93 0x53a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sscanf.o) + .debug_str 0x0003db93 0x547 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_str 0x0003db93 0x527 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_str 0x0003db93 0x532 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_str 0x0003db93 0x519 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_str 0x0003db93 0x512 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_str 0x0003db93 0x529 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-asprintf.o) + .debug_str 0x0003db93 0x705 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_str 0x0003db93 0x727 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_str 0x0003db93 0x502 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_str 0x0003db93 0x4e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x0003db93 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_str 0x0003db93 0x4e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_str 0x0003db93 0x62e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_str 0x0003db93 0x54c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_str 0x0003db93 0x515 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_str 0x0003db93 0x4e8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_str 0x0003db93 0x4ea /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_str 0x0003db93 0x172 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_str 0x0003db93 0x227 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-__call_atexit.o) + .debug_str 0x0003db93 0x89c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_str 0x0003db93 0x558 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-envlock.o) + .debug_str 0x0003db93 0x7f7 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_str 0x0003db93 0x761 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoul.o) + .debug_str 0x0003db93 0xb84 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_str 0x0003db93 0x963 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiscanf.o) + .debug_str 0x0003db93 0xc75 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_str 0x0003db93 0x9db /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfscanf.o) + .debug_str 0x0003db93 0x4dc /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_str 0x0003db93 0x674 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_str 0x0003db93 0x11b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sccl.o) + .debug_str 0x0003db93 0x582 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ungetc.o) + .debug_str 0x0003db93 0x77b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_str 0x0003db93 0x12a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-sf_nan.o) + .debug_str 0x0003db93 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_str 0x0003db93 0xa78 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtod.o) + .debug_str 0x0003db93 0x710 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_str 0x0003db93 0x775 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoll.o) + .debug_str 0x0003db93 0x779 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strtoull.o) + .debug_str 0x0003db93 0x709 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbrtowc.o) + .debug_str 0x0003db93 0x122 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace.o) + .debug_str 0x0003db93 0x6c1 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-iswspace_l.o) + .debug_str 0x0003db93 0x125 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_nan.o) + .debug_str 0x0003db93 0x8d9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-gethex.o) + .debug_str 0x0003db93 0x24b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-gdtoa-hexnan.o) + .debug_str 0x0003db93 0x221 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(extenddftf2.o) + .debug_str 0x0003db93 0x350 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) .debug_loc 0x00000000 0x6e40c *(.debug_loc) @@ -25651,6 +25651,7 @@ rtc_clk_cal esp-idf/esp_hw_support/libesp_ 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/main/libmain.a(main.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)