/device/soc/esp/esp32/components/cxx/ |
D | cxx_exception_stubs.cpp | 25 abort(); in abort_expect_void() 30 abort(); in abort_expect_void_and_return() 42 abort(); in abort_return() 49 abort(); in __wrap__Unwind_SetEnableExceptionFdeSorting() 54 abort(); in __wrap___register_frame_info_bases() 59 abort(); in __wrap___register_frame_info() 64 abort(); in __wrap___register_frame_info_table_bases() 69 abort(); in __wrap___register_frame_info_table() 111 abort(); in __wrap__Unwind_SetIP() 116 abort(); in __wrap__Unwind_SetGR() [all …]
|
D | cxx_guards.cpp | 59 abort(); in static_init_prepare() 130 abort(); in __cxa_guard_acquire()
|
/device/soc/esp/esp32/components/osal/port/xtensa/ |
D | port.c | 102 abort(); in vPortTaskWrapper() 221 abort(); in vPortEndScheduler() 412 abort(); in esp_startup_start_app_other_cores() 438 abort(); /* Only get to here if FreeRTOS somehow very broken */ in esp_startup_start_app_other_cores() 457 abort(); in esp_startup_start_app()
|
/device/soc/esp/esp32/components/newlib/ |
D | locks.c | 75 abort(); /* No more semaphores available or OOM */ in lock_init_generic() 139 abort(); /* recursive mutexes make no sense in ISR context */ in lock_acquire_generic() 144 …abort(); /* Tried to block on mutex from ISR, couldn't... rewrite your program to avoid libc inter… in lock_acquire_generic() 190 abort(); /* indicates logic bug, it shouldn't be possible to lock recursively in ISR */ in lock_release_generic()
|
D | newlib_init.c | 66 ._abort = &abort, 127 .__sinit = (void *)abort,
|
D | newlib.lf | 5 abort (noflash)
|
D | abort.c | 23 void __attribute__((noreturn)) abort(void) in abort() function
|
D | syscalls.c | 34 abort(); in syscall_not_implemented_aborts()
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
D | common.cpp | 62 std::abort(); in assertSupportedConfiguration() 67 std::abort(); in assertSupportedConfiguration()
|
/device/soc/esp/esp32/components/esp_system/port/ |
D | cpu_start.c | 349 abort(); in call_start_cpu0() 358 abort(); in call_start_cpu0() 390 abort(); in call_start_cpu0() 514 abort(); in call_start_cpu0()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/dma2d/ |
D | dma2d_driver.c | 241 bk_err_t bk_driver_dma2d_abort(bool abort) in bk_driver_dma2d_abort() argument 249 dma2d_hal_abort(abort); in bk_driver_dma2d_abort()
|
/device/soc/esp/esp32/components/hal/esp32/include/hal/ |
D | rwdt_ll.h | 109 abort(); in rwdt_ll_config_stage() 135 abort(); in rwdt_ll_disable_stage()
|
/device/soc/esp/esp32/components/esp_common/src/ |
D | stack_check.c | 37 abort(); in __stack_chk_fail()
|
D | esp_err.c | 42 abort(); in _esp_error_check_failed()
|
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_panic.c | 28 void abort(void) in abort() function
|
D | secure_boot.c | 37 abort(); in rsa_check_signature_on_update_check()
|
/device/soc/esp/esp32/components/newlib/platform_include/ |
D | assert.h | 28 #define assert(__e) (likely(__e)) ? (void)0 : abort()
|
/device/soc/esp/esp32/components/hal/ |
D | spi_flash_hal_iram.c | 192 abort(); in spi_flash_hal_resume() 201 abort(); in spi_flash_hal_suspend()
|
/device/soc/esp/esp32/components/esp_wifi/src/ |
D | phy_init.c | 564 abort(); in esp_phy_load_cal_and_init() 571 abort(); in esp_phy_load_cal_and_init() 577 abort(); in esp_phy_load_cal_and_init() 591 abort(); in esp_phy_load_cal_and_init() 803 abort(); in esp_phy_update_init_data()
|
/device/soc/esp/esp32/components/driver/ |
D | gpio.c | 92 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_pullup_en() 111 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_pullup_dis() 130 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_pulldown_en() 149 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_pulldown_dis() 608 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_set_drive_capability() 629 abort(); // This should be eliminated as unreachable, unless a programming error has occured in gpio_get_drive_capability()
|
/device/soc/esp/esp32/components/esp_lwip/port/include/arch/ |
D | cc.h | 86 #define LWIP_PLATFORM_ASSERT(message) abort()
|
/device/soc/esp/esp32/components/osal/port/ |
D | port_common.c | 106 abort(); in main_task()
|
/device/soc/esp/esp32/components/esp_hw_support/port/esp32/ |
D | rtc_clk.c | 535 abort(); in rtc_clk_cpu_freq_to_pll_mhz() 594 abort(); in rtc_clk_cpu_freq_to_config() 708 abort(); in rtc_clk_cpu_freq_get_config() 721 abort(); in rtc_clk_cpu_freq_get_config()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
D | mpp_debug.h | 81 abort(); \
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
D | dma2d_hal.h | 84 bk_err_t dma2d_hal_abort(bool abort);
|