Home
last modified time | relevance | path

Searched refs:longjmp (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-3.6.0/components/unity/include/priv/
Dsetjmp.h14 #define longjmp(buf, val) do {esp_backtrace_print(100); longjmp(buf, val);} while(0) macro
/hal_espressif-3.6.0/components/esp_system/port/arch/xtensa/
Dexpression_with_stack_asm.S21 .extern longjmp
46 movi a12, longjmp
/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/stubs/esp32/
Dsystem_api.c12 longjmp(buf, 0); in esp_restart()
/hal_espressif-3.6.0/components/newlib/test/
Dtest_setjmp.c17 longjmp(ctx->jmp_env, ctx->retval); in inner()
/hal_espressif-3.6.0/components/esp_rom/
Dcomponent.mk47 COMPONENT_ADD_LDFLAGS += -l$(COMPONENT_NAME) -Wl,--wrap=longjmp
DCMakeLists.txt169 target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=longjmp")
/hal_espressif-3.6.0/tools/test_apps/system/longjmp_test/main/
Dhello_world_main.c20 #define LUAI_THROW(c) longjmp((c)->b, 1)
/hal_espressif-3.6.0/components/esp_rom/esp32s3/ld/
Desp32s3.rom.newlib.ld64 longjmp = 0x40001440; symbol
/hal_espressif-3.6.0/components/esp_rom/esp32c3/ld/
Desp32c3.rom.newlib.ld64 longjmp = 0x4000041c; symbol
/hal_espressif-3.6.0/components/esp_rom/esp32h2/ld/
Desp32h2.rom.newlib.ld67 longjmp = 0x40000424; symbol
/hal_espressif-3.6.0/components/esp_rom/esp32s2/ld/
Desp32s2.rom.newlib-funcs.ld46 longjmp = 0x400005a4; symbol
/hal_espressif-3.6.0/components/esp_rom/esp32/ld/
Desp32.rom.newlib-funcs.ld55 longjmp = 0x400562cc; symbol
/hal_espressif-3.6.0/components/newlib/
Desp32-spiram-rom-functions-c.lf31 lib_a-longjmp (noflash)
/hal_espressif-3.6.0/docs/en/api-guides/performance/
Dram-usage.rst146 … - :ref:`CONFIG_SPIRAM_CACHE_LIBJMP_IN_IRAM`: affects the functions ``longjmp`` and ``setjump``.
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ld/
Drom_32s2.ld517 PROVIDE ( longjmp = 0x400005a4 ); symbol
Drom_32c3.ld2161 longjmp = 0x4000041c; symbol
Drom_32.ld423 PROVIDE ( longjmp = 0x400562cc ); symbol
Drom_32s3_beta_2.ld848 PROVIDE ( longjmp = 0x400322d0 ); symbol
/hal_espressif-3.6.0/components/esp32/
DKconfig187 The functions affected by this option are: longjmp and setjmp.
/hal_espressif-3.6.0/components/console/argtable3/
Dargtable3.c3016 longjmp(*((jmp_buf*)exp->_jmpbuf),-1); in trex_error()
/hal_espressif-3.6.0/tools/test_idf_size/
Dbootloader_esp32s2.map1572 0x00000000400005a4 longjmp = 0x400005a4
Dbootloader.map2232 0x00000000400562cc longjmp = 0x400562cc
Dapp.map18482 *lib_a-longjmp.o(.literal .text .literal.* .text.*)
18790 *lib_a-longjmp.o(.rodata .rodata.*)
26304 0x00000000400562cc PROVIDE (longjmp, 0x400562cc)
Dapp_esp32c3.map11512 0x000000004000041c longjmp = 0x4000041c
Dapp_esp32h2.map10044 0x0000000040000424 longjmp = 0x40000424

12