Home
last modified time | relevance | path

Searched refs:esp_system_abort (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/newlib/
Dassert.c40 esp_system_abort(buff); in __assert_func()
81 esp_system_abort(buff); in __assert_func()
Dabort.c38 esp_system_abort(buf); in abort()
/hal_espressif-latest/components/esp_system/
Dstack_check.c28 esp_system_abort(DRAM_STR("Stack smashing protect failure!")); in __stack_chk_fail()
Dlinker.lf12 esp_system_chip:esp_system_abort (noflash)
Dubsan.c166 esp_system_abort(msg); in __ubsan_default_handler()
/hal_espressif-latest/components/esp_system/port/
Desp_system_linux.c43 void __attribute__((noreturn)) esp_system_abort(const char *details) in esp_system_abort() function
Desp_system_chip.c82 void __attribute__((noreturn)) esp_system_abort(const char *details) in esp_system_abort() function
/hal_espressif-latest/components/esp_system/include/
Desp_system.h120 void __attribute__((__noreturn__)) esp_system_abort(const char* details);
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c45 esp_system_abort("Memory allocation failed"); in heap_caps_alloc_failed()
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c38 esp_system_abort("Memory allocation failed"); in heap_caps_alloc_failed()
Dheap_caps.c96 esp_system_abort(buf); in heap_caps_alloc_failed()